PDE with non-constant coefficient

  • Thread starter Thread starter FrankST
  • Start date Start date
  • Tags Tags
    Coefficient Pde
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

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

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

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 ,

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

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 ,
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top