- #1
Makveger
- 17
- 0
Solving PDEs using Fouries Series ?
Hello
I am trying to solve 2D Laplace's equation ([tex]\nabla[/tex]2u) using Fourier series using these boundary conditions for a square domain of length L:
u(x, 0) = 0
u(0, y) = 0
u(L, y) = 0
u(x,L) = Uo
After solving the 2 ODEs(separating variables method) the solution is in this form (using the boundary conditions except the last one):
u(x,y) = E*Sin(nπx/L)*Sinh(nπy/L)
And I'm stuck here,after using the 4th boundary conditions to convert the above function into a series
How can I convert this formula into a series??
How can the solution be the sum of all the values of u for all the values of n(Where n =1,2,3,...) ??
Hello
I am trying to solve 2D Laplace's equation ([tex]\nabla[/tex]2u) using Fourier series using these boundary conditions for a square domain of length L:
u(x, 0) = 0
u(0, y) = 0
u(L, y) = 0
u(x,L) = Uo
After solving the 2 ODEs(separating variables method) the solution is in this form (using the boundary conditions except the last one):
u(x,y) = E*Sin(nπx/L)*Sinh(nπy/L)
And I'm stuck here,after using the 4th boundary conditions to convert the above function into a series
How can I convert this formula into a series??
How can the solution be the sum of all the values of u for all the values of n(Where n =1,2,3,...) ??