Laguerre polynomials form a classical family of orthogonal polynomials on the half-line with respect to the weight . They appear in quantum mechanics, approximation theory, and many fields requiring special functions. The standard or "physicist's" Laguerre polynomial of order can be defined through the series
where denotes the binomial coefficient. Another common description uses a Rodrigues formula that differentiates an exponential weight:
These expressions highlight the alternating signs and factorial growth of coefficients. They also reveal orthogonality: when integrated against , different Laguerre polynomials vanish. This property underlies expansions of physical wave functions and solutions to differential equations such as the radial part of the hydrogen atom.
Laguerre polynomials satisfy a useful recurrence. Starting with and , higher orders follow
This relation lets us compute polynomials iteratively, which is how the calculator operates. Given and , it builds each until reaching order . The calculations rely on math.js
for precise arithmetic, including factorials and powers. You can explore how coefficients grow and how oscillations appear as increases.
Laguerre polynomials play a pivotal role in physics, particularly in the solution of the Schrödinger equation for hydrogen-like atoms. There the radial function involves combined with an exponential decay. Because the functions are orthogonal, they form a convenient basis for expanding other solutions. In numerical analysis, Laguerre polynomials emerge in Gaussian quadrature for integrals weighted by . The zeros of the polynomials serve as nodes that yield exact results for polynomials up to degree . Understanding these connections deepens appreciation of their structure.
Beyond continuous mathematics, Laguerre polynomials appear in signal processing and combinatorial problems. For instance, certain expansions of generating functions rely on them. Their link to the gamma distribution also connects them to probability theory. Each new application draws upon the same core properties of orthogonality and the shape of the weight function.
When using the calculator, remember that integer values ensure polynomial behavior. The variable can be any real number, though large positive values produce rapidly decreasing results due to the exponential factor in the weight. If you experiment with negative , the polynomial will continue to oscillate and may grow large in magnitude.
As you study the results, note how higher-order polynomials develop more roots on the positive real axis. These roots approximate the distribution of nodes for Gaussian quadrature. Observing the spacing and multiplicity of zeros provides intuition about convergence of related series and integrals.
The input labelled “alpha” lets you explore the generalized Laguerre polynomials , sometimes called associated Laguerre polynomials. Choosing a nonzero parameter shifts the family while preserving orthogonality with respect to the weight . Values of greater than −1 make the weight integrable on the half-line. Physicists often encounter these functions in the radial solutions of the hydrogen atom where relates to orbital angular momentum.
Like the standard polynomials, the generalized versions satisfy a recurrence relation. The calculator uses the iterative rule , ensuring that each step builds on previously computed values with stable arithmetic. Experimenting with different α values reveals how the shapes and zeros shift as the weight changes.
The generalized polynomials obey several useful calculus identities. Differentiating yields another associated polynomial: . A simple integral identity relates the product with these polynomials to the gamma function, highlighting how area under the weighted curve connects to factorial-like growth.
To evaluate a polynomial, enter the order, the point , and the α parameter. The result is printed to six decimal places for readability. The copy button saves the computed value so you can paste it into notes or other applications. The calculation is performed via an iterative recurrence rather than direct factorial formulas to avoid overflow and reduce rounding errors at moderate orders.
If you study approximation schemes, try sweeping while keeping fixed to observe how zeros migrate. You can also fix and vary to sketch the shape. For example, with
Suppose you enter , , and . The calculator evaluates ≈. Raising to modifies the recurrence coefficients, yielding ≈. Observing these shifts helps build intuition about how α tunes the polynomial family's emphasis across the positive real line.
The copy button can help you compare analytic identities. For instance, compute and verify that it matches the derivative relationship mentioned above. Such exploration turns the calculator into a small laboratory for special-function experimentation.
For very large orders or extreme values, floating-point numbers may overflow or lose precision. The recurrence employed minimizes these issues, but keep below about 50 for best results in a browser. If higher precision is needed, consider using arbitrary-precision libraries or symbolic mathematics packages. Rounding the output to a fixed number of decimals also prevents a false sense of accuracy beyond what the inputs justify.
Another potential pitfall arises when
Edmond Laguerre introduced his polynomials in the late nineteenth century while studying differential equations with polynomial solutions. The family later found widespread use through quantum mechanics and approximation theory. Generalized forms with the parameter α emerged as mathematicians explored extensions tied to the gamma function. Understanding this history reveals why multiple notations exist in the literature and why physicists and mathematicians sometimes use slightly different conventions.
Today, Laguerre polynomials remain a staple of orthogonal polynomial theory. They appear in textbooks, numerical libraries, and research papers ranging from optical design to queuing theory. Mastery of their properties unlocks techniques for solving integrals, modeling wavefunctions, and designing efficient quadrature rules. The calculator aims to demystify these functions by providing quick evaluations and a narrative explanation that bridges theory with hands-on experimentation.
Compute Legendre polynomials of arbitrary degree and evaluate them at a point.
Compute Chebyshev polynomials of the first kind for a given degree and value.
Compute the greatest common divisor of two polynomials using the Euclidean algorithm.