How to Handle PDEs with Two Dependent Variables?

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
2 replies · 5K views
jdstokes
Messages
520
Reaction score
1
That's right, I said dependent. Does anyone have any experience dealing with such beasts. I haven't been able to find a single mention of them in any textbook on PDEs.

The thing I'm really curious to know is whether the method of separation of variables works as usual, e.g. if the dep vars are f and g, can I legitamately write

[itex]f = h(x)\varphi(y)[/itex]
[itex]g = f(x)\psi(y)[/itex]

you may assume of course that the PDE has been linearized.
 
Physics news on Phys.org
Those beasts are quite hard, unless you get lucky, because each beast can be viewed as PDE for one of the functions say f, with unspecified coefficients given by the other function g. This is not a single PDE but a whole family, each member given by different allowed choices of g. Since different choices of g can alter the behavior of the equation drastically, in the general case one can't expect to find the general solution: f in terms of g. You can always try separation of variables in any problem but there is no guarantee it will work. Better try the Maple PDE solver, pdsolve( ).
 
Hey!
I have the same kind of problem...I have a PDE in two dependent and two independent variables. Were you able to solve your problem?If so, can you please help me how to solve.
Thanks.