Skip to main content

Section 6.7 Improper Integration

We begin this section by considering the following definite integrals:

  • \(\ds \int_0^{100}\frac1{1+x^2}\ dx \approx 1.5608\text{,}\)

  • \(\ds \int_0^{1000}\frac1{1+x^2}\ dx \approx 1.5698\text{,}\)

  • \(\ds \int_0^{10,000}\frac1{1+x^2}\ dx \approx 1.5707\text{.}\)

Notice how the integrand is \(1/(1+x^2)\) in each integral (which is sketched in Figure 6.7.1). As the upper bound gets larger, one would expect the “area under the curve” would also grow. While the definite integrals do increase in value as the upper bound grows, they are not increasing by much. In fact, consider:

\begin{equation*} \int_0^b \frac{1}{1+x^2}\ dx = \tan^{-1}(x) \Big|_0^b = \tan^{-1}(b) -\tan^{-1}(0) = \tan^{-1}(b) . \end{equation*}

As \(b\rightarrow \infty\text{,}\) \(\tan^{-1}(b) \rightarrow \pi/2\text{.}\) Therefore it seems that as the upper bound \(b\) grows, the value of the definite integral \(\ds \int_0^b\frac{1}{1+x^2}\ dx\) approaches \(\pi/2\approx 1.5708\text{.}\) This should strike the reader as being a bit amazing: even though the curve extends “to infinity,” it has a finite amount of area underneath it.

Figure 6.7.1. Graphing \(\ds f(x)=\frac{1}{1+x^2}\text{.}\)

When we defined the definite integral \(\ds\int_a^b f(x)\ dx\text{,}\) we made two stipulations:

  1. The interval over which we integrated, \([a,b]\text{,}\) was a finite interval, and

  2. The function \(f(x)\) was continuous on \([a,b]\) (ensuring that the range of \(f\) was finite).

In this section we consider integrals where one or both of the above conditions do not hold. Such integrals are called improper integrals.

Subsection 6.7.1 Improper Integrals with Infinite Bounds

Definition 6.7.2. Improper Integrals with Infinite Bounds; Converge, Diverge.

  1. Let \(f\) be a continuous function on \([a,\infty)\text{.}\) Define

    \begin{equation*} \int_a^\infty f(x)\ dx \text{ to be } \lim_{b\to\infty}\int_a^b f(x)\ dx. \end{equation*}
  2. Let \(f\) be a continuous function on \((-\infty,b]\text{.}\) Define

    \begin{equation*} \int_{-\infty}^b f(x)\ dx \text{ to be } \lim_{a\to-\infty}\int_a^b f(x)\ dx. \end{equation*}
  3. Let \(f\) be a continuous function on \((-\infty,\infty)\text{.}\) Let \(c\) be any real number; define

    \begin{equation*} \int_{-\infty}^\infty f(x)\ dx \text{ to be } \lim_{a\to-\infty}\int_a^c f(x)\ dx\ +\ \lim_{b\to\infty}\int_c^b f(x)\ dx. \end{equation*}

An improper integral is said to converge if its corresponding limit exists; otherwise, it diverges. The improper integral in part 3 converges if and only if both of its limits exist.

Example 6.7.3. Evaluating improper integrals.

Evaluate the following improper integrals.

  1. \(\displaystyle \ds\int_1^\infty \frac1{x^2}\ dx\)

  2. \(\displaystyle \ds\int_1^\infty \frac1x\ dx\)

  3. \(\displaystyle \ds\int_{-\infty}^0 e^x\ dx\)

  4. \(\displaystyle \ds\int_{-\infty}^\infty \frac1{1+x^2}\ dx\)

Solution.
  1. \(\begin{aligned}\int_1^\infty \frac{1}{x^2}\ dx\ =\ \lim_{b\to\infty} \int_1^b\frac1{x^2}\ dx\ \amp =\ \lim_{b\to\infty} \frac{-1}{x}\Big|_1^b \\ \amp = \lim_{b\to\infty} \frac{-1}{b} + 1\\ \amp = 1. \end{aligned}\) A graph of the area defined by this integral is given in Figure 6.7.4.

    Figure 6.7.4. A graph of \(f(x) = \frac{1}{x^2}\) in Example 6.7.3.

  2. \(\begin{aligned}\int_1^\infty \frac1x\ dx \amp = \lim_{b\to\infty}\int_1^b\frac1x\ dx \\ \amp = \lim_{b\to\infty} \ln\abs{x}\Big|_1^b \\ \amp = \lim_{b\to\infty} \ln(b)\\ \amp = \infty. \end{aligned}\) The limit does not exist, hence the improper integral \(\ds\int_1^\infty\frac1x\ dx\) diverges. Compare the graphs in Figures 6.7.4 and Figure 6.7.5; notice how the graph of \(f(x) = 1/x\) is noticeably larger. This difference is enough to cause the improper integral to diverge.

    Figure 6.7.5. A graph of \(f(x) = \frac{1}{x}\) in Example 6.7.3.

  3. \(\begin{aligned}\int_{-\infty}^0 e^x \ dx \amp = \lim_{a\to-\infty} \int_a^0e^x\ dx \\ \amp = \lim_{a\to-\infty} e^x\Big|_a^0 \\ \amp = \lim_{a\to-\infty} e^0-e^a \\ \amp = 1. \end{aligned}\) A graph of the area defined by this integral is given in Figure 6.7.6.

    Figure 6.7.6. A graph of \(f(x) = e^x\) in Example 6.7.3.

  4. We will need to break this into two improper integrals and choose a value of \(c\) as in part 3 of Definition 6.7.2. Any value of \(c\) is fine; we choose \(c=0\text{.}\)

    \begin{align*} \int_{-\infty}^\infty\amp \frac1{1+x^2}\ dx = \lim_{a\to-\infty} \int_a^0\frac{1}{1+x^2}\ dx + \lim_{b\to\infty} \int_0^b\frac{1}{1+x^2}\ dx\\ \amp = \lim_{a\to-\infty} \tan^{-1}(x) \Big|_a^0 + \lim_{b\to\infty} \tan^{-1}(x) \Big|_0^b\\ \amp = \lim_{a\to-\infty} \left(\tan^{-1}(0) -\tan^{-1}(a) \right) + \lim_{b\to\infty} \left(\tan^{-1}(b) -\tan^{-1}(0) \right)\\ \amp = \left(0-\frac{-\pi}2\right) + \left(\frac{\pi}2-0\right).\\ \end{align*}

    Each limit exists, hence the original integral converges and has value:

    \begin{align*} \amp = \pi. \end{align*}

    A graph of the area defined by this integral is given in Figure 6.7.7.

    Figure 6.7.7. A graph of \(f(x) = \frac{1}{1+x^2}\) in Example 6.7.3.

Section 3.5 introduced l'Hôpital's Rule, a method of evaluating limits that return indeterminate forms. It is not uncommon for the limits resulting from improper integrals to need this rule as demonstrated next.

Example 6.7.8. Improper integration and l'Hôpital's Rule.

Evaluate the improper integral \(\ds \int_1^\infty \frac{\ln(x) }{x^2}\ dx\text{.}\)

Solution.

This integral will require the use of Integration by Parts. Let \(u = \ln(x)\) and \(dv = 1/x^2\ dx\text{.}\) Then

Figure 6.7.9. A graph of \(f(x) = \frac{\ln(x) }{x^2}\) in Example 6.7.8.
\begin{align*} \int_1^\infty\frac{\ln(x) }{x^2}\ dx \amp = \lim_{b\to\infty}\int_1^b\frac{\ln(x) }{x^2}\ dx\\ \amp = \lim_{b\to\infty}\left(-\frac{\ln(x) }{x}\Big|_1^b +\int_1^b \frac{1}{x^2} \ dx \right)\\ \amp = \lim_{b\to\infty} \left.\left(-\frac{\ln(x) }{x} -\frac1x\right)\right|_1^b\\ \amp = \lim_{b\to\infty} \left(-\frac{\ln(b) }{b}-\frac1b - \left(-\ln(1) -1\right)\right).\\ \end{align*}

The \(1/b\) and \(\ln(1)\) terms go to 0, leaving \(\lim\limits_{b\to\infty} -\frac{\ln(b) }b + 1\text{.}\) We need to evaluate \(\lim\limits_{b\to\infty} \frac{\ln(b) }{b}\) with l'H\^opital's Rule. We have:

\begin{align*} \lim_{b\to\infty}\frac{\ln(b) }b \amp \stackrel{\ \text{ by LHR } \ }{=} \lim_{b\to\infty} \frac{1/b}{1}\\ \amp = 0.\\ \end{align*}

Thus the improper integral evaluates as:

\begin{align*} \int_1^\infty\frac{\ln(x) }{x^2}\ dx \amp = 1. \end{align*}

Subsection 6.7.2 Improper Integrals with Infinite Range

We have just considered definite integrals where the interval of integration was infinite. We now consider another type of improper integration, where the range of the integrand is infinite.

Definition 6.7.10. Improper Integration with Infinite Range.

Let \(f(x)\) be a continuous function on \([a,b]\) except at \(c\text{,}\) \(a\leq c\leq b\text{,}\) where \(x=c\) is a vertical asymptote of \(f\text{.}\) Define

\begin{equation*} \int_a^b f(x)\ dx = \lim_{t\to c^-}\int_a^t f(x)\ dx + \lim_{t\to c^+}\int_t^b f(x)\ dx. \end{equation*}

Example 6.7.11. Improper integration of functions with infinite range.

Evaluate the following improper integrals: \(\ds 1.\ \int_0^1\frac1{\sqrt{x}}\ dx 2. \ \int_{-1}^1\frac{1}{x^2}\ dx\text{.}\)

Solution.
  1. A graph of \(f(x) = 1/\sqrt{x}\) is given in Figure 6.7.12. Notice that \(f\) has a vertical asymptote at \(x=0\text{;}\) in some sense, we are trying to compute the area of a region that has no “top.” Could this have a finite value?

    \begin{align*} \int_0^1 \frac{1}{\sqrt{x}}\ dx \amp = \lim_{a\to0^+}\int_a^1 \frac1{\sqrt{x}}\ dx\\ \amp = \lim_{a\to0^+} 2\sqrt{x}\Big|_a^1\\ \amp = \lim_{a\to0^+} 2\left(\sqrt{1}-\sqrt{a}\right)\\ \amp = 2. \end{align*}

    It turns out that the region does have a finite area even though it has no upper bound (strange things can occur in mathematics when considering the infinite).

    Figure 6.7.12. A graph of \(f(x)=\frac{1}{\sqrt{x}}\) in Example 6.7.11.

  2. The function \(f(x) = 1/x^2\) has a vertical asymptote at \(x=0\text{,}\) as shown in Figure 6.7.13, so this integral is an improper integral. Let's eschew using limits for a moment and proceed without recognizing the improper nature of the integral. This leads to:

    \begin{align*} \int_{-1}^1\frac1{x^2}\ dx \amp = -\frac1x\Big|_{-1}^1\\ \amp = -1 - (1)\\ \amp =-2 ! \end{align*}

    Figure 6.7.13. A graph of \(f(x)=\frac{1}{x^2}\) in Example 6.7.11.
    Clearly the area in question is above the \(x\)-axis, yet the area is supposedly negative! Why does our answer not match our intuition? To answer this, evaluate the integral using Definition 6.7.10.

    \begin{align*} \int_{-1}^1\frac1{x^2}\ dx \amp = \lim_{t\to0^-}\int_{-1}^t \frac1{x^2}\ dx + \lim_{t\to0^+}\int_t^1\frac1{x^2}\ dx\\ \amp = \lim_{t\to0^-}-\frac1x\Big|_{-1}^t + \lim_{t\to0^+}-\frac1x\Big|_t^1\\ \amp = \lim_{t\to0^-}-\frac1t-1 + \lim_{t\to0^+} -1+\frac1t\\ \amp \Rightarrow \Big(\infty-1\Big)\ + \ \Big(- 1+\infty\Big). \end{align*}

    Neither limit converges hence the original improper integral diverges. The nonsensical answer we obtained by ignoring the improper nature of the integral is just that: nonsensical.

Subsection 6.7.3 Understanding Convergence and Divergence

Oftentimes we are interested in knowing simply whether or not an improper integral converges, and not necessarily the value of a convergent integral. We provide here several tools that help determine the convergence or divergence of improper integrals without integrating.

Our first tool is to understand the behavior of functions of the form \(\ds \frac1{x^p}\text{.}\)

Example 6.7.14. Improper integration of \(1/x^p\).

Determine the values of \(p\) for which \(\ds \int_1^\infty \frac1{x^p}\ dx\) converges.

Solution.

We begin by integrating and then evaluating the limit.

\begin{align*} \int_1^\infty \frac1{x^p}\ dx \amp = \lim_{b\to\infty}\int_1^b\frac1{x^p}\ dx\\ \amp = \lim_{b\to\infty}\int_1^b x^{-p}\ dx \qquad \text{ (assume \(p\neq 1\)) }\\ \amp = \lim_{b\to\infty} \frac{1}{-p+1}x^{-p+1}\Big|_1^b\\ \amp = \lim_{b\to\infty} \frac{1}{1-p}\big(b^{1-p}-1^{1-p}\big). \end{align*}

When does this limit converge — i.e., when is this limit not \(\infty\text{?}\) This limit converges precisely when the power of \(b\) is less than 0: when \(1-p\lt 0 \Rightarrow 1\lt p\text{.}\)

Figure 6.7.15. Plotting functions of the form \(1/x\ ^p\) in Example 6.7.14.

Our analysis shows that if \(p>1\text{,}\) then \(\ds\int_1^\infty \frac1{x^p}\ dx\) converges. When \(p\lt 1\) the improper integral diverges; we showed in Example 6.7.3 that when \(p=1\) the integral also diverges.

Figure 6.7.15 graphs \(y=1/x\) with a dashed line, along with graphs of \(y=1/x^p\text{,}\) \(p\lt 1\text{,}\) and \(y=1/x^q\text{,}\) \(q>1\text{.}\) Somehow the dashed line forms a dividing line between convergence and divergence.

The result of Example 6.7.14 provides an important tool in determining the convergence of other integrals. A similar result is proved in the exercises about improper integrals of the form \(\ds \int_0^1\frac1{x^p}\ dx\text{.}\) These results are summarized in the following Key Idea.

Key Idea 6.7.16. Convergence of Improper Integrals \(\ds \int_1^\infty\frac1{x^p}dx\) and \(\ds \int_0^1\frac1{x^p}dx\text{.}\).

  1. The improper integral \(\ds \int_1^\infty\frac1{x^p}\ dx\) converges when \(p>1\) and diverges when \(p\leq 1\text{.}\)

  2. The improper integral \(\ds \int_0^1\frac1{x^p}\ dx\) converges when \(p\lt 1\) and diverges when \(p\geq 1\text{.}\)

A basic technique in determining convergence of improper integrals is to compare an integrand whose convergence is unknown to an integrand whose convergence is known. We often use integrands of the form \(1/x^p\) to compare to as their convergence on certain intervals is known. This is described in the following theorem.

Example 6.7.18. Determining convergence of improper integrals.

Determine the convergence of the following improper integrals.

1. \(\ds \int_1^\infty e^{-x^2}\ dx\) 2. \(\ds \int_3^\infty \frac{1}{\sqrt{x^2-x}}\ dx\)

Solution.
  1. The function \(f(x) = e^{-x^2}\) does not have an antiderivative expressible in terms of elementary functions, so we cannot integrate directly. It is comparable to \(g(x)=1/x^2\text{,}\) and as demonstrated in Figure 6.7.19, \(e^{-x^2} \lt 1/x^2\) on \([1,\infty)\text{.}\) We know from Key Idea 6.7.16 that \(\ds \int_1^\infty \frac{1}{x^2}\ dx\) converges, hence \(\ds\int_1^\infty e^{-x^2}\ dx\) also converges.

    Figure 6.7.19. Graphs of \(f(x) = e^{-x^2}\) and \(f(x)= 1/x^2\) in Example 6.7.18.

  2. Note that for large values of \(x\text{,}\) \(\ds \frac{1}{\sqrt{x^2-x}} \approx \frac{1}{\sqrt{x^2}} =\frac{1}{x}\text{.}\) We know from Key Idea 6.7.16 and the subsequent note that \(\ds \int_3^\infty \frac1x\ dx\) diverges, so we seek to compare the original integrand to \(1/x\text{.}\) It is easy to see that when \(x>0\text{,}\) we have \(x = \sqrt{x^2} > \sqrt{x^2-x}\text{.}\) Taking reciprocals reverses the inequality, giving

    \begin{equation*} \frac1x \lt \frac1{\sqrt{x^2-x}}. \end{equation*}

    Using Theorem 6.7.17, we conclude that since \(\ds\int_3^\infty\frac1x\ dx\) diverges, \(\ds\int_3^\infty\frac1{\sqrt{x^2-x}}\ dx\) diverges as well. Figure 6.7.20 illustrates this.

    Figure 6.7.20. Graphs of \(f(x) = 1/\sqrt{x^2-x}\) and \(f(x)= 1/x\) in Example 6.7.18.

Being able to compare “unknown” integrals to “known” integrals is very useful in determining convergence. However, some of our examples were a little “too nice.” For instance, it was convenient that \(\ds \frac{1}x \lt \frac{1}{\sqrt{x^2-x}}\text{,}\) but what if the “\(-x\)” were replaced with a “\(+2x+5\)”? That is, what can we say about the convergence of \(\ds \int_3^\infty\frac{1}{\sqrt{x^2+2x+5}}\ dx\text{?}\) We have \(\ds \frac{1}{x} > \frac1{\sqrt{x^2+2x+5}}\text{,}\) so we cannot use Theorem 6.7.17.

In cases like this (and many more) it is useful to employ the following theorem.

Example 6.7.22. Determining convergence of improper integrals.

Determine the convergence of \(\ds \int_3^{\infty} \frac{1}{\sqrt{x^2+2x+5}}\ dx\text{.}\)

Solution.

As \(x\) gets large, the quadratic inside the square root function will begin to behave much like \(y=x\text{.}\) So we compare \small\(\ds\frac{1}{\sqrt{x^2+2x+5}}\) to \small\(\ds\frac1x\) with the Limit Comparison Test:

\begin{equation*} \lim_{x\to\infty} \frac{1/\sqrt{x^2+2x+5}}{1/x} = \lim_{x\to\infty}\frac{x}{\sqrt{x^2+2x+5}}. \end{equation*}

The immediate evaluation of this limit returns \(\infty/\infty\text{,}\) an indeterminate form. Using l'Hôpital's Rule seems appropriate, but in this situation, it does not lead to useful results. (We encourage the reader to employ l'Hôpital's Rule at least once to verify this.)

The trouble is the square root function. To get rid of it, we employ the following fact: If \(\lim\limits_{x\to c} f(x) = L\text{,}\) then \(\lim\limits_{x\to c} f(x)^2 = L^2\text{.}\) (This is true when either \(c\) or \(L\) is \(\infty\text{.}\)) So we consider now the limit

\begin{equation*} \lim_{x\to\infty} \frac{x^2}{x^2+2x+5}. \end{equation*}

This converges to 1, meaning the original limit also converged to 1. As \(x\) gets very large, the function \small\(\ds\frac{1}{\sqrt{x^2+2x+5}}\) looks very much like \small\(\ds\frac1x\text{.}\)\ Since we know that \small\(\ds\int_3^{\infty} \frac1x\ dx\) diverges, by the Limit Comparison Test we know that \small\(\ds\int_3^\infty\frac{1}{\sqrt{x^2+2x+5}}\ dx\) also diverges. Figure 6.7.23 graphs \(f(x)=1/\sqrt{x^2+2x+5}\) and \(f(x)=1/x\text{,}\) illustrating that as \(x\) gets large, the functions become indistinguishable.

Figure 6.7.23. Graphing \(f(x)=\frac{1}{\sqrt{x^2+2x+5}}\) and \(f(x)=\frac1x\) in Example 6.7.22.

Both the Direct and Limit Comparison Tests were given in terms of integrals over an infinite interval. There are versions that apply to improper integrals with an infinite range, but as they are a bit wordy and a little more difficult to employ, they are omitted from this text.

Exercises 6.7.4 Exercises

1.

The definite integral was defined with what two stipulations?

Answer.

The interval of integration is finite, and the integrand is continuous on that interval.

2.

If \(\displaystyle \lim _{b\rightarrow \infty } \int _0^b f(x)\ dx\) exists, then the integral \(\displaystyle \int _0^\infty f(x)\ dx\) is said to                   .

Answer.

converge

3.

If \(\displaystyle \int _1^\infty f(x)\ dx=10\text{,}\) and \(0\le g(x)\le f(x)\) for all \(x\text{,}\) then we know that \(\displaystyle \int _1^\infty g(x)\ dx\)                   .

Answer.

converges; could also state \(\le 10\text{.}\)

4.

For what values of \(p\) will \(\displaystyle \int _1^\infty \frac{1}{x^p}\ dx\) converge?

Answer.

\(p\gt1\)

5.

For what values of \(p\) will \(\displaystyle \int _{10}^\infty \frac{1}{x^p}\ dx\) converge?

Answer.

\(p\gt1\)

6.

For what values of \(p\) will \(\displaystyle \int _{0}^1 \frac{1}{x^p}\ dx\) converge?

Answer.

\(p\lt 1\)

Exercise Group.

In Exercises 7–34, evaluate the given improper integral.

7.

\(\displaystyle \int _0^\infty e^{5-2x}\ dx\)

Answer.

\(e^5/2\)

8.

\(\displaystyle \int _1^\infty \frac{1}{x^3}\ dx\)

Answer.

\(1/2\)

9.

\(\displaystyle \int _1^\infty x^{-4}\ dx\)

Answer.

\(1/3\)

10.

\(\displaystyle \int _{-\infty }^\infty \frac{1}{x^2+9}\ dx\)

Answer.

\(\pi /3\)

11.

\(\displaystyle \int _{-\infty }^0 2^x\ dx\)

Answer.

\(1/\ln 2\)

12.

\(\displaystyle \int _{-\infty }^0 \left(\frac{1}{2}\right)^x\ dx\)

Answer.

diverges

13.

\(\displaystyle \int _{-\infty }^\infty \frac{x}{x^2+1}\ dx\)

Answer.

diverges

14.

\(\displaystyle \int _{3}^\infty \frac{1}{x^2-4}\ dx\)

Answer.

\(-1/4\ln (1/5) = 1/2\tanh ^{-1}(2/3) \approx 0.4024\)

15.

\(\displaystyle \int _{2}^\infty \frac{1}{(x-1)^2}\ dx\)

Answer.

\(1\)

16.

\(\displaystyle \int _{1}^2\frac{1}{(x-1)^2}\ dx\)

Answer.

diverges

17.

\(\displaystyle \int _{2}^\infty \frac{1}{x-1}\ dx\)

Answer.

diverges

18.

\(\displaystyle \int _{1}^2\frac{1}{x-1}\ dx\)

Answer.

diverges

19.

\(\displaystyle \int _{-1}^1 \frac{1}{x} \ dx\)

Answer.

diverges

20.

\(\displaystyle \int _{1}^3\frac{1}{x-2}\ dx\)

Answer.

diverges

21.

\(\displaystyle \int _{0}^\pi \sec ^2 x\ dx\)

Answer.

diverges

22.

\(\displaystyle \int _{-2}^1 \frac{1}{\sqrt{|x|}} \ dx\)

Answer.

\(2+2\sqrt{2}\)

23.

\(\displaystyle \int _{0}^\infty xe^{-x} \ dx\)

Answer.

\(1\)

24.

\(\displaystyle \int _{0}^\infty xe^{-x^2} \ dx\)

Answer.

\(1/2\)

25.

\(\displaystyle \int _{-\infty }^\infty xe^{-x^2} \ dx\)

Answer.

\(0\)

26.

\(\displaystyle \int _{-\infty }^\infty \frac{1}{e^x+e^{-x}} \ dx\)

Answer.

\(\pi /2\)

27.

\(\displaystyle \int _{0}^1 x\ln x \ dx\)

Answer.

\(-1/4\)

28.

\(\displaystyle \int _{0}^1 x^2\ln x \ dx\)

Answer.

\(-1/9\)

29.

\(\displaystyle \int _{1}^\infty \frac{\ln x}{x} \ dx\)

Answer.

diverges

30.

\(\displaystyle \int _{0}^1 \ln x \ dx\)

Answer.

\(-1\)

31.

\(\displaystyle \int _{1}^\infty \frac{\ln x}{x^2} \ dx\)

Answer.

\(1\)

32.

\(\displaystyle \int _{1}^\infty \frac{\ln x}{\sqrt{x}} \ dx\)

Answer.

diverges

33.

\(\displaystyle \int _{0}^\infty e^{-x}\sin x \ dx\)

Answer.

\(1/2\)

34.

\(\displaystyle \int _{0}^\infty e^{-x}\cos x \ dx\)

Answer.

\(1/2\)

Exercise Group.

In Exercises 35–44, use the Direct Comparison Test or the Limit Comparison Test to determine whether the given definite integral converges or diverges. Clearly state what test is being used and what function the integrand is being compared to.

35.

\(\displaystyle \int _{10}^\infty \frac{3}{\sqrt{3x^2+2x-5}} \ dx\)

Answer.

diverges; Limit Comparison Test with \(1/x\text{.}\)

36.

\(\displaystyle \int _{2}^\infty \frac{4}{\sqrt{7x^3-x}} \ dx\)

Answer.

converges; Limit Comparison Test with \(1/x^{3/2}\text{.}\)

37.

\(\displaystyle \int _{0}^\infty \frac{\sqrt{x+3}}{\sqrt{x^3-x^2+x+1}} \ dx\)

Answer.

diverges; Limit Comparison Test with \(1/x\text{.}\)

38.

\(\displaystyle \int _{1}^\infty e^{-x}\ln x \ dx\)

Answer.

converges; Direct Comparison Test with \(xe^{-x}\text{.}\)

39.

\(\displaystyle \int _{5}^\infty e^{-x^2+3x+1} \ dx\)

Answer.

converges; Direct Comparison Test with \(e^{-x}\text{.}\)

40.

\(\displaystyle \int _{0}^\infty \frac{\sqrt{x}}{e^x} \ dx\)

Answer.

converges; Direct Comparison Test with \(xe^{-x}\text{.}\)

41.

\(\displaystyle \int _{2}^\infty \frac{1}{x^2+\sin x} \ dx\)

Answer.

converges; Direct Comparison Test with \(1/(x^2-1)\text{.}\)

42.

\(\displaystyle \int _{0}^\infty \frac{x}{x^2+\cos x} \ dx\)

Answer.

diverges; Direct Comparison Test with \(x/(x^2+1)\text{.}\)

43.

\(\displaystyle \int _{0}^\infty \frac{1}{x+e^x} \ dx\)

Answer.

converges; Direct Comparison Test with \(1/e^x\text{.}\)

44.

\(\displaystyle \int _{0}^\infty \frac{1}{e^x-x} \ dx\)

Answer.

converges; Limit Comparison Test with \(1/e^x\text{.}\)