How do you determine the equation of the circle, given the following information: center = (8, 6), passing through (7, -5)?

1 Answer
Jan 2, 2016

You are going to use the equation of the circle and the Euclidian distance.

#(x-8)^2+(y-6)^2=122#

Explanation:

The equation of the circle is:

#(x-x_c)^2+(y-y_c)^2=r^2#

Where:

#r# is the radius of the circle
#x_c, y_c# are the coordinated of the circle's radius

The radius is defined as the distance between the circle center and any point of the circle. The point that the circle is passing through can be used for this. The Euclidian distance can be calculated:

#r=sqrt(Δx^2+Δy^2)#

Where #Δx# and #Δy# are the differences between the radius and the point:

#r=sqrt((8-7)^2+(6-(-5))^2)=sqrt(1^2+11^2)=sqrt(122)#

Note: the order of numbers inside the powers doesn't matter.

Therefore, we can now substitutein the equation of the circle as follows:

#(x-x_c)^2+(y-y_c)^2=r^2#

#(x-8)^2+(y-6)^2=sqrt(122)^2#

#(x-8)^2+(y-6)^2=122#

Note: As shown in the next image, the Euclidian the distance between the two points is obviously calculated through the use of the Pythagorean theorem.

enter image source here

graph{(x-8)^2+(y-6)^2=122 [-22.2, 35.55, -7.93, 20.93]}