To find the center and radius of the circle given by the equation \( x^2 + y^2 - 8x + 2y = 8 \), we can complete the square.
-
Rearrange the equation: \[ x^2 - 8x + y^2 + 2y = 8 \]
-
Complete the square for the \( x \) terms:
- Take \( x^2 - 8x \):
- The term needed to complete the square is \( \left(\frac{-8}{2}\right)^2 = 16 \).
- So, \( x^2 - 8x = (x - 4)^2 - 16 \).
- Take \( x^2 - 8x \):
-
Complete the square for the \( y \) terms:
- Take \( y^2 + 2y \):
- The term needed to complete the square is \( \left(\frac{2}{2}\right)^2 = 1 \).
- So, \( y^2 + 2y = (y + 1)^2 - 1 \).
- Take \( y^2 + 2y \):
-
Now substituting back into the equation: \[ (x - 4)^2 - 16 + (y + 1)^2 - 1 = 8 \]
-
Simplify the equation: \[ (x - 4)^2 + (y + 1)^2 - 17 = 8 \] \[ (x - 4)^2 + (y + 1)^2 = 25 \]
-
From this, we can identify the center and radius:
- The center is at \( (4, -1) \).
- The radius is \( \sqrt{25} = 5 \).
Therefore, the center and radius of the circle are: center=(4,−1), radius=5.