0% found this document useful (0 votes)
226 views12 pages

4 Legendre Functions: 4.1 Series Solution

1) The document discusses Legendre's differential equation and its solutions. 2) A series solution method is used to find the solutions as a power series in μ. 3) The solutions can be written as either even functions p`(μ) or odd functions q`(μ), with the general solution being a linear combination of the two.

Uploaded by

Roy Vesey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
226 views12 pages

4 Legendre Functions: 4.1 Series Solution

1) The document discusses Legendre's differential equation and its solutions. 2) A series solution method is used to find the solutions as a power series in μ. 3) The solutions can be written as either even functions p`(μ) or odd functions q`(μ), with the general solution being a linear combination of the two.

Uploaded by

Roy Vesey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

4 Legendre Functions

In order to investigate the solutions of Legendre’s differential equation

m2
   
d dΘ
(1 − µ2 ) + `(` + 1) − Θ=0. (4.1)
dµ dµ 1 − µ2

consider first the case of m = 0 where there is no azimuthal dependence on the angle φ.
 
d 2 dΘ
(1 − µ ) + `(` + 1) Θ = 0 . (4.2)
dµ dµ

Special case of ` = 0
We actually start with the even simpler case that we can treat by A-level methods. For ` = 0,
 
d 2 dΘ
(1 − µ ) =0.
dµ dµ

This means that the quantity inside the square bracket must be some constant C;

(1 − µ2 ) =C.

This equation separates as Z Z
C
dΘ = dµ ,
(1 − µ2 )
giving the solution  
1+µ
Θ = C 21 `n +D. (4.3)
1−µ
The Legendre equation is an ordinary second order differential equation and so the solution contained two
arbitrary integration constants, written here as C and D. There are two independent solutions of the equation,
which we can call

P0 (µ) = 1, (4.4)
 
1 1+µ
Q0 (µ) = 2 `n , (4.5)
1−µ

where the subscript denotes the value of `.


Since the Legendre equation is homogeneous, the most general solution is a linear superposition of P0 and
Q0 ,
Θ(µ) = C Q0 (µ) + D P0 (µ) .
Note that Q0 (µ) diverges at θ = 0, i.e. µ = cos θ = +1.
Away from ` = m = 0, the solutions are rather more complicated. In general though, one of the solutions
will be finite at µ = ±1, whereas the other one blows up there. To find such solutions, we must apply series
methods to the differential equation.

4.1 Series solution


The first thing to note is that the equation remains unchanged if we let µ → −µ. As we saw previously, this
means that we can choose to write the independent solutions as either odd or even functions of µ. This condition
was satisfied by the solutions that we obtained for ` = m = 0;

P0 (µ) = 1,
 
1 1+µ
Q0 (µ) = 2 `n . (4.6)
1−µ

44
Carrying out a differentiation, the equation becomes

d2 Θ dΘ
(1 − µ2 ) − 2µ + `(` + 1) Θ = 0 , (4.7)
dµ2 dµ
which has regular singularities at µ = ±1.
We now look for solutions in the series form

X
Θ = µk an µn ,
n=0
X∞
Θ0 = µk (n + k) an µn−1 ,
n=0
X∞
Θ00 = µk (n + k)(n + k − 1) an µn−2 . (4.8)
n=0

The differential equation has regular singularities at µ = ±1 and so we can expect that the series solutions will
converge for |µ| < 1.
Inserting the expressions for Θ, Θ0 and Θ00 into Eq. (4.7), we find

X ∞
X ∞
X
(n + k)(n + k − 1) an µn−2 − µn − 2 (n + k) an µn + `(` + 1) an µn = 0 .
 
(4.9)
n=0 n=0 n=0

Grouping together all the similar powers of µ simplifies things a bit:



X ∞
X
(n + k)(n + k − 1) an µn−2 = {(n + k)(n + k + 1) − `(` + 1)} an µn . (4.10)
n=0 n=0

The indicial equation is derived by examining the coefficient of the lowest power which, in this case corre-
sponds to n = 0 on the left hand side. Since a0 6= 0, this term can only vanish if

k(k − 1) = 0 , (4.11)

so that the index is either k = 0 or k = 1.


To get the recurrence relation, change the dummy variable n → n + 2 on the left of Eq. (4.10):

X ∞
X
(n + k + 1)(n + k) an+2 µn = {(n + k)(n + k + 1) − `(` + 1)} an µn . (4.12)
n=−2 n=0

Comparing coefficients of powers of µ then gives the recurrence relation

(n + k + 1)(n + k) − `(` + 1)
an+2 = an . (4.13)
(n + k + 1)(n + k + 2)

Notice that the recurrence relation links together terms which differ by two units in n. As for the harmonic
oscillator equation, this is a direct consequence of the differential operator being even under µ → −µ, which
means that there can be odd and even solutions of Legendre’s equation.
k =0: Even solutions

n(n + 1) − `(` + 1) (n − `)(n + ` + 1)


an+2 = an = an . (4.14)
(n + 1)(n + 2) (n + 1)(n + 2)
The solution is therefore
 
`(` + 1) 2 (` − 2)(`)(` + 1)(` + 3) 4
p` (µ) = a0 1 − µ + µ + ··· . (4.15)
2! 4!

45
k =1: Odd solutions

(n + 2)n(n + 1) − `(` + 1) (n − ` + 1)(n + ` + 2)


an+2 = an = an . (4.16)
(n + 2)(n + 3) (n + 2)(n + 3)
The solution is then
 
(` − 1)(` + 2) 3 (` − 3)(` − 1)(` + 2)(` + 4) 5
q` (µ) = a0 µ − µ + µ + ··· . (4.17)
3! 5!
It is clear from the way we derived them (by putting a1 = 0) that p` (µ) is an even function of µ whereas
q` (µ) is an odd function. The most general solution of the equation is
f` (µ) = A p` (µ) + B q` (µ) . (4.18)
Now in an earlier lecture, where we separated the Laplacian operator in polar coordinates, we found the
explicit forms of the solutions for ` = 0, viz
 
1+µ
P0 (µ) = 1 and Q0 = 21 `n .
1−µ
Since P0 (µ) is even and Q0 (µ) is odd, we should like to identify P0 with p0 and Q0 with q0 .
Putting ` = 0 in Eq. (4.15),
 
0(1) 2 (−2)(0)(1)(3) 4
p0 (µ) = a0 1 − µ + µ + · · · = a0 P0 (µ) . (4.19)
2! 4!
Every term (except the first one) has an ` factor which kills it.
In the case of the odd solution of Eq. (4.17), the situation is a little bit more complicated:
   
(−1)(2) 3 (−3)(−1)(2)(4) 5 1 1
q0 (µ) = a0 µ − µ + µ + · · · = a0 µ + µ3 + µ5 + · · · , (4.20)
3! 5! 3 5
 
1+µ
which you recognise as the series expansion of 12 `n .
1−µ
This shows that we are not (yet) doing anything obviously stupid since we got the right answer for ` = 0.
In this case we got an infinite series for q0 (µ) but one which terminates for p0 (µ).
The nasty question that we have to ask now is whether such infinite series converge. These problems were
looked at in the 1B21 course where the lecturer generally applied the D’Alembert ratio test to investigate. This
is what we must do here for real!

4.2 Range of Convergence


The series goes up by steps of two in n. In the D’Alembert ratio test we have then to compare the (n + 2)’nd
term with the n’th
an+2 µn+2 (n + k + 1)(n + k) − `(` + 1) 2

R= = µ . (4.21)
an µn (n + k + 1)(n + k + 2)
Convergence only depends upon what happens for large n, where
 
2
R −→ 1 − µ2 −→ µ2 . (4.22)
n
We need R < 1 to guarantee convergence and this is true if |µ| < 1. This is exactly as expected because of the
regular singular points of the Legendre equation at µ = ±1.
What happens on the boundaries µ = ±1? The behaviour at these limits was not pursued very much in the
1B21 course but it is quite easy to see what happens in this case. The 1B21 lecturer showed that the harmonic
1
series diverges. Hence the restricted harmonic series,
n
X 1 ∞
1 1 1 X 1
= + + + · · · = 12 , (4.23)
n even
n 2 4 6 m=1
m

46
also diverges. For this series
an+2 2
−→ 1 − . (4.24)
an n
But this is the identical behaviour to the ratio in Eq. (4.22) in the case of µ = 1. Hence the series solutions
of the Legendre equation must diverge at µ = 1. This is true for both the k = 0 and k = 1 solutions. This
actually comes about because the differential
 equation has regular singularities at µ = ±1.

1 1+µ
It is easy to see that Q0 (µ) = 2 `n does indeed blow up at µ = ±1; just put it into your calculator
1−µ
and see the error message flashing! The important point to note now is that µ = cos θ = ±1 corresponds
to θ = 0◦ and 180◦ , and we would not like any answer to be infinite at these two points. Why should the
electrostatic potential be infinite at the top and bottom of a sphere?
We avoided this problem with P0 (µ) = 1 because the series terminated with a finite number of terms (in this
case just a single one). The question of convergence did not have to be addressed then. This is the only way
out; in order to get finite answers at µ = ±1 the series must terminate so that we end up with a polynomial
rather than an infinite series.
Going back to the recurrence relation of Eq. (4.13),

(n + k + 1)(n + k) − `(` + 1)
an+2 = an ,
(n + k + 1)(n + k + 2)

the series will terminate if the numerator on the right hand side vanishes for some value of n;

(n + k + 1)(n + k) − `(` + 1) = (n + k − `)(n + k + 1 + `) = 0 . (4.25)

The convention that Re{`} ≥ − 12 means that we need

`=n+k. (4.26)

Since n is an even integer:


For k = 0 we need ` to be any positive even integer,
For k = 1 we need ` to be any positive odd integer.
As you will see in the 2B22 Quantum Mechanics course, the condition that ` be an integer corresponds to
the quantisation of orbital angular momentum in integral units of h̄. The results obtained in this lecture are
therefore utterly fundamental to this, Atomic and countless other branches of Physics.
For any (non-negative) integer N , p2N (µ) and q2N +1 (µ) are polynomials in µ, but that p2N +1 (µ) and q2N (µ)
are infinite series which diverge at µ = 1. We clearly are mainly interested in the solutions which are finite at
θ = 0◦ and so it makes sense to group them together with a common notation. Let

p` (µ) ` even ,
P` (µ) =
q` (µ) ` odd ,

p` (µ) ` odd ,
Q` (µ) = (4.27)
q` (µ) ` even .

As a consequence of this definition, P` (µ) is a polynomial but Q` (µ) is an infinite series which blows up at
µ = 1. Furthermore

P` (−µ) = (−1)` P` (µ) ,


Q` (−µ) = (−1)`+1 Q` (µ) . (4.28)

47
SUMMARY
Only for non-negative integers ` do we have solutions of Legendre’s equation which are finite at µ = ±1.
These are the Legendre polynomials P` (µ). There are also Legendre functions of the second kind, Q` (µ), but
these blow up at µ = ±1. The Q` are far less important in Physics and will be largely neglected throughout the
rest of this course.
Although the choice is arbitrary, it is standard to normalise the Legendre polynomials such that

P` (1) = 1 . (4.29)

From the series representation of Eqs. (4.15) and (4.17), we then see that

P0 (µ) = 1,
P1 (µ) = µ,
1 2
P2 (µ) = 2 (3µ − 1) . (4.30)

Going back to Eq. (2.30), the original Laplace equation in spherical coordinates, the most general solution
which has no φ dependence is

X
α` r` + β` r−`−1 P` (cos θ) ,
 
V (r , θ) = (4.31)
`=0

where the sum is over discrete integers `, and α` and β` are constants to be fixed by the boundary conditions.

4.3 Generating Function for Legendre Polynomials


Consider the physical problem of working out the electrostatic potential due to a point charge q at z = a.

*


r 
 r1


 θ -
a z

In terms of the distance from the point z = a, the potential is simply


q 1
V = · (4.32)
4πε0 r1
To evaluate it in terms of r and θ, use the cosine rule to obtain

r12 = r2 + a2 − 2r a cos θ , (4.33)

which leads to a potential of


q 1
V (r , θ) = [r2 + a2 − 2r a cos θ]− 2 . (4.34)
4πε0
There is no φ dependence because the charge was placed on the z-axis.
If we are interested in the potential in the region r > a, then we can expand Eq. (4.34) in powers of a/r,
  a 2 − 1
q a 2
V (r , θ) = 1+ −2 cos θ .
4πε0 r r r

48
a2 3a2
 
q a 2
≈ 1 − 2 + cos θ + 2 cos θ + · · ·
4πε0 r 2r r 2r
2
 
q a a
= 1 + cos θ + 2 12 (3 cos2 θ − 1) + · · · (4.35)
4πε0 r r r
But we already know the general solution for Laplace’s equation in any region where there is no charge. If
the potential is to remain finite at large r, all the α` coefficients in Eq. (4.31) must vanish and so

1 X β`
V (r , θ) = P` (cos θ) . (4.36)
r r`
`=0

To determine the values of the β` , look what happens at θ = 0 where, by definition, P` (cos θ) = 1. In the
forward direction r = r1 − a, and so
∞ ∞
1 X β` q 1 q X a`
V (r , θ) = `
= = . (4.37)
r r 4πε0 r (1 − a/r) 4πε0 r r`
`=0 `=0

Comparing different powers of r in the two sums, one can read off immediately that
q
β` = a` . (4.38)
4πε0
The final solution at all angles is therefore

q 1 q X a`
V (r , θ) = √ = P` (cos θ) . (4.39)
4πε0 r2 + a2 − 2r a cos θ 4πε0 r r`
`=0

Though we have solved a problem in electrostatics, the result gives us a general method to derive the Legendre
polynomials. Comparing the two expressions for the potential in Eq. (4.39), and dropping the funny elecrostatics
factor outside, we see that

1 1 1 X a`
= P` (cos θ) . (4.40)
r`
p
r 1 + a2 /r2 − 2 (a/r) cos θ r
`=0

Change to notation where t = a/r and x = cos θ, we see that



1 X
g(x, t) ≡ √ = P` (x) t` . (4.41)
1 − 2x t + t2 `=0

This is the generating function for the Legendre polynomials. It is only valid if | t |< 1, which corresponds to
r > a, or otherwise there are convergence problems.
If you expand the square root using the binomial expansion, and compare powers of t, then you get the same
answers as we got before, viz

P0 (x) = 1,
P1 (x) = x ,
1 2
P2 (x) = 2 (3x − 1) . (4.42)

4.4 Recurrence Relations


Apart from the physical interpretation, one of the big uses of the generating function is to help derive recurrence
relations between Legendre polynomials. This is the most efficient way of deriving the polynomials in practice.
Differentiate the generating function of Eq. (4.41) partially with respect to t

∂g(x, t) x−t X
= = n Pn (x) tn−1 . (4.43)
∂t (1 − 2x t + t2 )3/2 n=0

49
Multiply both sides by 1 − 2x t + t2 to give

1 X
(x − t) 1 = (1 − 2x t + t2 ) n Pn (x) tn−1 . (4.44)
(1 − 2x t + t2 ) 2 n=0

On the left-hand side we see once again the generating function for the Legendre polynomials, which means
that

X ∞
X
n 2
(x − t) Pn (x) t = (1 − 2x t + t ) n Pn (x) tn−1 . (4.45)
n=0 n=0

This equation is a power series in t which is supposed to be valid for a range of values of t. Consequently
it must be valid separately for each power of t. This is exactly the same argument that we used in the series
solution of the differential equations. Writing out explicitly all the different powers,

X ∞
X ∞
X ∞
X ∞
X
x Pn (x) tn − Pm (x) tm+1 = ` P` (x) t`−1 − 2x n Pn (x) tn + m Pm (x) tm+1 . (4.46)
n=0 m=0 `=0 n=0 m=0

The formula has been written different dummy indices `, m, and n such that we can change a couple of them
easily. Let now

m −→ n−1,
` −→ n+1.

Then all the terms in the sums contain the same tn factor. Reading off the coefficient we get

x Pn (x) − Pn−1 (x) = (n + 1) Pn+1 (x) − 2n x Pn (x) + (n − 1) Pn−1 (x) .

Grouping like terms together, we get the recurrence relation

(2n + 1) x Pn (x) = (n + 1) Pn+1 (x) + n Pn−1 (x) . (4.47)

Thus, if you know Pn (x) and Pn−1 (x), the recurrence relation allows you to obtain the formula for Pn+1 (x).
For example, putting n = 1 in Eq. (4.47), we get

3x P1 (x) = 2P2 (x) + P0 (x) . (4.48)

Since P0 (x) = 1 and P1 (x) = x, this then immediately gives P2 (x) = 12 (3x2 − 1).
Using instead n = 2, we obtain
5x P2 (x) = 3P3 (x) + 2P1 (x) , (4.49)
which means that
P3 (x) = 1
2 (5x3 − 3x) .

4.5 Orthogonality of Legendre Polynomials


The Legendre differential equations for Pn (x) and Pm (x) are

d 
(1 − x2 ) Pn0 (x) + n(n + 1) Pn (x) = 0 ,

dx
d  0
(1 − x2 ) Pm

(x) + m(m + 1) Pm (x) = 0 . (4.50)
dx
Multiply the first of Eqs. (4.50) by Pm (x) and the second by Pn (x) and subtract one from the other to find:

d  d 
(1 − x2 ) Pn0 (x) − Pn (x) 0
(1 − x2 ) Pm
 
Pm (x) (x) = [m(m + 1) − n(n + 1)] Pm (x)Pn (x) .
dx dx

50
Now integrate both sides of this expression over x from −1 to +1:
Z +1  
d  2 0
 d  2 0

dx Pm (x) (1 − x ) Pn (x) − Pn (x) (1 − x ) Pm (x)
−1 dx dx
Z +1
= [m(m + 1) − n(n + 1)] Pm (x)Pn (x) dx . (4.51)
−1

What we have to do now is show that the left hand side of Eq. (4.51) vanishes. This we do through integrating
by parts.
Z +1 Z +1
d  +1
(1 − x2 ) Pn0 (x) = Pm (x) (1 − x2 ) Pn0 (x) −1 − dx (1 − x2 ) Pn0 (x)Pm
0
 
dx Pm (x) (x) . (4.52)
−1 dx −1

Now the first term on the RHS of Eq. (4.52) equals zero because (1 − x2 ) = 0 at both the limits. On the other
hand, the second term is cancelled by an identical one coming from the second term in Eq.(4.51) where m ⇔ n.
Hence
Z +1
[m(m + 1) − n(n + 1)] Pm (x)Pn (x) dx = 0 , (4.53)
−1

which means that, if n 6= m, Z +1


Pm (x)Pn (x) dx = 0 . (4.54)
−1

This is called the Orthogonality relation. It is analogous to the orthogonality of two vectors except that we have
an integral over a continuous variable rather than a summation over components.
To construct the equivalent of a unit vector, we have to work out the integral when m = n:
Z +1
2
In = [Pn (x)] dx . (4.55)
−1

There are many ways of working this out, but one of the easiest ways uses the generating function of Eq. (4.41).
Writing this down twice gives

1 X
√ = Pn (x) tn ,
1 − 2x t + t2 n=0


1 X
√ = Pm (x) tm . (4.56)
1 − 2x t + t2 n=0

Multiply these two expressions together to give a double summation over n and m.
∞ X ∞
1 X
= Pn (x) Pm (x) tn+m . (4.57)
1 − 2x t + t2 n=0 m=0

Now integrate over x from −1 to +1:


Z +1 ∞ X ∞ Z +1
dx X
= Pn (x) Pm (x) tn+m . (4.58)
−1 1 − 2x t + t2 n=0 m=0 −1

The integral on the left is simple, so that



(1 + t)2 t2n
   
1 1 1+t X
`n = `n =2 . (4.59)
2t (1 − t)2 t 1−t n=0
2n + 1

51
But we have already shown that the integral on the RHS vanishes unless n = m and so we really only have
a single summation to worry about:
X∞
RHS = In t2n . (4.60)
n=0
2n
Comparing coefficients of t on the left and right hand sides, we see that
Z +1
2 2
In = [Pn (x)] dx = . (4.61)
−1 2n +1

The orthogonality and normalisation of the Legendre polynomials can be written neatly in one equation as
Z +1
2
P` (x) Pn (x) dx = δ` n , (4.62)
−1 2` +1

where the Kronecker delta symbol for two integers m and n is defined by

1 for m = n
δm n = (4.63)
0 for m 6= n .

4.6 Expansion in series of Legendre polynomials


You learned in the 1B21 course how to expand a function f (x) in a Maclaurin series:

X
f (x) = αn xn .
n=0

Also, in the first year Waves and Optics course, you learned about expanding functions in series of sine and
cosine functions. Such Fourier expansions will be the topic of the next section. What we want to do here is
expand f (x) in an infinite series of Legendre polynomials:

X
f (x) = an Pn (x) . (4.64)
n=0

Let us start off with a simple example:


15 2 3 15 1 3
f (x) = x − = · (2P2 (x) + P0 (x)) − P0 (x) = P0 (x) + 5P2 (x) .
2 2 2 3 2
Whenever the power series for f (x) only has a finite number of terms, i.e. is a polynomial, we can calculate
the coefficients by solving a system of algebraic equations. The example above was of this kind. If f (x) is
not a polynomial then we can still calculate the coefficients using the orthonormality integral of Eq. (4.63).
Multiplying Eq. (4.64) by Pm (x) and integrating from −1 to +1 gives
Z +1 ∞ Z +1 ∞
X X 2 2
f (x) Pm (x) dx = an Pn (x) Pm (x) dx = an δm n = am . (4.65)
−1 n=0 −1 n=0
2n + 1 2m + 1

Hence Z +1
2m + 1
am = f (x) Pm (x) dx . (4.66)
2 −1

15 2 3
Example 1. Calculate the Legendre coefficients for f (x) = x − . Putting in the explicit forms for the
2 2
Legendre polynomials, we have

1 +1 15 2 3
Z    
1 15
a0 = x − dx = −3 =1,
2 −1 2 2 2 3

52
Z +1  
3 15 2 3
a1 = x − x dx = 0 (integrand odd),
2 −1 2 2
Z +1   2   
5 15 2 3 3x 1 5 45 24
a2 = x − − dx = − +3 =5.
2 −1 2 2 2 2 4 5 3
These agree with what we found using direct algebra.
Example 2. Obtain the first two the Legendre coefficients for f (x) = eαx .

1 +1 αx
Z
1  sinh α
a0 = e dx = eα − e−α = ,
2 −1 2α α

3 +1
Z  
αx cosh α sinh α
a1 = x e dx = 3 − ,
2 −1 α α2
where we had to do some integration by parts.

4.7 Return to the Potential Problem


We saw, when separating the Laplace equation in spherical polar coordinates, that the most general solution
with axial symmetry (no φ dependence) for the electrostatic potential in charge-free space is
∞  
X
` B`
V (r, cos θ) = A` r + `+1 P` (cos θ) . (4.67)
r
`=0

Suppose that V (r) → 0 as r → ∞. This means that all the A` = 0 and



X B`
V (r, cos θ) = P` (cos θ) . (4.68)
r`+1
`=0

To fix the values of the B` coefficients, we need another boundary condition, as in the following case:
Example
Suppose that on an isolated sphere of radius a the electrostatic potential varies like V (r = a, θ) = V0 eα cos θ .
How does the potential behave for large distances?
Using the Legendre series example already worked out,
sinh α
B 0 = V0 a ,
α
 
2 cosh α sinh α
B1 = 3V0 a − ,
α α2
and
a2
    
a sinh α cosh α sinh α 1
V (r, cos θ) = V0 +3 2 − cos θ + 0 .
r α r α α2 r3
For those of you familiar with electrostatics, the cos θ term corresponds to the electric dipole moment and
the discarded next term the quadrupole moment etc.

4.8 Associated Legendre Functions


We saw that in general the φ dependence of the solutions to Laplace’s equation is of the form eimφ , where m is
an integer. To get the θ dependence, we have to solve
dP m m2
   
d
(1 − x2 ) ` + `(` + 1) − P`m = 0 . (4.69)
dx dx 1 − x2
[N.B. Have here replaced µ → x and called Θ(µ) → P`m (x).] Only for m = 0 do we get the Legendre polynomials
P` (x). To solve the equation for m 6= 0 is even more tedious than for m = 0. Only a summary will be presented of

53
results which are very important for Quantum Mechanics, where ` is known as the angular momentum quantum
number and m the magnetic quantum number.
Well behaved solutions of Legendre’s equation are only possible if
• ` is a non-negative integer.

• m is an integer with −` ≤ m ≤ `.
The solutions for m and −m are the same since only m2 occurs in Legendre’s equation. For m > 0 the
associated Legendre functions can be derived from the Legendre polynomials using
 m
m 2 m/2 d
P` (x) = (1 − x ) P` (x) . (4.70)
dx
The orthogonality relation is also a bit more complicated than that of Eq. (4.62):
Z +1
2 (` + m)!
P`m (x) Pnm (x) dx = δ` n . (4.71)
−1 2` + 1 (` − m)!
Specific cases
` = 1, m = 1:
d
P11 (x) = (1 − x2 )1/2 x = (1 − x2 )1/2 = sin θ .
dx
` = 2, m = 1:
d 1
P21 (x) = (1 − x2 )1/2 (3x2 − 1) = 3x (1 − x2 )1/2 = 3 sin θ cos θ .
dx 2
` = 2, m = 2:
d2 1
P22 (x) = (1 − x2 ) (3x2 − 1) = 3(1 − x2 ) = 3 sin2 θ .
dx2 2
As a couple of examples to check the orthogonality relations, consider
Z +1 Z +1
P21 (x) P11 (x) dx = 3x(1 − x2 ) dx = 0 .
−1 −1
Z +1 Z +1
 1 2 9 9 12
P2 (x) dx = 9x2 (1 − x2 ) dx = 2 −2 = ·
−1 −1 3 5 5
2
The last one agrees with the 5 3! of Eq. (4.71).

4.9 Spherical Harmonics


In Quantum Mechanics, one often gets the θ and φ dependence packaged together as one function called a
spherical harmonic Y`m (θ, φ). Thus
Y`m (θ, φ) = c`,m P`m (cos θ) eimφ (4.72)
is a solution of Legendre equation. Here the constants c`,m could be chosen in any way we want. However, it is
conventional to choose them such that the orthogonality/normalisation relation becomes
Z +1 Z 2π
0
d(cos θ) dφ Y`m ∗ (θ, φ) Y`m
0 (θ, φ) = δ`,`0 δm,m0 . (4.73)
−1 0

Using Eq. (4.71), this is achieved with


s
m (` − m)! (2` + 1)
c`,m = (−1) · (4.74)
(` + m)! 4π

In Quantum Mechanics you will at some stage need to remember the orthogonality/normalisation relation
of Eq. (4.73) but you will NOT be required to remember the actual algebraic form of Eq. (4.73).

54
The first few spherical harmonics are
1
Y00 (θ, φ) = √ ,

r
3
Y11 (θ, φ) = − sin θ eiφ ,

r
0 3
Y1 (θ, φ) = cos θ ,

r
3
Y1−1 (θ, φ) = sin θ e−iφ . (4.75)

55

You might also like