8.2 Line and Circle Intersection


2026 📋 Syllabus Objectives

By the end of these notes, you will be able to:

  • Find the points of intersection between a straight line and a circle
  • Determine whether a straight line is a tangent to a circle (touches at exactly one point)
  • Determine whether a straight line is a chord of a circle (crosses at two points)
  • Determine whether a straight line does not intersect a circle at all

1. The Big Idea: How Can a Line and Circle Meet?

When you draw a straight line near or through a circle, one of three things can happen:

SituationWhat it looks likeNumber of intersection points
Line misses the circleLine is completely outside0 points
Line is a tangentLine just grazes (touches) the edge1 point
Line is a chordLine cuts through and comes out the other side2 points

💡 Think of it this way: Imagine rolling a ball (the circle) along the ground (the line). If the ball just barely touches the ground, that's a tangent. If you could somehow push the line through the ball, it would enter and exit — that's a chord.


2. The Method: Simultaneous Equations

To find out where (and whether) a line and circle intersect, you use simultaneous equations — this means you solve both equations at the same time.

Here's the step-by-step process:

Step 1: Rearrange the equation of the straight line to make either xx or yy the subject (i.e., get x=...x = ... or y=...y = ...).

Step 2: Substitute (replace) this expression into the equation of the circle.

Step 3: Expand and simplify. You will always end up with a quadratic equation — an equation in the form ax2+bx+c=0ax^2 + bx + c = 0.

Step 4: Solve the quadratic. The number of solutions tells you what type of intersection you have.


3. The Discriminant — Your Detective Tool 🔍

Once you have your quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, you use something called the discriminant to figure out the type of intersection — without even fully solving the equation!

📌 The discriminant is the expression b24acb^2 - 4ac. It's calculated from the numbers in your quadratic equation.

Here is what the discriminant tells you:

Value of b24acb^2 - 4acType of rootsWhat this means for the line and circle
b24ac>0b^2 - 4ac > 0Two different (distinct) real rootsLine intersects circle at two points → line is a chord
b24ac=0b^2 - 4ac = 0One repeated real rootLine touches circle at one point → line is a tangent
b24ac<0b^2 - 4ac < 0No real rootsLine does not meet the circle at all

💡 Plain English: The discriminant is like a test. A positive result = two crossing points. Zero = just touching. Negative = no meeting at all.

Sign in to view full notes