Laguerre Polynomials
Ever wonder if there are special 'celebrity' polynomials in the math world? Meet the Laguerre polynomials! They are a unique family of functions with powerful properties and surprising uses in physics and computer science. Let's explore how to build them step-by-step and see what makes them so useful.

What Are Laguerre Polynomials?
Laguerre polynomials are a special, infinite sequence of polynomials, denoted as
What Is a Polynomial Again?
Before we build our first Laguerre polynomial, let's have a quick refresher. A polynomial is a mathematical expression made up of variables (like
- Terms: The parts being added or subtracted, like
, , and . - Coefficients: The numbers multiplying the variables, like
and . - Degree: The highest exponent of the variable in the polynomial. The degree of
is .
Laguerre polynomials,
How Do You Build a Laguerre Polynomial?
The 'recipe' for creating any Laguerre polynomial is given by a summation formula. It might look intimidating at first, but we can break it down piece by piece.
Let's unpack what each part of this formula means:
: This is the notation for the Laguerre polynomial of degree . To find a specific polynomial, like , you set . : This is the summation symbol, Sigma. It means we're going to add up a series of terms. We start by plugging in into the expression that follows, then , then , and so on, all the way up to . : This part creates an alternating sign. When is even (0, 2, 4, ...), is (positive). When is odd (1, 3, 5, ...), is (negative). So our terms will alternate: plus, minus, plus, minus... : This is the binomial coefficient, read as "n choose k". It tells us how many ways we can choose items from a set of items. It has its own formula: .- Factorials (!): The exclamation mark denotes a factorial. You calculate it by multiplying that number by all the whole numbers less than it, down to 1. For example,
. A special rule is that . : This is the variable part. For each term in our sum, we have raised to the power of the current , divided by the factorial of .
By combining these pieces for each value of
Let's Calculate the First Few Laguerre Polynomials
The best way to understand the formula is to use it. Let's build the first few polynomials from scratch.
Zeroth Polynomial:
Here,
Using our definitions (
So, the zeroth Laguerre polynomial is just the number
Calculate the first Laguerre polynomial,
Here,
Let's calculate each binomial coefficient:
Now substitute everything in:
Calculate the second Laguerre polynomial,
Here,
Calculate the coefficients:
Substitute them in:
Calculate the third Laguerre polynomial,
Here,
This expands to four terms:
Calculate the coefficients:
Substitute them in:
Here is a table of the first few Laguerre polynomials for quick reference:
| n | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 |
What Do Laguerre Polynomials Look Like?
Graphing the polynomials can give us a better feel for their behavior. Each
is a horizontal line at . is a straight line that slopes downward, crossing the y-axis at and the x-axis at . is a parabola that opens upwards. is a cubic curve.
They have some interesting graphical properties:
- Value at Zero: Notice that if you plug
into any Laguerre polynomial, all the terms with disappear, leaving only the first term, which is always . This means that all Laguerre polynomials pass through the point . - Roots (X-intercepts): A fascinating property is that the polynomial
has exactly distinct roots, and all of them are positive real numbers. For example, the graph of will cross the positive x-axis exactly three times. - Orthogonality: This is a more advanced concept, but it's their most important property. It means that when you multiply two different Laguerre polynomials together and calculate a special kind of 'weighted' area under the curve (an integral), the result is zero. This property is what makes them so useful for approximating other functions and solving differential equations.

Where Are Laguerre Polynomials Used in the Real World?
These polynomials aren't just a mathematical curiosity; they are essential tools in several fields of science and engineering.
- Quantum Mechanics: This is their most famous application. The quantum mechanical model of the hydrogen atom uses a formula to describe where its single electron is likely to be. The radial part of this formula—the part that depends on the distance from the nucleus—is described by Laguerre polynomials! In a very real sense, these polynomials help shape our understanding of the fundamental structure of atoms.
- Numerical Analysis: In many real-world problems, we need to find the area under a complex curve (a process called integration). Sometimes, this is too hard to do exactly. A technique called Gaussian quadrature uses the roots of special polynomials, including Laguerre polynomials, to find highly accurate approximations of these areas. This is used in computer simulations for everything from weather forecasting to designing airplane wings.
- Electrical Engineering: In systems analysis, engineers often model how a system (like an electrical circuit) responds to a signal over time. Laguerre polynomials can be used to create mathematical models of these systems, helping to analyze and predict their behavior efficiently.
Common Mistakes to Avoid
When you're first learning to calculate Laguerre polynomials, a few common pitfalls can trip you up. Watch out for these:
- Forgetting that
: This is the most common mistake. The first term (for ) in every Laguerre polynomial relies on the fact that is defined as , not . - Mixing up
and : Remember that is the degree of the polynomial you are building and it stays fixed throughout the calculation. The variable is the index of the sum that changes for each term (from to ). - Errors with the Alternating Sign: It's easy to forget the
term. Always double-check your signs: the term is positive, the term is negative, the term is positive, and so on. - Calculation Errors in Binomial Coefficients: Calculating
can be tricky. Write out the factorials carefully to avoid mistakes, and remember that and .
Quick Reference Summary
Here's a quick summary of the key points about Laguerre polynomials.
Definition: A sequence of polynomials
The Formula:
The First Four Polynomials:
Key Properties:
- The degree of
is . - All Laguerre polynomials pass through the point
. has real, positive roots.
Frequently Asked Questions
Are there other types of 'special' polynomials?
Yes, many! Mathematicians have discovered other families of polynomials like Legendre, Hermite, and Chebyshev polynomials. Each set has unique properties that make them perfect for solving different kinds of problems in math and science.
Who was Edmond Laguerre?
Edmond Laguerre (1834-1886) was a French mathematician who made significant contributions to geometry and mathematical analysis. The polynomials are named in his honor because he was the first to systematically study their properties.
In L_n(x), does 'n' have to be a whole number?
Yes, for the standard Laguerre polynomials we've discussed, the index
Why do all Laguerre polynomials equal 1 when x=0?
This happens because of the formula. When you substitute
Do I need to know calculus to understand these polynomials?
Not for the basics! The summation formula we used to build them only requires algebra. However, calculus is used to discover their deeper properties, like orthogonality, and to understand the differential equation they originally came from.
What are 'generalized' Laguerre polynomials?
Generalized Laguerre polynomials, written as
Is there an easier way to find the next polynomial in the sequence?
Yes, there is! It's called a recurrence relation. This is a special formula that lets you build