This mini-lesson covers AQA section C — Coordinate geometry in the (x, y) plane: straight lines and their gradients, parallel and perpendicular conditions, the equation of a circle and finding its centre and radius by completing the square, the three circle properties the spec names, and parametric equations.
Work through each screen, answer the questions as you go (a few are conceptual, most are calculations) and collect ⭐ stars. Everything here is A-level standard, drawn from the AQA 7357 subject content. Press Start when you are ready.
Coordinate geometry · lines
Straight lines: the three forms
Three equivalent ways of writing a line — each is convenient in a different situation.
y = mx + c — gradient m, y-intercept c. Best for reading off a gradient.
y − y₁ = m(x − x₁) — the workhorse when you know a point and a gradient.
ax + by + c = 0 — the form AQA often demands for a final answer (integer coefficients).
m = (y₂ − y₁)/(x₂ − x₁)rise over run — subtract in a consistent order
Worked example — line through two points
Through A(2, 5) and B(6, 13): m = (13 − 5)/(6 − 2) = 8/4 = 2.
Using A: y − 5 = 2(x − 2) ⇒ y = 2x + 1 ⇒ in the required form, 2x − y + 1 = 0.
Coordinate geometry · lines
Parallel and perpendicular
Two straight lines with gradients m₁ and m₂:
Parallel ⇔ m₁ = m₂.
Perpendicular ⇔ m₁ m₂ = −1, i.e. m₂ is the negative reciprocal of m₁.
m₁ × m₂ = −1m = 3 ⇒ perpendicular gradient = −1/3
Worked example — rearrange first
Find the gradient perpendicular to 3x + 4y = 12.
Rearrange: 4y = −3x + 12 ⇒ y = −¾x + 3, so m₁ = −3/4.
Do not forget to subtract the 9 and the 16 that completing the square introduces — and remember to take the square root at the end.
Sort it
Parallel, perpendicular or neither?
Tap a pair of lines, then tap the relationship between them. Rearrange to y = mx + c first!
∥ Parallel
⊥ Perpendicular
✖️ Neither
Coordinate geometry · circles
The three circle properties
AQA names three circle facts, and every circle question leans on one of them:
The angle in a semicircle is a right angle — so if ∠APB = 90°, then AB is a diameter, and the centre is the midpoint of AB.
The perpendicular from the centre to a chord bisects the chord — so the perpendicular bisector of any chord passes through the centre.
The tangent is perpendicular to the radius at the point of contact.
Worked example — a tangent
Circle centre C(3, −4), radius 6. Find the tangent at P(3, 2) — a point on the circle, since (3−3)² + (2+4)² = 36 ✓
Radius CP is vertical (both x-coordinates are 3), so the tangent is horizontal: y = 2.
In general: find the gradient of the radius, take its negative reciprocal, then use y − y₁ = m(x − x₁).
Inside, on or outside? Compare the distance from the centre with r. Distance from (3, −4) to the origin is √(3² + 4²) = 5, and 5 < 6, so the origin lies inside this circle.
Quick check
Tangent and radius
?What is the relationship between a tangent to a circle and the radius drawn to the point of contact?
Coordinate geometry · circles
Intersections: line and circle
To find where a line meets a circle, substitute the line into the circle equation. You get a quadratic in x, and its discriminant answers the geometry:
Δ > 0 — the line is a secant: two intersection points.
Δ = 0 — the line is a tangent: one repeated point of contact.
Δ < 0 — the line misses the circle entirely.
tangency ⇔ discriminant = 0this is how "find k such that the line is a tangent" questions are done
Alternative for tangency: the perpendicular distance from the centre to the line equals r. Either method is acceptable — the discriminant route is usually safer in an exam because it needs no formula sheet.
Calculate
Your turn — a gradient
1Find the gradient of the straight line through A(2, 5) and B(6, 13).
Sketch it. A rough diagram catches sign errors and tells you instantly whether an answer is plausible.
Quick check
Eliminate the parameter
?A curve has parametric equations x = cos t, y = sin t. What is its Cartesian equation?
Calculate
Your turn — inside or outside?
4That circle has centre (3, −4). Find the distance from the centre to the origin (0, 0). (Compare it with the radius 6 to decide whether the origin lies inside the circle.)
Hint: Distance = √((3 − 0)² + (−4 − 0)²) = √(9 + 16) = √25. Since 5 < 6, the origin lies inside the circle.
Calculate
Your turn — parametric point
5A curve has parametric equations x = 3t and y = t² + 1. Find the y-coordinate of the point where x = 12.
Hint: x = 12 ⇒ 3t = 12 ⇒ t = 4. Then y = 4² + 1 = 17. (Cartesian check: y = x²/9 + 1 = 144/9 + 1 = 17 ✓)