Salick Academy

Coordinate Geometry

No calculator

Coordinate geometry turns geometric statements into algebra. The circle is the centrepiece at CAPE, and almost every circle question reduces to one of two facts: the distance formula, or a tangent meeting a radius at right angles.

Lines, gradients and distance

For points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2):

gradient m=y2y1x2x1\text{gradient } m = \frac{y_2 - y_1}{x_2 - x_1} distance AB=(x2x1)2+(y2y1)2\text{distance } AB = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} midpoint=(x1+x22, y1+y22)\text{midpoint} = \left(\frac{x_1+x_2}{2},\ \frac{y_1+y_2}{2}\right)

For A(1,2)A(1,2) and B(4,6)B(4,6):

AB=32+42=5midpoint=(2.5, 4)AB = \sqrt{3^2 + 4^2} = 5 \qquad \text{midpoint} = (2.5,\ 4)

The equation of a line through (x1,y1)(x_1, y_1) with gradient mm:

yy1=m(xx1)y - y_1 = m(x - x_1)

Through (2,3)(2,3) with gradient 2-2:   y3=2(x2)\;y - 3 = -2(x-2), so y=2x+7y = -2x + 7.

Parallel and perpendicular

Parallel lines have equal gradients.

Perpendicular lines have gradients whose product is 1-1:

m1m2=1equivalentlym2=1m1m_1 m_2 = -1 \qquad \text{equivalently} \qquad m_2 = -\frac{1}{m_1}

So a line perpendicular to y=3x+1y = 3x + 1 has gradient 13-\frac13; one perpendicular to y=23xy = -\frac23 x has gradient 32\frac32.

The equation of a circle

A circle with centre (a,b)(a,b) and radius rr:

(xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2

This is the distance formula in disguise: every point on the circle is exactly rr from the centre.

(x2)2+(y+5)2=16(x-2)^2 + (y+5)^2 = 16 has centre (2,5)(2, -5) and radius 44.

The general form

Expanding gives the alternative form

x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0

with

centre (g,f)radius g2+f2c\text{centre } (-g, -f) \qquad \text{radius } \sqrt{g^2 + f^2 - c}

Find the centre and radius of x2+y26x+4y12=0x^2 + y^2 - 6x + 4y - 12 = 0.

Comparing, 2g=62g = -6 so g=3g = -3, and 2f=42f = 4 so f=2f = 2.

centre=(3,2)r=9+4+12=25=5\text{centre} = (3, -2) \qquad r = \sqrt{9 + 4 + 12} = \sqrt{25} = 5

Or complete the square, which is safer if the formula slips your mind:

(x3)29+(y+2)2412=0(x-3)^2 - 9 + (y+2)^2 - 4 - 12 = 0 (x3)2+(y+2)2=25(x-3)^2 + (y+2)^2 = 25

Same centre, same radius.

Tangents and normals

The one fact that drives every tangent question:

A tangent is perpendicular to the radius at the point of contact.\text{A tangent is perpendicular to the radius at the point of contact.}

Find the tangent to x2+y26x+4y12=0x^2 + y^2 - 6x + 4y - 12 = 0 at the point (7,1)(7, 1).

First confirm the point is on the circle: (73)2+(1+2)2=16+9=25(7-3)^2 + (1+2)^2 = 16 + 9 = 25

Gradient of the radius from (3,2)(3,-2) to (7,1)(7,1):

mrad=1(2)73=34m_{\text{rad}} = \frac{1-(-2)}{7-3} = \frac34

So the tangent has gradient 43-\frac43:

y1=43(x7)y - 1 = -\tfrac43(x - 7) 3y3=4x+283y - 3 = -4x + 28 4x+3y=314x + 3y = 31

Check at (7,1)(7,1): 28+3=3128 + 3 = 31

The normal at a point is the line through that point and the centre — for a circle, the normal is simply the extended radius.

Intersections and loci

To find where a line meets a circle, substitute the line into the circle and solve the resulting quadratic. The discriminant then tells you the geometry:

Discriminant Geometry
b24ac>0b^2 - 4ac > 0 the line cuts the circle twice (a chord)
b24ac=0b^2 - 4ac = 0 the line touches it once — a tangent
b24ac<0b^2 - 4ac < 0 the line misses the circle entirely

This is how you find a tangent from an external point, or the value of kk making y=2x+ky = 2x + k tangent to a given circle: set the discriminant to zero and solve for kk.

Loci

A locus is the set of points satisfying a condition. Turn the condition into an equation using the distance formula.

"The set of points 3 units from (1,4)(1, -4)" becomes

(x1)2+(y+4)2=9(x-1)^2 + (y+4)^2 = 9

"The set of points equidistant from AA and BB" is the perpendicular bisector of ABAB — found by equating the two distances and simplifying, at which point the squared terms cancel and a straight line remains.