Time derivatives where there's no explicit time dependence

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 · 3K views
Messages
4,430
Reaction score
327
Say I have a funciton sin(theta - phi)

theta and phi are both time-dependent. How do I take the time derivative of this function? Is there a general notation or do I have to assume theta = w1t and phi = w2t and go with that?
 
Physics news on Phys.org
You use the multivariate chain rule:

[tex]\frac{d}{dt}f(\theta,\phi) = \frac{\partial f}{\partial \theta}\frac{d \theta}{dt} + \frac{\partial f}{\partial \phi}\frac{d \phi}{dt}[/tex]

Of course, you do then need to know the time derivatives of theta and phi. (Note that this also assumes theta and phi are functions of time only).