Solving a Partial Differential Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
YongL
Messages
3
Reaction score
0
A partial differential equation.
 

Attachments

Last edited:
Physics news on Phys.org
It is the Laplace equation in cylindrical coordinates with symmetry about y-axe.
You can solve it by variable separation, once given the boundary condition:
phi(x,y)=X(x)Y(y)

X''+X'/x+cX=0 (in x, 0-order Bessel equation)
Y''-cY=0 (in y)
c=arbitrary positive/negative real constant
 
Thanks, roberto, i got it