SOLUTION: A circle is tangent to both the X and Y axes and is tangent to the line 3x+4y=60 at the point (8,9). Find the equation.

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: A circle is tangent to both the X and Y axes and is tangent to the line 3x+4y=60 at the point (8,9). Find the equation.      Log On


   



Question 1081463: A circle is tangent to both the X and Y axes and is tangent to the line 3x+4y=60 at the point (8,9). Find the equation.
Answer by ikleyn(52802) About Me  (Show Source):
You can put this solution on YOUR website!
.
A circle is tangent to both the X and Y axes and is tangent to the line 3x+4y=60 at the point (8,9). Find the equation.
~~~~~~~~~~~~~~~~~~~~~~

Since the "circle is tangent to both the X and Y axes", its center lies on the line  y = x  OR  on the line  y = -x.


Since the circle "is tangent to the line 3x+4y=60 at the point point (8,9)", its center lies on the perpendicular to the given line 
at the given point.


The given line has the slope -3%2F4, hence, the perpendicular line has the slope of 4%2F3. 
Then the equation of this perpendicular line through the given (8,9) is

y-9 = %284%2F3%29%2A%28x-8%29     (2)


So, the center of the circle is EITHER the intersection of two straight lines

y = x,  y-9 = %284%2F3%29%2A%28x-8%29,    (3)

OR  is the  intersection of two straight lines

y = -x,  y-9 = %284%2F3%29%2A%28x-8%29,   (4)


Case 1.  y = x,  y-9 = %284%2F3%29%2A%28x-8%29     (3)  ====>  (simply replace y by x in the left part of the second equation)  ====>

         x - 9 = %284%2F3%29%2A%28x-8%29  ====>  3x - 27 = 4x - 32  ====>  x = 5. 
         
        Then y = 5, and the center in this case is the point (x,y) = (5,5).

        Then the radius of the circle = the distance from the center to the point (8,9) = sqrt%28%288-5%29%5E2%2B%289-5%29%5E2%29 = 5.

        It is consistent with the fact that the circle touches the x-axis and y-axis.



Case 2.  y = -x,  y-9 = %284%2F3%29%2A%28x-8%29     (4)  ====>  (simply replace y by -x in the left part of the second equation)  ====>

         -x - 9 = %284%2F3%29%2A%28x-8%29  ====>  -3x - 27 = 4x - 32  ====>  7x = 5  ====>  x = 5%2F7. 
         
        Then y = -5%2F7, and the center in this case is the point (x,y) = (5%2F7,-5%2F7).

        Then the radius of the circle = the distance from the center to the point (8,9) = sqrt%28%288-5%2F7%29%5E2%2B%289%2B5%2F7%29%5E2%29.

        Clearly/obviously, it is NOT consistent with the fact that the circle touches the x-axis and y-axis.


So, the center of the circle is UNIQUELY defined at (5,5) and the radius of the circle is 5.

Thus the equation of the circle is %28x-5%29%5E2+%2B+%28y-5%29%5E2 = 5.

Solved.