Having trouble evaluating an integral

  • Thread starter Thread starter mcah5
  • Start date Start date
  • Tags Tags
    Integral
mcah5
Messages
38
Reaction score
0
Hello,

I'm trying to find a series expression for the triangle waveform through some messy math.

I've reduced the problem down to solving the integral:

Integrate[ 1/w^2 * (1-Cos[T*w/2]) * Exp[(1-n)*I*t*w ] with respect to w from -Infinity to Infinity

T is a constant, I is Sqrt[-1], and n is an integer.

Mathematica cannot evaluate this integral, but if I use the function InverseFourierTransform and substitute a specific value of n, mathematica works. I plotted for a couple of n's and I know this is the integral I want.

I tried doing the integral through residues, but the only singularity I can see is w = 0 and the residue there is zero.

The problem is Ex. #5 part d of http://www.hep.caltech.edu/~fcp/math/distributions/distributions.pdf (scroll all the way down to the bottom)

Is there some residue I'm not seeing?

Thanks!
 
Last edited:
Physics news on Phys.org
Why not simply expand the exp(i[...]) in sin and cos and separate the integral in real and imaginary part and integrate them separately.

Pehaps use the cosAcosB and CosASinB identities on the resulting integrals.
 
Actually, I just re-read the question. It asks that I find the Fourier transform of f, not f itself so I don't need to do this integral :o

Now I feel stupid. I'll try that method though, thanks :)
 
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