System of second order linear coupled pde with constant coefficient

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
3 replies · 3K views
galuoises
Messages
7
Reaction score
0
Someone know how to uncouple this system of pde?

Δu[itex]_{1}[/itex](x) + a u[itex]_{1}[/itex](x) + b u[itex]_{2}[/itex](x) =f(x)
Δu[itex]_{2}[/itex](x) + c u[itex]_{1}[/itex](x) + d u[itex]_{2}[/itex](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

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

[itex]\lambda_{1,2}[/itex] will have to solve a quadratic equation that involves a, b, c, d, hence generically you will get two roots.
 
Thank you so much Ben Niehoff!

Sorry for the notation for the variable x, HallsofIvy, I intended it is a vector
x[itex]\equiv[/itex](x,y,z)
and
Δ[itex]\equiv[/itex][itex]\partial_{xx}+\partial_{yy}+\partial_{zz}[/itex]