I have two examples of problems that I don't know how to differentiate.
y = $e^{x^2/3x+2}$ and y = $-10x^{3x^2-4}$
I know to take the ln on both sides. I just don't understand whereto go afterwards. I am needing a good expanation so I can do these types of problems.
Edit: I don't know If i need to do these using logarithmic differentiation. Could someone explain the chain rule process applied to one of these?

If you wish to use logarithmic differentiation, you can proceed as follows: \begin{gather*} \ln y = \frac{x^2}{3x+2} \\ \frac{1}{y}y' = \frac{(3x+2)(2x) - x^2(3)}{(3x+2)^2} \\ \frac{1}{y}y' = \frac{3x^2 + 4x}{(3x+2)^2} \\ y' = y\frac{3x^2+4x}{(3x+2)^2} = e^{x^2/(3x+2)}\frac{3x^2+4x}{(3x+2)^2}. \end{gather*} However, it is just as easy, if not easier, to simply use the chain rule: \begin{equation*} \frac{d}{dx}\left(e^{x^2/(3x+2)}\right) = e^{x^2/(3x+2)}\frac{d}{dx}\left(\frac{x^2}{3x+2}\right). \end{equation*}