PDA

View Full Version : Implicit Differentiation


Duncan1382
Oct20-09, 11:13 AM
Find d^2/dx^2(3y^2+8y=3x)

I managed to get dy/dx = 3 / (6y + 8) but I have no clue where to go from here.

According to WolfRamAlpha, the answer is -27/(4(16 + 9x)(4 + 3y)), but since dy/dx doesn't have any x value in it, I don't see how the derivative of it would.

I've played around with it for a long time, and I just can't get it. Help please?

semc
Oct20-09, 11:24 AM
Do you need to express in terms of x and y? I don't see whats wrong if you express it in y which is what i would do

Duncan1382
Oct20-09, 11:44 AM
Do you need to express in terms of x and y? I don't see whats wrong if you express it in y which is what i would do

You can't express y in terms of x. It's not a function. You can express it in terms of x and y, but that just makes the math longer.

TheoMcCloskey
Oct20-09, 11:53 AM
Duncan - WolfRamAlpha mad a substitution in the denominator using the original expression.

Firstly - did you compute the second derivative correctly? You should have yielded:


y' =\frac{3}{8+6 \cdot y}

and

y'' = -\frac{6 \cdot (y')^2}{8+6 \cdot y}


Now, using the first into the second


y'' = -\left (\frac{3}{8+6 \cdot y} \right)^2 \left (\frac{6}{8+6 \cdot y} \right ) = \frac{-54}{8 \cdot (4+3 \cdot y)^3}


Now, using the fact that 3y^2+8y=3x, you need to show yourself that (4+3y)^2 = 9x +16. Use this in above to yield result.

Duncan1382
Oct20-09, 12:39 PM
Oh. Now I get it.

Thank you.