To find the equation of a circle when given the endpoints of its diameter, we use the following steps:
- Identify the midpoint of the diameter as the center of the circle.
- Calculate the radius using the distance formula between the given endpoints.
- Use the standard form of the equation of a circle, \((x - h)^2 + (y - k)^2 = r^2\), where \((h, k)\) is the center, and \(r\) is the radius.
Let's perform these steps for the endpoints \((−1, 4)\) and \((5, 4)\):
- Find the center of the circle:
- The midpoint of the diameter is the average of the coordinates of the endpoints.
- Midpoint, \((h, k) = \left(\frac{-1 + 5}{2}, \frac{4 + 4}{2}\right) = (2, 4)\).
- Calculate the radius:
- The distance between two points \((x_1, y_1)\) and \((x_2, y_2)\) is given by \(\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\).
- Here, distance (diameter) = \(\sqrt{(5 - (-1))^2 + (4 - 4)^2} = \sqrt{(6)^2} = 6\).
- Radius, \(r = \frac{6}{2} = 3\).
- Write the equation of the circle:
- The circle's equation is \((x - 2)^2 + (y - 4)^2 = 3^2\).
- Simplified equation: \((x - 2)^2 + (y - 4)^2 = 9\).
Conclusion: Therefore, the equation of the circle is \((x − 2)^2 + (y − 4)^2 = 9\), which matches the correct option.