Message Boards Message Boards

0
|
3482 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:
GROUPS:

Fourier Transform of A*(e^(-a*t)-e^(-b*t))

Posted 9 years ago

What is the Fourier Transform of f(t) = A(e^(-at)-e^(-b*t))?

Typing it into Wolfram Alpha you get: sqrt(2 pi) C delta(i a+omega)-sqrt(2 pi) C delta(i b+omega)

Question 1) Is this correct? Question 2) What is a delta function when argument is complex?

Now consider http://mathworld.wolfram.com/FourierTransformExponentialFunction.html

What is stopping me from using this solution to solve the problem. I.e:

Ft(w) = (A/Pi) (-a/Pi/(w^2 + (a/Pi)^2) - -b/Pi/(w^2 + (b/Pi)^2))

Question 3) What is the significance of k0 with reference to k? Or is k0 just a constant?

POSTED BY: Adam Petrus

Running it on Mathematica 10

In[1]:= f[t_] := A (E^(-a t) - E^(-b t))

In[2]:= FourierTransform[f[t], t, \[Omega]]

Out[2]= A Sqrt[2 \[Pi]] DiracDelta[I a + \[Omega]] - 
 A Sqrt[2 \[Pi]] DiracDelta[I b + \[Omega]]

complex delta function DiracDelta[I a + [Omega]] means that function = 0 except at point [Omega]=-I a

POSTED BY: S M Blinder
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract