How to Solve This Coupled PDE System Involving Complex 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 · 2K views
DukeLuke
Messages
92
Reaction score
0
[tex] (r^2 \nabla^2 - 1) X(r,\theta,z) + 2 \frac{\partial}{\partial \theta} Y(r,\theta,z) = 0[/tex]
[tex] (r^2 \nabla^2 - 1) Y(r,\theta,z) - 2 \frac{\partial}{\partial \theta} X(r,\theta,z) = 0[/tex]


any suggestions are greatly appreciated :)
 
on Phys.org
I would start with defining

[tex]Z(r,\theta,z) \equiv X(r,\theta,z) + i Y(r,\theta,z)[/tex]

Then you have less work to do. It looks like separation of variables might be successful, have you tried that? Or a Fourier transform would certainly work.
 
I tried separation of variables, but it didn't work because of the coupling. Using z=x+iy I was able to reduce the system to a single equation (multiply the 2nd equation by i and add it to the first).

[tex] (r^2\nabla^2-1)Z(r,\theta,z) - 2i \frac{\partial Z(r,\theta,z)}{\partial \theta} = 0[/tex]

Is it necessary that the real and complex parts individually equal 0? I was thinking of trying separation of variables for this equation in Z, but I'm unsure how to deal with the complex portion.