SOLUTION: Find the equation of the circle of radius √29 tangent to the line 2x-5y+16=0 and passing through (9,-3)

Algebra ->  Circles -> SOLUTION: Find the equation of the circle of radius √29 tangent to the line 2x-5y+16=0 and passing through (9,-3)       Log On


   



Question 1050916: Find the equation of the circle of radius √29 tangent to the line 2x-5y+16=0 and passing through (9,-3)
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Find the equation of the circle of radius sqrt(29) tangent to the line 2x-5y+16=0 and passing through (9,-3)
------------
There are 2 circles that fit.
----
Draw a circle of radius sqrt(29) with its center at (9,-3), call it circle Q.
The centers of the 2 circles with be on circle Q.
The centers' distance from the line will be sqrt(29).
----
For the distance from a line:
d = |A*p + B*q + C|/sqrt(A^2 + B^2) where the line is Ax + By + C = 0 and (p,q) is the point.
d = |2*p - 5*q + 16|/sqrt(p^2 + q^2) = sqrt(29)
============================
That's too complicated.
---
Find a line parallel to the given line and sqrt(29) from it.
Slope of the given line is 2/5 and the y-int is 16/5
The slope 2/5 is the tangent of the angle between the line and the x-axis.
Call the difference in the y-ints z.
cos(atan(2/5)) = sqrt(29)/z
z = 5.8
y-int of the parallel line = 16/5 - 5.8 = -13/5
Parallel line is y = (2/5)x - 13/5
----
Find the 2 intersections of the line and circle Q.
Circle Q: (x-9)^2 + (y+3)^2 = 29
Sub for y
(x-9)^2 + ((2/5)x - 13/5 +3)^2 = 29
(x-9)^2 + ((2/5)x + 2/5)^2 = 29
Multiply by 25 to eliminate fractions.
(5x-45)^2 + (2x + 2)^2 = 725
25x^2 - 450x + 2025 + 4x^2 + 8x + 4 = 725
29x^2 - 442x + 1304 = 0
Solved by pluggable solver: SOLVE quadratic equation (work shown, graph etc)
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 29x%5E2%2B-442x%2B1304+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%28-442%29%5E2-4%2A29%2A1304=44100.

Discriminant d=44100 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28--442%2B-sqrt%28+44100+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%28-442%29%2Bsqrt%28+44100+%29%29%2F2%5C29+=+11.2413793103448
x%5B2%5D+=+%28-%28-442%29-sqrt%28+44100+%29%29%2F2%5C29+=+4

Quadratic expression 29x%5E2%2B-442x%2B1304 can be factored:
29x%5E2%2B-442x%2B1304+=+%28x-11.2413793103448%29%2A%28x-4%29
Again, the answer is: 11.2413793103448, 4. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+29%2Ax%5E2%2B-442%2Ax%2B1304+%29

===================
x = 4; y = -1 --> (x-4)^2 + (y+1)^2 = 29 is one circle.
--------------
x = 326/29; y = 55/29 --> (x - 326/29)^2 + (y - 55/29)^2 = 29
--------
email any question.