Question Statement
The point P(−11,−10) lies outside the circle x2+y2+6x+8y+5=0. Find the equations of the tangents to the circle drawn from point P and find the points of contact.
Background and Explanation
To solve this problem, we use the property that a tangent to a circle is perpendicular to the radius at the point of contact. By representing the point of contact as (x1,y1), we can use the product of slopes and the fact that the point lies on the circle to solve for the coordinates. Finally, the equations of the tangents are found using the two-point form for a line.
Solution
The given equation of the circle is:
x2+y2+6x+8y+5=0
Comparing this to the general form x2+y2+2gx+2fy+c=0, we find the center C(g,f):
C(−26,−28)=(−3,−4)
Let A(x1,y1) and B be the points of contact where the tangents from P(−11,−10) touch the circle.
Since the radius AC is perpendicular to the tangent AP, the product of their slopes is −1:
(Slope of AC)×(Slope of AP)=−1
Substituting the coordinates C(−3,−4), P(−11,−10), and A(x1,y1):
(x1−(−3)y1−(−4))(x1−(−11)y1−(−10))=−1
⇒(x1+3y1+4)(x1+11y1+10)=−1
x12+11x1+3x1+33y12+10y1+4y1+40=−1
x12+14x1+33y12+14y1+40=−1
y12+14y1+40=−1(x12+14x1+33)
y12+14y1+40=−x12−14x1−33
x12+y12+14x1+14y1+73=0…(i)
Since the point A(x1,y1) lies on the circle, it must satisfy the circle's equation:
x12+y12+6x1+8y1+5=0…(ii)
Subtracting equation (ii) from equation (i):
(x12−x12)+(y12−y12)+(14x1−6x1)+(14y1−8y1)+(73−5)=0
8x1+6y1+68=0
Dividing by 2:
4x1+3y1+34=0…(iii)
From (iii), we express y1 in terms of x1:
3y1=−4x1−34⇒y1=3−4x1−34
Substitute this into the circle equation (ii):
x12+(3−4x1−34)2+6x1+8(3−4x1−34)+5=0
x12+916x12+272x1+1156+6x1+3−32x1−272+5=0
Multiply the entire equation by 9 to clear the denominators:
9x12+16x12+272x1+1156+54x1−96x1−816+45=0
25x12+230x1+385=0
Divide by 5:
5x12+46x1+77=0
Factor the quadratic:
5x12+35x1+11x1+77=0
5x1(x1+7)+11(x1+7)=0
(x1+7)(5x1+11)=0
This gives two possible values for x1:
- x1=−7
- x1=−511
Case 1: x1=−7
Substitute into (iii):
4(−7)+3y1+34=0⇒−28+3y1+34=0
3y1=−6⇒y1=−2
Point A=(−7,−2).
Case 2: x1=−511
Substitute into (iii):
4(−511)+3y1+34=0⇒−544+3y1+5170=0
3y1=−5126⇒y1=−542
Point B=(−511,−542).
We use the two-point formula: yA−yPy−yP=xA−xPx−xP
Tangent through P(−11,−10) and A(−7,−2):
−2−(−10)y−(−10)=−7−(−11)x−(−11)
8y+10=4x+11
2y+10=x+11
y+10=2x+22
2x−y+12=0
Tangent through P(−11,−10) and B(−511,−542):
−542−(−10)y−(−10)=−511−(−11)x−(−11)
58y+10=544x+11
8y+10=44x+11
2y+10=11x+11
11(y+10)=2(x+11)
11y+110=2x+22
2x−11y−88=0
- Center of a Circle: For x2+y2+2gx+2fy+c=0, Center is (−g,−f).
- Slope Formula: m=x2−x1y2−y1.
- Perpendicular Lines: m1⋅m2=−1.
- Two-Point Form of a Line: y2−y1y−y1=x2−x1x−x1.
Summary of Steps
- Identify the center of the circle C(−3,−4).
- Set up the perpendicularity condition between the radius CA and the tangent PA.
- Combine the resulting equation with the circle's equation to find the points of contact.
- Solve the quadratic equation to find the x-coordinates of the contact points A and B.
- Find the corresponding y-coordinates using the linear relation derived from the two equations.
- Use the coordinates of P and the contact points to write the equations of the two tangents using the two-point formula.