
228 Finite-Dimensional Vector Spaces
polynomial (of degree zero) and standardize it to get the first polynomial.
Next apply the standardization to the polynomial of degree one (with two
unknown coefficients), and make sure that it is perpendicular to the first
polynomial, where the inner product is defined by (7.21). These two require-
ments (standardization and perpendicularity) provide two equations and two
unknowns which can be solved to find the coefficients of the second polyno-
mial. The next polynomial has degree two with three unknown coefficients.
Standardization and orthogonality to the first two polynomials provide three
equations in three unknowns, the solution of which equations determines the
third polynomial. This process can be continued indefinitely determining the
coefficients of orthogonal polynomials up to any desired degree.
Example 7.5.1.
The procedure above is best illustrated by a concrete example.
The Legendre polynomial of degree n,denotedbyP
n
(t), is characterized byLegendre
polynomial the standardization P
n
(1) = 1. We denote the collection of these polynomials by
P
1
(−1,1)
[t], indicating that the interval of integration for them is from −1to+1
and that the weight function is unity. Because of standardization, we must choose
P
0
(t) = 1. The first degree polynomial is generally written as P
1
(t)=α
0
+ α
1
t.
Standardization gives α
0
+ α
1
= 1. Orthogonality to P
0
(t)gives
0=
#
1
−1
P
0
(t)P
1
(t)w(t) dt =
#
1
−1
1 · (α
0
+ α
1
t) · 1 dt =2α
0
.
So, α
0
=0andα
1
= 1. Therefore, P
1
(t)=t.
For P
2
(t)=α
0
+ α
1
t + α
2
t
2
we have (reader please verify!)
α
0
+ α
1
+ α
2
= 1 (by standardization),
2α
0
+0·α
1
+
2
3
α
2
= 0 (by orthogonality to P
0
),
0 · α
0
+
2
3
· α
1
+0·α
2
= 0 (by orthogonality to P
1
).
The solution to these equations is α
0
= −
1
2
, α
1
=0,andα
2
= −
3
2
,sothatP
2
(t)=
1
2
(3t
2
− 1). Other Legendre polynomials can be found analogously.
By their very construction, orthogonal polynomials, which are denoted by
F
n
(t), satisfy the following orthogonality condition:orthogonal
polynomials
defined
#
b
a
F
n
(t)F
m
(t)w(t) dt =
0
0ifm = n,
h
n
if m = n,
(7.22)
where h
n
is just a positive number (depending on n,ofcourse)whichis
different for different types of F
n
.
7
As before, let us treat these polynomials
as vectors and write F
n
for F
n
(t). Then using the Kronecker delta of (7.9),
Equation (7.22) can be written as
F
n
·F
m
=
0
0ifm = n
h
n
if m = n
= h
n
δ
mn
.
7
There are many different types of orthogonal polynomials, distinguished from each other
by different intervals, and different w(t). Different symbols—such as P
n
(t), H
n
(t), T
n
(t),
etc., are used for different types. We have used F
n
(t) to represent any one of these types
in our general discussion.