A circle has a center that falls on the line y = 3/8x +5 and passes through ( 7 ,3 ) and (2 ,9 ). What is the equation of the circle?
1 Answer
Explanation:
The center should be equidistant from
sqrt{(x-7)^2+(y-3)^2} = sqrt{(x-2)^2+(y-9)^2}
(x-7)^2 + (y-3)^2 = (x-2)^2 + (y-9)^2
(x^2-14x+49) + (y^2-6y+9) = (x^2-4x+4) + (y^2-18y+81)
-14x+49 - 6y+9 = -4x+4 -18y+81
12y = 10x+27
The result is an equation of a straight line, that all the points on it are equidistant from
y = 3/8 x + 5
12y = 10x+27
Solve them simultaneously.
12(3/8 x + 5) = 10x+27
9 x + 120 = 20x+54
66 = 11x
x = 6
y = 3/8 (6) + 5
= 29/4
The center of the circle is at
sqrt{(6-7)^2+(29/4-3)^2} = sqrt305/4
sqrt{(6-2)^2+(29/4-9)^2} = sqrt305/4
Bear in mind that the radius is the distance from the center to any point on the circumference. Therefore, the radius is
For a circle with center at
(x-a)^2 + (y-b)^2 = r^2
Our circle has center at
(x-6)^2 + (y-29/4)^2 = (sqrt305/4)^2
16(x-6)^2 + (4y-29)^2 = 305