Find the equation of the tangent line to the circle $x^2+y^2-6x+4y-3=0$ which passes through the point $(7,4)$.
Graphing the circle, $(7,4)$ is a point not on the circle. So, I am assuming it's on the tangent line.
How do you find the equation of the tangent line? Explanation needed.

HINT
The desired tangent line $L$ must pass through some point $(x,y)$ on the circle, satisfying its equation, as well as through the point $(7,4)$. The last condition implies the equation of $L$ is $$y = m(x-7)+4.$$
Implicitly differentiating the equation of the circle to find the relevant tangent line's slope yields $$ 2x + 2yy' - 6 + 4y' = 0 \implies y' = \frac{6-2x}{2y+4} = \frac{3-x}{y+2} $$
So $L$ passes through some $(x^*,y^*)$ satisfying the equation of the curve, and the equation of the line itself must be $$ y = \frac{3-x^*}{y^*+2}(x-7)+4, $$ and the point $(x^*,y^*)$ must satisfy this as well...