Elliptical equation:
$(x+1)^2 + (\frac y 3)^2 = 1$
I need to find the unit tangent vector for it, so I need the derivative, but I have no idea how to differentiate this equation.
Elliptical equation:
$(x+1)^2 + (\frac y 3)^2 = 1$
I need to find the unit tangent vector for it, so I need the derivative, but I have no idea how to differentiate this equation.
We can take the derivative of this equation "implicitly" as the following:
$$9x^2+18x+9+y^2 = 9\to9x^2+18x+y^2=0$$
So, now we implicitly differentiate$$18x\textrm{dx}+18\textrm{dx}+2y\textrm{dy}=0$$We now "divide" by $\textrm{dx}$ (Again, dividing by differentials isn't actually a permitted operation, but as you'll later learn in your mathematical journey, it happens to work nicely in cases like these).$$9(x+1)=-y\frac{dy}{dx}$$Hence,$$-\frac{9(x+1)}y=\frac{dy}{dx}$$