PDA

View Full Version : Calculus: Second derivative


erik05
Feb26-05, 06:07 PM
Find the second derivative by implicit differentiation:

x^3 + y^3 = 6xy

Wow, a lengthy question when you have to show all your work. Anyway, for the first derivative I got:

\frac {2y-x^2}{y^2-2x}

How would one start to calculate the second derivative? I tried the Quotient Rule and got:

\frac {(y^2-2x)(2\frac{dy}{dx}-2x) - (2y-x^2)(2y\frac{dy}{dx}-2x)}{(y^2-2x)^2}

I'm not too sure what to do now.Would it be easier to bring the denominator to the top to get (2y-x^2)(y^2-2x)^-1 and then using the chain and product rule? Thanks in advance.

Curious3141
Feb26-05, 07:36 PM
Don't make the first derivative look like a quotient yet. Keep it in the form of :

\frac{dy}{dx}(y^2 - 2x) = 2y - x^2

and differentiate both sides implicitly. Use the product rule and the chain rule.

You'll get the second derivative as an expression in terms of the first derivative, x and y. You need to substitute in the expression you found for the first derivative (the quotient) at this point and simplify. Keep that simplification to the last step. Your final answer should be in terms of x and y only.

EDIT : Although, honestly, even doing it the way you did it is fine. Just take that expression (after the quotient rule) and substitute in the expression you already have for the first derivative and simplify till you get an answer in x and y.