SOLUTION: Find equation when the center on the line x - 2y - 9 = 0 and passes through the points (7,-2) and (5,0).

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: Find equation when the center on the line x - 2y - 9 = 0 and passes through the points (7,-2) and (5,0).       Log On


   



Question 1081946: Find equation when the center on the line x - 2y - 9 = 0 and passes through the points (7,-2) and (5,0).
Found 2 solutions by josgarithmetic, ikleyn:
Answer by josgarithmetic(39616) About Me  (Show Source):
You can put this solution on YOUR website!

m=%28-2-0%29%2F%287-5%29=-2%2F2=1-------MISTAKEN FIRST RESULT

--
-1%2Fm=-1
-
x%5Bm%5D=12%2F2=6
-
y%5Bm%5D=%28-2%2B0%29%2F2=-1
-
y-0=-1%28x-5%29
y=-x%2B5
-
Center of circle should be the intersection of y=-x+5 and x-2y-9=0.
x-2%285-x%29-9=0
x-10%2B2x-9=0
x=-9%2B10
x=1,y=4
Center (1,4).
Radius-squared:
%285-1%29%5E2%2B%280-4%29%5E2
16%2B16
32

EQUATION: cross%28%28x-1%29%5E2%2B%28y-4%29%5E2=32%29

Answer by ikleyn(52775) About Me  (Show Source):
You can put this solution on YOUR website!
.
Find equation when the center on the line x - 2y - 9 = 0 and passes through the points (7,-2) and (5,0).
~~~~~~~~~~~~~~~~~~~~

The center of the circle lies on the perpendicular bisector to the segment connecting the points (7,-2) and (5,0).

The midpoint is (6,-1).     (6 = %287%2B5%29%2F2,  -1 = %28-2%2B0%29%2F2)


The segment connecting the given points has the slope %280-%28-2%29%29%2F%285-7%29 = 2%2F%28-2%29 = -1.

Therefore, the perpendicular bisector has the slope 1.

Hence, the perpendicular bisector passing through the point (6,-1) has the equation

y - (-1) = 1*(x-6),   or,  which is the same,  y+1 = x - 6.


Hence, the center of the circle lies at the intersection of these two lines

x - 2y - 9 = 0    (1)   and
y+1 = x - 6.      (2)

This system is the same as

x - 2y = 9,       (3)
x -  y = 7.       (4)

To solve the system (and to find the intersection point) subtract (4) from (3) both sides). You will get

-y = 2,   or   y = -2.

Then x = 7 + y = 7 + (-2) = 5   (from (4).

Thus the point (5,-2) is the center.


The distance from the center (5,-2) to the given point (5,0) is sqrt%28%285-5%29%5E2+%2B+%280-%28-2%29%5E2%29%29 = sqrt%280%5E2+%2B+2%5E2%29 = sqrt%284%29 = 2.


Then the equation of the circle is 

%28x-5%29%5E2+%2B+%28y-%28-2%29%29%5E2 = 4,   or

%28x-5%29%5E2+%2B+%28y%2B2%29%5E2 = 4.

Solved.




The solution by "josgarithmetic" is WRONG.