SOLUTION: How do I write an equation for a circle whose center is (3,-1) and radius is 2?

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: How do I write an equation for a circle whose center is (3,-1) and radius is 2?       Log On


   



Question 746357: How do I write an equation for a circle whose center is (3,-1) and radius is 2?
Found 2 solutions by savvyhush23, Edwin McCravy:
Answer by savvyhush23(50) About Me  (Show Source):
You can put this solution on YOUR website!
How do I write an equation for a circle whose center is (3,-1) and radius is 2?
.
.
Which equation? the standard or the general equation?
In solving this problem, the standard equation is use: %28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2
Center is (3,-1) so h = 3 and k = -1, r^2 = 4
%28x-3%29%5E2%2B%28y%2B1%29%5E2=4, this is the standard equation
.
.
Simplifying, %28x%5E2-6x%2B9%29%2B%28y%5E2%2B2y%2B1%29=4
x%5E2%2By%5E2-6x%2B2y%2B6=0, this is the general equation of the circle.

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
You must memorize the standard equation of a circle 
with center = (h,k) and radius = r

(x - h)² + (y - k)² = r²

In your problem center = (h,k) = (3,-1) and 
radius = r = 2

So substitute (3) for h, (-1) for k and (2) for r.
DO NOT substitute anything for x or y, but leave them 
variable:

(x - (3))² + (y - (-1))² = (2)²

(x - 3)² + (y + 1)² = 4

That's the answer in standard form.  If you like you can
do some algebra on that and come up with the general form

x² + y² + Dx + Ey + F = 0

which will come out to be

x² + y² - 6x + 2y + 6 = 0

Edwin