Hermite polynomial: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Paul Wormer
No edit summary
imported>Paul Wormer
No edit summary
Line 1: Line 1:
{{subpages}}
{{subpages}}
{{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.
==Orthonormality==
The Hermite polynomials ''H''<sub>''n''</sub>(''x'') are orthogonal in the sense of the following inner product:
The Hermite polynomials ''H''<sub>''n''</sub>(''x'') are orthogonal in the sense of the following inner product:
:<math>
:<math>
Line 9: Line 13:
&delta;<sub><i>n'n</i></sub>. The normalization constant is given by
&delta;<sub><i>n'n</i></sub>. The normalization constant is given by
:<math>
:<math>
h_n = \left(\frac{1}{\pi}\right)^{1/4}\, \frac{1}{\sqrt{2^n\,n!}}.
N_n \equiv \sqrt{\frac{1}{h_n}}  = \left(\frac{1}{\pi}\right)^{1/4}\, \frac{1}{\sqrt{2^n\,n!}}.
</math>
Normalization is to unity
:<math>
N_n^2\; \int_{-\infty}^\infty H_{n}(x)H_n(x)\; e^{-x^2}\, \mathrm{d}x = 1.
</math>
</math>
The polynomials ''N''<sub>''n''</sub>''H''<sub>''n''</sub>(''x'') are ''orthonormal'', which means that they are orthogonal and normalized to unity.


 
==Explicit expression==
*<i>See [[Hermite polynomial/Catalogs|Catalogs]] for a table of Hermite polynomials through</i> ''n'' = 12.
:<math>
H_n(x) = n!\, \sum_{m=0}^{\lfloor N/2\rfloor} \; (-1)^{m} \frac{1}{m!(n-2m)!} \, (2x)^{n-2m}
</math>
here <math>\scriptstyle \lfloor N/2\rfloor = N/2</math> if ''N'' even and <math>\scriptstyle \lfloor N/2\rfloor = (N-1)/2</math> 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
:<math>
H_{n+1}(x)=2xH_n(x)-2nH_{n-1}(x) \;\quad\hbox{with}\quad H_0(x) = 1.
</math>
The first few follow immediately from this relation,
:<math>
H_1 = 2x, \quad H_2 = 4x^2 - 2, \quad H_3 = 8x^3 -12x, \quad \ldots
</math>
==Differential equation==
The polynomials satisfy the Hermite differential equation for the special case that the coefficient of ''H''<sub>''n''</sub>(''x'') is equal to the even integer 2''n'',
:<math>
\frac{d^2 H_n}{dx^2}-2x\,\frac{dH_n}{dx}+ 2n H_n=0.  
</math>


==References==
==References==
[http://www.math.sfu.ca/~cbm/aands/ Abromowitz and Stegun Chapter 22]
[http://www.math.sfu.ca/~cbm/aands/ Abromowitz and Stegun Chapter 22]

Revision as of 05:49, 30 January 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.

Template:TOC-right 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 Catalogs 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,

References

Abromowitz and Stegun Chapter 22