How do you write an equation of a circle with Center (5, -6) Point on Circle: (18 -6)?
1 Answer
The equation of the circle can be written:
#(x-5)^2+(y+6)^2 = 169#
or
#x^2+y^2-10x+12y-147 = 0#
Explanation:
The distance between
If the points did not lie on the same horizontal or vertical line then you would use the Pythagorean distance formula:
#d = sqrt((x_2-x_1)^2+(y_2-y_1)^2)#
but it would give the same answer:
#d = sqrt((18-5)^2+((-6)-(-6))^2) = sqrt(13^2+0^2) = 13#
Thus the radius of the circle is
The equation of a circle with centre
#(x-h)^2+(y-k)^2 = r^2#
So in the given example, we can write:
#(x-5)^2+(y-(-6))^2=13#
which simplifies to:
#(x-5)^2+(y+6)^2 = 169#
If you prefer, this can be expanded to:
#x^2-10x+25+y^2+12y+36=169#
then simplified to:
#x^2+y^2-10x+12y-147 = 0#