Hermite polynomial: Difference between revisions
imported>Paul Wormer No edit summary |
imported>Paul Wormer No edit summary |
||
Line 45: | Line 45: | ||
</math> | </math> | ||
the functions of even ''n'' are symmetric under ''x'' → −''x'' and those of odd ''n'' are antisymmetric under this substitution. | the functions of even ''n'' are symmetric under ''x'' → −''x'' and those of odd ''n'' are antisymmetric under this substitution. | ||
==Rodrigues' formula== | |||
:<math> | |||
H_n(x)= (-1)^n\, e^{x^2}\frac{d^n}{dx^n}\, e^{-x^2}. | |||
</math> | |||
==Generating function== | |||
:<math> | |||
e^{2xt}\,e^{-t^2}=\sum_{n=0}^\infty\;H_n(x)\; \frac{t^n}{n!} | |||
</math> | |||
First few terms | |||
:<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)= | |||
1 - 2x\; t + (4x^2 -2)\;\frac{t^2}{2} + (8 x^3 -12 x)\; \frac{t^3}{6} + \cdots | |||
</math> | |||
so that | |||
:<math> | |||
H_0 =1, \quad H_1(x) = -2x,\quad H_2(x) = 4x^2-2, \quad H_3(x) = 8x^3-12x. | |||
</math> | |||
==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] |
Revision as of 07:29, 30 January 2009
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,
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
References
M. Abramowitz and I.A. Stegun (Eds), Handbook of Mathematical Functions", Dover, New York (1972). Chapter 22