SOLUTION: find the center and radius of the circle having equation x^2+y^2+2x-4y+1=0

Algebra ->  Circles -> SOLUTION: find the center and radius of the circle having equation x^2+y^2+2x-4y+1=0      Log On


   



Question 1061422: find the center and radius of the circle having equation x^2+y^2+2x-4y+1=0
Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!
x%5E2%2By%5E2%2B2x-4y%2B1=0

We need to get it in the form %28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2 so we'll
know it has center (h,k) and radius r.

First we add -1 to both sides to get the constant off the left side:

x%5E2%2By%5E2%2B2x-4y=-1

Next we swap the 2nd and 3rd terms to get terms with the same letter
next to each other:


x%5E2%2B2x%2By%5E2-4y=-1

Put the addition of one blank after the +2x and another after the 
-4y since we are going to add something to both sides:

x%5E2%2B2x%2B%22__%22%2By%5E2-4y%2B%22__%22=-1

Next we calculate what goes in the first blank:

1. Multiply the coefficient of x, which is 2, by 1%2F2}, getting 1
2. Square that value:  %281%29%5E2+=+1, so red%281%29 is what goes
in the first blank, and we also add it to the right side:

x%5E2%2B2x%2Bred%281%29%2By%5E2-4y%2B%22__%22=-1%2Bred%281%29  

Next we calculate what goes in the second blank:

1. Multiply the coefficient of y, which is -4, by 1%2F2}, getting -2
2. Square that value:  %28-2%29%5E2+=+%22%2B4%22, so red%284%29 is 
what goes in the second blank, and we also add it to the right 
side:

x%5E2%2B2x%2Bred%281%29%2By%5E2-4y%2Bred%284%29=-1%2Bred%281%29%2Bred%284%29

The first three terms on the left x%5E2%2B2x%2B1 factors as %28x%2B1%29%28x%2B1%29 
or %28x%2B1%29%5E2

The last three terms on the left y%5E2-4y%2B4 factors as %28y-2%29%28y-2%29 
or %28y-2%29%5E2

The right side -1%2B1%2B4 becomes 4

So we now have:

%28x%2B1%29%5E2%2B%28y-2%29%5E2=4

And we compare that to 
%28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2 

and we see that since -h=%22%22%2B1%22, h=-1, and
since -k=-2, k=2. Also r%5E2=4 so r=sqrt%284%29=2}

So the center is (h,k) = (-1,2) and the radius = r = 2.

Edwin