Question

Difficulty: MediumEquations and Graphs of Circles

The equation x2+y212x+8y+3=0x^2 + y^2 - 12x + 8y + 3 = 0 defines a circle in the standard (x,y)(x, y) coordinate plane. What is the radius of this circle?

Answer: 7

Answer

The radius of the circle is 7.
Completing the square on the given equation yields (x6)2+(y+4)2=49(x - 6)^2 + (y + 4)^2 = 49. By comparing this to the standard circle equation (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2, we find r2=49r^2 = 49. Taking the square root of 4949 gives a radius of 77.

Step-by-Step Solution

1
Group the xx and yy terms and move the constant to the right-hand side of the equation.
x212x+y2+8y=3x^2 - 12x + y^2 + 8y = -3
This groups terms containing the same variables together to prepare for completing the square.
2
Add the square of half of the linear coefficients to both sides to complete the square for both xx and yy.
(x212x+36)+(y2+8y+16)=3+36+16(x^2 - 12x + 36) + (y^2 + 8y + 16) = -3 + 36 + 16
Adding (122)2=36(\frac{-12}{2})^2 = 36 and (82)2=16(\frac{8}{2})^2 = 16 to both sides forms perfect square trinomials on the left side while maintaining equality.
3
Factor the trinomials into squared binomials and combine the constants on the right side.
(x6)2+(y+4)2=49(x - 6)^2 + (y + 4)^2 = 49
This rewrites the equation in the standard circle equation form.
4
Extract the radius from the standard form equation (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2.
r=7r = 7
Since the constant on the right side corresponds to r2r^2, taking the square root of 4949 gives the radius of the circle.

Key Concept

Converting a circle's equation from general form to standard form by completing the square to determine its properties.
Rate this question