How to take derivatives of this equation?

48 Views Asked by At

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.

3

There are 3 best solutions below

0
On

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}$$

0
On

By differentiation on $x$, and getting rid of the denominator

$$9(x+1)\,dx+y\,dy=0.$$

You can take the vector $(y,-9(x+1))$ as the direction of $(dx,dy)$.

After normalization,

$$\frac{(y,-9(x+1))}{\sqrt{y^2+81(x+1)^2}}.$$

0
On

Rephrasing:

Let $y \not =0$.

Differentiate the equation with respect to $x$:

$2(x+1)+ 2(y/3)(1/3)dy/dx=0$.

$9(x+1) +y dy/dx= 0.$

$dy/dx= -9(x+1)/y$.

Note :

$h(x):= f(g(x)).$

$h'(x)= f'(g(x))g'(x).$

In our equation :

$y=g(x)$, $f(y)=(y/3)^2$.

Hence :

$h'(x)= f'(y)y'= 2(y/3)(1/3)y'$.