Find the derivative $y'_x$ (edit: $y'_x = {dy \over dx}$) from the equation $$y^3 + x^2 = xe^{y^2} - y\sin x$$
I generally don't understand how it should be done. Should I just implicitly differentiate it or there is another way? Should I include the logarithmic function somewhere since I have in the equation $e^{y^2}$?
Let $y(x)$ be the solution, then: $$ 0=\frac{\partial}{\partial x}(x^2+y(x)^3-x e^{y(x)^2}+y(x) \sin (x))= $$ $$ =3 y(x)^2 y'(x)-2 x e^{y(x)^2} y(x) y'(x)+\sin (x) y'(x)-e^{y(x)^2}+y(x) \cos(x)+2 x $$ With this we have: $$ y'(x)=\frac{-e^{y(x)^2}+y(x) \cos (x)+2 x}{-3 y(x)^2+2 x e^{y(x)^2} y(x)-\sin (x)}= $$ $$ =\frac{x^2-y(x)^3-y(x) \sin (x)+x y(x) \cos (x)}{x \left(2 x^2 y(x)+2 y(x)^4-3 y(x)^2+2 y(x)^2 \sin (x)-\sin (x)\right)} $$