Alright, guys! Let's dive into a fun math problem: finding the tangent lines to a circle that pass through a specific point. We'll break it down step by step so itโs super easy to follow. Our circle is defined by the equation L=x2+y2โ4xโ2yโ11=0, and we want to find the tangent lines that go through the point P(6,5). Ready? Letโs go!
Understanding the Problem
Before we jump into calculations, letโs make sure we understand what weโre trying to do. A tangent line to a circle is a line that touches the circle at exactly one point. We have a circle and a point outside (or possibly on) the circle, and we need to find the equations of the lines that touch the circle only once and also pass through our given point. Visualizing this can really help, so maybe sketch a quick diagram!
Our circle equation is L=x2+y2โ4xโ2yโ11=0. We can rewrite this in the standard form (xโa)2+(yโb)2=r2 to find the center and radius, which will be very useful. The point P(6,5) is the point through which our tangent lines must pass. This means that when we find the equations of the tangent lines, plugging in x=6 and y=5 should satisfy those equations.
Step 1: Finding the Circle's Center and Radius
First, complete the square to rewrite the circle equation in the standard form:
x2โ4x+y2โ2yโ11=0
To complete the square for the x terms, we need to add and subtract (4/2)2=4. For the y terms, we add and subtract (2/2)2=1.
(x2โ4x+4)+(y2โ2y+1)โ11โ4โ1=0
(xโ2)2+(yโ1)2=16
Now we can easily see that the center of the circle is (2,1) and the radius is 16โ=4.
Step 2: General Equation of a Line Through P(6,5)
We know that the tangent line passes through the point P(6,5). The general equation of a line can be written as y=mx+c, where m is the slope and c is the y-intercept. Since the line passes through (6,5), we can write:
5=6m+c
So, c=5โ6m. Now we can rewrite the equation of the line as:
y=mx+(5โ6m)
y=mxโ6m+5
Step 3: Using the Distance Formula
For a line to be tangent to the circle, the distance from the center of the circle to the line must be equal to the radius of the circle. The distance d from a point (x0โ,y0โ) to a line Ax+By+C=0 is given by:
d=A2+B2โโฃAx0โ+By0โ+Cโฃโ
First, rewrite our line equation y=mxโ6m+5 in the form Ax+By+C=0:
mxโyโ6m+5=0
Here, A=m, B=โ1, and C=โ6m+5. The center of our circle is (2,1), so x0โ=2 and y0โ=1. The radius is 4. Plugging these values into the distance formula:
4=m2+(โ1)2โโฃm(2)โ1โ6m+5โฃโ
4=m2+1โโฃ2mโ1โ6m+5โฃโ
4=m2+1โโฃโ4m+4โฃโ
Step 4: Solving for m
Now we need to solve for m. Square both sides of the equation to get rid of the square root and the absolute value:
16=m2+1(โ4m+4)2โ
16(m2+1)=(16m2โ32m+16)
16m2+16=16m2โ32m+16
Notice that 16m2 cancels out on both sides, leaving us with:
16=โ32m+16
32m=0
m=0
This gives us one value for m. But we need to consider the case where โ4m+4 could be negative, so let's go back to the equation 4=m2+1โโฃโ4m+4โฃโ and rewrite it as:
4m2+1โ=โฃโ4m+4โฃ
4m2+1โ=โฃ4โ4mโฃ
Now consider the case where 4โ4m<0, so โฃ4โ4mโฃ=โ(4โ4m)=4mโ4:
4m2+1โ=4mโ4
m2+1โ=mโ1
Square both sides:
m2+1=m2โ2m+1
1=โ2m+1
2m=0
m=0
That doesn't give us anything new. Let's consider the correct squaring:
16(m2+1)=(โ4m+4)216m2+16=16m2โ32m+160=โ32mm=0
Since we squared the equation, we have to consider that the absolute value could be either positive or negative. Let's try that now:
4=m2+1โโฃโ4m+4โฃโ4m2+1โ=โฃโ4m+4โฃ
So, โ4m+4=4m2+1โ or โ4m+4=โ4m2+1โ.
If โ4m+4=โ4m2+1โ, then 4โ4m<0, so 4<4m, and 1<m.
Square both sides: (1โm)2=m2+1, 1โ2m+m2=m2+1, โ2m=0, so m=0. But that contradicts 1<m.
If โ4m+4=4m2+1โ, then 1โm=m2+1โ. So (1โm)2=m2+1, 1โ2m+m2=m2+1, and โ2m=0, so m=0.
However, we made an error earlier. When we squared both sides, we should have had:
16(m2+1)=(โ4m+4)216m2+16=16m2โ32m+160=โ32mm=0
It seems we only get m=0. Let's reconsider the problem.
Another Approach: Using the Quadratic Formula
The equation of the line is yโ5=m(xโ6), or y=mxโ6m+5.
Substitute this into the circle equation x2+y2โ4xโ2yโ11=0:
x2+(mxโ6m+5)2โ4xโ2(mxโ6m+5)โ11=0x2+m2x2โ12m2x+36m2+10mxโ60m+25โ4xโ2mx+12mโ10โ11=0(1+m2)x2+(โ12m2+8mโ4)x+(36m2โ48m+4)=0
For the line to be tangent, the discriminant must be 0:
D=b2โ4ac=(โ12m2+8mโ4)2โ4(1+m2)(36m2โ48m+4)=0(144m4โ192m3+160m2โ64m+16)โ4(36m2โ48m+4+36m4โ48m3+4m2)=0144m4โ192m3+160m2โ64m+16โ144m4+192m3โ160m2+192mโ16=0128m=0m=0
Once again, we only find m=0. This implies we made a mistake.
Corrected Approach
yโ5=m(xโ6), so y=m(xโ6)+5.
Substitute this into x2+y2โ4xโ2yโ11=0.
x2+(m(xโ6)+5)2โ4xโ2(m(xโ6)+5)โ11=0x2+(mxโ6m+5)2โ4xโ2mx+12mโ10โ11=0x2+m2x2+36m2+25โ12m2x+10mxโ60mโ4xโ2mx+12mโ21=0(1+m2)x2+(โ12m2+8mโ4)x+(36m2โ48m+4)=0
We set the discriminant to zero: (โ12m2+8mโ4)2โ4(1+m2)(36m2โ48m+4)=0144m4+64m2+16โ192m3+96m2โ64mโ4(36m2โ48m+4+36m4โ48m3+4m2)=0144m4โ192m3+160m2โ64m+16โ144m4+192m3โ160m2+192mโ16=0128m=0 thus m=0.
If m=0, y=5. Subbing that into the original circle gives x2+25โ4xโ10โ11=0, so x2โ4x+4=0, (xโ2)2=0, x=2.
Since the solution is x=2, we have one point, thus one tangent line.
Let's consider the alternative. Rewrite as y=mxโ6m+5, and x=(yโ5+6m)/m. Then
(myโ5+6mโ)2+y2โ4(myโ5+6mโ)โ2yโ11=0(yโ5+6m)2+m2y2โ4m(yโ5+6m)โ2m2yโ11m2=0y2+25+36m2โ10y+12myโ60m+m2y2โ4my+20mโ24m2โ2m2yโ11m2=0(1+m2โ2m2)y2+(โ10+12mโ4m)y+(25+36m2โ60m+20mโ24m2โ11m2)=0(1โm2)y2+(8mโ10)y+(25+m2โ40m)=0
Thus (8mโ10)2โ4(1โm2)(25+m2โ40m)=064m2โ160m+100โ4(25+m2โ40mโ25m2โm4+40m3)=064m2โ160m+100โ100โ4m2+160m+100m2+4m4โ160m3=04m4โ160m3+160m2=0m2(4m2โ160m+160)=0
m=0 or 4m2โ160m+160=0m2โ40m+40=0m=(40ยฑ1600โ160โ)/2=20ยฑ400โ40โ=20ยฑ360โ=20ยฑ610โ
Step 5: Finding the Tangent Lines
We found the slopes m=0, m=20+610โ, and m=20โ610โ. Now we can find the equations of the tangent lines using y=mxโ6m+5.
For m=0:
y=0โxโ6โ0+5
y=5
For m=20+610โ:
y=(20+610โ)xโ6(20+610โ)+5
y=(20+610โ)xโ120โ3610โ+5
y=(20+610โ)xโ115โ3610โ
For m=20โ610โ:
y=(20โ610โ)xโ6(20โ610โ)+5
y=(20โ610โ)xโ120+3610โ+5
y=(20โ610โ)xโ115+3610โ
Final Answer
The equations of the tangent lines are:
y=5
y=(20+610โ)xโ115โ3610โ
y=(20โ610โ)xโ115+3610โ
So there you have it! Finding tangent lines can be a bit tricky, but breaking it down step by step makes it manageable. Hope this helps you guys out!