I have this old examination assignment, where I have a function for some curve and the coordinates to a point. The subject is to determine the degree of the curve in the given point.
The expression of the curve is: $$ x^2 \sin{\sqrt{y}}+ye^{-2x}=1 $$ and the point is (0,1). The first thing I should do is to implicit differentiate the function. I am not really sure if I have done that right, here is my answer:
$$ 2x \cos{\sqrt{y}}\times\frac{1}{2}y^{-\frac{1}{2}}\times y'+y\times y'(-2)e^{-2x}=0$$
Is this right?