What is wrong with this differentiation?

  • Thread starter Thread starter pc2-brazil
  • Start date Start date
  • Tags Tags
    Differentiation
pc2-brazil
Messages
198
Reaction score
3

Homework Statement


Find dy/dt, given:
y=x^2-5x+1
x=s^3-2s+1
s=\sqrt{t^2+1}

2. The attempt at a solution
I am trying to use the chain rule for the case where y is a function of x, x is a function of s and s is a function of t, like below:
\frac{dy}{dt}=\frac{dy}{dx}\frac{dx}{ds}\frac{ds}{dt}
So:
\frac{dy}{dt}=(2x-5)(3s^2-2)(\frac{t}{\sqrt{t^2+1}})
But this gives (substituting x and s for their values as functions of t)
6t^5-4t^3-\frac{3t}{\sqrt{t^2+1}}-\frac{9t^3}{\sqrt{t^2+1}}-2t
which is not the correct result. The correct result is:
6t^5-4t^3-9t\sqrt{t^2+1}+\frac{6t}{\sqrt{t^2+1}}-2t
What is wrong?

Thank you in advance.
 
Physics news on Phys.org
Never mind. After doing some manipulations I found that apparently both results are equal, because these two terms of the answer given as correct:
-9t\sqrt{t^2+1}+\frac{6t}{\sqrt{t^2+1}}
after some manipulation:
-9t\sqrt{t^2+1}+\frac{6t}{\sqrt{t^2+1}}=\frac{-9t(t^2+1)+6t}{\sqrt{t^2+1}}=\frac{-9t^3-3t}{\sqrt{t^2+1}}
become the two terms of the answer I found.
 
Last edited:
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