The gradient m of a line passing through (x1,y1) and (x2,y2) is:
m=x2−x1y2−y1
Equations of a Line
Gradient-intercept form: y=mx+c
Point-gradient form: y−y1=m(x−x1)
Two-point form: x−x1y−y1=x2−x1y2−y1
General form: Ax+By+C=0 where A, B, C are constants
Parallel and Perpendicular Lines
Parallel: m1=m2
Perpendicular: m1⋅m2=−1
Distance Between Points
d=(x2−x1)2+(y2−y1)2
Distance from a Point to a Line
The perpendicular distance from (x0,y0) to Ax+By+C=0:
d=A2+B2∣Ax0+By0+C∣
Intersection of Two Lines
To find the intersection of A1x+B1y+C1=0 and A2x+B2y+C2=0, solve the system of simultaneous equations.
If A2A1=B2B1=C2C1, the lines are coincident (the same line). If A2A1=B2B1=C2C1, the lines are parallel (no intersection).
Angle Between Two Lines
The acute angle θ between two lines with gradients m1 and m2:
tanθ=1+m1m2m1−m2
Coordinate Geometry of Circles
Standard Form
A circle with centre (h,k) and radius r:
(x−h)2+(y−k)2=r2
General Form
x2+y2+Dx+Ey+F=0
Centre: (−2D,−2E). Radius: r=21D2+E2−4F.
For a real circle, D2+E2−4F>0.
Finding the Equation of a Circle
Given the centre and a point on the circle: Substitute into the standard form.
Given three points: Set up a system of three equations using the general form and solve for D, E, and F.
Given the endpoints of a diameter: The centre is the midpoint of the diameter. The radius is half the length of the diameter.
Tangent to a Circle
A tangent to a circle at point (x1,y1) on (x−h)2+(y−k)2=r2:
(x1−h)(x−h)+(y1−k)(y−k)=r2
Example: Find the equation of the tangent to x2+y2=25 at the point (3,4).
3x+4y=25
Intersection of a Line and a Circle
Substitute the equation of the line into the equation of the circle to obtain a quadratic in x (or y). The discriminant of this quadratic determines the nature of the intersection:
Δ>0: The line cuts the circle at two distinct points
Δ=0: The line is tangent to the circle
Δ<0: The line does not meet the circle
Circle through Three Points
Given three non-collinear points (x1,y1), (x2,y2), (x3,y3), substitute each into x2+y2+Dx+Ey+F=0 to obtain a system of three linear equations in D, E, F.
Conic Sections: Parabola
Standard Forms
A parabola is the locus of points equidistant from a fixed point (focus) and a fixed line (directrix).
For y2=4ax: Focus at (a,0), directrix x=−a, axis of symmetry is the x-axis. Vertex at the origin.
Translated parabola: (x−h)2=4a(y−k) has vertex at (h,k), focus at (h,k+a), directrix y=k−a.
Parametric Form
For the parabola y2=4ax, a general point is (at2,2at) where t is the parameter.
Tangent to a Parabola
For y2=4ax, the tangent at the point (at12,2at1) is:
ty=x+at12
Reflective Property
A ray from the focus reflects off the parabola parallel to the axis. Conversely, a ray parallel to the axis reflects through the focus. This property is used in satellite dishes, headlights, and telescopes.
Conic Sections: Ellipse
Standard Forms
An ellipse is the locus of points such that the sum of the distances from two fixed points (foci) is constant.
Horizontal major axis:
a2x2+b2y2=1(a>b)
Centre: (0,0). Foci: (±c,0) where c2=a2−b2. Major axis length: 2a. Minor axis length: 2b. Vertices: (±a,0). Co-vertices: (0,±b). Eccentricity: e=ac where 0<e<1.
Vertical major axis:
b2x2+a2y2=1(a>b)
Foci: (0,±c) where c2=a2−b2.
Translated ellipse: a2(x−h)2+b2(y−k)2=1 has centre at (h,k).
Properties
The sum of distances from any point on the ellipse to the two foci equals 2a
The closer e is to 0, the more circular the ellipse
The closer e is to 1, the more elongated the ellipse
Tangent to an Ellipse
For a2x2+b2y2=1, the tangent at (x1,y1) is:
a2xx1+b2yy1=1
Conic Sections: Hyperbola
Standard Forms
A hyperbola is the locus of points such that the difference of distances from two fixed points (foci) is constant.
Horizontal transverse axis:
a2x2−b2y2=1
Centre: (0,0). Foci: (±c,0) where c2=a2+b2. Vertices: (±a,0). Asymptotes: y=±abx. Eccentricity: e=ac where e>1.
Vertical transverse axis:
a2y2−b2x2=1
Foci: (0,±c) where c2=a2+b2. Asymptotes: y=±bax.
Translated hyperbola: a2(x−h)2−b2(y−k)2=1 has centre at (h,k).
Properties
The difference of distances from any point on the hyperbola to the two foci equals 2a
Asymptotes are the lines the hyperbola approaches but never reaches
The eccentricity e>1
Tangent to a Hyperbola
For a2x2−b2y2=1, the tangent at (x1,y1) is:
a2xx1−b2yy1=1
Comparing Conic Sections
Property
Parabola
Ellipse
Hyperbola
Eccentricity
e=1
0<e<1
e>1
Foci
1 focus
2 foci
2 foci
Key relation
e=1
c2=a2−b2
c2=a2+b2
Asymptotes
None
None
Two asymptotes
Conic condition (Δ=0)
Δ=0
Δ<0
Δ>0
Rectangular Hyperbola
A rectangular hyperbola has perpendicular asymptotes. Its standard equation is xy=c2 or x2−y2=a2.
For xy=c2: Asymptotes are the coordinate axes x=0 and y=0.
Transformations
Translation
Replacing x with (x−h) and y with (y−k) translates the graph h units right and k units up.
Example: y=(x−2)2+3 is y=x2 translated 2 units right and 3 units up.
Reflection
y=f(−x): Reflection in the y-axis
y=−f(x): Reflection in the x-axis
Scaling
y=af(x): Vertical stretch by factor a (if a>1) or compression (if 0<a<1)
y=f(ax): Horizontal compression by factor a (if a>1) or stretch (if 0<a<1)
Rotation of Conics
The general second-degree equation Ax2+Bxy+Cy2+Dx+Ey+F=0 represents:
An ellipse (or circle) if B2−4AC<0
A parabola if B2−4AC=0
A hyperbola if B2−4AC>0
Vector Methods in Proofs
Vectors in Coordinate Geometry
The position vector of point P(x,y) is OP=(xy).
Vector Equation of a Line
Through point A with position vector a, in the direction of vector d:
r=a+td(t∈R)
In Cartesian form, if d=(d1d2):
d1x−a1=d2y−a2
Using Vectors to Prove Geometric Properties
Example: Prove that the diagonals of a parallelogram bisect each other.
Let the parallelogram have vertices A, B, C, D with position vectors a, b, c, d.
Since ABCD is a parallelogram: AB=DC, so b−a=c−d, giving a+c=b+d.
The midpoint of diagonal AC is 2a+c. The midpoint of diagonal BD is 2b+d.
Since a+c=b+d, the midpoints coincide. Therefore, the diagonals bisect each other.
Using Dot Product for Perpendicularity
Two vectors u and v are perpendicular if and only if their dot product is zero:
u⋅v=0
u⋅v=∣u∣∣v∣cosθ
Area Using Vectors
The area of triangle ABC is:
Area=21∣AB×AC∣
In 2D, if AB=(a1a2) and AC=(c1c2):
Area=21∣a1c2−a2c1∣
Vector Proofs for Collinearity
Three points A, B, C are collinear if and only if ABis parallel to AC, i.e.:
AB=kACfor some scalar k
Common Pitfalls
Confusing the standard forms of the ellipse and hyperbola
Forgetting that c2=a2−b2 for the ellipse but c2=a2+b2 for the hyperbola
Misidentifying the transverse axis of a hyperbola (it is the axis containing the vertices)
Incorrectly computing the perpendicular distance from a point to a line (sign errors in the formula)
Forgetting to check the discriminant condition when determining intersection types
Errors in the sign when using the translation formula for conics