Implicitly find the second derivative of x^2- y^3= 3

  • Thread starter Thread starter BraedenP
  • Start date Start date
  • Tags Tags
    Derive
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
BraedenP
Messages
94
Reaction score
0

Homework Statement


Find [tex]\frac{d^2y}{dx^2}[/tex] of the following equation:

[tex]x^2-y^3=3[/tex]

Homework Equations



Quotient Rule: [tex]\frac{d}{dx}(\frac{f(x)}{g(x)})=\frac{g(x)\cdot f^{'}(x)-f(x)\cdot g^{'}(x)}{g^2(x)}[/tex]

The Attempt at a Solution



I solved for the first derivative: [tex]\frac{2x}{3y^2}[/tex]

But I'm stuck as to how I'd find the second derivative. I can generate answers, but none of them are correct.

How would I go about doing this?
 
Physics news on Phys.org
BraedenP said:

Homework Statement


Find [tex]\frac{d^2y}{dx^2}[/tex] of the following equation:

[tex]x^2-y^3=3[/tex]


Homework Equations



Quotient Rule: [tex]\frac{d}{dx}(\frac{f(x)}{g(x)})=\frac{g(x)\cdot f^{'}(x)-f(x)\cdot g^{'}(x)}{g^2(x)}[/tex]

The Attempt at a Solution



I solved for the first derivative: [tex]\frac{2x}{3y^2}[/tex]


But I'm stuck as to how I'd find the second derivative. I can generate answers, but none of them are correct.

How would I go about doing this?
You have
[tex]y' = \frac{2x}{3y^2}[/tex]

Use the quotient rule (and chain rule) to find y''. Replace any occurrences of y' by what you already found so that y'' is in terms of x and y, but not y'.
 
Mark44 said:
You have
[tex]y' = \frac{2x}{3y^2}[/tex]

Use the quotient rule (and chain rule) to find y''. Replace any occurrences of y' by what you already found so that y'' is in terms of x and y, but not y'.

I'm so retarded. I forgot to equate the whole thing to y', and instead I equated it to 0 and solved for y' again. Ugh.

Thanks for your help!
 
From [itex]x^2- y^3= 3[/itex], [itex]2x- 3y^2 y'= 0[/itex].

I would NOT solve for y' here. Instead, just differentiate "implicitely" again:
[itex]2- (6yy')y'- 3y^2y''= 0[/itex] so
[tex]y''= \frac{6y(y')^2- 2}{3y^2}[/tex]

That is, in my opinion, a perfectly good answer but you could now use [itex]y'= 2x/(3y^2)[/itex] to get y" in terms of x and y.