Verification of pronumerals in Fourier Transform

ProPatto16
Messages
323
Reaction score
0

Homework Statement



Determine Fourier Transform of
f(t) = cos^2 ω_p t ... for |t|<T

also, for |t|>T, f(x) = 0, although i don't think you need to do anything with that.

The Attempt at a Solution



okay so:
f(t) = cos^2 ω_p t ... for |t|<T

becomes

f(t) = \frac{1}{2} + \frac{e^{2iω_pt}}{4} + \frac{e^{-2iω_pt}}{4}

and so now the Fourier Tranform F(ω) is this

F(ω)= \frac{1}{2}\int_{-T}^{T}e^{-iωt}dt + \frac{1}{4}\int_{-T}^{T}e^{2iω_pt}e^{-iωt}dt + \frac{1}{4}\int_{-T}^{T}e^{-2iω_pt}e^{-iωt}dt

my question is,
What is the different between ω and ωp?

also another question. when performing the integrals, if i treat t and ω as separate variables and not as say x=ωt then this happens, just taking the first integral

\frac{1}{2}\int_{-T}^{T}e^{-iωt}dt = \frac{e^{iωT}-e^{-iωT}}{2iω}

now if that ω wasnt in the denominator then it would easy reduce to sin(ωT)... but with it there I am not sure what to do with it? and since i have no values given and the last part of the question says "make a sketch of F(ω), then sketch its limiting form as T → ±∞." i believe something has to be done with it? or does it not matter? also noted that for sin functions, the limit to infinity doesn't exist.

thanks
 
Physics news on Phys.org
\omega is the transform (frequency) variable of your FT while \omega_p is just a particular value of \omega, that is, a constant.

Kind of like the distinction between t and t_0 in the equation f(t) = sin(t - t_0),

or the distinction between x and x_1 in the equation (y - y_1) = m(x - x_1)
 
Thanks. So I can factor \omega_p out of the integrals when it's in the denominator. I shall play around and see what I get
 
ProPatto16 said:
also another question. when performing the integrals, if i treat t and ω as separate variables and not as say x=ωt then this happens, just taking the first integral

\frac{1}{2}\int_{-T}^{T}e^{-iωt}dt = \frac{e^{iωT}-e^{-iωT}}{2iω}

now if that ω wasnt in the denominator then it would easy reduce to sin(ωT)... but with it there I am not sure what to do with it? and since i have no values given and the last part of the question says "make a sketch of F(ω), then sketch its limiting form as T → ±∞." i believe something has to be done with it? or does it not matter? also noted that for sin functions, the limit to infinity doesn't exist.

thanks
You can write it as
$$\frac{\sin \omega T}{\omega} = T\,\text{sinc }\omega T$$ where $$\text{sinc }x = \frac{\sin x}{x}.$$ Read about sinc here:

http://en.wikipedia.org/wiki/Sinc_function

In particular, look at the relationship of the function to the Dirac delta function.
 
okay, looked that up.
the sinc function relates the the dirac delta function as a limit bla bla all good.

now i just need to get my integration from the Fourier transform to the sinc function.

taking the first integral again

\frac{1}{2}\int_{-T}^{T}e^{-iωt}dt

integrate and sub in bounds bla bla becomes

\frac{e^{iωT}-e^{-iωT}}{2iω}

factor out ω in denominator and use eulers formula

\frac{1}{ω}sin(ωT)

then apply sinc equality to get

Tsinc(ωT)

now looking at the relationship between sinc and the dirac delta function

as T → 0 lim \frac{1}{T}sinc(\frac{ω}{T}) = \delta(ω)

am i on the right track? the limit i need to sketch is as T → ±∞

and do i attack the other two terms the same way?

thanks
 
i now have completed (i think) the entire integration of the transform F(ω) and then reduced them to sinc functions and got

F(ω) = Tsinc(ωT) + \frac{1}{2}Tsinc(T(2ω_p-ω)) + \frac{1}{2}Tsinc(T(ω+2ω_p))

now i need to sketch that and then sketch the limiting form as T → ±∞

the relationship to the dirac delta function seems inverse to what i have.

lim as T→0 \frac{1}{T}sinc(\frac{x}{T}) = delta function

but i have Tsinc(xT) and T→±∞.

its practically opposite.
what does that mean?

and hints on sketching any of this?

thanks
 
the Sinc function approaches zero as x goes towards infinity, with the envelope of sinc(x) tapering off as 1/x.
tapering off? what does that imply? that when x approaches infinity then sinc(x) = 1/x?
 
It might help you to not use T in both cases. The limit of your Fourier transform will have terms of the form
$$\lim_{T \to \infty} T\,\text{sinc }\omega T$$
The representation of the delta function is
$$\lim_{a \to 0} \frac{1}{a} \text{sinc }{\frac{\omega}{a}}$$

As far as sketching goes, remember that ω is your independent variable here and T is some parameter. You'll want to recall what you learned way back in algebra about scaling and translating functions. What happens to the graph of T sinc(ωT) as you vary T?
 
okay so the hint implied by not using T in both cases if for me to notice that if i let T=1/a then have another look.

T = 1/a and what happens as 1/a approaches infinity. as a approaches 0 then 1/a approaches infinity. so its really the same.

as for shifting, varying T results in horizontal dilation from the T in the argument, and vertical dilation from the T out front. so as T gets larger the function squashes up and becomes infinitely vertical. this is the delta function and is at the three locations given by the arguments in the sinc functions.

so as the sinc functions approach the limiting form there are 3 spikes.

one is at ω
another is at 2ωp
and the last is at ω+2ωp

so like a partial comb function yeah?
 
  • #10
ProPatto16 said:
so as the sinc functions approach the limiting form there are 3 spikes.

one is at ω
another is at 2ωp
and the last is at ω+2ωp

so like a partial comb function yeah?

Yes. at T goes to infinity it just becomes the continuous function \cos^2(w_p t) (as opposed to just a rectangular windowed piece of this). And since,

\cos^2(x) = \frac{1}{2} + \frac{1}{2} \cos(2x)

then you should just end up with the Fourier transform of the DC component (a delta centered at w=0) plus the Fourier transform of the "cos(2x)" term, which are the "deltas" centered at plus and minus 2 w_p.
 
Last edited:
Back
Top