Can Poisson's Equation Be Solved Using a Legendre Polynomial?

  • Thread starter Thread starter H_man
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 5K views
H_man
Messages
143
Reaction score
0
Hello,

I have a problem seeing how a solution is reached??

The expression is poisson's equation for a positive charge which is debye shielded.

[tex]\nabla . \psi = (2 / \lambda^2) \psi[/tex]

The solution of which is..

[tex] \psi = (Q / 4\pi\epsilon r )* exp(-2 \sqrt{r}/\lambda) [/tex]

I was hoping I could express this as a Legendre polynomial but alas, this is only for Laplace's equation it seems.

How can I arrive at this solution?

Thanks,

Harry
 
Last edited:
Physics news on Phys.org
No [tex]\theta[/tex] or [tex]\varphi[/tex] dependence.
 
Oh :blushing: , yeah, I see that now...

Cheers!

Harry
 
What am I missing here...

The first equation expands out to...

V'' + (2/r)V' - (2/c)V = 0

Where I have replaced psi with V.

My standard repository of all mathematical knowledge (Mary L Boas. Mathematical Methods in the Physical Sciences) only covers ODEs which have constant coefficients.

I'm sure there must be a standard technique out there...
 
Well, first thing's first, you have the wrong equation. You have "divergence of scalar equals scalar".

As for your resulting ODE, expand [tex]\phi = \sum_j a_j r^j[/tex]. That should get you a nice recursion relation for the coefficients, and then you're golden.
 
Last edited:
As StatMechGuy said, the equation given isn't Poisson (Laplacian of a function equals something that can only depend on position and time)... and it's weird since a scalar function doesn't have a divergence (did you mean gradient?).
 
First of all

[tex]\nabla^2 \psi(r)=\frac{2}{\lambda^2}\psi(r)[/tex]

is not Poisson equation, but a Helmholtz equation.

It can be written

[tex]\frac{1}{r}\frac{d^2}{dr^2}\left[r\psi(r)\right]=\frac{2}{\lambda^2}\psi(r)[/tex]

[tex]\frac{d^2}{dr^2}\left[r\psi(r)\right]=\frac{2}{\lambda^2}\left[r\psi(r)\right][/tex]

Can you solve it now ?
 
Ok I got it (said I... after a little delay).

Thanks Dextercioby, StatMechGuy and Ahmes, I think that's the first time I've used a series solution in anger.

Oh and yes... I initially wrote the equation down incorrectly.. well done to those who spotted it (sorry).