Find the equation of the common tangent to the circles:
x2+y2−2y−3=0x2+y2−8x+4y+11=0
given that they touch each other externally.
Background and Explanation
To solve this problem, we need to identify the centers and radii of both circles. When two circles touch externally, their point of contact divides the line segment joining their centers internally in the ratio of their radii. We can then find the slope of the tangent at that point using implicit differentiation and determine the line's equation.
For circle (i), the center C1 is found by taking half the coefficients of x and y and changing the sign:
C1(−20,−2−2)=C1(0,1)
The radius r1 is:
r1=02+12−(−3)=1+3=2
For circle (ii), the center C2 is:
C2(−2−8,−24)=C2(4,−2)
The radius r2 is:
r2=42+(−2)2−11=16+4−11=9=3
Since the circles touch externally, the common point P divides the line segment C1C2 internally in the ratio r1:r2, which is 2:3. Using the ratio formula:
P=(m+nmx2+nx1,m+nmy2+ny1)P=(2+32(4)+3(0),2+32(−2)+3(1))P=(58,−51)
To find the slope of the tangent line, we differentiate the equation of circle (i) with respect to x:
2x+2ydxdy−2dxdy+0=0
Divide by 2:
x+(y−1)dxdy=0dxdy=y−1−x
Now, evaluate the slope at point P(58,−51):
dxdy=−51−1−58=−56−58=68=34
Thus, the slope m of the tangent line is 34.
Using the point-slope form y−y1=m(x−x1):
y−(−51)=34(x−58)y+51=34x−1532
Multiply the entire equation by 15 to clear the denominators:
15y+3=20x−32
Rearranging the terms into general form:
20x−15y−35=0
Divide the entire equation by 5:
4x−3y−7=0
The required equation of the common tangent line is 4x−3y−7=0.
Key Formulas or Methods Used
Circle Center and Radius: For x2+y2+2gx+2fy+c=0, Center is (−g,−f) and r=g2+f2−c.
Section Formula (Internal Division):P=(m+nmx2+nx1,m+nmy2+ny1).
Implicit Differentiation: Used to find the derivative dxdy which represents the slope of the tangent.
Point-Slope Form of a Line:y−y1=m(x−x1).
Summary of Steps
Calculate the center and radius for both given circles.
Use the ratio of the radii (2:3) and the section formula to find the coordinates of the point of contact P.
Differentiate one of the circle equations to find the expression for the slope dxdy.
Substitute the coordinates of P into the derivative to find the specific slope m.
Apply the point-slope formula to find the final linear equation of the tangent.