I am trying to solve for the tangent line to a curve at a given point. The exact problem is:
$\ln(y) = 3x+1$ at the point $(0,e)$
The first thing I did was solve for $y$ by raising both sides of the equation to the $e$
$$e^{\ln(y)} = e^{3x+1}\\y = e^{3x+1}$$
Second thing I did was find the derivative of
$y = e^{3x+1}.$ I got $y' = 3e^{3x+1}$
Assuming the above steps are correct I am not quite sure where to go from here?
Thanks in advanced for any help you can give me.