I would like to solve the following coupled system of linear PDEs by separation of variables, where a and b are constants:
Or, in matrix form:
where
Since this is a linear equation, one should be able to apply the method of Separation of Variables. I've gone through the exercise of separating variables for single variable models in one or more spatial dimensions many times. However, I've never seen a completely worked example where there are two coupled equations. My intuition tells me to start with:
Differentiating with respect to x and t, I obtain:
But at this point I get stuck, because expanding this seems to make the problem more difficult.
Textbooks/papers in mathematical biology solve this problem, which is the linearized form of a reaction-diffusion model, by immediately assuming particular solutions of the form:
, where k is the wavenumber and is the eigenvalue.
I find this really unsatisfying, because it seems to fall out of nowhere.
My questions are:
1. Is there a general method for separating variables in coupled linear PDEs or PDEs written in vector form?
2. Is there a book/paper/tutorial that I can use to help me work this out in all of its details?
3. Is there some deeper theory that I need to first understand?