SOLUTION: find the equation of two circles which pass through point (2, 0) that have both Y-axis and the line y-1 =0 as the tangent. am sorry to asked this question but I need your help.

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: find the equation of two circles which pass through point (2, 0) that have both Y-axis and the line y-1 =0 as the tangent. am sorry to asked this question but I need your help.       Log On


   



Question 1094135: find the equation of two circles which pass through point (2, 0) that have both Y-axis and the line y-1 =0 as the tangent.
am sorry to asked this question but I need your help.
thank

Found 2 solutions by greenestamps, Edwin McCravy:
Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!

To be tangent to the y-axis (the line x=0) and the line y-1=0 (i.e., y=1), the center of the circle must be equidistant from x=0 and y=1. The set of points equidistant from x=0 and y=1 is the line with slope -1 passing through (0,1), the intersection point of lines y=1 and x=0.

The equation of that line is
y+=+-x%2B1
So an arbitrary point on that line will have coordinates (a,-a+1). The distance of any such point from the y-axis is clearly equal to a. For the circle to pass through the point (2,0), the distance between (a,-a+1) and (2,0) must also be equal to a. Since the distances need to be the same, the squares of the distances need to be the same. So
%28a-2%29%5E2+%2B+%28%28-a%2B1%29-0%29%5E2+=+a%5E2
%28a-2%29%5E2+%2B+%281-a%29%5E2+=+a%5E2
a%5E2-4a%2B4%2Ba%5E2-2a%2B1+=+a%5E2
a%5E2-6a%2B5+=+0
%28a-5%29%28a-1%29+=+0

The x coordinates of the centers of the two circles are 5 and 1. For the circle with center x coordinate 1, the y coordinate is (-1+1) = 0; for the other circle, the y coordinate is (-5+1) = -4. So the centers of the two circles are (1,0) and (5,-4).

Since the circles are tangent to the y axis, the radius of each is the x coordinate of the center. So the two circles are
(1) center (1,0), radius 1 and
(2) center (5,-4), radius 5.

The equations are then
(1) (x-1)^2+y^2 = 1 and
(2) (x-5)^2 + (y+4)^2 = 25

Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!
Let the radius be r,

Then the x-coordinate of the center is the length of the
radius from the y-axis, so it is r.

The y-coordinate of the center is r units below the line
y-1 = 0, which is the same as y = 1, a horizontal line
1 unit above and parallel to the x-axis, in red.

The y-coordinate of the center is 5 units below the red line.
Since the red line is 1 unit above the x-axis, we need to
subtract the radius from 1 to get the y-coordinate, That's
1-r, so that's the y-coordinate of the center, and the 
center is (r,1-r).   

 

The center is (r,r-1) and the radius is r
so the equation of the circle, 

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

becomes:

%28x-r%5E%22%22%29%5E2%2B%28y-%28r-1%29%5E%22%22%29%5E2=r%5E2

and since it goes through (2,0)

%282-r%5E%22%22%29%5E2%2B%280-%28r-1%29%5E%22%22%29%5E2=r%5E2

%282-r%5E%22%22%29%5E2%2B%28-r%2B1%29%5E%22%22%29%5E2=r%5E2

4-2r%2Br%5E2%2Br%5E2-2r%2B1=r%5E2

2r%5E2-4r%2B5=r%5E2

r%5E2-4r%2B5=0

%28r-1%29%28r-5%29=0

r-1 = 0;   r-5 = 0
  r = 1      r = 5

The small circle has r=1, center (r,1-r) = (1,1-1) = (1,0)

%28x-1%5E%22%22%29%5E2%2B%28y%5E%22%22%29%5E2=1

and the large circle has r=5, center (r,1-r) = (5,1-5) = (5,-4)

%28x-5%5E%22%22%29%5E2%2B%28y%2B4%5E%22%22%29%5E2=25

Edwin