Complex Fourier Transform & Its Inverse (also Dcontour integrals)

MathematicalPhysics
Messages
40
Reaction score
0
For the function f(x) given by:
f(x) = e^{2x} (x<0), = e^{-x} (x>0)
I have got the complex Fourier Transform to be:
F(k) = {3(k^{2} + ik + 2)}/{(k^{2}+1)(k^{2} + 4)}
Now I'm trying to verify the formula for the inverse transform by using a D-contour integral. Just taking the x>0 case I have found the strip of regularity and am closing the D- contour below (to avoid the exponential exploding).
Closing the contour below gives 3 poles in the contour, namely:
k=i,-i,-2i
I have "argued away" the curve of the Dcontour okay.
So now computing the sum of the residues and multiplying by (-2pi i) should give me back:
f(x) = e^{-x}
The residues at k= i and k= -2i are zero so just working on k= -i:
res = {3(k^{2}+ik+2)e^{-ikx}}/{4k^{3} + 10k}
I got this by just differentiating bottom line (trick for getting formula for res)
when k = -i this gives:
res = {-2e^{-x}}/(i)
multiplying by (-2pi i) and dividing by 2pi (according to inv transform formula) gives..
f(x) = 2e^{-x}
why have I got that 2?!
 
Last edited:
Physics news on Phys.org
If you back up a step, your transform is

F(k) = \frac {3}{(k + i ) (k - 2i)}

which gives the correct inverse transform so you have made an algebraic error using the "rationalized" form.

Incidentally, when you close the contour in the lower half plane you don't encounter the pole at k = i at all.
 
Thanks Tide.

I made an error in squaring -i! All that work and I just couldn't see my mistake at all.

Sleeping on it helped alot!

Thanks again.
 
Back
Top