Splitting PDE into system of PDEs

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
nkinar
Messages
74
Reaction score
0
Hello:

I am wondering if there is a general way of splitting the following PDE into two separate equations. I would like to re-write the second-order spatial derivatives on the LHS as first-order derivatives.

[tex] \[<br /> \frac{{\partial p^2 }}{{\partial x^2 }} + \frac{{\partial p^2 }}{{\partial y^2 }} = A\frac{{\partial ^2 p}}{{\partial t^2 }} + B\frac{{\partial p}}{{\partial t}}<br /> \][/tex]

So once the above equation is split, there should be two equations involving only first-order spatial derivatives ([tex]\partial p/\partial x[/tex] and [tex]\partial p/\partial y[/tex]).
 
Physics news on Phys.org
I think that this equation can be split using the following rules:

(1) The LHS of the wave equation is split by introducing another variable and removing a del operator.

[tex] \[<br /> \frac{{\partial \psi }}{{\partial t}} = \nabla p<br /> \][/tex](2) The RHS of the wave equation is split by removing a derivative:

[tex] \[<br /> \nabla \psi = A\frac{{\partial p}}{{\partial t}} + Bp<br /> \][/tex]