- #1
malasti
- 14
- 0
Homework Statement
I've just derived the 1D wave equation for a continuous 1D medium from a classical Hamiltonian. I simply wrote Hamilton's equations, where the derivatives here must be functional derivatives (e.g. δ/δu(x)) since p and u are functions of x, and I got the wave equation (see "Relevant equations").
Now I'm trying to get the wave equation(s) in 2D (which should be a 1D wave equation for each coordinate) starting from a general 2D continuous medium Hamiltonian. I write Hamilton's equations and I get the mixed derivative form seen in the underlined equation below. (I hope this is correct, it at least looks reasonable.)
My professor said that this could somehow be diagonalized, and my guess is the result should be similar to the 1D wave equation for each component (i.e. we would have a subscript "i" for the component).
I know how to diagonalize a matrix, but it is not at all clear to me how to even write this in matrix form. The summation is over three indices, and it is not just multiplication, but derivation.
So, how could I diagonalize/change basis or whatever to get nice, 1D-ish wave equations from my mixed derivative form below?
Homework Equations
Both the displacement field u and the momentum p are functions of x and t, u(x,t), p(x,t).
1D continuous medium Hamiltonian:
H=∫dx p(x,t)²/m+½*a*(∂u(x,t)/∂x)²
(m is the constant mass density)
1D equations of motion:
∂p(x,t)/∂t=-δH(u,p)/δu(x,t)=a ∂²u(x,t)/∂x²
∂u(x,t)/∂t=δH(u,p)/δp(x,t)=p(x,t)/m
1D wave equation:
∂²u(x,t)/∂t²=a/m*∂²u(x,t)/∂x²
2D continuous medium Hamiltonian (bold: 2D vector, u/p subscript: vector component, coordinates x1, x2, summation is over both components/coordinates):
H=∫∫dx1 dx2 p(x)²/m+Ʃ_{ijαβ} ½*a_ijαβ*(∂ui(x,t)/∂xj)*(∂uα(x,t)/∂xβ)
2D equations of motion, i=1,2
dpi(x,t)/dt=-δH(u,p)/δui(x)=Ʃαβγ aiαβγ/m * ∂²uα(x,t)/∂xβ ∂xγ
dui(x,t)/dt=δH(u,p)/δpi(x)=pi(x,t)/m
2D "wave equation", i=1,2
∂²ui(x,t)/∂t² = Ʃαβγ aiαβγ/m * ∂²uα(x,t)/∂xβ ∂xγ
The Attempt at a Solution
I have tried to write the summation in the mixed-derivative equation as a combined summation and matrix multiplication, but nothing good came out of it.
I have also tried assuming "a" to be independent of indices (this should correspond to an isotropic medium) to simplify the problem, but I am still left with all the mixed derivatives. I think I have to make some assumptions on "a" (i.e. on its symmetries) to be able to diagonalize.
I have tried writing the derivations as a linear operator, but I just end up with having to write a matrix of linear operators, and I have no idea how to diagonalize that.