Derivative Question: Show d2y/dx2 for x^5 + y^5 = 5??

  • Thread starter Thread starter mathmann
  • Start date Start date
  • Tags Tags
    Derivative
mathmann
Messages
37
Reaction score
0

Homework Statement


For the Relation defined by x^5 + y^5 = 5 show that d2y/dx2.

Homework Equations





The Attempt at a Solution



x^5 + y^5 = 5
5x^4 + 5^4dy/dx = 0
d2y/dx2 = - 20x^3/20y^3

??
 
Physics news on Phys.org
x^5+y^5=5
5x^4dx+5y^4dy=0
5x^4dx=-5y^4dy
-\frac{5x^4}{5y^4}=\frac{dy}{dx}
\frac{5y^4(-20x^3)+5x^4(20y^3)}{25y^8}=\frac{d^2y}{dx^2}

\frac{d^2y}{dx^2}=\frac{100x^4y^3-100x^3y^4}{25y^8}
 
Last edited:
The answer says d^2y/dx^2 = -20x^3/y^9.

??
 
d/dx(x^5) + d/dx(y^5) = d/dx(5)
5x^4 + 5y^4 * y' = 0
5x^4 = -5y^4 * y'
y' = 5x^4/(-5y^4)
y' = x^4/(-y^4)

y'' = [-y^4 * d/dx(x^4) - x^4 * d/dx(-y^4)]/(y^8)
y'' = [-4y^4 * x^3 + 4x^4y^3 * y']/(y^8)
substitute y'
y'' = [-4y^4 * x^3 + 4x^4 * y^3 * (x^4/(-y^4))]/(y^8)
y'' = [-4y^4 * x^3 - 4x^8/(y)]/(y^8)
multiply by y
y'' = -4[y^5 * x^3 + x^8)]/y^9
substitute y^5 = 5 - x^5
y'' = -4[(5 - x^5) * x^3 + x^8]/y^9
y'' = -4[5x^3 - x^8 + x^8]/y^9
y'' = -20x^3/y^9

Sorry, I haven't quite had time to try LaTeX yet...
 
Thank you very much Kuno.. great help.
 
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