Fourier Transform evaluation problem

189 Views Asked by At

I have the following question in my textbook (since it is an electrical engineering textbook it uses the notation $j$ to denote the imaginary number $i$). Note that $u(t)$ is a step function:

If $i(t) = 5e^{3t}u(-t)$, find (a) $A_i(2)$ (b) $B_i(3)$ (c) $|F_i(j3)|$

For a function, $f(t)$:

$$F_f(\omega)=\int_{-\infty}^{\infty}f(t)e^{-i\omega t}dt$$

$F_f(\omega)=\int_{-\infty}^{\infty}f(t) \cos(\omega t)dt - i \int_{-\infty}^{\infty}f(t) \sin(\omega t)dt \tag{1}$

And $A_f(\omega)$ and $B_f$ are of the form:

$$F_f(\omega)=A_f(\omega)+iB_f(\omega) \tag{2}$$

Therefore, matching the form of (2) to (1):

$$ A_f(\omega)=\int_{-\infty}^{\infty}f(t) \cos(\omega t)dt$$

$$B_f(\omega)=-\int_{-\infty}^{\infty}f(t) \sin(\omega t)dt$$

The answers to this question are given in an arbitrary order. They are 0.833; 1.154; 1.179

I seem to have found that $A_i(2)=1.154$ and $B_i(3)=0.833$ (see below for the expressions I obtained through integration by parts), however, whichever way I evaluate the integral (or simply attempt to find the magnitude) of $F(j3)$, I always seem to come out with it being zero.

I have so far tried integrating by parts to separately find $A(\omega)$ and $B(\omega$ and then tried using the formula:

$|F(\omega)|=\sqrt{A^2(\omega)+B^2(\omega)}$

I obtain:

$A(\omega)=\frac{15}{9+\omega^2}$

$B(\omega)=\frac{5\omega}{9+\omega^2}$

But this yields

$|F(\omega)|=\sqrt{2.5-2.5}=0$

I have also directly found the Fourier transform:

$F(\omega)=\frac{5}{3-j\omega}=\frac{15+5j\omega}{9+\omega^2}$

Again yielding the same answer according to the magnitude of an imaginary number (which is expected).

Am I doing something wrong, or misinterpreting the question?

1

There are 1 best solutions below

1
On BEST ANSWER

This really is just a matter of grinding carefully through the computation.

Let $\hat{i}$ be the Fourier transform of $i$, that is ${\hat{i}}(\omega) = \int_{-\infty}^\infty e^{-j \omega t} i(t) dt$.

Then $A_i(\omega) = \operatorname{re} \hat{i}(\omega)$ and $B_i(\omega) = \operatorname{im} \hat{i}(\omega)$.

Evaluating: \begin{eqnarray} {\hat{i}}(\omega) &=& \int_{-\infty}^\infty e^{-j \omega t} 5 e^{3t} u(-t) dt \\ &=& 5 \int_{-\infty}^0 e^{(3-j \omega )t} dt \\ &=& 5 \int_0^\infty e^{-(3-j \omega )t} dt \\ &=& \left( 5 {1 \over 3-j \omega }e^{-(3-j \omega )t} \right) \mid_{t=0}^\infty \\ &=& {5 \over 3-j\omega} \end{eqnarray} (a) We have ${\hat{i}}(2) = {5 \over 3-2j} = {1 \over 13} (15+10j)$, so $A_i(2) = {15\over 13} \approx 1.154 $.

(b) We have ${\hat{i}}(3) = {5 \over 3-3j} = {5 \over 6} (1+j)$, so $B_i(2) = {5\over 6} \approx 0.8333 $.

(c) This is a bit peculiar, the Fourier transform is only defined on the real line, so this part does not make any sense as stated. It is not clear whether you have made another mistake in transcribing the question, your teacher is trying to catch you out or the teacher wants you to blindly plug the numbers in.

If we look at the derivation of $\hat{i}$ above, we see that we can repeat the analysis above to get $\hat{i}(j \sigma) = {5 \over 3+\sigma}$, and the integration is valid as long as $\sigma > -3$.

This gives ${\hat{i}}(3j) = {5 \over 6}$ and so $|F_i(j3)| = {5 \over 6} \approx 0.833$.

However: I think you have most likely have made a mistake in the question and meant to write $|F_i(3)|$, and from above we can see that $|F_i(3)| = |\hat{i}(3)| = {5 \over 6} |1+j| = \sqrt{2} {5 \over 6} \approx 1.179$.