Lets do the general solution and see if that is enough:
Suppose we have an equation
a x2 + a y2 + bx + c y + d = 0
where a is not zero and b, c, and d are real valued. Well if a is not zero, we can divide through by a and get
x2 + y2 + bx + c y + d = 0
where I have just relabeled the other constants, i.e. replaced b/a with b, etc.
We now need to complete the squares for the x and y parts. We'll do x and y can be done the same way:
x2 + bx = x2 + 2 (b/2) x + (b/2)2 - (b/2)2 = (x + b/2)2 - (b/2)2
Doing the same for y we can now write our original equation as
x2 + y2 + bx + c y + d = (x + b/2)2 - (b/2)2 + (y + c/2)2 - (c/2)2 + d = 0
or
(x + b/2)2 + (y + c/2)2 = (b/2)2 + (c/2)2 - d
Letting
r = 21b2+c2−4d
we finally have the equation of a circle [IF r is real, i.e. b2+c2≥4d],
(x - x0)2 + (y - y0)2 = r2
with center at (x0, y0) and radius r where
x0 = -b/2
y0 = -c/2
As an aside, if b2+c2<4d we would still have a circle but x and y would be complex numbers with real parts x0 and y0 and imaginary parts satisfying a circle of radius [EDIT: magnitude of] r centered (0,0) for the imaginary part.
There are loads of online resources showing the method. Try this listing. Once you have studied at least two lessons from the list, please attempt the exercise. If you get stuck, you can then reply with a clear listing of your efforts so far.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.