Leeward 206 {8.13} Integral at infinity

  • Context:
  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Infinity Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
$\tiny\text{Leeward 206 {8.13} Integral at infinity}$
$$I=\int_{0} ^{\infty} e^{-ax} \,dx \ a>0 =
\\
\begin{align}\displaystyle
u& = -ax &
du&=-a \ d{x}
\end{align} \\
\text{then} \\
I=-\frac{1}{a}\int_{0} ^{\infty} e^{x} \,dx
=-\dfrac{\mathrm{e}^{-ax}}{a}+C \\
\text{hopefully, wasn't sure about the + C}$$
$\tiny\text{ Surf the Nations math study group}$
🏄 🏄 🏄 🏄 🏄
 
on Phys.org
When you make the substitution you need to change your limits in accordance with the substitution. Let's begin with:

$$I=\lim_{t\to\infty}\left(\int_0^t e^{-ax}\,dx\right)$$ where $0<a$

Now, if we use the substitution:

$$u=-ax\,\therefore\,du=-a\,dx\implies dx=-\frac{1}{a}\,du$$

and use the rule:

$$\int_a^b f(x)\,dx=-\int_b^a f(x)\,dx$$

We obtain:

$$I=\frac{1}{a}\lim_{t\to\infty}\left(\int_{-t}^0 e^{u}\,du\right)=\frac{1}{a}\lim_{t\to\infty}\left(\left[e^u\right]_{-t}^0\right)=\frac{1}{a}\lim_{t\to\infty}\left(1-e^{-t}\right)=\frac{1}{a}$$
 
$\text{Why did you introduce t ?}$
 
karush said:
$\text{Why did you introduce t ?}$

That's how I was taught to handle improper integrals. :)
 
karush said:
$\text{Why did you introduce t ?}$

The reason Mark was taught that is how you handle improper integrals is because a definite integral requires FINITE values for the terminals of the integral. So by applying a finite terminal (in this case, "t") you can then evaluate the improper integral by seeing what happens as that finite value is increased without bound, in other words, what is the limiting value as $\displaystyle \begin{align*} t \to \infty \end{align*}$...