SOLUTION: Find the equation of the circle with center on the line X-5y+9=0, tangent to X-3y-11=0, and has radius √10

Algebra ->  Customizable Word Problem Solvers  -> Geometry -> SOLUTION: Find the equation of the circle with center on the line X-5y+9=0, tangent to X-3y-11=0, and has radius √10      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 944741: Find the equation of the circle with center on the line X-5y+9=0, tangent to X-3y-11=0, and has radius √10
Answer by Edwin McCravy(20064) About Me  (Show Source):
You can put this solution on YOUR website!
It appears that there are two solutions:



Let the center of the circle be (h,k).

Then the perpendicular distance from the center of the circle
to the line to which it is tangent must equal to the radius of the circle.

That's the green lines.


The perpendicular distance from the point (x1,y1)
to the line Ax+By+C=0 is
d = abs%28Ax%5B1%5D%2BBy%5B1%5D%2BC%29%2Fsqrt%28A%5E2%2BB%5E2%29


Therefore, the perpendicular distance from ine point (h,k) to the line 

      x-3y-11 = 0 
is

abs%28h-3k-11%29%2Fsqrt%281%5E2%2B%28-3%29%5E2%29
abs%28h-3k-11%29%2Fsqrt%281%2B9%29
abs%28h-3k-11%29%2Fsqrt%2810%29
It must equal to the radius sqrt%2810%29 so
abs%28h-3k-11%29%2Fsqrt%2810%29%22%22=%22%22sqrt%2810%29
abs%28h-3k-11%29%22%22=%22%2210
Since (h,k) is on the line x-5y+9=0
x-5y+9=0
h-5k+9=0
h=5k-9
Substitute in
abs%28%285k-9%29-3k-11%29%22%22=%22%2210
abs%285k-9-3k-11%29%22%22=%22%2210
abs%282k-20%29%22%22=%22%2210

That breaks into two equations:

2k - 20 = 10     and    -(2k - 20) = 10
     2k = 30     and      -2k + 20 = 10
      k = 15     and           -2k = -10
                                 k = 5

  h = 5k - 9                h = 5k - 9
  h = 5(15) - 9             h = 5(5) - 9
  h = 75 - 9                h = 25 - 9
  h = 66                    h = 16

(h,k) = (66,15)             (h,k) = (16,5)

The equation of any circle is

(x-h)² + (y-k)² = r²

The radius r is given as sqrt%2810%29, so r² = 10  

So the two circles' equations are:

(x-66)² + (y-16)² = 10   and  (x-16)² + (y-5)² = 10

Edwin