How do you write the standard equation of a circle with the given center (-4,3) and tangent to the line y=1?

1 Answer
Jun 4, 2016

#(x - h)^2 + (y - k)^2 = 4#

Explanation:

The center is already given, so the remaining item to obtain is the radius

#(x - h)^2 + (y - k)^2 = r^2#

where #(h, k)# is the center of the circle

#=> (x + 4)^2 + (y - 3) = r^2#

The circle is tangent to the line #y = 1#.
We can get the radius by obtaining the distance between the center and point of tangency.

The point of tangency is at #(-4, 1)#.


Get the point of tangency by getting the intersection of the line passing through both the center and the point of tangency, and the tangent line.

Remember that the these lines are perpendicular. So the slope of one line should be equal to the negative inverse of the other.

Since the tangent line is #y = 1#, its slope is #0#. The slope of the perpendicular line is undefined, the equation line should be something like

#x = b'#

Since this line should pass through the center #(-4 , 3)#, the equation of the line should be

#x = -4#

Getting the intersection should yield us #(-4, 1)#


Now lets get the distance between the center and the point of tangency. This distance should be equal to the radius

#D = sqrt((x_1 - x_2)^2 + (y_1 - y_2)^2)#

#=> D = sqrt((-4 - -4)^2 + (1 - 3)^2#

#=> D = sqrt((-2)^2)#

#=> D = 2#

#=> r = 2#