Fourier Transform the following exponential and cosine function: $f(x) = e^{-a^{2}x^{2}}cos(bx)$

3.4k Views Asked by At

I have a previous exam here for my course (Provided by the professor) that requires me to do a Fourier Transform of the following equation.

Here is the function: $f(x) = e^{-a^{2}x^{2}}cos{(bx)}$

He reminds us that $\mathfrak{F} [e^{-a^{2}x^{2}}] = \frac{1}{\sqrt{2a}}e^{-\frac{\xi^{2}}{4a}} $

His solution looks like this:
$(\mathbf{step 1})$
$\mathfrak{F}[e^{-a^{2}x^{2}}cos{(bx)}]=\sqrt{\frac{2}{\pi}}\int_{0}^{\infty}e^{-a^{2}x^{2}}cos(bx)cos(\xi x)dx$
(meaning he is using the cosine transform because it is an even function The hint is the $x^{2}$ to see it is even)

$(\mathbf{step 2})$
$\mathfrak{F}[e^{-a^{2}x^{2}}cos{(bx)}]=\sqrt{\frac{2}{\pi}}\int_{0}^{\infty}e^{-a^{2}x^{2}}\frac{1}{2}[cos((\xi+b)x)+cos((\xi-b) x)]dx$
(he used the identity: $cos(u)cos(v) = \frac{1}{2}[cos(u-v)+cos(u+v)$)

$(\mathbf{step 3})$
from here he simply states in one line:
$\mathfrak{F}[e^{-a^{2}x^{2}}cos{(bx)}]=\frac{1}{2\sqrt{2}a}e^{-\frac{(\xi+b)^{2}}{4a^{2}}}+e^{-\frac{(\xi-b)^{2}}{4a^{2}}}$

Can someone fill the gap between step 2 and step 3? or at least fill in the note required to make this last step?

My thoughts were on the shift property of fourier transforms:

$\mathfrak{F}[f(x-a)]=\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}f(x-a)e^{-i\xi x}dx = e^{ia\xi}F(\xi)$

If not this then some complicated form of converting the cosines into exponential and combining the first time with that. Then putting it into the form of the hint he gave.

Any thoughts from the math.stackexchange.com community?

Thank you,

Dan

2

There are 2 best solutions below

3
On BEST ANSWER

I don't think going from step (2) to step (3) is obvious. You can do it with a trick. I'm renaming the constants so that they're not confused with yours. For $\alpha > 0$ and $\beta > 0$, define: $$ F(\beta)=\int_{0}^{\infty}e^{-\alpha x^{2}}\cos(\beta x)\,dx. $$ Notice that $$ F'(\beta)=-\int_{0}^{\infty}e^{-\alpha x^{2}}x\sin(\beta x)\,dx = \int_{0}^{\infty}\frac{d}{dx}\left(\frac{1}{2\alpha}e^{-\alpha x^{2}}\right)\sin(\beta x)\,dx $$ Now you can integrate by parts to obtain $$ F'(\beta)= \left.\frac{1}{2\alpha}e^{-\alpha x^{2}}\sin(\beta x)\right|_{x=0}^{\infty}-\frac{\beta}{2\alpha}\int_{0}^{\infty}e^{-\alpha x^{2}}\cos(\beta x)\,dx = -\frac{\beta}{2\alpha}F(\beta). $$ This ODE gives $F(\beta)=Ce^{-\beta^{2}/4\alpha}$, where $C$ is a constant to be determined. Setting $\beta=0$ gives the constant $C$: $$ \begin{align} C = F(0) & = \int_{0}^{\infty}e^{-\alpha x^{2}}\,dx = \frac{1}{2}\int_{-\infty}^{\infty}e^{-\alpha x^{2}}\,dx = \frac{1}{2}\left[\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}e^{-\alpha x^{2}-\alpha y^{2}}\,dxdy\right]^{1/2} \\ & = \frac{1}{2}\left[\int_{0}^{2\pi}\int_{0}^{\infty}e^{-r^{2}}r\,dr\,d\theta\right]^{1/2}=\frac{1}{2}\left[\frac{\pi}{\alpha}\int_{0}^{\infty}e^{-\alpha r^{2}}(2\alpha r)\,dr\right]^{1/2}=\frac{\sqrt{\pi}}{2\sqrt{\alpha}} \end{align} $$ Finally, $$ \int_{0}^{\infty}e^{-\alpha x^{2}}\cos(\beta x)\,dx = F(\beta) =\frac{\sqrt{\pi}}{2\sqrt{\alpha}}e^{-\frac{\beta^{2}}{4\alpha}}. $$ In your case $\alpha = a$, $\beta=\xi\pm b$, and you have to multiply by $\sqrt{2}/\sqrt{\pi}$. So it does work out, but I don't see anything obvious here.

0
On

Okay,

The professor told me that since the general Fourier Transform is:

$\mathfrak{F}[f(x)] = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}f(t)e^{i\xi x}dx=\sqrt{\frac{2}{\pi}}\int_{0}^{\infty}f(x)cos(\xi x)dx$ works when it is even.

If you look at the form of (step 2). it can be tought of this way: the $\xi$ in the above cosine transform can be $\xi+b$ in the first term and $\xi-b$ in the 2nd term.

$\sqrt{\frac{2}{\pi}}\int_{0}^{\infty}e^{-a^{2}x^{2}}\frac{1}{2}[cos((\xi+b)x)+cos((\xi-b) x)]dx$

knowing this we can use his hint: $\mathfrak{F} [e^{-a^{2}x^{2}}] = \frac{1}{\sqrt{2a}}e^{-\frac{\xi^{2}}{4a}} $

and the answer is: $\mathfrak{F}[e^{-a^{2}x^{2}}cos{(bx)}]=\frac{1}{2\sqrt{2}a}e^{-\frac{(\xi+b)^{2}}{4a^{2}}}+e^{-\frac{(\xi-b)^{2}}{4a^{2}}}$

The unfortunate part is that we are using $\xi$ twice now but it just needs to be recognized that this is a constant.