Ed Aboud
- 200
- 0
Homework Statement
Fairly straight forward question but I just can't see what's wrong.
A circle passes through the point (2,-4) and touches both the x-axis and the y-axis. Find the equations of the two circles which satisfy these conditions.
Homework Equations
x^2 + y^2 + 2gx + 2fy + c = 0
with a centre point c (-g,-f)
r = \sqrt{g^2 + f^2 - c}
Where r is the radius.
The Attempt at a Solution
After drawing a diagram I concluded that r=g and r=f therefore g=f.
g = \sqrt{g^2 + f^2 - c}
g^2 = g^2 + f^2 - c
f^2 = c
Since the point (2,-4) is on the circle it will satisfy :
x^2 + y^2 + 2gx + 2fy + c = 0
(2)^2 + (-4)^2 + 2g(2) + 2f(-4) + c = 0
4 + 16 + 4g -8f + c = 0
20 + 4g -8f + c = 0
But f^2 = c and f = g
So
20 + 4f - 8f + f^2 = 0
20 -4f + f^2 = 0
f^2 -4f +20 = 0
This quadratic only has complex roots.
Thanks for any help!