You can put this solution on YOUR website! Find the equation of the tangent line at x= -3 for the function f(x)=1/x. Use limits.
---------------
f(x)=1/x
f'(x) = -1/x^2
f'(-3) = -1/9 (the slope of the tangent at x = -3)
------------------
f(-3) = -1/3 --> the point (-3,-1/3)
----
y - y1 = m*(x - x1)
y + 1/3 = (-1/9)*(x + 3)
9y + 3 = -x - 3
x + 9y = -6