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.
Approximate the zero-order Hankel transform of a radial function using numerical integration.
Compute the Beta function for positive inputs using the Gamma relation.
Generate the continued fraction representation of any real number.