Intersection of straight lines and circles
In a nutshell
Algebra is used to find the coordinates of the point of intersection of a circle and a straight line. Straight lines can intersect a circle once, twice, or not at all. A tangent is a line that touches a circle at one point.
Finding points of intersection
To find the points of intersection, the equations of the circle and the straight line can be solved simultaneously.
Example 1
Find the coordinates of the points where the line y=x+4 intersects the circle (x−3)2+(y−5)2 = 34.
First, substitute the line equation into the quadratic to solve for x or y.
(x−3)2+((x+4)−5)2(x−3)2+(x−1)2= 34=34
Expand the brackets to collect terms.
(x2−6x+9)+(x2−2x+1)2x2−8x+102x2−8x−24x2−4x−12(x−6)(x+2)=34=34=0=0=0
Solve for x.
(x−6)(x+2)=0
x=6 and x=−2
Substitute the x terms into the line equation to solve for y.
y=6+4=10
y=−2+4=2
Therefore, the line y=x+4 intersects the circle at points
(6,10) and (−2,2)
Finding the number of intersection points
Solve the line and circle equations simultaneously to find the discriminant b2−4ac to test for roots of the quadratic equation.
b2−4ac>0 | There are two distinct roots, therefore, two points of intersection. |
b2−4ac=0 | There is a repeated root, therefore, one point of intersection. |
b2−4ac<0 | There are no real roots, therefore, no points of intersection. |
Example 2
Show that the line y=x−7 does not meet the circle (x+3)2+y2=42.
First, substitute line y=x−7 into the equation of the circle and collect terms.
(x+3)2+(x−7)2x2+6x+9+x2−14x+492x2−8x+16x2−4x+8=42=42=0=0
Use the discriminant of the quadratic to test for roots.
b2−4ac=(−4)2−(4×1×8)=−16
−16<0, therefore, there are no points of intersection.