Question

Find the center and radius of a circle from its equation

Original question: What are the coordinates of the center and the length of the radius of the circle whose equation is x2+y2=8xβˆ’6y+39x^2 + y^2 = 8x - 6y + 39

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: For circle equations, the easiest path is to move everything into standard form and then complete the square if needed. Here, the terms are already set up so the center and radius can be read off cleanly.

Start with the given equation:

x2+y2=8xβˆ’6y+39x^2+y^2=8x-6y+39

Move the xx and yy terms to the left:

x2βˆ’8x+y2+6y=39x^2-8x+y^2+6y=39

Now complete the square for each variable.

For x2βˆ’8xx^2-8x:

(βˆ’82)2=16\left(\frac{-8}{2}\right)^2=16

For y2+6yy^2+6y:

(62)2=9\left(\frac{6}{2}\right)^2=9

Add both numbers to both sides:

x2βˆ’8x+16+y2+6y+9=39+16+9x^2-8x+16+y^2+6y+9=39+16+9

(xβˆ’4)2+(y+3)2=64 (x-4)^2+(y+3)^2=64

This matches the standard circle form

(xβˆ’h)2+(yβˆ’k)2=r2(x-h)^2+(y-k)^2=r^2

So the center is

(4,βˆ’3)\boxed{(4,-3)}

and the radius is

8\boxed{8}


Pitfalls the pros know πŸ‘‡ A common slip is reading the center as (βˆ’4,3)( -4, 3 ) because of the signs inside the parentheses. Remember: (xβˆ’h)2(x-h)^2 means the center’s xx-coordinate is hh, not the opposite sign you first see. So (xβˆ’4)2(x-4)^2 gives x=4x=4, and (y+3)2(y+3)^2 gives y=βˆ’3y=-3.

What if the problem changes? If the right-hand side had been smaller, the radius would change after completing the square, but the center would stay the same as long as the xx and yy coefficients stayed the same. If one squared term were missing, then the graph would no longer be a circle and you’d need to interpret it differently.

Tags: standard form, completing the square, radius

FAQ

What is the center of the circle given by $x^2+y^2=8x-6y+39$?

After rewriting in standard form, the circle becomes $(x-4)^2+(y+3)^2=64$, so the center is $(4,-3)$.

How do you find the radius?

In standard form $(x-h)^2+(y-k)^2=r^2$, the radius is the square root of the constant on the right. Here $r^2=64$, so the radius is $8$.

chat