Fourier Transform: Definition, Calculation & Verification

Benny
Messages
577
Reaction score
0
Hi, I'm using the following definition for the Fourier transform.

<br /> F\left( q \right) = \int\limits_{ - \infty }^\infty {e^{iqx} f\left( x \right)dx} <br />

(I used a capital F instead of f with a squiggle on top because the tex code doesn't seem to be working the way I intended it to.)

I have the function

<br /> f\left( x \right) = \left\{ {\begin{array}{*{20}c}<br /> {1,a &lt; x &lt; b} \\<br /> {0,otherwise} \\<br /> \end{array}} \right.<br />

So F\left( q \right) = \int\limits_{ - \infty }^\infty {e^{iqx} f\left( x \right)dx}

= \int\limits_a^b {e^{iqx} dx}

<br /> = \frac{i}{q}\left( {e^{iqa} - e^{iqb} } \right)<br />

According to the definition I'm using, is this the correct answer? I ask this because I'm not given an answer and I need to verify my answer by using the inverse Fourier transform. I haven't done complex analysis so integrals of ratios of exponentials and polynomials aren't things I can deal with right now. Which is why I'd like to know if I've taken the correct approach so that I can at least get through some questions.

Any help would be good thanks.
 
Last edited:
Physics news on Phys.org
Yes, that's correct. You can rewrite that if you want as something like e^{iq(b+a)/2}\sin(q(b-a))/q (that's probably not exactly right). Remember that the Fourier transform of unit length square pulse centered at t=0 is a sinc function (sin(x)/x), with some extra normalization factors. Then you just need to shift and broaden this pulse to get a square pulse extending from t=a to t=b. Do you remember the frequency domain operations corresponding to shifting and broadening a pulse in time?
 
I've only just started on Fourier transforms so I don't know too much about them.Thanks for your help though, at least I can get through some questions now.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top