Preliminaries

Consider the vector space of functions generated by the Legendre Polynomials. This has an infinite number of basis function but is complete in the sense that any sensibly smooth function can be written as a combination of the Legendre Polynomials. Moreover, Legendre Polynomials are orthogonal with respect to the inner product

[Maple Math]

i.e.,

[Maple Math] for [Maple Math] ,

>

Another important property of the Legendre Polynomials is that each Legendre Polynomial [Maple Math] has exactly [Maple Math] distinct zero's, [Maple Math] with [Maple Math] , in the interval [Maple Math] . This can be shown as follows:

>

The first Legendre Polynomial is a constant function:

> with(orthopoly):P(0,x);

[Maple Math]

The next one has exactly one root, i.e. [Maple Math] ,

> P(1,x);

[Maple Math]

Any Legendre Polynomial must have at least one zero in

[Maple Math] , since

[Maple Math] .

Assume that [Maple Math] has exactly [Maple Math] zero's in the interval

[Maple Math] . Then [Maple Math] is of opposite sign in each consecutive subinterval defined by these zero's. Then construct the polynomial

[Maple Math] , where [Maple Math] is chosen such that the sign of [Maple Math] and [Maple Math] in the first interval [Maple Math] is the same. Then [Maple Math] has the same zero's and the same sign in each of the subintervals defined by [Maple Math] . Consequently,

[Maple Math] ,

But since the Legendre Polynomials form a basis,

[Maple Math] , we also have that

[Maple Math]

[Maple Math] , because of the orthogonality of the Legendre Polynomials.

Clearly both results contradict each other. Therefore, the assumption that the number of roots is [Maple Math] must be false. Hence, the Legendre Polynomial [Maple Math] must have exactly [Maple Math] distinct zero's.

>