How to Solve this Second Order PDE with Fixed Boundaries in Y?

  • Context: Graduate 
  • Thread starter Thread starter phonic
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
phonic
Messages
28
Reaction score
0
Hi All,

I try to solve second order PDE:
[itex]\frac{\partial^2 f(x,y)}{\partial x^2}=-a^2f(x,y)[/itex]
[itex]\frac{\partial^2 f(x,y)}{\partial y^2}=-a^2f(x,y)[/itex]
where [itex]a >2[/itex], [itex]f(x,y)[/itex] is a periodic function in x, but has fixed boundaries in y.

Is there a way to solve it? What does the solution look like? Any hints or references are welcome. thanks a lot!
 
Last edited:
Physics news on Phys.org
phonic said:
Hi All,

I try to solve second order PDE:
[itex]\frac{\partial^2 f(x,y)}{\partial x^2}=-a^2f(x,y)[/itex]
[itex]\frac{\partial^2 f(x,y)}{\partial y^2}=-a^2f(x,y)[/itex]
where [itex]a >2[/itex], [itex]f(x,y)[/itex] is a periodic function in x, but has fixed boundaries in y.

Is there a way to solve it? What does the solution look like? Any hints or references are welcome. thanks a lot!

I'm also learning PDE's so take what I say with a grain of salt.
From my experience one needs to describe the region of where the PDE is evaluated/calculated. Also, telling us what are the "fixed boundaries in y" is also very important.
Edit: Your equations read [itex]\nabla ^2 f = -2a^2 f[/itex] where f depends on 2 spatial variables x and y.