Evaluating Improper Integrals
Help Questions
AP Calculus BC › Evaluating Improper Integrals
Compute $\int_{-\infty}^{0} \frac{1}{1+x^2},dx$; does it converge, and what is the value?
Converges to $\tfrac{\pi}{2}$
Converges to $1$
Converges to $\pi$
Converges to $0$
Diverges
Explanation
This problem requires evaluating an improper integral with an infinite lower limit. To evaluate $\int_{-\infty}^{0} \frac{1}{1+x^2},dx$, we write it as $\lim_{t \to -\infty} \int_{t}^{0} \frac{1}{1+x^2},dx$. The antiderivative of $\frac{1}{1+x^2}$ is $\arctan(x)$, so we have $\lim_{t \to -\infty} [\arctan(x)]{t}^{0} = \lim{t \to -\infty} (\arctan(0) - \arctan(t)) = \lim_{t \to -\infty} (0 - \arctan(t))$. As $t \to -\infty$, we have $\arctan(t) \to -\frac{\pi}{2}$, so the integral converges to $0 - (-\frac{\pi}{2}) = \frac{\pi}{2}$. A common error is thinking $\arctan(t) \to -\pi$ as $t \to -\infty$, but the range of arctangent is $(-\frac{\pi}{2}, \frac{\pi}{2})$. When evaluating improper integrals involving arctangent, remember its horizontal asymptotes are at $\pm\frac{\pi}{2}$.
A model spikes at $x=0$; analyze $\int_{0}^{1} \frac{1}{x},dx$ for convergence and, if applicable, its value.
Diverges
Converges to $0$
Converges to $\ln 1$
Converges to $\infty$
Converges to $1$
Explanation
This problem requires evaluating the improper integral $\int_{0}^{1} \frac{1}{x},dx$, which has a vertical asymptote at $x = 0$. We rewrite this as $\lim_{a \to 0^+} \int_{a}^{1} \frac{1}{x},dx$. The antiderivative of $\frac{1}{x}$ is $\ln|x|$, so we have $\lim_{a \to 0^+} [\ln|x|]{a}^{1} = \lim{a \to 0^+} (\ln 1 - \ln a) = \lim_{a \to 0^+} (0 - \ln a) = \lim_{a \to 0^+} (-\ln a)$. As $a \to 0^+$, we have $\ln a \to -\infty$, so $-\ln a \to +\infty$, meaning the integral diverges. Students might confuse this with the convergent integral $\int_{0}^{1} \frac{1}{\sqrt{x}},dx$, but the key difference is that $\frac{1}{x}$ approaches infinity too rapidly near $x = 0$. For improper integrals with vertical asymptotes at $x = 0$, $\int_{0}^{c} \frac{1}{x^p},dx$ converges if and only if $p < 1$; here $p = 1$, so it diverges.
A long-run average uses $\int_{1}^{\infty} \frac{1}{x(\ln x)^2},dx$; determine convergence and the integral’s value.
Converges to $\tfrac{1}{\ln 2}$
Converges to $1$
Diverges
Converges to $\tfrac{1}{\ln 1}-\tfrac{1}{\ln \infty}$
Converges to $\tfrac{1}{\ln 1}$
Explanation
This problem involves evaluating the improper integral $\int_{1}^{\infty} \frac{1}{x(\ln x)^2},dx$. We use the substitution $u = \ln x$, so $du = \frac{1}{x},dx$, and when $x = 1$, $u = 0$; as $x \to \infty$, $u \to \infty$. The integral becomes $\int_{0}^{\infty} \frac{1}{u^2},du$, but this has a problem: the integrand has a vertical asymptote at $u = 0$. We must evaluate $\lim_{a \to 0^+} \int_{a}^{\infty} \frac{1}{u^2},du$. However, $\int_{a}^{\infty} \frac{1}{u^2},du = \lim_{b \to \infty} \left[-\frac{1}{u}\right]{a}^{b} = \lim{b \to \infty} \left(-\frac{1}{b} + \frac{1}{a}\right) = \frac{1}{a}$. As $a \to 0^+$, this approaches $+\infty$, so the integral diverges. Students might think the integral converges because both $\frac{1}{x}$ and $\frac{1}{(\ln x)^2}$ approach 0 as $x \to \infty$, but the issue is the behavior near $x = 1$ where $\ln x \to 0$. When substituting in improper integrals, always check if the substitution creates new discontinuities.
An intensity function is $\frac{1}{(x-2)^2}$; decide whether $\int_{0}^{3} \frac{1}{(x-2)^2},dx$ converges and its value.
Converges to $\tfrac{1}{2}$
Converges to $1$
Diverges
Converges to $\tfrac{3}{2}$
Converges to $\infty$
Explanation
This problem involves evaluating an improper integral with a vertical asymptote inside the interval of integration. For $\int_{0}^{3} \frac{1}{(x-2)^2},dx$, the integrand has a vertical asymptote at $x = 2$, which lies within $[0,3]$. We must split the integral: $\int_{0}^{3} \frac{1}{(x-2)^2},dx = \int_{0}^{2} \frac{1}{(x-2)^2},dx + \int_{2}^{3} \frac{1}{(x-2)^2},dx$. For the first part: $\lim_{b \to 2^-} \int_{0}^{b} \frac{1}{(x-2)^2},dx = \lim_{b \to 2^-} \left[-\frac{1}{x-2}\right]{0}^{b} = \lim{b \to 2^-} \left(-\frac{1}{b-2} - \frac{1}{2}\right)$. As $b \to 2^-$, we have $b-2 \to 0^-$, so $-\frac{1}{b-2} \to +\infty$. Since the first integral diverges, the entire integral diverges. A common mistake is evaluating the antiderivative directly from 0 to 3 without recognizing the discontinuity, which would give the nonsensical result $-\frac{1}{1} - (-\frac{1}{-2}) = -\frac{3}{2}$. Always check for discontinuities within the integration interval before evaluating.
A probability tail is proportional to $\int_{1}^{\infty} \frac{1}{x},dx$; does the improper integral converge, and what is its value?
Converges to $\infty$
Converges to $0$
Diverges
Converges to $\ln 1$
Converges to $1$
Explanation
This problem asks us to evaluate the improper integral $\int_{1}^{\infty} \frac{1}{x},dx$, which is a classic example in calculus. We rewrite this as $\lim_{t \to \infty} \int_{1}^{t} \frac{1}{x},dx$. The antiderivative of $\frac{1}{x}$ is $\ln|x|$, so we have $\lim_{t \to \infty} [\ln|x|]{1}^{t} = \lim{t \to \infty} (\ln t - \ln 1) = \lim_{t \to \infty} \ln t$. Since $\ln t \to \infty$ as $t \to \infty$, this integral diverges. Students might incorrectly think that because $\frac{1}{x} \to 0$ as $x \to \infty$, the integral must converge, but the function doesn't approach zero fast enough. The key insight is that $\int \frac{1}{x^p},dx$ converges at infinity if and only if $p > 1$; here $p = 1$, so it diverges.
A density has a vertical asymptote at $x=0$; determine whether $\int_{0}^{1} \frac{1}{\sqrt{x}},dx$ converges and its value.
Converges to $2$
Converges to $\tfrac{1}{2}$
Diverges
Converges to $1$
Converges to $\infty$
Explanation
This problem involves evaluating an improper integral with a vertical asymptote at the lower limit. For $\int_{0}^{1} \frac{1}{\sqrt{x}},dx = \int_{0}^{1} x^{-1/2},dx$, we write it as $\lim_{a \to 0^+} \int_{a}^{1} x^{-1/2},dx$. The antiderivative of $x^{-1/2}$ is $\frac{x^{1/2}}{1/2} = 2x^{1/2} = 2\sqrt{x}$. Evaluating: $\lim_{a \to 0^+} [2\sqrt{x}]{a}^{1} = \lim{a \to 0^+} (2\sqrt{1} - 2\sqrt{a}) = \lim_{a \to 0^+} (2 - 2\sqrt{a})$. Since $\sqrt{a} \to 0$ as $a \to 0^+$, the integral converges to $2 - 0 = 2$. A common error is thinking the integral diverges because the integrand approaches infinity at $x = 0$, but what matters is whether the area under the curve is finite. For integrals with vertical asymptotes, check if the antiderivative has a finite limit at the problematic point.
For a decay process, evaluate $\int_{0}^{\infty} e^{-3x},dx$; does it converge, and to what value?
Converges to $0$
Converges to $\infty$
Converges to $\tfrac{1}{3}$
Diverges
Converges to $3$
Explanation
This problem involves evaluating an improper integral of an exponential function over an infinite interval. To evaluate $\int_{0}^{\infty} e^{-3x},dx$, we write it as $\lim_{t \to \infty} \int_{0}^{t} e^{-3x},dx$. The antiderivative of $e^{-3x}$ is $-\frac{1}{3}e^{-3x}$ (using the chain rule in reverse), so we get $\lim_{t \to \infty} \left[-\frac{1}{3}e^{-3x}\right]{0}^{t} = \lim{t \to \infty} \left(-\frac{1}{3}e^{-3t} - (-\frac{1}{3}e^{0})\right)$. This simplifies to $\lim_{t \to \infty} \left(-\frac{1}{3}e^{-3t} + \frac{1}{3}\right)$. Since $e^{-3t} \to 0$ as $t \to \infty$, the integral converges to $0 + \frac{1}{3} = \frac{1}{3}$. A common mistake is forgetting the factor of $\frac{1}{3}$ from the chain rule, which would incorrectly give 1. When integrating exponentials with coefficients in the exponent, always remember to divide by that coefficient.
A signal has amplitude $a(x)=\frac{1}{x}$ for $x\in(0,1]$; does $\int_{0}^{1} a(x),dx$ converge, and to what value?
Converges to $\tfrac{1}{2}$
Converges to $1$
Converges to $0$
Diverges
Converges to $\ln(2)$
Explanation
Evaluating improper integrals involves determining whether they converge and finding their value if they do, often by taking limits. To assess ∫ from 0 to 1 of 1/x dx, express it as the limit as a approaches 0 from the right of the integral from a to 1. The antiderivative is ln|x|, so evaluate $lim_{a→0+}$ [ln1 - ln a] which is 0 - (-∞) = ∞. Thus, the integral diverges. A tempting distractor might be to compute it as ln1 - ln0 = -∞, but ln0 is undefined and the limit properly shows divergence to infinity, not convergence to a finite value like ln2. A general strategy for improper integrals near singularities is to isolate the problematic point and evaluate the limit carefully.
A decay model uses $h(x)=e^{-x}$ for $x\ge0$; does $\int_{0}^{\infty} h(x),dx$ converge, and to what value?
Converges to $1$
Converges to $0$
Converges to $\tfrac{1}{e}$
Diverges
Converges to $e$
Explanation
Evaluating improper integrals involves determining whether they converge and finding their value if they do, often by taking limits. To assess ∫ from 0 to ∞ of $e^{-x}$ dx, express it as the limit as b approaches infinity of the integral from 0 to b. The antiderivative is $-e^{-x}$, so evaluate $lim_{b→∞}$ $[-e^{-b}$ + $e^{0}$] which is 0 + 1 = 1. Thus, the integral converges to 1. A tempting distractor might be to think it converges to 0 because $e^{-∞}$=0, but forgetting the +1 from the lower bound leads to that error. A general strategy for improper integrals with exponential decay is to recognize their rapid convergence and compute limits directly.
A signal has intensity $I(x)=\frac{1}{1+x^2}$ for $x\ge0$; does $\int_{0}^{\infty}\frac{1}{1+x^2},dx$ converge, and to what value?
Diverges
Converges to $1$
Converges to $\frac{1}{2}$
Converges to $\frac{\pi}{2}$
Converges to $\pi$
Explanation
This question tests the skill of evaluating improper integrals. To evaluate the improper integral ∫ from 0 to ∞ of $1/(1+x^2$) dx, replace the upper limit with b and take the limit as b approaches infinity of the integral from 0 to b. The antiderivative is arctan(x), so evaluating from 0 to b gives arctan(b) - arctan(0) = arctan(b). As b approaches infinity, arctan(b) approaches π/2, so the integral converges to π/2. A tempting distractor is 'Converges to π' by confusing it with the full range from -∞ to ∞, but this fails as the integral is only from 0 to ∞. A transferable strategy for improper integrals at infinity is to find the antiderivative and evaluate the limit, checking if it approaches a finite value.