Physlib.Mathematics.SpecialFunctions.PhysHermite
48 declarations
Physicists Hermite polynomials
#physHermiteThe physicist's Hermite polynomials are a sequence of polynomials with integer coefficients (elements of ) defined recursively for by the base case \[ H_0(x) = 1 \] and the recurrence relation \[ H_{n+1}(x) = 2x H_n(x) - \frac{d}{dx} H_n(x) \] where represents the indeterminate and denotes the polynomial derivative.
Recurrence Relation for
#physHermite_succFor any natural number , the physicist's Hermite polynomial satisfies the recurrence relation \[ H_{n+1}(x) = 2x H_n(x) - \frac{d}{dx} H_n(x) \] where denotes the -th physicist's Hermite polynomial and denotes the polynomial derivative.
Iterative definition of physicist's Hermite polynomials
#physHermite_eq_iterateFor any natural number , the -th physicist's Hermite polynomial is equal to the -fold iteration of the operator applied to the constant polynomial . That is, \[ H_n(x) = \left( 2x - \frac{d}{dx} \right)^n (1) \] where represents the indeterminate and denotes the polynomial derivative.
The 0th physicist's Hermite polynomial is equal to the constant polynomial . That is, .
The first physicist's Hermite polynomial is equal to , where represents the indeterminate.
For any natural number , the derivative of the -th physicist's Hermite polynomial is equal to . That is, \[ \frac{d}{dx} H_{n+1}(x) = 2(n+1) H_n(x). \]
For any natural number , let denote the -th physicist's Hermite polynomial. The derivative of with respect to is given by \[ \frac{d}{dx} H_n(x) = 2n H_{n-1}(x), \] where is defined to be if .
For any natural number , let denote the -th physicist's Hermite polynomial. The sequence of polynomials satisfies the three-term recurrence relation: \[ H_{n+1}(x) = 2x H_n(x) - 2n H_{n-1}(x) \] where is defined to be if .
For any natural number , let denote the -th physicist's Hermite polynomial. The constant term (the coefficient of ) of is equal to the negative of the coefficient of in . This can be expressed as \[ [x^0] H_{n+1}(x) = -[x^1] H_n(x) \] where denotes the coefficient of the -th power of the indeterminate in the polynomial .
Recurrence relation for coefficients
#coeff_physHermite_succ_succFor any natural numbers and , let denote the -th physicist's Hermite polynomial. The coefficient of in the polynomial is given by the relation \[ [x^{k+1}] H_{n+1}(x) = 2 [x^k] H_n(x) - (k+2) [x^{k+2}] H_n(x) \] where denotes the coefficient of the -th power of the indeterminate in the polynomial .
For any natural numbers and such that , let denote the -th physicist's Hermite polynomial. The coefficient of in the polynomial is zero. This can be expressed as \[ [x^k] H_n(x) = 0 \] where denotes the coefficient of the -th power of the indeterminate in the polynomial .
For any natural number , let denote the -th physicist's Hermite polynomial. The coefficient of the term in is . This can be expressed as \[ [x^n] H_n(x) = 2^n \] where denotes the coefficient of the -th power of the indeterminate in the polynomial .
For any natural number , let denote the -th physicist's Hermite polynomial. The degree of the polynomial is equal to . This can be expressed as \[ \deg(H_n(x)) = n \] where denotes the degree of the polynomial .
For any natural number , let denote the -th physicist's Hermite polynomial. The natural degree of the polynomial is equal to . This can be expressed as: \[ \text{natDegree}(H_n(x)) = n \] where denotes the degree of the polynomial as a natural number.
Let denote the -th physicist's Hermite polynomial. For any natural numbers and such that , the -th derivative of is equal to zero. This is expressed as: \[ \frac{d^m}{dx^m} H_n(x) = 0 \] where denotes the -th order derivative with respect to .
For any natural number , let denote the -th physicist's Hermite polynomial. The -th derivative of is the constant polynomial . This is expressed as: \[ \frac{d^n}{dx^n} H_n(x) = n! \cdot 2^n \] where denotes the factorial of .
Leading coefficient of
#physHermite_leadingCoeffFor any natural number , let denote the -th physicist's Hermite polynomial. The leading coefficient of is .
For any natural number , the -th physicist's Hermite polynomial is not the zero polynomial.
Coercion from to functions
#instCoeFunPolynomialIntForallReal_physlibThis instance allows a polynomial with integer coefficients to be treated as a function from the real numbers to the real numbers, mapping to the evaluation of the polynomial at that point, .
equals its algebraic evaluation at
#physHermite_eq_aevalFor any natural number and any real number , the value of the -th physicist's Hermite polynomial evaluated at is equal to its algebraic evaluation at : \[ H_n(x) = \operatorname{aeval}_x(H_n) \] where denotes the polynomial viewed as a function from to via coercion, and denotes the algebraic evaluation of the polynomial at the point .
For any real number , the zeroth physicist's Hermite polynomial evaluated at is equal to , denoted as .
For any natural numbers and any real number , let be the -th physicist's Hermite polynomial. Then the -th power of the value of at is equal to the evaluation of the polynomial at : \[ (H_n(x))^m = (H_n^m)(x) \]
for Real Functions
#physHermite_succ_funFor any natural number , the -th physicist's Hermite polynomial , when viewed as a function from the real numbers to , satisfies the three-term recurrence relation: \[ H_{n+1}(x) = 2x H_n(x) - 2n H_{n-1}(x) \] where is defined to be if .
For any natural number , let denote the -th physicist's Hermite polynomial evaluated at . The sequence of functions satisfies the recurrence relation: \[ H_{n+1}(x) = 2x H_n(x) - 2n H_{n-1}(x) \] where is defined to be if .
The -th Iterated Derivative of Equals its -th Formal Polynomial Derivative Evaluation
#iterated_deriv_physHermite_eq_aevalFor any natural numbers and , the -th iterated derivative of the -th physicist's Hermite polynomial (viewed as a function) is equal to the evaluation of its -th formal polynomial derivative. That is, \[ \frac{d^m}{dx^m} H_n(x) = (H_n^{(m)})(x) \] where denotes the -th formal derivative of the polynomial .
Physicists Hermite polynomial is differentiable at
#physHermite_differentiableAtFor any natural number and any real number , the -th physicist's Hermite polynomial is differentiable at .
The -th Derivative of is Differentiable at
#deriv_physHermite_differentiableAtLet denote the -th physicist's Hermite polynomial. For any natural numbers and , the -th iterated derivative of , denoted by , is differentiable at any point .
For any natural number , let denote the -th physicist's Hermite polynomial. The derivative of (as a function from to ) is given by \[ \frac{d}{dx} H_n(x) = 2n H_{n-1}(x), \] where is defined to be if .
Let be a normed real vector space, , and be a function that is differentiable at . For any natural number , let denote the -th physicist's Hermite polynomial. The Fréchet derivative of the composition at is given by \[ D(H_n \circ f)(x) = 2n H_{n-1}(f(x)) \cdot Df(x), \] where is the Fréchet derivative of at , and is defined to be if .
Let be a real number and be a function that is differentiable at . For any natural number , let denote the -th physicist's Hermite polynomial. The derivative of the composition evaluated at is given by \[ \frac{d}{dx} H_n(f(x)) = 2n H_{n-1}(f(x)) f'(x), \] where is the derivative of at , and is defined to be if .
For any natural number and any real number , the -th physicist's Hermite polynomial satisfies the parity relation: \[ H_n(-x) = (-1)^n H_n(x) \]
For any natural number and any real number , the -th derivative of the Gaussian function evaluated at is given by \[ \frac{d^n}{dx^n} e^{-x^2} = (-1)^n H_n(x) e^{-x^2}, \] where denotes the -th physicist's Hermite polynomial.
For any natural number and any real number , the -th physicist's Hermite polynomial is given by \[ H_n(x) = (-1)^n \frac{\frac{d^n}{dx^n} e^{-x^2}}{e^{-x^2}}, \] where denotes the -th derivative.
For any natural number and any real number , the -th physicist's Hermite polynomial is given by the formula \[ H_n(x) = (-1)^n \left( \frac{d^n}{dx^n} e^{-x^2} \right) e^{x^2}, \] where denotes the -th derivative with respect to .
Integrability of for
#guassian_integrable_polynomialLet be a positive real number (), and let be a polynomial with integer coefficients. Then the function is integrable over the real line with respect to the Lebesgue measure.
Integrability of for
#guassian_integrable_polynomial_consLet and be real numbers such that , and let be a polynomial with integer coefficients. Then the function is integrable on with respect to the Lebesgue measure.
Integrability of
#physHermite_gaussian_integrableFor any natural numbers and , the product of the -th derivative of the -th physicist's Hermite polynomial and the -th derivative of the Gaussian function is integrable over the real line with respect to the Lebesgue measure. That is, the function \[ f(x) = \left( \frac{d^m}{dx^m} H_p(x) \right) \left( \frac{d^n}{dx^n} e^{-x^2} \right) \] is integrable.
For any natural numbers and , the integral over the real line of the product of the -th and -th physicist's Hermite polynomials, and , weighted by the Gaussian function , satisfies the identity: \[ \int_{-\infty}^{\infty} H_n(x) H_m(x) e^{-x^2} \, dx = (-1)^m \int_{-\infty}^{\infty} H_n(x) \frac{d^m}{dx^m} (e^{-x^2}) \, dx \] where denotes the -th derivative with respect to .
For any natural numbers and , and for any natural number such that , the integral over the real line of the product of the -th and -th physicist's Hermite polynomials and weighted by the Gaussian function satisfies the identity: \[ \int_{-\infty}^{\infty} H_n(x) H_m(x) e^{-x^2} \, dx = (-1)^{m-p} \int_{-\infty}^{\infty} \left( \frac{d^p}{dx^p} H_n(x) \right) \left( \frac{d^{m-p}}{dx^{m-p}} e^{-x^2} \right) \, dx \] where denotes the -th iterated derivative with respect to .
For any natural numbers and , the integral over the real line of the product of the -th and -th physicist's Hermite polynomials and weighted by the Gaussian function is equal to the integral of the -th derivative of weighted by the same Gaussian function: \[ \int_{-\infty}^{\infty} H_n(x) H_m(x) e^{-x^2} \, dx = \int_{-\infty}^{\infty} \left( \frac{d^m}{dx^m} H_n(x) \right) e^{-x^2} \, dx \] where denotes the -th iterated derivative with respect to .
Let denote the -th physicist's Hermite polynomial. For any natural numbers and such that , the integral over the real line of the product of and weighted by the Gaussian function is zero: \[ \int_{-\infty}^{\infty} H_n(x) H_m(x) e^{-x^2} \, dx = 0 \]
Orthogonality of Physicist's Hermite Polynomials: for
#physHermite_orthogonalLet denote the -th physicist's Hermite polynomial. For any natural numbers and such that , the integral over the real line of the product of and weighted by the Gaussian function is zero: \[ \int_{-\infty}^{\infty} H_n(x) H_m(x) e^{-x^2} \, dx = 0 \]
Orthogonality of Scaled Physicist's Hermite Polynomials: for
#physHermite_orthogonal_consLet denote the -th physicist's Hermite polynomial. For any natural numbers and such that , and for any real number , the integral over the real line of the product of and weighted by the Gaussian function is zero: \[ \int_{-\infty}^{\infty} H_n(cx) H_m(cx) e^{-c^2 x^2} \, dx = 0 \]
For any natural number , the integral over the real line of the square of the -th physicist's Hermite polynomial weighted by the Gaussian function is given by: \[ \int_{-\infty}^{\infty} (H_n(x))^2 e^{-x^2} \, dx = n! 2^n \sqrt{\pi} \] where denotes the -th physicist's Hermite polynomial.
For any natural number and any real number , the integral over the real line of the square of the -th physicist's Hermite polynomial evaluated at , weighted by the Gaussian function , is given by: \[ \int_{-\infty}^{\infty} (H_n(cx))^2 e^{-c^2 x^2} \, dx = \left| \frac{1}{c} \right| n! 2^n \sqrt{\pi} \] where denotes the -th physicist's Hermite polynomial.
with is in the -span of
#polynomial_mem_physHermite_span_inductionLet denote the -th physicist's Hermite polynomial. For any polynomial with integer coefficients (i.e., ) and any natural number such that the degree of is equal to , the function belongs to the -linear span of the set of all physicist's Hermite polynomials .
is in the -span of physicist's Hermite polynomials
#polynomial_mem_physHermite_spanLet denote the -th physicist's Hermite polynomial. For any polynomial with integer coefficients (i.e., ), the function belongs to the -linear span of the set of all physicist's Hermite polynomials .
is in the topological closure of the -span of physicist's Hermite polynomials
#cos_mem_physHermite_span_topologicalClosureLet denote the -th physicist's Hermite polynomial. For any real constant , the function belongs to the topological closure of the -linear span of the set of all physicist's Hermite polynomials .
