Definition. The Cartesian coordinate planeR2 is the set of all ordered pairs
(x,y) where x,y∈R. The horizontal axis is the x-axis and the vertical axis is
The y-axis.
The distance between two points A(x1,y1) and B(x2,y2) is given by Pythagoras’ theorem:
Theorem (Distance Formula).
d(A,B)=(x2−x1)2+(y2−y1)2
Proof. Construct the right triangle with legs parallel to the axes. The horizontal leg has length
∣x2−x1∣ and the vertical leg has length ∣y2−y1∣. By Pythagoras’ theorem:
d2=(x2−x1)2+(y2−y1)2
Taking the positive square root (since distance is non-negative):
d=(x2−x1)2+(y2−y1)2■
Definition. The midpoint of the segment joining A(x1,y1) and B(x2,y2) is:
M=(2x1+x2,2y1+y2)
2. Straight Lines
2.1 Gradient
Definition. The gradient (slope) of the line passing through A(x1,y1) and B(x2,y2)
(with x1=x2) is:
m=x2−x1y2−y1
Theorem. The gradient is well-defined: it does not depend on the choice of points on the line.
Proof. Consider a third point C(x3,y3) on the same line. By similar triangles (see intuition
Below), x2−x1y2−y1=x3−x1y3−y1. Since any two points on the
Line define the same ratio, the gradient is a property of the line itself, not the chosen points.
■
Intuition (Similar Triangles). Imagine two right triangles formed by dropping perpendiculars from
Any two pairs of points on the line to the x-axis. Both triangles share the angle that the line
Makes with the horizontal. By AA similarity, the triangles are similar, so the ratio of vertical to
Horizontal sides is constant — this ratio is the gradient.
2.2 Equation of a Line
The equation of a line with gradient m passing through (x1,y1) is:
y−y1=m(x−x1)
Proof. Any point (x,y) on the line must satisfy the gradient condition:
x−x1y−y1=m
Multiplying both sides by (x−x1):
y−y1=m(x−x1)■
Other forms:
Gradient-intercept form:y=mx+cWhere c is the y-intercept.
General form:ax+by+c=0Where a,b are not both zero.
2.3 Parallel and Perpendicular Lines
Theorem. Two lines with gradients m1 and m2 are:
Parallel if and only if m1=m2;
Perpendicular if and only if m1m2=−1.
Proof (Perpendicular case). Consider two perpendicular lines through the origin with gradients
m1 and m2. A point on the first line is (1,m1)And a point on the second is (1,m2). The
vector from the origin to (1,m1) is u=(1,m1)And the vector from the origin To
(1,m2) is v=(1,m2).
Since the lines are perpendicular, u⊥vSo their dot product is zero:
1⋅1+m1⋅m2=0⟹m1m2=−1■
Example
Find the equation of the line perpendicular to $2x - 3y + 7 = 0$ passing through $(4, -1)$.
Theorem. The circle with centre (a,b) and radius r has equation:
(x−a)2+(y−b)2=r2
Proof. By definition, a circle is the set of all points at distance r from the centre (a,b).
A point (x,y) lies on the circle if and only if its distance from (a,b) equals r:
(x−a)2+(y−b)2(x−a)2+(y−b)2=r=r2■
Intuition. This is Pythagoras’ theorem applied to every point on the circle. The distance From the
centre to any point on the circle is constant and equal to the radius.
3.2 Expanded Form
Expanding (x−a)2+(y−b)2=r2:
x2−2ax+a2+y2−2by+b2=r2
x2+y2−2ax−2by+(a2+b2−r2)=0
Theorem. The general equation x2+y2+Dx+Ey+F=0 represents a circle with centre
(−2D,−2E) and radius
r=◆LB◆4D2+4E2−F◆RB◆ Provided D2+E2−4F>0.
Proof. Completing the square in both x and y:
X2+DxY2+Ey=(x+2D)2−4D2=(y+2E)2−4E2
Substituting:
(x+2D)2+(y+2E)2=4D2+E2−F
This is a circle with centre (−2D,−2E) and radius
◆LB◆4D2+E2−F◆RB◆Provided the right-hand side is positive. ■
:::tip Tip y. This is faster and less error-prone than memorising the formula.
:::
Example
Find the centre and radius of $x^2 + y^2 - 6x + 4y - 12 = 0$.
(x2−6x)+(y2+4y)(x−3)2−9+(y+2)2−4(x−3)2+(y+2)2=12=12=25
Centre: (3,−2)Radius: 5.
4. Intersection of a Line and a Circle
4.1 The Tangent Condition
Theorem. The line y=mx+c is tangent to the circle (x−a)2+(y−b)2=r2 if and
Only if the discriminant of the resulting quadratic is zero.
Proof. Substituting y=mx+c into the circle equation:
(x−a)2+(mx+c−b)2=r2
Expanding gives a quadratic in x:
(1+m2)x2+(linearterm)+(constant)=0
This quadratic has:
Two distinct real roots (Δ>0): the line intersects the circle at two points (a
secant);
One repeated root (Δ=0): the line touches the circle at exactly one point (a
tangent);
No real roots (Δ<0): the line does not intersect the circle. ■
Intuition. A tangent touches the circle at exactly one point. Algebraically, “one point” means the
Quadratic has a repeated root — the two intersection points have coalesced into one.
4.2 Equation of a Tangent to a Circle
Theorem. The tangent to the circle x2+y2+Dx+Ey+F=0 at the point (x1,y1) on
The circle has equation:
xx1+yy1+2D(x+x1)+2E(y+y1)+F=0
Proof (for circle centred at origin). The circle x2+y2=r2 has centre (0,0). The radius
At (x1,y1) has gradient x1y1 (from origin to the point). The tangent is
Perpendicular to this radius, so the tangent’s gradient is m=−y1x1 (using
m1m2=−1).
The tangent passes through (x1,y1):
y−y1=−y1x1(x−x1)
yy1−y12=−xx1+x12
xx1+yy1=x12+y12=r2
(since (x1,y1) lies on the circle). ■
Example
Find the equation of the tangent to $x^2 + y^2 = 25$ at the point $(3, 4)$.
Using xx1+yy1=r2:
3x+4y=25
5. Angle in a Semicircle
Theorem. The angle subtended by a diameter at any point on the circle is a right angle.
Proof. Place the diameter on the x-axis from (−r,0) to (r,0). The circle is
x2+y2=r2. Let P(x,y) be any point on the upper semicircle.
The gradient of AP (from (−r,0) to (x,y)) is x+ry.
The gradient of BP (from (r,0) to (x,y)) is x−ry.
The product of gradients: x+ry⋅x−ry=x2−r2y2.
Since P lies on the circle: x2+y2=r2So y2=r2−x2=−(x2−r2).
Product: x2−r2−(x2−r2)=−1 (for x=±r).
Since the product of gradients is −1, AP⊥BP. ■
6. Distance from a Point to a Line
Theorem. The perpendicular (shortest) distance from the point (x0,y0) to the line
ax+by+c=0 is:
d=L◆B◆∣ax0+by0+c∣◆RB◆◆LB◆a2+b2◆RB◆
Proof (Area method). Let P(x0,y0) be the point and let A and B be two convenient points
On the line. The triangle PAB has area:
Area=21×base×height=21×∣AB∣×d
Where d is the perpendicular distance from P to the line. Rearranging:
d=L◆B◆2×Area◆RB◆◆LB◆∣AB∣◆RB◆
Choose A and B where the line meets the axes: set y=0 to get A(−ac,0)
And set x=0 to get B(0,−bc). Then:
:::info The absolute value in the numerator ensures the distance is always non-negative. The sign of
ax0+by0+c tells you which side of the line the point lies on.
:::
7. Intersection of Two Circles
Theorem. Two circles C1 with centre O1 and radius r1And C2 with centre O2 and
Radius r2Intersect if and only if the distance d=∣O1O2∣ between their centres satisfies:
Two intersection points when ∣r1−r2∣<d<r1+r2;
Externally tangent (one point) when d=r1+r2;
Internally tangent (one point) when d=∣r1−r2∣;
No intersection when d>r1+r2 (circles too far apart);
No intersection when d<∣r1−r2∣ (one circle inside the other);
Concentric (no intersection unless r1=r2) when d=0.
Proof. The result follows directly from the triangle inequality applied to △O1PO2
Where P is an intersection point. For P to exist on both circles, ∣O1P∣=r1 and
∣O2P∣=r2. The three lengths r1,r2,d must form a valid triangle, which requires
∣r1−r2∣<d<r1+r2. The boundary cases give tangency, and the impossible cases give no
Intersection. ■
7.1 Equation of the Common Chord
When two circles intersect, the line through both intersection points is called the common chord.
To find its equation, subtract one circle equation from the other.
Method. Given C1:x2+y2+D1x+E1y+F1=0 and
C2:x2+y2+D2x+E2y+F2=0The common chord is:
(D1−D2)x+(E1−E2)y+(F1−F2)=0
This is a straight line because subtracting eliminates the x2 and y2 terms.
Worked example
Find the common chord of $C_1: x^2 + y^2 - 4x - 6y + 9 = 0$ and $C_2: x^2 + y^2 + 2x + 2y - 14 = 0$.
Subtracting C1 from C2:
(2−(−4))x+(2−(−6))y+(−14−9)=0
6x+8y−23=0
To verify, check that the centres are (2,3) and (−1,−1) with radii r1=4+9−9=2
And r2=1+1+14=4.
Distance between centres: d=(2−(−1))2+(3−(−1))2=9+16=5.
Since ∣r1−r2∣=2<5<6=r1+r2The circles intersect at two points as expected.
8. Equation of a Circle Through Three Points
Theorem. Given three non-collinear points, there is exactly one circle passing through all
Three.
Method. Substitute each point into the general form x2+y2+Dx+Ey+F=0 to obtain
Three simultaneous equations in D, EAnd F:
Subtracting the first equation from the second and third eliminates FYielding a 2×2
System in D and E. Solve for D and EThen substitute back to find F.
:::caution Warning Three collinear points). You can check collinearity by verifying that the
gradient between the first Two points equals the gradient between the second two.
:::
Worked example
Find the equation of the circle through $A(1, 2)$, $B(3, 4)$And $C(5, 2)$.
If you get this wrong, revise: [Expanded form](#32-expanded-form)
Problem 3. Show that the line y=x+1 is a tangent to the circle x2+y2=1.
Solution
Substitute $y = x + 1$ into $x^2 + y^2 = 1$:
X2+(x+1)2X2+x2+2x+12x2+2x2x(x+1)=1=1=0=0
x=0 or x=−1.
Wait — that gives two intersection points. Let me check: actually 2x2+2x=0 gives x=0 and
x=−1Which are two points (0,1) and (−1,0).
So y=x+1 is not tangent to x2+y2=1. Let me reconsider the problem. Actually, this
Line passes through two points on the circle — it is a secant, not a tangent.
If the problem instead asked about y=x+c being tangent:
Substitute: 2x2+2cx+c2−1=0. Set Δ=0:
4c2−8(c2−1)=0⟹−4c2+8=0⟹c=±2.
If you get this wrong, revise: [Tangent condition](#41-the-tangent-condition)
Problem 4. Find the point of intersection of the lines 3x+2y=7 and x−y=1.
Solution
From (2): $x = y + 1$. Substitute into (1):
3(y+1)+2y=7⟹5y+3=7⟹y=54
x=54+1=59
Intersection: (59,54).
If you get this wrong, revise: [Linear simultaneous equations](./03-equations-and-inequalities.md)
Problem 5. The points A(1,2), B(5,4)And C(3,8) form a triangle. Show that ABC is a
Right-angled triangle.
If you get this wrong, revise: [Perpendicular lines](#23-parallel-and-perpendicular-lines)
Problem 11. Derive the perpendicular distance formula
d=L◆B◆∣ax0+by0+c∣◆RB◆◆LB◆a2+b2◆RB◆ using the area method for the point
P(1,7) and The line 3x+4y−5=0. Then compute the distance.
Solution
The line $3x + 4y - 5 = 0$ meets the axes at $A\!\left(\frac{5}{3}, 0\right)$ and $B\!\left(0, \frac{5}{4}\right)$.
Verification using the formula:
d=L◆B◆∣3(1)+4(7)−5∣◆RB◆◆LB◆9+16◆RB◆=L◆B◆∣3+28−5∣◆RB◆◆LB◆5◆RB◆=526.
If you get this wrong, revise: [Distance from a point to a line](#6-distance-from-a-point-to-a-line)
Problem 12. Two circles C1:x2+y2+2x−8y+8=0 and
C2:x2+y2−4x+4y−8=0 intersect at P and Q. Find the equation of the common chord
PQ and the length of PQ.
Solution
Subtracting $C_1$ from $C_2$:
(2−(−4))x+(4−(−8))y+(−8−8)=0
6x+12y−16=0⟹3x+6y−8=0
This is the equation of the common chord PQ.
To find the length PQFirst find the centres and radii.
C1: (x+1)2+(y−4)2=1+16−8=9So centre (−1,4)Radius 3.
C2: (x−2)2+(y+2)2=4+4+8=16So centre (2,−2)Radius 4.
Distance between centres: d=(2−(−1))2+(−2−4)2=9+36=45=35.
The distance from the centre of C1 to the chord PQ (line 3x+6y−8=0):
If you get this wrong, revise: [Intersection of two circles](#7-intersection-of-two-circles)
Problem 13. Find the equation of the circle passing through the three points A(0,1)B(2,3)And C(4,1).
Solution
Substitute into $x^2 + y^2 + Dx + Ey + F = 0$:
A(0,1)B(2,3)C(4,1):0+1+0+E+F=0⟹E+F=−1(1):4+9+2D+3E+F=0⟹2D+3E+F=−13(2):16+1+4D+E+F=0⟹4D+E+F=−17(3)
Subtract (1) from (2): 2D+2E=−12⟹D+E=−6(i).
Subtract (1) from (3): 4D=−16⟹D=−4.
From (i): E=−2. From (1): F=−1−(−2)=1.
The circle is x2+y2−4x−2y+1=0.
Completing the square: (x−2)2−4+(y−1)2−1+1=0⟹(x−2)2+(y−1)2=4.
Centre: (2,1)Radius: 2. Note that AC is a diameter: midpoint of AC is (2,1) and
∣AC∣=4=2r.
If you get this wrong, revise: [Circle through three points](#8-equation-of-a-circle-through-three-points)
Problem 14. A circle C has parametric equations x=1+5cosθ, y=−2+5sinθ.
(a) State the centre and radius of C.
(b) Find the coordinates of the two points on C with y-coordinate 1.
(c) Find the equation of the tangent to C at the point corresponding to
θ=L◆B◆π◆RB◆◆LB◆3◆RB◆.
Solution
(a) Centre: $(1, -2)$Radius: $5$.
(b) Set y=−2+5sinθ=1So sinθ=53.
cosθ=±◆LB◆1−259◆RB◆=±54
The two points are:
(1+5⋅54,1)=(5,1)
(1+5⋅(−54),1)=(−3,1)
(c) When θ=L◆B◆π◆RB◆◆LB◆3◆RB◆:
x=1+5cosL◆B◆π◆RB◆◆LB◆3◆RB◆=1+25=27y=−2+5sinL◆B◆π◆RB◆◆LB◆3◆RB◆=−2+L◆B◆53◆RB◆◆LB◆2◆RB◆.
The point is (27,−2+L◆B◆53◆RB◆◆LB◆2◆RB◆).
The radius from (1,−2) to this point has gradient:
If you get this wrong, revise: [Parametric equations of a circle](#9-parametric-equations-of-a-circle)
Problem 15. The circle C has equation x2+y2−6x−4y+9=0. The line L passes
Through the origin and is tangent to C. Find the possible equations of L and the coordinates of
The points of tangency.
Solution
Completing the square: $(x-3)^2 + (y-2)^2 = 4$So centre $(3, 2)$ and radius $2$.
Let L have equation y=mx (passing through the origin). For L to be tangent to C Substitute
into the circle equation:
x2+m2x2−6x−4mx+9=0
(1+m2)x2−(6+4m)x+9=0
For tangency, Δ=0:
(6+4m)2−4(1+m2)(9)=0
36+48m+16m2−36−36m2=0
−20m2+48m=0
−4m(5m−12)=0
m=0orm=512
Case m=0: Line y=0. Substituting back:
(1)x2−6x+9=0⟹(x−3)2=0⟹x=3. Tangency point: (3,0).
Case m=512: Line y=512x. Substituting back:
(1+25144)x2−(6+548)x+9=0.
25169x2−578x+9=0⟹169x2−390x+225=0
(13x−15)2=0⟹x=1315,y=512⋅1315=1336
Tangency point: (1315,1336).
Verification using perpendicular distance: The distance from centre (3,2) to
y=512x (i.e. 12x−5y=0) is
L◆B◆∣36−10∣◆RB◆◆LB◆13◆RB◆=1326=2=r.
The two tangent lines are y=0 and 12x−5y=0.
If you get this wrong, revise: [Tangent condition](#41-the-tangent-condition)
:::tip Diagnostic Test Ready to test your understanding of Coordinates and Geometry? The contains the hardest
questions within the A-Level specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Coordinates
and Geometry with other pure mathematics topics to test synthesis under exam conditions.
See for instructions on self-marking and
building a personal test matrix.
Common Pitfalls
Forgetting the +c constant of integration in indefinite integrals, or misusing boundary
conditions in definite integrals.
Forgetting to check that solutions satisfy the original equation (especially with squaring both
sides or dividing by variables).
Rounding too early in multi-step calculations — carry full precision through and round only the
final answer.
Confusing the domain and range of functions, or not considering restrictions (e.g., denominator
cannot be zero).
Summary
The key principles covered in this topic are linked in the sub-pages above. Focus on understanding
the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of
each approach.
Worked Examples
Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages
linked above.