What is the method for evaluating the Fourier transform of a given ODE?

sachi
Messages
63
Reaction score
1
we need to find the F.T of
f(t) = 0 for t<0
f(t) = exp(-at) for t>=0
where a is a real positive constant
and F(w) = the integral w.r.t t between minus infinity and plus infinity of [exp(iwt)*f(t)]

which turns out to be 1/(a-iw)

we now have the ODE L*dI/dt + RI = f(t)
where L,R are constants represeting resistance and inductance. we need to show that the Fourier transform of I(t) is 1/(a-iw)(R-Liw) which is again straightforward. We need to find I(t). I have sepearated the F.T of I(t) using partial fractions and used the inverse Fourier transform, but I'm not sure how to evaluate the integrals.
thanks very much for your help
 
Physics news on Phys.org
To evaluate an integral like
$$\int_{-\infty}^\infty \frac{e^{-i\omega t}}{a-i\omega}\,d\omega,$$ you typically use contour integration in the complex plane and the residue theorem. I'm guessing you were expected, however, to invert the Fourier transforms by looking them up in a table of Fourier transforms.
 
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