Using Change of Variable to Solve Transport Equation

  • Context: Graduate 
  • Thread starter Thread starter Stalker_VT
  • Start date Start date
  • Tags Tags
    Transport
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 · 4K views
Stalker_VT
Messages
10
Reaction score
0
how do you use the change of variable:
[itex]\xi[/itex] = x - ct

on the PDE
ut + c ux = 0

where u(t,x) = v(t,x-ct) = v(t,[itex]\xi[/itex])

to get

vt = 0

I am trying to follow the steps of Peter J. Olver in this document http://www.math.umn.edu/~olver/pd_/lnw.pdf starting on pg 4 but get stuck here...i think i am missing an important calculus concept but cannot figure out what. He says to use the chain rule but i cannot figure out how that helps.

Any help GREATLY appreciated
 
Last edited by a moderator:
Physics news on Phys.org
first use [itex]\xi=x-ct[/itex] to eliminate x:
[itex]u(t,x)=v(t,\xi(t))[/itex]
Olver mentions the multivariate calculus rule, meaning you should apply the following:
[itex]\frac{\partial u(a(t),b(t))}{\partial t}=\frac{\partial u}{\partial a}\frac{\partial a(t)}{\partial t} + \frac{\partial u}{\partial b}\frac{\partial b(t)}{\partial t}[/itex]

In this case
[itex]a(t)=t[/itex]
and
[itex]b(t)=\xi(t)[/itex]
[itex]\frac{\partial u(t,\xi(t))}{\partial t}=\frac{\partial u}{\partial t}1 + \frac{\partial u}{\partial \xi}\frac{\partial \xi}{\partial t}[/itex]
and note that
[itex]\frac{\partial \xi}{\partial t}=-c[/itex]

do something similar for [itex]u_x[/itex] and substitute.
 
O I am sorry, I am new to these forums and was not sure which section to post in because it was "like" a homework question, but I really was just looking for the concept behind that one step.

Sorry again...Didn't mean to waste your time reading two posts.
 
Last edited:
bigfooted said:
first use [itex]\xi=x-ct[/itex] to eliminate x:
[itex]u(t,x)=v(t,\xi(t))[/itex]
Olver mentions the multivariate calculus rule, meaning you should apply the following:
[itex]\frac{\partial u(a(t),b(t))}{\partial t}=\frac{\partial u}{\partial a}\frac{\partial a(t)}{\partial t} + \frac{\partial u}{\partial b}\frac{\partial b(t)}{\partial t}[/itex]

In this case
[itex]a(t)=t[/itex]
and
[itex]b(t)=\xi(t)[/itex]
[itex]\frac{\partial u(t,\xi(t))}{\partial t}=\frac{\partial u}{\partial t}1 + \frac{\partial u}{\partial \xi}\frac{\partial \xi}{\partial t}[/itex]
and note that
[itex]\frac{\partial \xi}{\partial t}=-c[/itex]

do something similar for [itex]u_x[/itex] and substitute.

Thanks for the reply, I got the first step of what you did, and got the equation

[itex]\frac{\partial u}{\partial t} = \frac{\partial v}{\partial t} - c \frac{\partial v}{\partial \xi}[/itex]

And I realized (by trying do to do it) that when you do a similar thing for ux you get an equation very similar to the first. It does not seem to give you the relation

[itex]\frac{\partial u}{\partial x} = \frac{ \partial v}{\partial\xi}[/itex]

which is the step i cannot figure out