Sunday, May 13, 2012

Further Coordinate Geometry

One of the best ways to learn how a concept works is to understand its proof.
Below are the proofs for coordinate geometry concepts co-ordinate geometry concepts.
Perpendicular Distance Formula
The line ax + by + c = 0 has gradient –a/b
ax0 + by1 + c = 0 (Point C lies on the line)
x0 = -(by1 + c)/a
Distance of PC = (ax1 + by1 + c)/a
Sin θ = d/PC
d = PC sinθ
if tanθ = -a/b
sinθ = -a/√(a2 + b2)
d = [(ax1 + by1 + c)/a] x [-a/√(a2 + b2)]
= -(ax1 + by1 + c)/√(a2 + b2)
Since distance is positive, we take the absolute value of this so
|ax1 + by1 + c|/√(a2 + b2)
Internal division of an interval
In ∆PAC and ∆BPD
PAC = ∠BPD (corresponding angles on parallel lines)
APC = ∠ PBD (corresponding angles on parallel lines)
∆PAC ||| ∆BPD (equiangular)
(x-x1)/(x2-x) = k/l
l(x-x1) = k(x2-x)
kx +lx = lx1 +kx2
x = (lx1 + kx2)/k+l
Similarly
(y-y1)/(y2-y) = k/l
l(y-y1) = k(y2-y)
ky +ly = ly1 +ky2
y = (ly1 + ky2)/k+l

Angle between two intervals
Let the angle of inclination of l1 be α1
tan α1 = m1
Let the angle of inclination of l2 be α2
tanα2 = m2
Angle between the intervals = α2 – α1
tan (α2 – α1) = (tan α2 – tan α1)/1+tanα1tanα2
= (m2 – m1)/1+m1m2

Functions and relations

A function is a graph that has one y value for every x value. Hence a common test for whether a graph is a function is the vertical line test.
In function notation, instead of using y, we use f(x) which is more convenient for substituting values.
Eg. if f(x) = x2
f(2) = 22 = 4
f(x+h) = (x+h)2

Common graphs
Straight line graph
Parabola
Cubic graph
Hyperbola
Exponential
Logarithm
Square Root Graph
Semi Circle
Circle
Absolute Value Graph

Graphs can be translated, flipped and transformed.
The transformation of graphs is counter intuitive.
To move a graph along h units along the x axis we substitute f(x-h)
Eg. (x-2)2 is an x2 graph shifted along the x axis by 2 units on the positive side.
Similarly if we want to move the graph k units up the y axis, we subtract k from f(x)
Eg. f(x) – 2 = x2 is an x2 graph shifted up two units.
This is commonly written as x2 + 2 but in this case, counter intuition no longer holds.

If we want to flip a graph along the x axis, we substitute –y
If we want to flip a graph along the y axis, we substitute –x

Even and odd functions
A function is:
Even if for every x value, f(x) = f(-x) that is that if the graph is flipped along the y axis, it would still be the same graph.
To test for even functions, we substitute –x into the original function and we check to see whether the resulting function is equal to the original.
Odd if for every x value, f(x) = -f(x) that is that the graph has rotational symmetry about the origin.
To test for odd functions, we substitute –x into the original and we check whether the resulting function is equal to –f(x).
When we substitute –x into f(x) and find it is no equal to f(x) or –f(x), then the function is neither even nor odd.