Thread Closed

change of variables

 
Share Thread
Dec7-05, 01:56 PM   #1
 

change of variables


define [tex] L[u] = a \frac{\partial^2u}{\partial t^2} + B \frac{\partial^2 u}{\partial x \partial t} + C \frac{\partial^2u}{\partial x^2} = 0 [/tex]

show that if L[u] is hyperbolic then and A is not zero the transofmartion to moving coordinates
[tex] x' = x - \frac{B}{2A} t [/tex]
[tex] t' = t [/tex]
tkaes L into a multiple of the wave operator
now how would igo about changing the variables in L[u] to x' and t'?

i mean i could certainly find out
[tex] \frac{\partial x}{\partial u} [/tex] amd [tex] \frac{\partial t'}{\partial u} [/tex] and use this identitity that
[tex] \frac{\partial u}{\partial x} = \frac{1}{\frac{\partial x}{\partial u}} [/tex]

but im not sure how to proceed from there
please help
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Dec7-05, 02:43 PM   #2
 
Recognitions:
Homework Helper Homework Help
I'm afraid I'm not sure what is meant by "multiple of the wave operator", but when doing these things I use the chain rule procedure like this,

[tex]\frac{\partial u}{\partial x} = \frac{\partial u}{\partial x'}\cdot \frac{\partial x'}{\partial x} + \frac{\partial u}{\partial t'}\cdot \frac{\partial t'}{\partial x}[/tex]
[tex]\frac{\partial u}{\partial t} = \frac{\partial u}{\partial x'}\cdot \frac{\partial x'}{\partial t} + \frac{\partial u}{\partial t'}\cdot \frac{\partial t'}{\partial t}[/tex]

You can get [tex]\frac{\partial x'}{\partial x},\frac{\partial x'}{\partial t},\frac{\partial t'}{\partial x},\frac{\partial t'}{\partial t}[/tex] from your transformation expressions.

Then you can continue to work out the 2nd partial derivatives and substitute into the original expression for L[u].

I got,

[tex]L[u] = \left(C - \frac{B^2}{4A}\right)\cdot \frac{\partial ^2 u}{\partial x'^2} + A\cdot \frac{\partial ^2 u}{\partial t'^2} = 0[/tex]
(not checked)
Dec7-05, 04:50 PM   #3
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by stunner5000pt
define [tex] L[u] = a \frac{\partial^2u}{\partial t^2} + B \frac{\partial^2 u}{\partial x \partial t} + C \frac{\partial^2u}{\partial x^2} = 0 [/tex]
show that if L[u] is hyperbolic then and A is not zero the transofmartion to moving coordinates
[tex] x' = x - \frac{B}{2A} t [/tex]
[tex] t' = t [/tex]
Really I think that x prime, y prime makes it more confussing. Better to let:

[tex]w=x-\frac{B}{2A}t[/tex]

[tex]z=t[/tex]

Easier to follow this way and less likely to make a mistake by forgetting a prime or putting one where one doesn't belong.
Dec7-05, 05:21 PM   #4
 
Recognitions:
Homework Helper Homework Help

change of variables


Quote by saltydog
Really I think that x prime, y prime makes it more confussing...
Agreed.

Normally, I would use,

[tex]\zeta = \zeta (x,t)[/tex]
[tex]\phi = \phi(x,t)[/tex]
Dec8-05, 04:08 PM   #5
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Alright, now I understand what's goin' on and I wish for the record to modify my statements above and perhaps help Stunner as well: The use of the notation:

[tex]x^{'}=x-\frac{B}{2A}t[/tex]

[tex]t^{'}=t[/tex]

maintains the standard notation for the wave equation which I'll write in operator notation:

[tex]\left(\frac{\partial^2}{\partial t^2}-v^2\frac{\partial^2}{\partial x^2}\right)u=0[/tex]

Fermat stated above which I verified:

[tex]\left(C-\frac{B^2}{4A}\right)\frac{\partial^2 u}{\partial x'^2}+A\frac{\partial^2 u}{\partial t'^2}=0[/tex]

or:

[tex]A\frac{\partial^2 u}{\partial t'^2}+\left(\frac{4AC-B^2}{4A}\right)\frac{\partial^2 u}{\partial x'^2}=0[/tex]

[tex]A\left[\frac{\partial^2 u}{\partial t'^2}+\left(\frac{4AC-B^2}{4A^2}\right)\frac{\partial^2 u}{\partial x'^2}\right]=0[/tex]

[tex]A\left[\frac{\partial^2 u}{\partial t'^2}-\left(\frac{B^2-4AC}{4A^2}\right)\frac{\partial^2 u}{\partial x'^2}\right]=0[/tex]

[tex]A\left[\frac{\partial^2}{\partial t'^2}-\left(\frac{\sqrt{B^2-4AC}}{2A}\right)^2\frac{\partial^2}{\partial x'^2}\right]u=0[/tex]

Thus being the wave operator multiplied by A. Note also how this form shows why the requirement that the mixed-partial operator must be hyperbolic, that is:

[tex]B^2-4AC>0[/tex]
Thread Closed

Similar discussions for: change of variables
Thread Forum Replies
3D Change of Variables Calculus & Beyond Homework 2
Change of variables Calculus & Beyond Homework 4
Change of Variables Calculus & Beyond Homework 1
change of variables Introductory Physics Homework 9
Help with change of variables please Calculus 32