Expansion of Cos(x) in Hermite polynomials

Dansuer
Messages
81
Reaction score
1
[/itex]

Homework Statement


Find the first three coeficents c_n of the expansion of Cos(x) in Hermite Polynomials.
The first three Hermite Polinomials are:
H_0(x) = 1
H_1(x) = 2x
H_0(x) = 4x^2-2

The Attempt at a Solution



I know how to solve a similar problem where the function is a polynomial of finite degree, say x^3. Using the fact that H_n(x) is a polinomial of degree n, i set all the coeficent after c_3 equal to zero and equate the terms with equal degree. I find a system of linear equations and i solve it.
In this case however the taylor series of Cos(x) is a polinomial of infinite degree. I can't apply this method.

I then try to use the orthogonality of the Hermite polynomials

\int^{∞}_{-∞}e^{-x^2}H_n(x)H_m(x)dx = \sqrt{\pi}2^nn!\delta_{nm}

From the orthogonality i find the coeficents to be

c_0 = \frac{1}{\sqrt{\pi}2^nn!}\int^{∞}_{-∞}e^{-x^2} Cos(x) dx

c_1 = \frac{1}{\sqrt{\pi}2^nn!}\int^{∞}_{-∞}e^{-x^2} 2xCos(x) dx

c_2 = \frac{1}{\sqrt{\pi}2^nn!}\int^{∞}_{-∞}e^{-x^2} (4x^2-2)Cos(x) dx

Which are three hard integrals i haven't been able to solve. I can't use computer methods as I'm suppose to solve this in an exam with pen and paper. I'm stuck.

Thanks to anyone who takes a look at this.:-p
 
Last edited:
Physics news on Phys.org
I don't think you can do that as the higher hermite polinomials are not zero.

I've figured the first and second integrals and they are

c_0 = \frac{1}{\sqrt{e}^{4}}

c_1 =0

c_0 differs from your method.

i still need to find the last integral though.
 
Dansuer said:
I don't think you can do that as the higher hermite polinomials are not zero.

I've figured the first and second integrals and they are

c_0 = \frac{1}{\sqrt{e}^{4}}

c_1 =0

c_0 differs from your method.

i still need to find the last integral though.

For ##c_2##, you have two integrals.

$$4\int_{-\infty}^{\infty} x^2e^{-x^2}\cos(x)\,dx-2\int_{-\infty}^{\infty} e^{-x^2}\cos(x)\,dx$$

Since you already evaluated ##c_0##, you know the value of second integral. To evaluate the first integral, consider the following definite integral:
$$I(a)=\int_{-\infty}^{\infty} e^{-a^2x^2}\cos(x)\,dx=\frac{\sqrt{\pi}}{a}e^{-1/(4a^2)}\,\,\,\,\,\,\,\,(*)$$
You should be able to prove the above result in the same way you evaluated ##c_0##.
Differentiate both the sides of ##(*)## with respect to ##a## to obtain:
$$\int_{-\infty}^{\infty}-2ax^2e^{-a^2x^2}\cos(x)\,dx=\sqrt{\pi}\frac{e^{-1/(4a^2)}(1-2a^2)}{2a^4} $$
Substitute ##a=1## and you should be able to obtain the answer after some rearrangement of the above expression.
 
  • Like
Likes 1 person
Thanks a lot!:biggrin:
 
Dansuer said:
Thanks a lot!:biggrin:

Glad to help! :smile:
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top