Hermite polynomial: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Paul Wormer
No edit summary
imported>Caesar Schinas
m (Robot: Changing template: TOC-right)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{subpages}}
{{subpages}}
{{TOC-right}}
{{TOC|right}}
In [[mathematics]] and [[physics]], '''Hermite polynomials''' form a well-known class of [[orthogonal polynomials]]. In [[quantum mechanics]] they appear as [[eigenfunction]]s of the [[harmonic oscillator (quantum)|harmonic oscillator]]  and in [[numerical analysis]] they play a role in [[Gauss-Hermite quadrature]]. The functions are named after the French mathematician [[Charles Hermite]] (1822–1901).  
In [[mathematics]] and [[physics]], '''Hermite polynomials''' form a well-known class of [[orthogonal polynomials]]. In [[quantum mechanics]] they appear as [[eigenfunction]]s of the [[harmonic oscillator (quantum)|harmonic oscillator]]  and in [[numerical analysis]] they play a role in [[Gauss-Hermite quadrature]]. The functions are named after the French mathematician [[Charles Hermite]] (1822–1901).  


*<i>See [[Hermite polynomial/Catalogs|Catalogs]] for a table of Hermite polynomials through</i> ''n'' = 12.
*<i>See [[Hermite polynomial/Addendum|Addendum]] for a table of Hermite polynomials through</i> ''n'' = 12.


==Orthonormality==
==Orthonormality==
Line 55: Line 55:
First few terms
First few terms
:<math>
:<math>
\left(1 -2xt +\frac{1}{2} (2x)^2 t^2 + \frac{1}{6} (2x)^3 t^3+\cdots\right)\left(1 -t^2 +\cdots\right)=
\left(1 +2xt +\frac{1}{2} (2x)^2 t^2 + \frac{1}{6} (2x)^3 t^3+\cdots\right)\left(1 -t^2 +\cdots\right)=
1 - 2x\; t + (4x^2 -2)\;\frac{t^2}{2} +  (8 x^3 -12 x)\; \frac{t^3}{6} + \cdots
1 + 2x\; t + (4x^2 -2)\;\frac{t^2}{2} +  (8 x^3 -12 x)\; \frac{t^3}{6} + \cdots
</math>
</math>
so that
so that
:<math>
:<math>
H_0 =1, \quad H_1(x) = -2x,\quad H_2(x) = 4x^2-2, \quad H_3(x) = 8x^3-12x.
H_0 =1, \quad H_1(x) = 2x,\quad H_2(x) = 4x^2-2, \quad H_3(x) = 8x^3-12x.
</math>  
</math>  
==Differential relation==
:<math>
\frac{dH_n(x)}{dx} = 2n H_{n-1}(x).
</math>
==Sum formula==
:<math>
H_n(x+y) = \left(\frac{1}{\sqrt{2}}\right)^n \sum_{k=0}^n \binom{n}{k} \; H_k(\sqrt{2}\,x) \; H_{n-k}(\sqrt{2}\,y),
</math>
where <math>\binom{n}{k} </math> is a [[binomial coefficient]].
==References==
==References==
M. Abramowitz and I.A. Stegun (Eds),  ''Handbook of Mathematical Functions",  Dover, New York (1972). Chapter 22
M. Abramowitz and I.A. Stegun (Eds),  ''Handbook of Mathematical Functions'',  Dover, New York (1972). Chapter 22


[http://www.math.sfu.ca/~cbm/aands/ Abramowitz and Stegun online]
[http://www.math.sfu.ca/~cbm/aands/ Abramowitz and Stegun online]


[http://mathworld.wolfram.com/HermitePolynomial.html Eric W. Weisstein, Hermite Polynomial]
[http://mathworld.wolfram.com/HermitePolynomial.html Eric W. Weisstein, Hermite Polynomial]

Latest revision as of 06:31, 31 May 2009

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
Addendum [?]
 
This editable Main Article is under development and subject to a disclaimer.

In mathematics and physics, Hermite polynomials form a well-known class of orthogonal polynomials. In quantum mechanics they appear as eigenfunctions of the harmonic oscillator and in numerical analysis they play a role in Gauss-Hermite quadrature. The functions are named after the French mathematician Charles Hermite (1822–1901).

  • See Addendum for a table of Hermite polynomials through n = 12.

Orthonormality

The Hermite polynomials Hn(x) are orthogonal in the sense of the following inner product:

That is, the polynomials are defined on the full real axis and have weight w(x) = exp(−x²). Their orthogonality is expressed by the appearance of the Kronecker delta δn'n. The normalization constant is given by

Normalization is to unity

The polynomials NnHn(x) are orthonormal, which means that they are orthogonal and normalized to unity.

Explicit expression

here if N even and if N odd.

Recursion relation

Orthogonal polynomials can be constructed recursively by means of a Gram-Schmidt orthogonalization pocedure. This procedure yields the following relation

The first few follow immediately from this relation,

Differential equation

The polynomials satisfy the Hermite differential equation for the special case that the coefficient of Hn(x) is equal to the even integer 2n,

Symmetry

the functions of even n are symmetric under x → −x and those of odd n are antisymmetric under this substitution.

Rodrigues' formula

Generating function

First few terms

so that

Differential relation

Sum formula

where is a binomial coefficient.

References

M. Abramowitz and I.A. Stegun (Eds), Handbook of Mathematical Functions, Dover, New York (1972). Chapter 22

Abramowitz and Stegun online

Eric W. Weisstein, Hermite Polynomial