Probelm getting started with Fouriertransforms

  • Thread starter Thread starter toofle
  • Start date Start date
toofle
Messages
20
Reaction score
0
I have trouble getting started with Fouriertransforms. I have access to Mathematica but don't obtain the same results(see below).
Isn't my reasoning correct?

Example:
Fouriertransform 1/(t^2+1):
F19: e^(-a|t|),a>0 <-> 2a/(a^2+w^2)

1/(t^2+1) = 1/2 * 2/(t^2+1)
Linearity => f(t) = 1/2*g(t), g(t) = 2/(t^2+1)

Symmetry(F10)+ f19 => gtop(w) = e^-|w| * 2*Pi

=> ftop(w) = 1/2*2*Pi*e^(-|w|)
<=> ftop(w) = Pi*e^(-|w|)

Answer: ftop(w) = Pi*e^(-|w|)

But Mathematica:
FourierTransform[1/(1 + t^2), t, \[Omega]]
E^-Abs[\[Omega]] Sqrt[\[Pi]/2]

Where does the root come from?
 
Physics news on Phys.org
Welcome to PF, toofle! :smile:

The Fourier transform and the inverse Fourier transform have normalization constants (1 \over \sqrt{2\pi}).
There are different conventions where to put these constants.

If you look in Mathematica you'll see that the FourierTransform function has optional FourierParameters specifying what to do with these normalization constants.
 
Thanks that clears some things up.

But is:
-(1/6) E^(-3 \[Omega]) Sqrt[\[Pi]/2] (E^(
5 \[Omega]) (-3 + 2 E^\[Omega]) HeavisideTheta[-\[Omega]] + (2 -
3 E^\[Omega]) HeavisideTheta[\[Omega]])

Equivalent to:
1/2 E^(-2 Abs[\[Omega]]) \[Pi] + -(1/3) E^(-3 Abs[\[Omega]]) \[Pi]


?
Because if I split into partial fractions and use linearity I get the second one without norming.
So it seems so but it is kind of difficult to see.
 
Let's first see if I can make some sense of your formulas.
As they are, they are rather off-putting to analyze.
Let me (just this once) set them in LaTeX first.


toofle said:
Thanks that clears some things up.

But is:
-{1 \over 6} e^{-3 \omega} \sqrt{\pi \over 2} \left(e^{<br /> 5 \omega} (-3 + 2 e^\omega) \Theta(-\omega) + (2 - <br /> 3 e^\omega) \Theta(\omega) \right)<br />

Equivalent to:
{1 \over 2} e^{-2 |\omega|} \pi + -{1 \over 3} e^{-3 |\omega|} \pi


?
Because if I split into partial fractions and use linearity I get the second one without norming.
So it seems so but it is kind of difficult to see.

Let me know if I have your formulas right...?
 
Looking at the formulas I can see immediately that they will not be equivalent.

I can't see straight away if the e-powers match up, but I can see that the factor of pi cannot be equivalent.
The first one has a square root of pi, while the second has a factor of pi.
So it seems likely there is a factor of about \sqrt{2\pi} between them, which is a normalization constant.
 
Back
Top