PDE with non-constant coefficient

  • Context: Graduate 
  • Thread starter Thread starter FrankST
  • Start date Start date
  • Tags Tags
    Coefficient Pde
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 · 3K views
FrankST
Messages
23
Reaction score
0
Dear All,

I have a PDE like:

A * d2w/dy2 + B * 1/x * d2w/dx2 + C * w = 0

where , w = w(x,y), A & B & C are constants.

Is there any analytical solution for this PDE?

If not, is finite difference is the right numerical tools to solve it?

Thanks,

Frank
 
Physics news on Phys.org
Your PDE

[tex]A\frac{\partial^2 w(x,y)}{\partial y^2}+\frac{B}{x}\frac{\partial^2 w(x,y)}{\partial y^2}+Cw(x,y) = 0[/tex]

can be solved by the Laplace transform. The general solution is as follows

[tex]w(x,y)=\int_{-\infty}^{-\infty} F_1 (\omega) AiryAi [-((A\omega^2+C)/B)^{1/3}x]+F_2 (\omega) AiryBi [-((A\omega^2+C)/B)^{1/3}x]\exp(y\omega)d\omega ,[/tex]

where [tex]F_1 (\omega) , F_2 (\omega)[/tex] are arbitrary functions.
 
I'm sorry for misprint. The right answer is

[tex]w(x,y)=\int_{-\infty}^{-\infty} \{F_1 (\omega) AiryAi [-((A\omega^2+C)/B)^{1/3}x]+F_2 (\omega) AiryBi [-((A\omega^2+C)/B)^{1/3}x]\}\exp(y\omega)d\omega ,[/tex]