Study notes

Coordinate Geometry & Proofs

The equation of a circle (centre/radius, completing the square, tangency via the discriminant), intersection of a line and a circle, and light coordinate-geometry proofs using gradients.

Learn it step by step

A circle's equation comes straight from the distance-to-centre idea

A circle with centre and radius is the set of all points exactly distance from , giving the standard equation . Reading off , , and from an equation already in this form is immediate; the special case with centre at the origin simplifies to .

r = 5
A circle of radius r centred at the origin has equation x^2 + y^2 = r^2.

The radius is the distance from the centre to any point on the circle

If a circle's centre is known but not its radius, and one point on the circle is given, the radius is just the distance between those two points (via the distance formula), and the diameter is twice that. This is how you find the equation of a circle described by its centre plus one point it passes through.

d = 10
The radius joins the centre to any point on the circle; the diameter, twice the radius, passes straight through the centre.

Completing the square turns the expanded (general) form into the standard form

A circle's equation is often given expanded, as . Complete the square on the -terms and the -terms separately: , and likewise for . Collect the leftover constants with and move them to the right-hand side to reach , from which the centre and radius can finally be read off.

Finding where a line meets a circle: substitute, then solve the quadratic

Substitute the line's equation for (or ) into the circle's equation, which gives a quadratic in the remaining variable. Solving that quadratic gives the -coordinate(s) of the intersection point(s); substitute each back into the line's equation to get the matching -coordinate(s).

A line is tangent to a circle exactly when that quadratic has ONE repeated root

Substituting a line into a circle's equation always gives a quadratic . If the line crosses the circle at two points, this quadratic has two distinct real roots (discriminant ); if the line misses the circle entirely, there are no real roots (discriminant ); if the line is tangent, touching at exactly one point, the quadratic has one repeated root, so the discriminant equals exactly zero. Setting is the standard way to find an unknown constant (in the line or the circle) that makes a given line tangent.

Gradient and distance are the two basic tools behind every coordinate proof

The gradient of the segment joining and is ; the distance between them is . Almost every coordinate-geometry proof (of collinearity, of a right angle, of a shape's type) reduces to computing one or both of these for the relevant pairs of points and then reasoning from the result.

Equal gradients prove collinearity; gradients multiplying to \(-1\) prove a right angle

Three points , , are collinear (all on one straight line) exactly when the gradient of equals the gradient of (they share point , so equal gradients means the same line). Two segments are perpendicular exactly when the product of their gradients is (a horizontal line, gradient , paired with a vertical line, undefined gradient, is the one exception, perpendicular by direct inspection rather than the product rule). This is the light coordinate-geometry-proof thread within this topic; the equation-of-a-circle mechanics above is the main content.

Worked examples

Find the centre and radius of the circle by completing the square.
  1. Group and complete the square on : .
  2. Complete the square on : .
  3. Substitute back: , i.e. .
  4. Rearranged: . Centre , and gives radius .
Find the points where the line meets the circle .
  1. Substitute into the circle: .
  2. Expand: , so , i.e. , giving or .
  3. : , point . : , point .
  4. Check: and , both on the circle.
Find the value(s) of for which the line is tangent to the circle .
  1. Substitute : , giving .
  2. For tangency this quadratic must have a repeated root, so its discriminant is zero: .
  3. , so , giving and or .
Triangle has vertices , , . Show that triangle is right-angled at .
  1. Gradient of .
  2. Gradient of .
  3. Product of the two gradients: , so is perpendicular to , giving a right angle at .

Mind map

Mind map for Coordinate Geometry & Circles.

  • Circle equation
    • (x-a)^2 + (y-b)^2 = r^2
    • centre (a,b), radius r
    • origin case: x^2 + y^2 = r^2
  • Completing the square
    • x^2 + Dx -> (x + D/2)^2 - (D/2)^2
    • general form -> standard form
  • Line meets circle
    • substitute line into circle equation
    • solve the resulting quadratic
  • Tangency
    • discriminant = 0
    • exactly one repeated root
  • Light coordinate proofs
    • gradient and distance formulas
    • collinear: equal gradients
    • right angle: gradients multiply to -1
Practise this topic →