Write the equation of the circle x^2+y^2+6x-2y-6=0 in the standard form.
- print Print
- list Cite
Expert Answers

calendarEducator since 2010
write10 answers
starTop subject is Math
Given: x^2 + y ^2 + 6x - 2y - 6 = 0
1. Group the x's together, group the y's together: x^2 + 6x + y^2 - 2y - 6 = 0.
2. Move the numbers to the other side of the equation (add 6): x^2 + 6x + y^2 - 2y = 6.
3. Complete the squares for the 'x' and 'y' terms (halve the coefficient of the x/y term, then square it. Because we are adding this to the left hand side of the equation, we must also add it to the right-hand side in order to maintain equality): x^2 + 6x + 9 + y^2 - 2y + 1= 6 + 9 + 1. --> x^2 + 6x + 9 + y^2 - 2y + 1 = 16.
4. Factor the perfect squares you created in the above step: (x + 3)^2 + (y - 1)^2 = 16.
Related Questions
- Write x^2+y^2-6x+8y+9=0 in the standard form of a circle
- 1 Educator Answer
- A circle has the equation x^2+y^2+2x-2y-14=0, determine the center and radius.
- 1 Educator Answer
- Write the equation of the circle in standard form. x^2+y^2-6x+8y+9=0.
- 1 Educator Answer
- What is the center and radius of the circle x^2 + y^2 - 6x + 10y + 9 = 0.
- 1 Educator Answer
- solve for x: sec^2x - tanx-3 = 0 2. 2x^2-18=9y^2 3. x^2+y^2-6x+4y=3 4....
- 1 Educator Answer

calendarEducator since 2010
write12,544 answers
starTop subjects are Math, Science, and Business
We have to write the equation of the circle x^2+y^2+6x-2y-6=0 in the standard form.
x^2+y^2+6x-2y-6=0
=> x^2 + 6x + y^2 - 2y - 6 = 0
=> x^2 + 6x + 9 + y^2 - 2y + 1 - 6 - 1 - 9 = 0
=> (x + 3)^2 + (y - 1)^2 - 6 - 1 - 9 = 0
=> (x + 3)^2 + (y - 1)^2 = 16
=> (x + 3)^2 + (y - 1)^2 = 4^2
The standard form of the circle is (x + 3)^2 + (y - 1)^2 = 4^2