A circle touches the line 2x−3y+1=0 at the point (1,1) and passes through the point of intersection of the lines x+y+1=0 and x−3y+5=0. Find the equation of the circle.
Background and Explanation
To solve this problem, we use the property that the center of a circle (h,k) is equidistant from any two points on its circumference. Additionally, the radius drawn to the point of tangency is always perpendicular to the tangent line. We also utilize the method of solving simultaneous linear equations to find points of intersection.
Solution
Let C(h,k) be the center of the required circle. Let B(1,1) be the point where the circle touches the given line, and let A be the point of intersection of the two given lines.
Since both A(−2,1) and B(1,1) lie on the circle, the distance from the center C(h,k) to these points must be equal (both equal the radius r).
∣AC∣=∣BC∣(h−(−2))2+(k−1)2=(h−1)2+(k−1)2
Squaring both sides:
(h+2)2+(k−1)2(h+2)2h2+4h+46hh=(h−1)2+(k−1)2=(h−1)2=h2−2h+1=−3=−21
Using the standard form (x−h)2+(y−k)2=r2:
(x−(−21))2+(y−413)2(x+21)2+(y−413)2x2+x+41+y2−213y+16169x2+y2+x−213y+164+16169−16117x2+y2+x−213y+1656x2+y2+x−213y+27=16117=16117=16117=0=0=0
Multiply the entire equation by 2 to clear the denominators:
2x2+2y2+2x−13y+7=0
Key Formulas or Methods Used
Point of Intersection: Solved by simultaneous equations.
Distance Formula:d=(x2−x1)2+(y2−y1)2
Perpendicular Slopes:m1⋅m2=−1
Standard Equation of a Circle:(x−h)2+(y−k)2=r2
Slope of a Line: For ax+by+c=0, slope m=−ba
Summary of Steps
Find the intersection point A(−2,1) of the two given lines.
Set the distance from the center C(h,k) to point A equal to the distance from C to the tangency point B(1,1) to find h=−1/2.
Use the perpendicularity condition between the radius BC and the tangent line to find the value of k=13/4.
Calculate the radius squared (r2) using the coordinates of the center and point B.
Substitute h,k, and r2 into the standard circle equation and simplify to the general form.