0

Given an atomic transition with associated E-field $E(t) = E_{0}\cos(\omega_{0}t)e^{-t/\tau}$ where $\omega_{0}$ is the natural line frequency and $\tau$ is the decay constant of the simple harmonic oscillator. Find an expression for the line flux, that is $I(\omega)/I(\omega_{0})$.

I'm trying to do the following Fourier transform: $$ f(\omega)=\int^{\infty}_{-\infty}E_{0}\cos(\omega_{0}t)e^{-t/\tau}e^{-i\omega t}dt $$

I'm not really sure how to do this integral. I tried calculating it from $-\tau/2$ to $\tau/2$ but I get an answer with the sine of a complex number in the numerator that will not go away when I square it to find Intensity. Any help would be appreciated. Thanks

Colin McFaul
  • 4,379
Sam
  • 121

1 Answers1

1

You definitely don't want to do the integral from $-\tau/2$ to $\tau/2$; you need to go all the way to $\pm \infty$ for the integral to be meaningful. In this particular case, as a comment notes, the integral will diverge if you take the lower limit to $-\infty$; physically, you want to start the integral at $t=0$ because that's when the field comes into existence.

Here is a hint towards the easiest way to do this integral (and many Fourier integrals, for that matter): $\cos(x) = \frac{1}{2}(e^{ix} + e^{-ix})$. The integral should be easy from there.

You can also use integration by parts, but that's a little more tedious and error-prone.

Colin McFaul
  • 4,379