Derivative of a derivative with respect to something else

  • Thread starter Thread starter jaderberg
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
jaderberg
Messages
28
Reaction score
0

Homework Statement



If [tex]x=e^t[/tex], find [tex]\frac{dy}{dx}[/tex] in terms of [tex]\frac{dy}{dt}[/tex] and hence prove [tex]\frac{d^2y}{dx^2}=e\stackrel{-2t}{}(\frac{d^2y}{dt^2}-\frac{dy}{dt})[/tex]

Homework Equations

The Attempt at a Solution



Well i have done the first bit:

[tex]x=e^t[/tex]

[tex]\frac{dx}{dt}=x[/tex]

[tex]\frac{dy}{dx}=x\stackrel{-1}{}\frac{dy}{dt}[/tex]

Thats fine so now to get the second derivative using product rule:

[tex]\frac{d^2y}{dx^2}=-x\stackrel{-2}{}[/tex][tex]\frac{dy}{dt}+x\stackrel{-1}{}[/tex][tex]\frac{d(\frac{dy}{dt})}{dx}[/tex]

now my problem is what is [tex]\frac{d(\frac{dy}{dt})}{dx}[/tex]?

would greatly appreciate a step by step for that part so i can finally understand this one!
 
Physics news on Phys.org
consider finding [tex]\frac{d}{dx}(y)[/tex]

[tex]\frac{d}{dx}=\frac{d}{dy} \frac{dy}{dx}[/tex]

so now you will have
[tex]\frac{d}{dx}(y)=\frac{d}{dy}(y) \frac{dy}{dx}=1\frac{dy}{dx}[/tex]
 
jaderberg said:
...now my problem is what is [tex]\frac{d(\frac{dy}{dt})}{dx}[/tex]?

would greatly appreciate a step by step for that part so i can finally understand this one!

You again invoke chain rule:

[tex]\frac{dx}{dt}\cdot \frac{d(\frac{dy}{dt})}{dx}= \frac{d(\frac{dy}{dt})}{dt}=\frac{d^2 y}{dt^2}[/tex]

That and a little algebra should get you home.
 
im sorry but i still don't understand how to do it...
rockfreak: what happens now when i change y in your expression to [tex]\frac{dy}{dt}[/tex]?

jam: if that was true then i would get [tex]\frac{d^2y}{dx^2}=-x\stackrel{-2}{}\frac{dy}{dt}+x\stackrel{-1}{}\frac{d^2y}{dt^2}[/tex]

which would produce the wrong answer...
 
ok sorry i think i got it...correct me if I am wrong:

i could write [tex]\frac{d(\frac{dy}{dt})}{dx}=\frac{dt}{dx}\frac{d(\frac{dy}{dt})}{dt}=x\stackrel{-1}{}\frac{d^2y}{dt^2}[/tex]

thanks guys!
 
jaderberg said:
rockfreak: what happens now when i change y in your expression to [tex]\frac{dy}{dt}[/tex]?

You still follow the same rules...in fact, you could use the convention from Newtonian mechanics that a dot over a quantity represents its time derivative:

[tex]\dot y = \frac{dy}{dt}[/tex]

To make things less cumbersome. However, rockfreak essentially wrote down that:

[tex]\frac{d \dot y}{dx} = \frac{d \dot y}{dx}[/tex]

which isn't that useful. Jambaugh had the correct advice

jaderberg said:
jam: if that was true then i would get [tex]\frac{d^2y}{dx^2}=-x\stackrel{-2}{}\frac{dy}{dt}+x\stackrel{-1}{}\frac{d^2y}{dt^2}[/tex]
which would produce the wrong answer...

Nope, you would not get that. Check it again. You confused x with t at some point.


Let's go over jambaugh's method for clarity. Using the chain rule, and keeping in mind that the dot denotes differentiation w.r.t. time, we can write:

[tex]\frac{d}{dx}\left(\frac{dy}{dt}\right) = \frac{d \dot y}{dx}[/tex]

[tex]= \frac{d \dot y} {dt} \frac{dt}{dx} = \frac{d^2y}{dt^2} \frac{dt}{dx}[/tex]
 
yeh cheers i think i got that...pretty simple actually once you know what to look for