Answer:
[tex](x-7)^2+(y-5)^2=1[/tex]
Step-by-step explanation:
The two things that are required to formulate the equation of the circle is the center coordinate and the radius of the circle!
Center of the circle:
Using the midpoint formula we'll get:
[tex](x_m, y_m) = \left(\dfrac{x_1+x_2}{2},\dfrac{y_1+y_2}{2}\right)[/tex]
[tex](x_m, y_m) = \left(\dfrac{6+8}{2},\dfrac{5+5}{2}\right)[/tex]
[tex](x_m, y_m) = (7,5)[/tex]
This is the center coordinate of our circle.
Radius:
The radius of the circle is the distance from the center of the circle to any of the endpoints of the diameter (A or B)
We can use the distance formula:
[tex]r = \sqrt{(x_1-x_2)^2+(y_1-y_2)^2}[/tex]
[tex]r = \sqrt{(x_1-x_m)^2+(y_1-y_m)^2}[/tex]
[tex]r = \sqrt{(6-7)^2+(5-5)^2}[/tex]
[tex]r = \sqrt{1^2}[/tex]
[tex]r = 1[/tex]
Equation of the circle:
The equation is written as:
[tex](x-a)^2+(y-b)^2=r^2[/tex]
here, (a,b) are the center points of the circle
in our case this is [tex](a,b)=(x_m,y_m)=(7,5)[/tex]
and r = 1
[tex](x-7)^2+(y-5)^2=1^2[/tex]
[tex](x-7)^2+(y-5)^2=1[/tex]
This is the equation of the circle!