Integration with infinity and exponential

5.9k Views Asked by At

How is

$$\lim_{T\to\infty}\frac{1}T\int_{-T/2}^{T/2}e^{-2at}dt=\infty\;?$$

however my answer comes zero because putting limit in the expression, we get:

$$\frac1\infty\left(-\frac1{2a}\right) [e^{-\infty} - e^\infty]$$ which results in zero?

I think I am doing wrong. So how can I get the answer equal to $\infty$

Regards

4

There are 4 best solutions below

3
On BEST ANSWER

$I=\int_{-T/2}^{T/2}e^{-2at}dt=\left.\frac{-1}{2a}e^{-2at}\right|_{-T/2}^{T/2}=-\frac{e^{-aT}+e^{aT}}{2a}$

Despite that $a$ positive or negative, one of the exponents will tend to zero at our limit, so we can rewrite it as :

$\lim_{T\rightarrow\infty}\frac{I}{T}=\lim_{T\rightarrow\infty}\left(-\frac{e^{-aT}+e^{aT}}{2aT}\right)=\lim_{T\rightarrow\infty}\left(-\frac{e^{\left|a\right|T}}{2aT}\right) $

But becuase exponental functions are growing much faster than $T$ , this makes the limit is always infinity, thus finaly we have:

$\lim_{T\rightarrow\infty}\frac{I}{T}=\begin{cases} -\infty & a>0\\ +\infty & a<0 \end{cases}$

3
On

I think you can split the integral into two as: $$\int_{-T/2}^{T/2}e^{-2at}dt=\int_{0}^{T/2}e^{-2at}dt-\int_{0}^{-T/2}e^{-2at}dt$$ and then use L'Hôpital's rule for the limit.

0
On

Assume wlog. $a>0$. By integration, $$\frac{1}{T}\int^{T/2}_{-T/2} e^{-2at} dt = \frac{1}{2aT}e^{aT} - \frac{1}{2aT}e^{-aT}$$

Note that the second summand goes to zero as $T\rightarrow\infty$ because $1/T$ and $e^{-aT}$ each go to zero.

However, the first summand goes to infinity, as can be seen most intuitively when looking at the Taylor expansion of the exponential function:

$$\frac{1}{T} e^{aT} = \frac{1}{T} \left( 1 + aT + \frac{(aT)^2}{2} + \cdots \right) = \frac{1}{T} + a + \frac{a^2T}{2} + \cdots$$

0
On

The biggest thing that you’re doing wrong is trying to treat $\infty$ as if it were a number with which you can do arithmetic: it isn’t. You really do have to work with limits. Let’s start with the integral for some fixed value of $T$:

$$\begin{align*} \int_{-T/2}^{T/2}e^{-2at}dt&=-\frac1{2a}\left[e^{-2at}\right]_{-T/2}^{T/2}=-\frac1{2a}\left(e^{-aT}-e^{aT}\right)\\ &=-\frac1{2a}\left(\frac1{e^{aT}}-e^{aT}\right)\\ &=\frac1{2a}\left(e^{aT}-\frac1{e^{aT}}\right)\\ &=\frac{e^{2aT}-1}{2ae^{aT}}\;. \end{align*}$$

Thus,

$$\begin{align*} \lim_{T\to\infty}\frac{1}T\int_{-T/2}^{T/2}e^{-2at}dt&=\lim_{T\to\infty}\frac{e^{2aT}-1}{2aTe^{aT}}=\lim_{T\to\infty}\left(\frac{e^{2aT}}{2aTe^{aT}}-\frac1{2aTe^{aT}}\right)\\ &=\lim_{T\to\infty}\frac{e^{2aT}}{2aTe^{aT}}-\lim_{T\to\infty}\frac1{2aTe^{aT}}\;. \end{align*}$$

You should have no trouble evaluating $\lim_{T\to\infty}\dfrac1{2aTe^{aT}}$, and

$$\lim_{T\to\infty}\frac{e^{2aT}}{2aTe^{aT}}=\lim_{T\to\infty}\frac{e^{aT}}{2aT}\;,$$

which should also cause no trouble.