How do you find y'' by implicit differentiation for 4x^3 + 3y^3 = 6?
1 Answer
Please see below.
Explanation:
Starting with:
Differentiate both sides with respect to
Solve for
Differentiate again, using the quotient rule to get
= (-24xy^2+24x^2ydy/dx)/(9y^4)
I prefer to remove the common factor before proceeding:
= -24xy((y-x dy/dx)/(9y^4))
Now, replace
= -24xy((y-x (-4x^2)/(3y^2))/(9y^4))
= -24xy((y + (4x^3)/(3y^2))/(9y^4))
Now, simplify the complex fraction using your chosen technique.
= -24xy(((y + (4x^3)/(3y^2))(3y^2))/((9y^4)(3y^2)))
= -24xy((3y^3 + 4x^3)/(27y^6))
I see that I can reduce the fraction, but before I do there's a step I can do to simplify a lot.
Way back at the start of the problem, we were told that
4x^3+3y^3=6
So the numerator of our fraction is
= -24xy((6)/(27y^6))
Now simplify the quotient:
Note 1
Although we could differentiate again immediately, I prefer not to.
If we differentiate without solving for
It works, but it's kind of a mess.
Note 2
This step is typical of certain kinds of implicit differentiation second derivative problems. If you remember to look for it, it can simplify the result considerably.