Circle-line intersection

If we want to find the points of intersection between a circle and a straight line, there are three possibilities:

See number of intersections between graphs

Finding the points of intersection between a circle and a line

If we want to find the points of intersection, we can use good old simultaneous equations! We won’t be able to use elimination, but we can use substitution.

Here are the steps:

  1. Write down the equations of the circle and the line.
  2. Rearrange the equation of the line to make y the subject (if it isn’t already).
  3. Substitute the expression for y from the line equation into the circle equation.
  4. Rearrange the resulting equation into the form ax^2 + bx + c = 0.
  5. Solve the quadratic equation using the quadratic formula, factorising, or completing the square.
  6. Substitute the x-values found back into the equation of the line to find the corresponding y-values.

That’s sounds like a lot of steps, but let’s see it in practice with an example.

find the points of intersection between the circle x^2 + y^2 = 25 and the line y = 2x + 1.