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.
The equation of a line through (x1,y1) with gradient m:
y−y1=m(x−x1)
Through (2,3) with gradient −2: y−3=−2(x−2), so y=−2x+7.
Parallel and perpendicular
Parallel lines have equal gradients.
Perpendicular lines have gradients whose product is −1:
m1m2=−1equivalentlym2=−m11
So a line perpendicular to y=3x+1 has gradient −31; one perpendicular to y=−32x has gradient 23.
The equation of a circle
A circle with centre (a,b) and radius r:
(x−a)2+(y−b)2=r2
This is the distance formula in disguise: every point on the circle is exactly r from the centre.
(x−2)2+(y+5)2=16 has centre (2,−5) and radius 4.
The general form
Expanding gives the alternative form
x2+y2+2gx+2fy+c=0
with
centre (−g,−f)radius g2+f2−c
Find the centre and radius of x2+y2−6x+4y−12=0.
Comparing, 2g=−6 so g=−3, and 2f=4 so f=2.
centre=(3,−2)r=9+4+12=25=5
Or complete the square, which is safer if the formula slips your mind:
(x−3)2−9+(y+2)2−4−12=0(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.
Find the tangent to x2+y2−6x+4y−12=0 at the point (7,1).
First confirm the point is on the circle: (7−3)2+(1+2)2=16+9=25 ✓
Gradient of the radius from (3,−2) to (7,1):
mrad=7−31−(−2)=43
So the tangent has gradient −34:
y−1=−34(x−7)3y−3=−4x+284x+3y=31
Check at (7,1): 28+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
b2−4ac>0
the line cuts the circle twice (a chord)
b2−4ac=0
the line touches it once — a tangent
b2−4ac<0
the line misses the circle entirely
This is how you find a tangent from an external point, or the value of k making y=2x+k tangent to a given circle: set the discriminant to zero and solve for k.
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)" becomes
(x−1)2+(y+4)2=9
"The set of points equidistant from A and B" is the perpendicular bisector of AB — found by equating the two distances and simplifying, at which point the squared terms cancel and a straight line remains.