System of second order linear coupled pde with constant coefficient

galuoises
Messages
7
Reaction score
0
Someone know how to uncouple this system of pde?

Δu_{1}(x) + a u_{1}(x) + b u_{2}(x) =f(x)
Δu_{2}(x) + c u_{1}(x) + d u_{2}(x) =g(x)

a,b,c,d are constant.

I would like to find a solution in one, two, three dimension, possibily in terms of Green function...someone could help me, please?
 
Physics news on Phys.org
Let

y_1 = u_1 + \lambda_1 u_2, \qquad y_2 = u_1 + \lambda_2 u_2
where \lambda_1, \lambda_2 are constants. For the right choice of constants, the equations will separate when written in terms of y_1, y_2.

\lambda_{1,2} will have to solve a quadratic equation that involves a, b, c, d, hence generically you will get two roots.
 
Why do you refer to this as a "PDE" when you have only the single independent variable, x?
 
Thank you so much Ben Niehoff!

Sorry for the notation for the variable x, HallsofIvy, I intended it is a vector
x\equiv(x,y,z)
and
Δ\equiv\partial_{xx}+\partial_{yy}+\partial_{zz}
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top