Search Mathematics of the DFT
Book Index | Global Index
Would you like to be notified by email when Julius Orion Smith III publishes a new entry into his blog?
Factoring a Polynomial
Remember ``factoring polynomials''? Consider the second-order polynomial
It is second-order because the highest power of

is

(only
non-negative integer powers of

are allowed in this context). The
polynomial is also
monic
because its leading coefficient, the
coefficient of

, is

. By the
fundamental theorem of algebra
(discussed further in §
2.4), there are exactly two
roots
(or
zeros) of any
second order polynomial. These roots may be real or complex (to be defined).
For now, let's assume they are both real and denote them by

and

. Then we have

and

, and we can write
This is the
factored form of the monic polynomial

.
(For a non-monic polynomial, we may simply divide all coefficients
by the first to make it monic, and this doesn't affect the zeros.)
Multiplying out the symbolic factored form gives
Comparing with the original polynomial, we find we must have
This is a system of two equations in two unknowns. Unfortunately, it is a
nonlinear system of two equations in two
unknowns.2.1 Nevertheless, because it is so small,
the equations are easily solved. In beginning algebra, we did them by
hand. However, nowadays we can use a software tool such as Matlab or
Octave to solve very large systems of linear equations.
The factored form of this simple example is
Note that polynomial factorization rewrites a monic

th-order
polynomial as the product of
first-order monic polynomials,
each of which contributes one zero (root) to the product. This
factoring business is often used when working with
digital
filters [
65].
Previous:
Complex NumbersNext:
The Quadratic Formula
written by Julius Orion Smith III
Julius Smith's background is in electrical engineering (BS Rice 1975, PhD Stanford 1983). He is presently Professor of Music and Associate Professor (by courtesy) of Electrical Engineering at
Stanford's Center for Computer Research in Music and Acoustics (CCRMA), teaching courses and pursuing research related to signal processing applied to music and audio systems. See
http://ccrma.stanford.edu/~jos/ for details.