Find the points of intersection of the given line and the circle.
(i)x−y+1=0 and x2+y2−3x−8=0
(ii)2x+y+45=0 and x2+y2−2x+4y−11=0
(iii)3x+2y+1=0 and x2+y2−x+y+2=0
Background and Explanation
To find the intersection points of a line and a circle, we solve the system of equations simultaneously by substituting the linear equation into the circle equation. This yields a quadratic equation whose discriminant determines whether there are two distinct intersection points, one tangent point, or no real intersection.
Multiplying through by 4 to clear denominators:
4x2+9x2+6x+1−4x−6x−2+8=013x2−4x+7=0
Applying the quadratic formula:
x=2(13)−(−4)±(−4)2−4(13)(7)x=264±16−364x=264±−348x=264±i348
This gives us two complex solutions:
x=264−i348andx=264+i348
Finding the corresponding y-values:
For x=264−i348, substituting into equation (i):
3(264−i348)+2y+1=02y+2612−3i348+1=02y+2612−3i348+26=02y+2638−3i348=02y=−2638−3i348y=−5238−3i348
For x=264+i348, substituting into equation (i):
3(264+i348)+2y+1=02y+2612+3i348+1=02y+2612+3i348+26=02y+2638+3i348=02y=−2638+3i348y=−5238+3i348
Thus, the points of intersection are:
(264−i348,−5238−3i348)and(264+i348,−5238+3i348)
These complex points indicate that the line does not intersect the circle in the real plane.
Key Formulas or Methods Used
Substitution method: Expressing one variable from the linear equation and substituting into the circle equation
Quadratic formula: x=2a−b±b2−4ac for solving ax2+bx+c=0
Discriminant analysis: Δ=b2−4ac determines the nature of roots:
Δ>0: Two distinct real intersection points (secant line)
Δ=0: One real intersection point (tangent line)
Δ<0: No real intersection points (line misses the circle)
Summary of Steps
Isolate one variable from the linear equation (e.g., x=… or y=…)
Substitute this expression into the circle equation to eliminate one variable
Simplify the resulting equation to standard quadratic form ax2+bx+c=0 (or in terms of y)
Calculate the discriminant Δ=b2−4ac to determine the nature of intersection
Solve the quadratic using the quadratic formula to find the coordinate values
Back-substitute these values into the linear equation to find the corresponding coordinates of the intersection points