Derivative and 2nd derivative of x^3+y^3=1?

pr1nny

New member
Joined
Nov 1, 2010
Messages
2
For the first derivative I got -x/y, is that correct? According to the book the second derivative is -2x/y^5. How does this happen? When I take the derivative of -x/y, I get (y[-1]-[y]-x)y2(quotientre̲).TotthederivativeoftheorigalequationIdhare̲andgot3x2+(y)3y^2 =>y`= -3x^2/-3y^2 => -x/y
 
Ok I think I just figured out that you can't reduce x^2/y^2 to x/y. I am still confused though, I tried it from there.
 
Differentiating the given function implicitly gives 3x^2 + 3y^2y' = 0 and, therefore, y' = -x^2 / y^2. Differentiating y' gives
y'' = [-2xy^2 + 2x^2yy'] / y^3 which simplifies to -2x/y^5 [x^3 + y^3]. But we are given x^3 + y^3 = 1 and hence y'' = -2x/y^5.

Regards,

Rich B.
 
First one, assuming we want y = dydx of x3+y3 = 1.\displaystyle First \ one, \ assuming \ we \ want \ y' \ = \ \frac{dy}{dx} \ of \ x^3+y^3 \ = \ 1.

Implicit differentation: 3x2+3y2y = 0,      y = x2y2\displaystyle Implicit \ differentation: \ 3x^2+3y^2y' \ = \ 0, \ \implies \ y' \ = \ \frac{-x^2}{y^2}

Explicit differentation: y = (1x3)1/3, y = x2(1x3)2/3\displaystyle Explicit \ differentation: \ y \ = \ (1-x^3)^{1/3}, \ y' \ = \ \frac{-x^2}{(1-x^3)^{2/3}}

Ill leave it up to you to show that y2 = (1x3)2/3.\displaystyle I'll \ leave \ it \ up \ to \ you \ to \ show \ that \ y^2 \ = \ (1-x^3)^{2/3}.
 
nikkor180 & edit said:
y' = -x^2 / y^2. Differentiating y' gives

>>\displaystyle >> y'' = [-2xy^2 + 2x^2yy'] / y^3 <<\displaystyle <<

which simplifies to -2x/y^5 [x^3 + y^3].

But we are given x^3 + y^3 = 1 and hence y'' = -2x/y^5.

nikkor180,

the highlighted expression needs a different exponent on the y variable in the denominator:

y'' = [-2xy^2 + 2(x^2)yy']/(y^2)^2 =

[-2xy^2 + 2(x^2)yy']/y^4 =

2xy2+2x2yyy4=\displaystyle \frac{-2xy^2 + 2x^2yy'}{y^4} =

y(2xy2+2x2yy)y(y4)=\displaystyle \frac{y(-2xy^2 + 2x^2yy')}{y(y^4)} =

2xy3+2x2y2yy5=\displaystyle \frac{-2xy^3 + 2x^2y^2y'}{y^5} =

Substitute in the y' expression:

2xy3+2x2y2(x2y2)y5=\displaystyle \frac{-2xy^3 + 2x^2y^2(\frac{-x^2}{y^2})}{y^5}=

2xy32x4y5=\displaystyle \frac{-2xy^3 - 2x^4}{y^5} =

2xy5(y3+x3)=\displaystyle \frac{-2x}{y^5}(y^3 + x^3) =

Note:  x3+y3=1 (or y3+x3=1) from the given.\displaystyle Note: \ \ x^3 + y^3 = 1 \ (or \ y^3 + x^3 = 1) \ from \ the \ given.

2xy5(1)=\displaystyle \frac{-2x}{y^5}(1) =

2xy5\displaystyle \frac{-2x}{y^5}
 
Top