Question on Solving Laplace Equation Potentials.

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
1 replies · 2K views
Fjolvar
Messages
156
Reaction score
0
Hello, I'm learning how to solve Laplace's equation to find Potentials in Cartesian, Cylindrical, and Spherical Coordinates and let's just say it's not going as smoothly as I'd like. In particular, I'm having difficulty with the Spherical case which involves Legendre Polynomials, Method of Frobenius, Orthogonality, etc.

In the Spherical case, how do you determine Pl(X) in the Angular Equation of V(r,[tex]\vartheta[/tex]) where [tex]\Theta[/tex]([tex]\vartheta[/tex]) = Pl(cos([tex]\vartheta[/tex]))..

What determines l (lower case L) in the Legendre Polynomials when solving for Pl(X)..

I know that when l=0, Pl(X) = 1. When l=1, Pl(X) = X, etc. So what does l depend on and how does it relate to the order of the equation and the physics of a problem?
 
on Phys.org
You're familiar with separation of variables, right? Remember that when you're solving a differential equation that can be rearranged into the form
[tex]f(r) + h(\phi) = 0[/tex]
each of those parts individually must be equal to a constant. In the case of the Laplace equation, you find that the constant value of [itex]f(r)[/itex] has to take the form [itex]l(l+1)[/itex], where [itex]l[/itex] can be any integer. If you set [itex]h(\phi)[/itex] equal to that particular constant, you get the Laplace differential equation, whose solutions are [itex]P_l^m(\cos\phi)[/itex]. So the value of [itex]l[/itex] is determined by your choice of the separation constant. In practice, it can be any positive integer. (Or negative integer, but you get the same values so it doesn't matter; by convention we limit [itex]l[/itex] to positive values.)

A detailed explanation is available at http://mathworld.wolfram.com/LaplacesEquationSphericalCoordinates.html