Fourier Transform of cos(x^2): A Complex Analysis Approach

xoureo
Messages
7
Reaction score
0

Homework Statement


Calculate Fourier transform of cos(x^2)

Homework Equations


The Attempt at a Solution



I want, if it possible, a clue to solve the integral. I don't know how to proceed. I tried integration by parts, but i can't solve it.
Sorry for my english. How can i use latex?

Can moderators delete my other topic ? it was a mistake.
 
Last edited:
Physics news on Phys.org
Think of the cos term and the fact that

\cos{\theta}=\frac{e^{i\theta}+e^{-i\theta}}{2}

Then using that you should be able to solve the integral.

\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}\frac{e^{ix^2}+e^{-ix^2}}{2}e^{-ikx}dx
 
Welcome to PF!

xoureo said:
How can i use latex?

Can moderators delete my other topic ? it was a mistake.

Hi xoureo! Welcome to PF! :smile:

For LaTeX, type [noparse]before and after …[/noparse]

for help with the symbols, bookmark http://www.physics.udel.edu/~dubois/lshort2e/node61.html#SECTION008100000000000000000 …

and don't worry about the other topic: lots of members do that! :biggrin:
 
Last edited by a moderator:
jeffreydk said:
Think of the cos term and the fact that

\cos{\theta}=\frac{e^{i\theta}+e^{-i\theta}}{2}

Then using that you should be able to solve the integral.

\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}\frac{e^{ix^2}+e^{-ix^2}}{2}e^{-ikx}dx

I try to do that, but when i get

\int_{-\infty}^{\infty} cos(x^2)cos(kx)dx

i get blocked. How should i solve it?, i tried integration by parts ,whithout result. Should i try complex integration? i don't know how to proceed here.



Thanks for the answers and the welcome :smile:

PD: sorry for take so much in answering
 
xoureo said:
I try to do that, but when i get

\int_{-\infty}^{\infty} cos(x^2)cos(kx)dx

i get blocked. How should i solve it?, i tried integration by parts ,whithout result. Should i try complex integration? i don't know how to proceed here.

Hi xoureo!

No, you haven't tried jeffreydk's :smile: method …

inegrate ∫e-i(kx + x²)dx separately. :wink:
 
Hi tiny-tim

Im sorry, i don't understand you. If i use the formula that jeffreydk give, i obtain:

\frac{1}{2}\int_{-\infty}^{\infty}e^{i(x^2-kx)}dx +\frac{1}{2}\int_{-\infty}^{\infty}e^{-i(x^2-kx)}dx

The first term is:

\frac{1}{2} \left( \int_{-\infty}^{\infty}cos(x^2)e^{-ikx}dx +i\int_{-\infty}^{\infty}sen(x^2)e^{-ikx}dx \right)

and the second is:

\frac{1}{2} \left( \int_{-\infty}^{\infty}cos(x^2)e^{-ikx}dx -i\int_{-\infty}^{\infty}sen(x^2)e^{-ikx}dx \right)

Combined:

\int_{-\infty}^{\infty}cos(x^2)e^{-ikx}dx= \int_{-\infty}^{\infty}cos(x^2)cos(kx)dx

Which i don't know how to integrate. If i try to integrate

\int_{-\infty}^{\infty}e^{-i(x^2-kx)}dx
i get

\int_{-\infty}^{\infty} cos(x^2)cos(kx)dx -i\int_{-\infty}^{\infty}sen(x^2)cos(kx)dx
and again i don't know how to integrate this expresions.:confused:
 
Don't go back to sin and cos it's much easier to deal with the exponential terms. Sorry I didn't mention it but it looks like they are Gaussian, you want to get it in the form \int_{-\infty}^{\infty}e^{-(x-a)^2} where this is a Gaussian integral centered at a.

So you're dealing with right now

\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}\frac{e^{ix^2}+e^{-ix^2}}{2}e^{-ikx}dx=\frac{1}{2\sqrt{2\pi}}\left\{\int_{-\infty}^{\infty}e^{ix^2-ikx}dx+\int_{-\infty}^{\infty}e^{-ix^2-ikx}dx\right\}

Take the first one; if we complete the square in the exponential term,

-\alpha x^2+\beta x=-\alpha(x^2-\frac{\beta}{2}x)=-\alpha(x-\frac{\beta}{2\alpha})^2+\frac{\beta^2}{4\alpha}

Now it looks like the Gaussian integral times a constant of \exp{[\frac{\beta^2}{4\alpha}]}. Let's do the first integral now with \alpha=-i and \beta=-ik.

\int_{-\infty}^{\infty}e^{ix^2-ikx}dx=e^{\frac{(-ik)^2}{4i}}\sqrt{\frac{\pi}{-i}}=e^{\frac{-ik^2}{4}}\sqrt{i\pi}

Now try the second one--it should be very similar to the first, then of course include the constants out in front when you're done.
 
@jeffrey: You should be a bit careful with changing variables in the complex plane( you essentially suggest making a variable substitution of something like x\rightarrow \sqrt{i}(x-k) . For doing this you actually use Complex Analysis (especially Cauchy's theorem),you change the path you are integrating, so you would need to construct a closed path in such a way that it contains both integrals and such that the integral vanishes along the other parts of the path. This is actually far from easy and it is more by chance that this works in this case.In order to calculate the integrals over exp(ix^2) over the whole real line, to calculate this you use at first symmetry so that you only have to integrate from zero to infinity (and get a factor 2), then you use cauchy's integral theorem to calculate the integral, as a path you choose something which looks like a piece of pie with an angle of pi/4, then you need to argue that the integral over the arc vanishes. Now the integral over the line inclined by pi/4 to the real line is the same as the integral over the real line, then you plug the inclined line in the integral to get the result (here you actually get a gaussian integral).
 
Last edited:
Oh ok I see what you're getting at--I haven't taken my complex analysis course yet, but that argument is very interesting.
 
Back
Top