Partial of a Sine where the PHASE is the variable?

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
5 replies · 2K views
HydroGuy
Messages
29
Reaction score
0

Homework Statement



For example: the function is A0sin(w0*t - B*z)

If I take the partial derivative with respect to z, how do you go about this? In my years at uni, I don't know if this has ever come up.


Homework Equations





The Attempt at a Solution



My initial thoughts are that it is either 0, or to use the chain rule, although I'm having trouble thinking of how I would do that in this case. Any help is greatly appreciated, thanks!
 
Physics news on Phys.org
I'm assuming that your function is defined a f(t, z) = A0sin(w0*t - B*z)

[tex]\frac{\partial f}{\partial t}~=~f_t(t,z) = A_0~cos(w_0t - Bz)*w_0[/tex]
That last factor is the partial of (w0*t - B*z) with respect to t. The only difference between what I've done and what you want is that you want the partial of the same expression with respect to z. Both partials use the chain rule.
 
Er... nevermind. I think you just neglect the first part since we're only concerned with the z variable, and treat it as a sin(-B*z), right?
 
No, that's not how the chain rule works. If your function is truly a function of two variables, which it seems to be, you need to take the partial as I did, only you want the partial with respect to z, not the one with respect to t.
 
Yes I understand that, but since I'm taking the partial with respect to z, the answer would be...

-B*sin(w0*t - Bz)

I didn't explain myself clearly, that's why your confused. I think that we agree however.