0
$\begingroup$

So I have the function $$f:f(t)=\frac{4}{t^2+9}$$ and I know that

\begin{align*} \mathcal{F}\{e^{-|t|}\}(\omega) &= \frac{2}{\omega^2+1}. \end{align*}

I'd gotten proof of the latter Fourier Transformation in another question thread, but whenever I try to compute the earlier function with fourier transformation, it seems very hard to do at its current form. Wolfram Alpha can do it just fine, but computing it with a calculator just won't do.

  • 2
    Hint: Use Duality theorem of frequency and time domain.2017-02-21
  • 0
    Does switching from f(t) to f(w) entail something other than simply switching t into w, or have I missed something in regards from transforming a function from time-level to frequency-level?2017-02-21
  • 1
    There is this relation: $$f(t) \rightarrow F(\omega)$$ $$F(t) \rightarrow 2\pi f(-\omega)$$. And proof of it is quite simple.2017-02-21
  • 0
    Is it a "Fourier transformation" if I make $F(t)$, or do I have to process it further down the line?2017-02-21

1 Answers 1

1

Let $$ g(t) := \frac{2}{t^2+1} $$ In an answer to a previous question of yours, it was shown, using the inversion theorem, that $$ \mathcal{F}\left\{\frac{2}{t^2+1}\right\}(\omega) = 2\pi e^{-|\omega|} $$ Now note that $f(t) = \frac{2}{9} g(t/3)$ and recall the following result.

Proposition: If $f(t) = g(at)$ where $a \in \Bbb{R}\backslash\{0\}$ then $$\mathcal{F}\{f\}(\omega) = \frac{1}{|a|}\mathcal{F}\{g\}(\omega/a)$$

Thus \begin{align} \mathcal{F}\{f\}(\omega) &= \frac{2}{9}\cdot\left(3\cdot2\pi e^{-|3\omega|}\right)\\ &=\frac{4\pi}{3}e^{-3|\omega|} \end{align}