
Orlando S. answered 01/10/23
96th Percentile on SAT Math Section
Hi, Bailey!
As you've given, the standard equation for a circle is of the form (x - h)2 + (y - k)2 = r2, where r represents the radius of the circle and the coordinate pair (h, k) is the center of the circle. Therefore, we need to use the two given points to solve for the radius and center of the circle in order to write out our full equation.
Let's start by first finding the center of the circle. We are given coordinate pairs that represent the endpoints of the diameter of the circle. Of note, the diameter of a circle passes directly through the center of a circle; specifically, the midpoint of the diameter is located at the center of the circle. Therefore, we can use the midpoint formula to find the center of the circle.
Midpoint = ( [x1 + x2] / 2 , [y1 + y2] / 2 ), where (x1, y1) and (x2, y2) are the endpoints.
Let (x1, y1) = (-10, 7)
Let (x2, y2) = (10, -6)
Midpoint = ( [-10 + 10] / 2 , [7 + -6] / 2 )
Midpoint = (0, 0.5)
Therefore, the center of our circle is (0, 0.5) = (h, k)
Next, we need to solve for the radius of the circle. Since we already know the center, we can rewrite our general formula as follows:
(x - 0)2 + (y - 0.5)2 = r2
x2 + (y - 0.5)2 = r2
Next, we can choose either one of the points that we are given on the circle, and plug them into our x and y coordinates, which will allow us to solve for r2. Let's choose (-10, 7):
(-10)2 + (7 - 0.5)2 = r2
(-10)2 + (6.5)2 = r2
r2 = 142.25
Now, of note, this value of r2 represents the radius squared, not the actual radius itself. In order to get the radius, you would have to take the square root of this number. However, since the question is only asking for the equation, we only need r2 anyway.
We can therefore finally plug in our values of (h, k) and r2 into our general formula to get our final answer:
x2 + (y - 0.5)2 = 142.25
I hope that this response was helpful, and please don't hesitate to reach out if you have any further questions!
Chikae Y.
01/11/23