Sample Question :
Consider the circle of radius 5 centered at (0,0). Find an equation of the line tangent to the circle at the point (3,4).
Answer :
The line tangent to a circle is also perpendicular to the radius drawn
to the point of tangency. So finding the slope of the radius out to the
tangent line is easy in this case, since you're starting at the origin
and going out to (3.4): rise/run, or 4/3.
The tangent line will be perpendicular to the radius, so it's slope will be a negative reciprocal: -3/4
Now use y = mx + b, substitute in -3/4 for m, and (3,4) for x and y to find b:
4 = -3/4(3) + b
4 = -9/4 + b
b = 25/4
So the equ'n of the tangent line is y = -(3/4)x + 25/4.