Finding the second derivative of multvariable function

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
4 replies · 2K views
newguy1234
Messages
13
Reaction score
0
Hello I am trying to figure out the second derivative of

[tex]\frac{\partial^2 z}{\partial x^2}[/tex] and [tex]\frac{\partial^2 z}{\partial t^2}[/tex]

z(u) and u=x-vt

i found the first derivate of [tex]\frac{\partial z}{\partial x}[/tex] to be
[tex]\frac{\partial z}{\partial x}[/tex]= [tex]\frac{\partial z}{\partial u}[/tex] * [tex]\frac{\partial u}{\partial x}[/tex] = [tex]\frac{\partial z}{\partial u}[/tex] *1

and

[tex]\frac{\partial z}{\partial t}[/tex] = [tex]\frac{\partial z}{\partial u}[/tex] * [tex]\frac{\partial u}{\partial t}[/tex]= [tex]\frac{\partial z}{\partial u}[/tex]*v

after this i am clueless on how to compute
([tex]\frac{\partial }{\partial t}[/tex])[tex]\frac{\partial z}{\partial u}[/tex]*v
and
([tex]\frac{\partial }{\partial x}[/tex])[tex]\frac{\partial z}{\partial u}[/tex]*1

i am new here am hoping to receive some help i will greatly appreciate it!
 
Physics news on Phys.org
Are you trying to say that z(u)=x-vt?
 
i guess the answer should be for [tex]\frac{\partial^2 z}{\partial t^2}[/tex] = v^2 * [tex]\frac{\partial^2t }{\partial u^2}[/tex]

im not sure at all how to get this tho any help?
 
i guess I am trying to say that z is a function of u and u is a function of x and t
 
newguy1234 said:
Hello I am trying to figure out the second derivative of

[tex]\frac{\partial^2 z}{\partial x^2}[/tex] and [tex]\frac{\partial^2 z}{\partial t^2}[/tex]

z(u) and u=x-vt

i found the first derivate of [tex]\frac{\partial z}{\partial x}[/tex] to be
[tex]\frac{\partial z}{\partial x}[/tex]= [tex]\frac{\partial z}{\partial u}[/tex] * [tex]\frac{\partial u}{\partial x}[/tex] = [tex]\frac{\partial z}{\partial u}[/tex] *1

and

[tex]\frac{\partial z}{\partial t}[/tex] = [tex]\frac{\partial z}{\partial u}[/tex] * [tex]\frac{\partial u}{\partial t}[/tex]= [tex]\frac{\partial z}{\partial u}[/tex]*v
No, since u= x- vt, [itex]\partial u/\partial t= -v[/itex], not v.

after this i am clueless on how to compute
([tex]\frac{\partial }{\partial t}[/tex])[tex]\frac{\partial z}{\partial u}[/tex]*v
and
([tex]\frac{\partial }{\partial x}[/tex])[tex]\frac{\partial z}{\partial u}[/tex]*1

i am new here am hoping to receive some help i will greatly appreciate it!
The "v" and "1" are constants. So you are just differentiating a function of x and t again:
[tex]\frac{\partial}{\partial x}\frac{\partial z}{\partial u}= \frac{\partial^2 z}{\partial u^2}\frac{\partial u}{\partial x}[/tex]
and, of course, [itex]\partial u/\partial x[/itex] is 1.

Likewise
[tex]\frac{\partial}{\partial t}\frac{\partial z}{\partial u}= \frac{\partial^2 z}{\partial u^2}\frac{\partial u}{\partial t}[/tex]
and [itex]\partial u/\partial t[/itex] is -v.