I am trying to study for a test I have tomorrow but I can't even interpret what is happening in my book.
Find an equation of the tangent line at the hyperbola $y=\dfrac3{x}$ at the point $(3,1)$
Let $f(x) = \dfrac3{x}$ then the slope of the tangent at $(3,1)$ is:
$m = \lim _{h \to 0} \frac{f(3+h)-f(3)}{h} = \lim _{h \to 0} \frac{\frac{3}{3+h} - 1}{h} = \lim _{h \to 0} \frac{\frac{3-(3+h)}{3+h}}{h} = \lim _{h \to 0} -\frac{h}{h(3+h)} = \lim _{h \to 0} \frac{-1}{3+h} = -\frac{1}{3}$
I do not follow what happened from the first to second step, they somehow manipulate the problem to make the number into the denominator over 3. Not sure how to that but it does need seem like good algebra especially considering h was not in any way manipulated which should change the problem.