To derive the equation of a circle in standard form, we use the formula:
\[ (x - h)^2 + (y - k)^2 = r^2 \]
where \((h, k)\) is the center of the circle and \(r\) is the radius.
In this case, the center is given as \((-8, -2)\) and the radius is \(2\).
-
Identify the center coordinates:
- \(h = -8\)
- \(k = -2\)
-
Since the radius \(r = 2\), we calculate \(r^2\):
- \(r^2 = 2^2 = 4\)
-
Substitute \(h\), \(k\), and \(r^2\) into the standard form equation: \[ (x - (-8))^2 + (y - (-2))^2 = 4 \] This simplifies to: \[ (x + 8)^2 + (y + 2)^2 = 4 \]
So the equation of the circle in standard form is: \[ (x + 8)^2 + (y + 2)^2 = 4 \]
The correct response from the given options is: \[ (x + 8)^2 + (y + 2)^2 = 4 \]