Question

Find the center and radius of a circle from its equation

Original question: 8. The equation of a circle is x^2 + y^2 + 6y + 7 = 0. What are the coordinates of the center and the length of the radius of the circle?

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: When a circle equation is not already in standard form, completing the square is the fastest way to reveal the center and radius. The key is to group the yy-terms carefully.

Given

x2+y2+6y+7=0x^2 + y^2 + 6y + 7 = 0

Rewrite it by moving the constant:

x2+y2+6y=7x^2 + y^2 + 6y = -7

Now complete the square for the yy-terms.

Take half of 6, which is 3, and square it to get 9.

Add 9 to both sides:

x2+y2+6y+9=2x^2 + y^2 + 6y + 9 = 2

Now factor the perfect square:

x2+(y+3)2=2x^2 + (y+3)^2 = 2

This is the standard form of a circle:

(xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2

So the center is

(0,3)\boxed{(0,-3)}

and the radius is

2\boxed{\sqrt{2}}


Pitfalls the pros know 👇 A frequent mistake is forgetting that the x2x^2 term already matches a perfect square, so there is no xx-term to complete. Another one is adding 9 only to the left side; that breaks the equation. Whatever you add to complete the square must be added to both sides.

What if the problem changes? If the equation were

x2+y2+6y5=0,x^2+y^2+6y-5=0,

then the same process would give

x2+(y+3)2=14,x^2+(y+3)^2=14,

so the center would still be (0,3)(0,-3), but the radius would become 14\sqrt{14}. The center comes from the linear terms, while the radius depends on the constant.

Tags: standard form, completing the square, radius

FAQ

What is the center of the circle x^2 + y^2 + 6y + 7 = 0?

The center is (0, -3).

What is the radius of the circle?

The radius is square root of 2.

chat