Integrating Fourier Transform of Exponential Function

Swatch
Messages
88
Reaction score
0
I am trying to solve this Fourier problem where I have to integrate
∫f(x) * exp(-i§x) dx from -∞ to ∞ , where f(x) = exp(-sgn(x))
I tried breaking the function into two pieces where x is from -∞ to 0 and from 0 to ∞ where f(x) would then be exp(x) and exp(-x) and integrating two functions, but that didn't seem to be working. The the other way I can think of is trying to integrate
exp(-i§x) * exp(-sgn(x)), but I'm not sure if that is possible. Could anyone please give me a hint?
 
Physics news on Phys.org
What is § ? a constant, an operator, or a function?
 
it is (n*PI)/L ,where 2L is one period which I just treat as a constant
 
L is one period of what? If your function, f, is periodic, then you need only integrate over one period. In that case, you are talking about a Fourier Series, not a Fourier transform and probably would find it easier to use sin(\frac{n\pi}{L}t) and cos(\frac{n\pi}{L}t)[/itex] rather than complex exponentials. <br /> <br /> If is not periodic, then you need the Fourier transform \int_{-infty}^\infty f(x)e^{-ixt}dt.
 
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