exponential Times
◀ Previous

Polynomials

Orthogonal sets

Two polynomials are orthogonal relative to a given functional if λ|pq=0. It is often convenient to create sets where there is one polynomial for every possible degree and polynomials of different degree are orthogonal. The further requirement that the coefficient of highest degree is 1, creates a set of “monic” polynomials. If the coefficient ring is an algebraic field, one can divide any polynomial by the value of its highest degree coefficient to give a monic polynomial. For convenience, we define λn=λ|xn.

So let’s start. The monic definition requires that the initial zero-degree polynomial p0(x)=1. For n>0, λ|p0pn=λ|pn=0.

For p1(x)=a+x, this determines a: λ|a+x=λ0a+λ1=0a=λ1/λ0

For this to make sense, we need λ00. We could redefine the functional so that λ|1=1.

We have pn(x)=xn+k=0n1akpk(x)

If m>n, λ|pmxn=λ|pm(pnk=0n1akpk)=0, by orthogonality.

Since the leading terms of the pn have been chosen to be xn, we also have λ|pnxn=λ|pnxmpnm and in particular, λ|pnxn=λ|pn2

We can investigate pn+1 in stages. Now pn+1xpn is a polynomial of degree n. If k<n1, λ|pkpn+1=0 and λ|pkxpn is a sum of terms λ|xkpn=0 with k<n.

One of the main uses of orthogonality is to simplify the expression of a general polynomial in terms of a given monic set {pn}. In this, we can certainly express, deg(q)=M as: q=k=0Makpk

Orthogonality then gives λ|pkq=akλ|pk2. So ak=λ|pkq/λ|pk2 is well defined and unique, so long as λ|pk20

Applying this reasoning to pn+1xpn, we already have that there are no terms akpk for k<n1. Hence pn+1=(x+an)pn+bnpn1. This is a “three-term recurrence relation”.

Assuming we already know λ,pn,pn1, we can apply orthogonality to determine an,bn: 0=λ|pn+1pn1=λ|xpnpn1+bnλ|pn12bn=λ|xpnpn1/λ|pn12=λ|pn2/λ|pn12 0=λ|pn+1pn=λ|xpn2+anλ|pn2an=λ|xpn2/λ|pn2

Next ▶