SOLUTION: Find the equation of a circle that has radius length {sqrt(30)} and is tangent to the line 3x+y-5=0 at the point (-1,8).

Algebra ->  Length-and-distance -> SOLUTION: Find the equation of a circle that has radius length {sqrt(30)} and is tangent to the line 3x+y-5=0 at the point (-1,8).      Log On


   



Question 1067878: Find the equation of a circle that has radius length {sqrt(30)} and is tangent to the line 3x+y-5=0 at the point (-1,8).
Found 2 solutions by Edwin McCravy, ikleyn:
Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!

There will be two solutions because the circle could be on either 
side of the line.

The equation of a circle is:

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

The radius is the distance from (h,k) to (-1,8).

We use the distance formula:

d%22%22=%22%22sqrt%28%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29

r%22%22=%22%22sqrt%28%28h-%28-1%29%5E%22%22%29%5E2%2B%28k-8%29%5E2%29

sqrt%2830%29%22%22=%22%22sqrt%28%28h%2B1%29%5E2%2B%28k-8%29%5E2%29

Square both sides:

30%22%22=%22%22%28h%2B1%29%5E2%2B%28k-8%29%5E2

The radius sqrt%2830%29 is also the perpendicular distance from
(h,k) to the line 3x+y-5=0

We use the formula:

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

sqrt%2830%29 = abs%283h%2Bk-5%29%2Fsqrt%283%5E2%2B1%5E2%29

sqrt%2830%29 = abs%283h%2Bk-5%29%2Fsqrt%2810%29

sqrt%2830%29sqrt%2810%29 = abs%283h%2Bk-5%29

sqrt%28300%29 = abs%283h%2Bk-5%29

sqrt%28100%2A3%29 = abs%283h%2Bk-5%29

10sqrt%283%29 = abs%283h%2Bk-5%29

%22%22+%2B-+10sqrt%283%29 = 3h%2Bk-5

3h%2Bk-5%22%22=%22%22%22%22+%2B-+10sqrt%283%29

k%22%22=%22%225+%2B-+10sqrt%283%29-3h

Substitute in

30%22%22=%22%22%28h%2B1%29%5E2%2B%28k-8%29%5E2

30%22%22=%22%22%28h%2B1%29%5E2%2B%285+%2B-+10sqrt%283%29-3h-8%29%5E2

There is a lot of work here!  I'm not going to type the
steps.  But you square those out and use the quadratic
formula.

Use the + and solve for h and get h+=+3sqrt%283%29-1
then
h+=+-1%2B3sqrt%283%29
Then substitute that in:

k%22%22=%22%225+%2B+10sqrt%283%29-3h
k%22%22=%22%225+%2B+10sqrt%283%29-3%28-1%2B3sqrt%283%29%29
k%22%22=%22%225+%2B+10sqrt%283%29%2B3-9sqrt%283%29%29
k%22%22=%22%228+%2B+sqrt%283%29

So the center of one circle is 

(h,k) = %28matrix%281%2C3%2C+-1%2B3sqrt%283%29%2C%22%2C%22%2C8+%2B+sqrt%283%29%29%29





To find the equation we substitute for h,k, and r in

%28x-h%29%5E2+%2B+%28y-k%29%5E2+=+r%5E2



%28x%2B1-3sqrt%283%29%29%5E2+%2B+%28y-8+-+sqrt%283%29%29%5E2+=+30

Using the - sign, and doing the same thing:

(h,k) = %28matrix%281%2C3%2C-3sqrt%283%29-1%2C%22%2C%22%2C8+-+sqrt%283%29%29%29



You can get the equation of that circle the same way.


Answer by ikleyn(52778) About Me  (Show Source):
You can put this solution on YOUR website!
.
Find the equation of a circle that has radius length {sqrt(30)} and is tangent to the line 3x+y-5=0 at the point (-1,8).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I think that more short (and more straightforward) solution is possible.

The idea is to draw (to write the equation of) the straight line perpendicular to the given line through the given point (-1,8), 
and then to take its intersection with the circle of the radius sqrt%2830%29 centered at the given point (-1,8).





Plot y = 5-3x (the given line, red), y = %28x%2B25%29%2F3 (the perpendicular at (-1,8), green)
and the circle centers (intersection points of the green straight line with the arcs, blue and purple arcs)



1.  The straight line perpendicular to the given line  3x+y-5=0  at the point (-1,8) is

    -(x-(-1)) + 3(y-8) = 0,   or  (which is the same)  -x - 1 + 3y - 24 = 0  or  (which is equivalent)  x = 3y-25.


2.  The circle of the radius sqrt%2830%29 centered at (-1,8) is

    %28x%2B1%29%5E2+%2B+%28y-8%29%5E2 = 30.


3.  The centers of two circles we are searching for, are the intersection points, i.e. the solutions of the system

     x = 3y-25,            (1)
     %28x%2B1%29%5E2+%2B+%28y-8%29%5E2 = 30.    (2)


     To solve the system, substitute (1) into (2), replacing x. You will get

     %283y+-+24%29%5E2+%2B+%28y-8%29%5E2 = 30,

     9y^2 - 144y + 576 + y^2 - 16y + 64 = 30,

     10y^2 - 160y + 610 = 0,

     y%5B1%2C2%5D = %28160+%2B-+sqrt%28160%5E2+-+4%2A10%2A610%29%29%2F%282%2A10%29 = %28160+%2B-+sqrt%281200%29%29%2F20 = 8+%2B-+sqrt%283%29%29.


     Thus the centers are

     a)  y%5B1%5D = 8+%2B+sqrt%283%29 ,  x%5B1%5D = 3y-25 = -1+%2B+3%2Asqrt%283%29,   and

     b)  y%5B2%5D = 8+-+sqrt%283%29 ,  x%5B2%5D = 3y-25 = -1+-+3%2Asqrt%283%29.

Having the centers and the radius r = sqrt%2830%29, everybody can write the standard equations for the two circles.