Second derivative using implicit differentiation

cphill29
Messages
16
Reaction score
1

Homework Statement



x^6 + y^6 = -6

I have to prove that y'' = 30x^4/y^11

Homework Equations





The Attempt at a Solution



Using implicit differentiation:

6x^5 + 6y^5 dy/dx = 0
6y^5 dy/dx = -6x^5
dy/dx = -x^5/y^5

Quotient Rule:

[(y^5)(-5x^4) - (-x^5)(5y^4 dy/dx)] / (y^5)^2
[-5x^4 y^5 + (x^5) 5y^4 dy/dx] / (y^5)^2

This is where I got stuck.
 
Physics news on Phys.org
You can replace dy/dx again, and then simplify a bit.
Also, you lost an equality sign somewhere... that expression on the last line, what is it equal to again?
 
For me, rather than using the quotient rule, it was easier to do this:

y^5 \frac{dy}{dx} = -x^5

and differentiate this implicitly (using the product rule on the left-hand side). As CompuChip pointed out, you'll have to substitute in the expression for dy/dx, and you also get a handy substitution from the original statement that x^6 + y^6 = -6 .
 
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