MHB Divergence Test: Evaluating I$_{17}$ at $\tiny{206.8.8.17}$

  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Divergence Test
Click For Summary
The discussion focuses on evaluating the integral I$_{17} = \int_{0}^{\infty} 36x^8 e^{-x^9}\, dx$ and determining its convergence. Participants suggest that a divergence test may not be necessary, as the integral can be approached through inspection. The ratio test is mentioned, but one participant outlines a method using a substitution to simplify the integral, ultimately showing that it converges to 4. The importance of analyzing the behavior of the integrand as the variable approaches infinity is highlighted, noting that it must approach zero for convergence to be confirmed. The integral converges, leading to a final value of I = 4.
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
$\tiny{206.8.8.17}$
$\textsf{Evaluate the following integral,
or stat that it diverges.}\\$
\begin{align*}
\displaystyle
&& I_{17}&
=\int_{0}^{\infty}36x^8 e^{-x^9}\, dx& &(1)&\\
&& &=36\int_{0}^{\infty}\frac{x^8}{e^{x^9}}\, dx & &(2)&\\
\end{align*}
$\textit{first what be the recommended divergence test to use on this?}$
☕
 
Last edited:
Physics news on Phys.org
I don't know that you have to use a test in order to do the problem as stated but you can integrate it by inspection.

-Dan
 
well it goes to 4 but we are supposed to test it for divergence first?
I was going to try the ratio test?
 
As it is am improper integral, I would write it like this

$$I=4\lim_{t\to\infty}\left(\int_0^t e^{-x^9}9x^8\,dx\right)$$

Now, let:

$$u=x^9\implies du=9x^8\,dx$$

And we have:

$$I=4\lim_{t\to\infty}\left(\int_0^t e^{-u}\,du\right)$$

Apply the FTOC:

$$I=4\lim_{t\to\infty}\left(-\left[e^{-u}\right]_0^t\right)$$

$$I=4\lim_{t\to\infty}\left(1-e^{-t}\right)$$

The limit exists, and so the integral converges:

$$I=4(1)=4$$
 
so don't factor out 36 but use the factor 9 of it get a derivative

cool tool😎
 
I suppose you could look at the integrand in an integral like this and if it does not go to zero as the dummy variable of integration grows without bound, then you would know it diverges, but if it does go to zero, you still don't know if it converges or not.