zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Evaluating Improper Integrals

Benjamin Wright

Benjamin Wright

6 min read

Listen to this study note

Study Guide Overview

This study guide covers improper integrals, focusing on evaluating definite integrals with infinite limits or unbounded functions. It explains how to express these integrals as limits, evaluate them using the First Fundamental Theorem of Calculus, and determine convergence or divergence. Examples and a walkthrough of a 2017 AP Calculus BC FRQ are provided.

#6.13 Evaluating Improper Integrals

Remember earlier in this unit when you had to evaluate definite integrals? Now, imagine trying to solve a definite integral with one of the boundaries, instead of being an integer, being to infinity. How would you go about doing that? Today, we’ll learn about improper integrals and how to deal with these cases. 🚀


#🟥 Recap: Definite Integrals

When coming across integration problems, you will encounter one of the following: an indefinite integral or a definite integral. Unlike indefinite integrals, which do not have boundaries, definite integrals have an upper and lower bound that can be plugged into your antiderivative to get a numerical value. Here are some examples of typical definite integrals you may have encountered in AP Calculus AB:

∫0πsin(x)dx=−cos(π)+cos(0)=2∫^π_0sin(x)dx=-cos(π)+cos(0)=2∫0π​sin(x)dx=−cos(π)+cos(0)=2

∫02e−xdx=−e−2+e0=−1e2+1∫^2_0e^{-x}dx=-e^{-2}+e^0=-\frac{1}{e^2}+1∫02​e−xdx=−e−2+e0=−e21​+1


#♾️ Evaluating Improper Integrals

An improper integral occurs when the limits of integration involve infinity or when the function being integrated becomes unbounded within the integration interval. This basically means that in the interval being evaluated, the function becomes unbounded to infinity.

In order to properly evaluate them, we must go back to Unit 1 and use limits. Limits allow for the evaluation of integral expressions where one or both of the boundaries are unbounded. When taking the limit of an improper integral, set the unbounded boundary to approach a letter and then take the limit from the lower bound to the upper bound:

∫0∞f(x)dx=lim⁡b→∞∫0bf(x)dx∫^∞_0f(x)dx=\lim_{b\to∞}∫^b_0f(x)dx∫0∞​f(x)dx=b→∞lim​∫0b​f(x)dx

Here are some steps to follow when evaluating improper integrals:

  1. 🤔 Identify the Issue: Determine whether the improper integral has one or both limits extending to infinity or if the integrand is unbounded within the integration interval.
  2. ✏️ Express as a Limit: If one or both limits are infinite, express the improper integral as a limit. For example, if integrating from a to infinity, rewrite it as the limit as b approaches infinity of the integral from a to b.
  3. 📐 Evaluate the Integral: Integrate the function as you normally would and apply the First Fundamental Theorem of Calculus:

!

The First Fundamental Theorem of Calculus

Image Courtesy of Calcworkshop

  1. 📏 Evaluate the Limit: Now, evaluate the limit that you've introduced in step 2. This involves considering what happens to the integral as the bound approaches its infinite or unbounded value.
  2. 🏁 Check for Convergence: Determine whether the limit converges or diverges. If the limit approaches a finite value, the improper integral converges; if it approaches infinity or doesn't exist, it diverges.

#🧠 Improper Integrals Example 1

∫011xdx∫^1_0\frac{1}{\sqrt{x}}dx∫01​x​1​dx

🤔 Step 1) Identify the Issue:

In the integral above, the graph is unbounded at x=0. ✏️ Step 2) Express as a Limit:

lim⁡a→0∫a11xdx\lim_{a\to0}∫^1_a\frac{1}{\sqrt{x}}dxa→0lim​∫a1​x​1​dx

📐 Step 3) Evaluate the Integral:

lim⁡a→0∫a1x−12dx\lim_{a\to0}∫^1_ax^{-\frac{1}{2}}dxa→0lim​∫a1​x−21​dx

lim⁡a→0[2x∣a1]\lim_{a\to0}[2\sqrt{x}|^1_a]a→0lim​[2x​∣a1​]

lim⁡a→0[2−2a]\lim_{a\to0}[2-2\sqrt{a}]a→0lim​[2−2a​]

📏 Step 4) Evaluate the Limit:

lim⁡a→0[2−2a]\lim_{a\to0}[2-2\sqrt{a}]a→0lim​[2−2a​]

222

🏁 Step 5) Check for Convergence:

The limit approaches 2, a finite number, which means the improper integral converges at 2. !Screenshot 2024-01-20 121928.png

Graph Displaying f(x)=1/sqrt(x)

Image Courtesy of Desmos

#🧠 Improper Integrals Example 2

Find the area of the function y=ex4+e2xy=\frac{e^x}{4+e^{2x}}y=4+e2xex​ from −∞-∞−∞ to ∞∞∞ or state that it converges.

!Screenshot 2024-01-20 122104.png

Graph displaying the function y is equal to e^2/4+e^2x

Image Courtesy of Desmos

A=∫−∞∞ex4+e2xdxA=∫^∞_{-∞}\frac{e^x}{4+e^{2x}}dxA=∫−∞∞​4+e2xex​dx

Since both the upper and lower boundaries are unbounded, we must split the integral into two by choosing an arbitrary point in between the bounds. By choosing ln⁡2\ln2ln2 (the global maximum of the function), we make it so both to the left and the right of ln⁡2\ln2ln2 are equal in area, so we only have to manipulate one side of the integral:

=2lim⁡b→∞∫ln2bex4+e2xdx=2\lim_{b\to∞}∫^b_{ln2}\frac{e^x}{4+e^{2x}}dx=2b→∞lim​∫ln2b​4+e2xex​dx

u=exu=e^xu=ex

u2=e2xu^2=e^{2x}u2=e2x

2udu=2e2xdx2udu=2e^{2x}dx2udu=2e2xdx

dx=duexdx=\frac{du}{e^x}dx=exdu​

=2lim⁡b→∞∫ln2b14+u2du=2\lim_{b\to∞}∫^b_{ln2}\frac{1}{4+u^2}du=2b→∞lim​∫ln2b​4+u21​du

=2lim⁡b→∞[12arctan⁡(ex2)∣ln⁡2b]=2\lim_{b\to∞}[\frac{1}{2}\arctan(\frac{e^x}{2})|^b_{\ln2}]=2b→∞lim​[21​arctan(2ex​)∣ln2b​]

=lim⁡b→∞[arctan⁡(eb2)−arctan⁡(eln⁡22)]=\lim_{b\to∞}[\arctan(\frac{e^b}{2})-\arctan(\frac{e^{\ln2}}{2})]=b→∞lim​[arctan(2eb​)−arctan(2eln2​)]

=π2−π4=\frac{π}{2}-\frac{π}{4}=2π​−4π​

=π4=\frac{π}{4}=4π​

So, the area of this unbounded shaded region is π4\frac{π}{4}4π​. Great job! 🤗


#🖊️ 2017 AP Calc Exam #5c Walkthrough

The following free-response question (FRQ) is Question 5 (c) from the 2017 AP Calculus BC Examination administered by College Board. All credit to College Board.

Let fff be the function defined by…

f(x)=32x2−7x+5f(x)=\frac{3}{2x^2-7x+5}f(x)=2x2−7x+53​

Using the following identity, evaluate ∫5∞f(x)dx∫^∞_5f(x)dx∫5∞​f(x)dx or show that the integral diverges.

32x2−7x+5=22x−5−1x−1\frac{3}{2x^2-7x+5}=\frac{2}{2x-5}-\frac{1}{x-1}2x2−7x+53​=2x−52​−x−11​

Let’s go through it! ⬇️

To solve this question, all we must do is express the integral as a limit and determine whether or not it diverges.

lim⁡b→∞∫5bf(x)dx\lim_{b\to∞}∫^b_5f(x)dxb→∞lim​∫5b​f(x)dx

Because the partial fraction is already given to us, all we must do is substitute it into our integrand and solve normally:

lim⁡b→∞∫5b[22x−5−1x−1]dx\lim_{b\to∞}∫^b_5[\frac{2}{2x-5}-\frac{1}{x-1}]dxb→∞lim​∫5b​[2x−52​−x−11​]dx

lim⁡b→∞[ln⁡∣2x−5∣−ln⁡∣x−1∣]5b\lim_{b\to\infin}[\ln|2x-5|-\ln|x-1|]^b_5b→∞lim​[ln∣2x−5∣−ln∣x−1∣]5b​

lim⁡b→∞[ln⁡∣2b−5∣−ln⁡∣b−1∣−ln⁡5+ln⁡4]\lim_{b\to∞}[\ln|2b-5|-\ln|b-1|-\ln5+\ln4]b→∞lim​[ln∣2b−5∣−ln∣b−1∣−ln5+ln4]

ln⁡2−ln⁡(54)=ln⁡(85)\ln2-\ln(\frac{5}{4})=\ln(\frac{8}{5})ln2−ln(45​)=ln(58​)

Awesome work! 👍


#⭐️ Closing

Well done! You have now learned how to successfully evaluate improper integrals and distinguish whether or not the area of these integrals converge or diverge. Make sure to keep practicing and improving your skills. 😊

Explore more resources

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Question 1 of 11

Which of the following integrals is considered an improper integral? 🤔

∫12x2dx∫^2_1 x^2 dx∫12​x2dx

∫05sin(x)dx∫^5_0 sin(x) dx∫05​sin(x)dx

∫1∞1x2dx∫^∞_1 \frac{1}{x^2} dx∫1∞​x21​dx

∫03e−xdx∫^3_0 e^{-x} dx∫03​e−xdx