New Reply

coupled linear PDE system

 
Share Thread Thread Tools
Jun28-12, 08:23 AM   #1
 

coupled linear PDE system


Hi all, I have a system of 3 coupled linear PDEs which can be expressed in matrix form as:

[tex]
\left(
\begin{array}{ccc}
\alpha_1 \partial_{\theta} & \alpha_2 & \alpha_3 \\
\beta_1 \partial_r & \beta_2 & \beta_3 \\
0 & \gamma_2 \partial_{\theta} & 1 + \gamma_3 \partial_r \\
\end{array}
\right)
\left(
\begin{array}{c}
\psi \\
E_r \\
E_{\theta}
\end{array}
\right)
=
\left(
\begin{array}{c}
-\alpha_4 \\
-\beta_4 \\
0 \\
\end{array}
\right)
[/tex]

where the coefficients [itex] \alpha,\beta,\gamma [/itex] are functions of position [itex]r,\theta[/itex].

I believe its possible to decouple this system and end up with a single, 2nd order equation for [itex]\psi[/itex], but I don't know how to proceed to do this. Somehow it must be possible to diagonalize the matrix operator.

If its not possible, then does anyone know of any references for solving such a system with finite difference methods? I'm familiar with FD methods for a single equation but haven't done coupled equations before.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Jun28-12, 11:21 AM   #2
 
Recognitions:
Homework Helper Homework Help
This is a first order system, I would recommend method of characteristics.
New Reply
Thread Tools


Similar Threads for: coupled linear PDE system
Thread Forum Replies
QM and Classical System Coupled Quantum Physics 15
Simple coupled system Advanced Physics Homework 1
coupled system of linear elliptic PDE Differential Equations 0
System of second order linear homogenous differential coupled equations Differential Equations 8
System of coupled first order PDE Differential Equations 1