SOLUTION: Find equation of circle with center (1,4) that is tangent to the line y=x.

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: Find equation of circle with center (1,4) that is tangent to the line y=x.      Log On


   



Question 678987: Find equation of circle with center (1,4) that is tangent to the line y=x.
Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!
Find equation of circle with center (1,4) that is tangent to the line y=x.
All circles have the general equation

   (x - h)² + (y - k) = r² with center (h,k) and radius r 

Therefore every circle with center (1,4) has the equation

   (x - 1)² + (y - 4) = r²

Three such circles with center (1,4) are drawn below:



Notice that the green circle intersects the line y=x in two points,
and the blue circle does not intersect the line y=x at all.

We are looking for the black circle, which intersects the line y=x
in exactly one point.

If we solve the system

system%28%28x-1%29%5E2%2B%28y-4%29%5E2=r%5E2%2Cy=x%29

by substituting x for y in the circle's equation:

        (x - 1)² + (x - 4) = r²

x² - 2x + 1 + x² - 8x + 16 = r²

            2x² - 10x + 17 = r²

       2x² - 10x + 17 - r² = 0

       2x² - 10x + (17-r²) = 0

We want this to have exactly one solution, so that the
line will be tangent to the circle.  This will
be the case when and only when the discriminant b²-4ac 
equals to 0.

Discriminant = b²-4ac = (-10)²-4(2)(17-r²) = 0
                            100 - 8(17-r²) = 0
                           100 - 136 + 8r² = 0
                                 -36 + 8r² = 0
                                       8r² = 36
                                        r² = 36%2F8
                                        r² = 9%2F2

That's all we need to form the equation of the circle:

                       (x - 1)² + (y - 4)² = r²

                       (x - 1)² + (y - 4)² = 9%2F2

                x² - 2x + 1 + y² - 8y + 16 = 9%2F2

             2x² - 4x + 2 + 2y² - 16y + 32 = 9

                 2x² + 2y² - 4x - 16y + 25 = 0

You aren't asked for the radius r but if you were asked for it
it would be:
                                         r = sqrt%289%2F2%29
                                         r = sqrt%28%289%2A2%29%2F%282%2A2%29%29
                                         r = sqrt%289%2A2%29%2F2%29  
                                         r = 3sqrt%282%29%2F2%29
          
Edwin