Understanding Implicit Differentiation: Solving for Second Order Derivatives

Duncan1382
Messages
9
Reaction score
0
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?
 
Physics news on Phys.org
Do you need to express in terms of x and y? I don't see what's wrong if you express it in y which is what i would do
 
semc said:
Do you need to express in terms of x and y? I don't see what's 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.
 
Duncan - WolfRamAlpha mad a substitution in the denominator using the original expression.

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

<br /> y&#039; =\frac{3}{8+6 \cdot y}<br />
and
<br /> y&#039;&#039; = -\frac{6 \cdot (y&#039;)^2}{8+6 \cdot y}<br />

Now, using the first into the second

<br /> y&#039;&#039; = -\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}<br />

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.
 
Oh. Now I get it.

Thank you.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top