SOLUTION: Explain why any line passing through (4,-1) and cannot be tangent to the circle x^2 + y^2 - 4x + 6y - 12 = 0

Algebra ->  Circles -> SOLUTION: Explain why any line passing through (4,-1) and cannot be tangent to the circle x^2 + y^2 - 4x + 6y - 12 = 0      Log On


   



Question 1119396: Explain why any line passing through (4,-1) and cannot be tangent to the circle x^2 + y^2 - 4x + 6y - 12 = 0
Found 2 solutions by josmiceli, ikleyn:
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
The only way the line through (4,-1) could
not be tanghent to the circle is if this
point is inside the circle.
----------------------------
Get the equation into the form:
+%28+x+-+h+%29%5E2+%2B+%28+y+-+k+%29%5E2+=+r%5E2+
where the center is at ( h, k )
+x%5E2+-+4x+%2B+y%5E2+%2B+6y+=+12+
Complete the squares for both x and y
and add to the right side to balence equation
+x%5E2+-+4x+%2B+4+%2B+y%5E2+%2B+6y+%2B+9+=+12+%2B+4+%2B+9+
+%28+x+-+2+%29%5E2+%2B+%28+y+%2B+3+%29%5E2+=+25+
The center is at ( 2, -3 ) and the radius is +sqrt%2825%29+=+5+
-------------------------------
I just have to find out how far ( 4, -1 ) is from the center
+d+=+sqrt%28+%28+4+-+2+%29%5E2+%2B+%28+-1+-%28-3%29+%29%5E2+%29+
+d+=+sqrt%28+2%5E2+%2B+2%5E2+%29+
+d+=+sqrt%28+4+%2B+4+%29+
+d+=+sqrt%28+8+%29+
+d+=+2.83+
This distance is shorter than the radius, so
( 4, -1 ) is inside the circle and a line
passing through it cannot be tangent to the circle
------------------------------------------------
try to get a 2nd opinion on this. I definitely
could have made a mistake, but I think my method is OK


Answer by ikleyn(52878) About Me  (Show Source):
You can put this solution on YOUR website!
.
    x^2 + y^2 - 4x + 6y - 12 = 0      <<<---=== re-group to get


    (x^2 - 4x) + (y^2 + 6y) = 12      <<<---=== make identical transformations as shown below


    (x^2 - 4x + 4) + (y^2 + 6y + 9) = 12 + 4 + 9    <<<---=== complete the squares


    (x-2)^2 + (y+3)^2 = 25            <<<---===  Standard equation of the circle


Your circle has the center at (2,-3) and the radius  sqrt%2825%29 = 5.


The distance from the center to the given point (4,-1) is

    d = sqrt%28%284-2%29%5E2+%2B+%28%28-1%29-%28-3%29%29%5E2%29 = sqrt%282%5E2+%2B+2%5E2%29 = sqrt%288%29


which is less than 5.


Hence, the point (4,-1) lies INSIDE the given circle.


Therefore, any line passing through (4,-1) cannot be tangent to the circle.


Answered and solved.