Find an equation for a tangent line to the curve $$ x^2 - y^2 = 5$$ that passes through the point $(1, 1)$.
I realize that I have to use implicit differentiation $$2x - 2y \frac {dy}{dx} = 0$$ $$\frac {dy}{dx} = \frac xy$$
However I do not know how to relate this to the point in order to find the equation of the line that passes through the point, even though the point isn't (presumably) on the curve.
Thank you in advance for the help.
Continuing from where you left off, we have:
$$x^2-y^2=5$$
$$\frac{\text dy}{\text dx}=\frac x y$$
A line that passes through points $(1, 1)$ and some point $(a, b)$ must have the form:
$$y-1=\frac{b-1}{a-1}(x-1)$$
If $(a,b)$ lies on the hyperbola then $a^2-b^2=5$.
If the line is tangent to the hyperbola then:
\begin{align} \frac{b-1}{a-1} &= \frac a b\\\\ a-b &= a^2-b^2\\ &=5 \end{align}
This means that:
\begin{align} (5+b)^2-b^2&=5\\ 25+10b&=5\\\\ b&=-2\\ a&=3 \end{align}
Thus the equation of the tangent that passes through $(1,1)$ is:
$$y-1=\frac{-3}{2}(x-1)$$
StackTD provides an interesting solution, however notice that the one of the solutions given, namely $m=1$, results in an asymptote to the hyperbola. One might be a little pressed to call this a tangent...