Counting Intersections Between a Line and a Circle
Draw a circle and a straight line in the same plane. Exactly three positional relationships are possible.
The line can intersect the circle at two points, be tangent at one point, or miss the circle entirely. Place a pencil across a ring: depending on its position, it crosses the ring, touches only the rim, or remains outside it.
Substituting the line equation into the circle equation produces a quadratic equation. Two real solutions mean two intersections, one repeated solution means tangency, and no real solution means the line misses the circle. The same test can model whether a planned road crosses a circular protected area or whether a path reaches a defined zone.
Three Possible Positions
The visualization compares all three cases:
The upper line has no point in common with the circle. The middle line touches it once. The lower line passes through the circle and therefore has two intersection points.
-
A secant passes through the interior and meets the circumference at two different points.
-
A tangent touches the circumference at exactly one point.
-
An exterior line lies completely outside the circle and has no intersection point with it.
Discriminant Method
To determine the number of intersection points algebraically, substitute the line equation into the circle equation. The substitution produces a quadratic equation. The sign of its discriminant determines whether the line and circle have two, one, or no real intersection points.
Suppose we have a line with equation and a circle with equation .
Replace every in the circle equation with :
This substitution result forms a quadratic equation in the form . Capital letters keep these coefficients distinct from the line intercept :
Now calculate the discriminant from the coefficients A, B, C above:
Interpretation of Discriminant Value
Each real solution for corresponds to an intersection point. The discriminant therefore gives three cases:
-
Positive discriminant () means the quadratic equation has two different real roots. In geometric context, this means the line intersects the circle at two points.
-
Zero discriminant () means the quadratic equation has one real root (repeated root). Geometrically, the line is tangent to the circle at one point.
-
Negative discriminant () means the quadratic equation has no real roots. Geometrically, the line does not intersect the circle.
Classifying a Secant with the Discriminant
Determine the position of line relative to circle .
We substitute into the circle equation:
From the quadratic equation , we identify its coefficients: , , and .
Calculate the discriminant:
Since , the line intersects the circle at two points.
The sign of the discriminant determines the number of intersection points. Its magnitude alone is not a geometric distance from the tangent condition because scaling the equation also scales the discriminant.
Standard Circle Case
For a circle centered at the origin, , the center coordinates are both zero. Substituting therefore produces no horizontal or vertical center terms.
Substitute the line into the circle:
The discriminant for this case is:
After simplification:
The interpretation is the same as before: means the line cuts the circle at two points, means it touches at one point, and means no intersection.
Practice with Complete Solutions
Each problem gives a line and a circle, and the task is to decide whether they meet twice, touch, or not meet at all. Substitute the line into the circle equation and read the discriminant.
-
Determine the position of line relative to circle .
-
Investigate the position of line relative to circle .
-
Line and circle . What is their position relationship?
-
Determine the value of so that line is tangent to circle .
Worked Solutions
-
Solution:
Substitute into :
Discriminant:
Since , the line intersects the circle at two points.
-
Solution:
Substitute into :
Discriminant:
Since , the line intersects the circle at two points.
-
Solution:
Solve the line for to obtain .
Substitute into :
Discriminant:
Since , the line intersects the circle at two points.
-
Solution:
For the line to be tangent to the circle, the discriminant must equal zero.
Substitute into :
Discriminant:
For :
Therefore the value is or .