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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top