I met this Fourier transformation when dealing with bath properties in physics. I would appreciate any clue on this.
-
1First figure out what the transform is when $n=0$ that is a straightforward integral you should be able to do. – Ninad Munshi May 18 '21 at 20:29
-
@NinadMunshi Yes, for $n=0$ it is just an integral of exponential function as shown in Fourier_Transformation_of_$\exp(-a\vert t\vert)$. For $n>0$ it shows in a Gamma-function form, where I am confused about how to deal the imaginary part in the exponential. – Zihan Cheng May 18 '21 at 20:45
-
2What about taking derivatives (w.r.t. the FT variable)? – metamorphy May 18 '21 at 20:57
-
@metamorphy Good point! I have got the general formula. Thanks – Zihan Cheng May 18 '21 at 21:23
2 Answers
Thank @metamorphy for his suggestion. This Fourier transformation can be calculated recursively.
We first split the total integral into two parts $$ \int_{-\infty}^{\infty} dt\ t^n \exp(-\alpha\vert t\vert-i\omega t)= \int_{0}^{\infty} dt\ t^n \exp(-\alpha t-i\omega t) + \int_{-\infty}^{0} dt\ t^n \exp(\alpha t-i\omega t).$$ Denote the first part as $I_n=\int_{0}^{\infty} dt\ t^n \exp(-\alpha t-i\omega t)$ and then take derivative with respect to $\omega$, one can obatin $$I_{n+1}=i\frac{\partial I_n}{\partial \omega}.$$ Starting from $I_0=\frac{1}{\alpha+i\omega}$, the recursive relation yields $$I_n=\frac{n!}{(\alpha+i\omega)^{n+1}}.$$ The same procedure can be done for the second part. The final result reads $$\int_{-\infty}^{\infty} dt\ t^n \exp(-\alpha\vert t\vert-i\omega t)=\frac{n!}{(\alpha+i\omega)^{n+1}}+\frac{(-1)^nn!}{(\alpha-i\omega)^{n+1}}\quad n\in \mathbb{N}$$
- 21
Fourier Transform of double decaying exponential with t^n polynomial growth Fourier Transform Pair
x(t) X(j ω)
exp(-α|t|) 2α/(α^2+ ω^2)
t^n x(t) j^n (d^n/dω^n) (X(jw))
__________________________________________________
n*************t^n x(t)***********************Xn(j ω)
0 ************* x(t)**********************2α/(ω^2+α^2)
1******* ***** t x(t)*******************-j4ωα/(ω^2+α^2)^2
2********** t^2 x(t)*****************(-16ω^2α)/((ω^2+α^2)^3
n********** t^n x(t)********** (i^n)n!C(ω^n)α /((ω^2+α^2)^(n+1)
All you need for the general solution is to determine constant C.
Hint: look at the pattern generated by this table, can you see a trend is developing?
- 164
-
-
Bear with me, I am new to Mathjax. At least I can post it in an hour. If I use Mathjax, it may take me a day or longer.
See the results got for using Mathjax after 1-day try and error . It is still not perfect, bur readable. Can you fix the integral formula for me in this post? I tried all day. Never succeed! https://math.stackexchange.com/questions/4142084/determine-a-formula-for-a-given-bn-in-a-fourier-representation/4142191#4142191
https://math.stackexchange.com/questions/4142084/determine-a-formula-for-a-given-bn-in-a-fourier-representation/4142191#4142191
– cdeamaze May 19 '21 at 02:54