Deriving with multiple variables

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Helices
Messages
4
Reaction score
0

Homework Statement


I'm stuck at one of the derivations for relativistic energy. I've figured out every other single step, but I just can't wrap my head around this one:

Prove that:

[tex]{\frac{d}{dt}} {\frac {mu} {\sqrt{1-u^2/c^2}}} = {\frac {m {\frac{du} {dt}}} {(1-u^2/c^2)^{3/2}}}[/tex]


Homework Equations


u is speed, so:

[tex]u = dx/dt[/tex]
I don't know if that's helpful.


The Attempt at a Solution


I've tried everything that's in my calculus toolbox, but I guess that's not a whole lot. I know how to derive basic functions, but I just can't seem to figure out how turn this into something I can work with. It says to derive to t, but there's not even a t in the function. I know that u and t are related in a way, but substituting just leads to more trouble.
 
Physics news on Phys.org
Speed depends on time, u = u(t), so you just need to use the chain rule:[tex]\frac{d f(u(t))}{dt} = \frac{df}{du} \frac{du}{dt}[/tex]
 
  • Like
Likes   Reactions: 1 person
Alright, I've got it now. Thanks!