Imagine you have a circle and a straight line on the same plane. Interesting, right? How can these two geometric objects interact? It turns out there are three possibilities that can occur.
The line can intersect the circle at two points, be tangent to the circle at one point only, or even not touch the circle at all. Just like when you throw a pencil toward a ring, the pencil can go through the ring, touch the edge of the ring, or miss completely.
This concept is very important in analytic geometry because it helps us understand various situations in real life. For example, to determine whether a highway will pass through a circular protected area, or to analyze satellite trajectories relative to certain zones.
Let's look at the three possible positions of a line relative to a circle visually:
Position of Line to Circle
Visualization of three possible positions of a line relative to a circle.
From the visualization above, we can see three different situations. The first line doesn't touch the circle at all, the second line touches the circle at exactly one point, and the third line penetrates the circle so it intersects at two points.
Line intersects the circle occurs when a straight line passes through the interior of the circle so that it meets the circumference of the circle at two different points.
Line is tangent to the circle occurs when a straight line only touches the circumference of the circle at exactly one point. Such a line is called a tangent line.
Line does not intersect occurs when a straight line is outside the circle so there is no point of intersection between the line and the circle.
To determine the position of a line relative to a circle mathematically, we use the substitution method which produces a quadratic equation. Then, we analyze the discriminant of that quadratic equation.
Suppose we have a line with equation y=mx+c and a circle with equation x2+y2+Dx+Ey+F=0.
The first step is to substitute the line equation into the circle equation. It's easy, just replace all y in the circle equation with mx+c:
x2+(mx+c)2+Dx+E(mx+c)+F=0
x2+m2x2+2mcx+c2+Dx+Emx+Ec+F=0
(1+m2)x2+(2mc+D+Em)x+(c2+Ec+F)=0
This substitution result forms a quadratic equation in the form ax2+bx+c=0 with coefficients:
a=1+m2
b=2mc+D+Em
c=c2+Ec+F
Now, we calculate the discriminant of this quadratic equation. The discriminant is a value that determines the type of roots of a quadratic equation:
This discriminant value will tell us the position of the line relative to the circle. The concept is simple:
Positive discriminant (Δ>0) means the quadratic equation has two different real roots. In geometric context, this means the line intersects the circle at two points.
Zero discriminant (Δ=0) means the quadratic equation has one real root (repeated root). Geometrically, the line is tangent to the circle at one point.
Negative discriminant (Δ<0) means the quadratic equation has no real roots. Geometrically, the line does not intersect the circle.
Let's look at a concrete example to make it clearer. Say we have line y=2x−1 and circle x2+y2−4x+2y−4=0.
We substitute y=2x−1 into the circle equation:
x2+(2x−1)2−4x+2(2x−1)−4=0
x2+4x2−4x+1−4x+4x−2−4=0
5x2−4x−5=0
From the quadratic equation 5x2−4x−5=0, we identify its coefficients: a=5, b=−4, and c=−5.
Calculate the discriminant:
Δ=b2−4ac=(−4)2−4(5)(−5)
Δ=16+100=116
Since Δ=116>0, the line y=2x−1intersects the circle at two points.
This discriminant value not only tells us the position of the line, but also shows how many intersection points there are. The larger the positive discriminant value, the "farther" the line is from the tangent condition.