Photo AI

Last Updated Sep 27, 2025

Improper Integrals Simplified Revision Notes

Revision notes with simplified explanations to understand Improper Integrals quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

254+ students studying

5.2.1 Improper Integrals

What Are Improper Integrals?

An improper integra****l arises when:

  1. The integrand is undefined at one or more points within the range of integration.
  2. The range of integration extends to infinity. Despite these issues, improper integrals can often be evaluated by taking limits. For instance, integrals involving functions with vertical asymptotes or those defined over infinite intervals are common examples.

How to Evaluate Improper Integrals

Undefined Integrand at a Point (Type I):

For example, consider:

021xdx\int_0^2 \frac{1}{\sqrt{x}} \, dx

The integrand 1x\frac{1}{\sqrt{x}} becomes undefined at x = 0.

Solution Method:

Replace the problematic limit with a parameter tt, then evaluate the limit:

021xdx=limt0+t21xdx\int_0^2 \frac{1}{\sqrt{x}} \, dx = \lim_{t \to 0^+} \int_t^2 \frac{1}{\sqrt{x}} \, dx

Infinite Limits of Integration (Type II):

For example, consider:

11x2dx\int_1^\infty \frac{1}{x^2} \, dx

Here, the upper limit extends to infinity.

Solution Method:

Replace \infty with a parameter tt, then take the limit:

11x2dx=limt1t1x2dx\int_1^\infty \frac{1}{x^2} \, dx = \lim_{t \to \infty} \int_1^t \frac{1}{x^2} \, dx

Worked Examples

lightbulbExample

Example 1: Evaluate 11x2dx\int_1^\infty \frac{1}{x^2} \, dx


Step 1**: Set up the limit:**

Replace the infinite limit with a parameter tt:

11x2dx=limt1t1x2dx\int_1^\infty \frac{1}{x^2} \, dx = \lim_{t \to \infty} \int_1^t \frac{1}{x^2} \, dx

Step 2**: Integrate:**

The antiderivative of 1x2\frac{1}{x^2} is 1x\frac{1}{x}:

1t1x2dx=[1x]1t=1t+11\int_1^t \frac{1}{x^2} \, dx = \left[ -\frac{1}{x} \right]_1^t = -\frac{1}{t} + \frac{1}{1}

Step 3: Take the limit:

As tt \to \infty,1t0 \frac{1}{t} \to 0:

limt(1t+1)=0+1=1\lim_{t \to \infty} \left( -\frac{1}{t} + 1 \right) = 0 + 1 = 1

Result:

11x2dx=:success[1]\int_1^\infty \frac{1}{x^2} \, dx = :success[1]
lightbulbExample

Example 2: Evaluate 021xdx\int_0^2 \frac{1}{\sqrt{x}} \, dx


Step 1: Set up the limit:

The integrand is undefined at x = 0.

Replace this limit with tt:

021xdx=limt0+t21xdx\int_0^2 \frac{1}{\sqrt{x}} \, dx = \lim_{t \to 0^+} \int_t^2 \frac{1}{\sqrt{x}} \, dx

Step 2: Integrate:

The antiderivative of 1x\frac{1}{\sqrt{x}} is 2x2\sqrt{x}:

t21xdx=[2x]t2=222t\int_t^2 \frac{1}{\sqrt{x}} \, dx = \left[ 2\sqrt{x} \right]_t^2 = 2\sqrt{2} - 2\sqrt{t}

Step 3: Take the limit:

As t0+t \to 0^+, t0\sqrt{t} \to 0

limt0+(222t)=22\lim_{t \to 0^+} \left( 2\sqrt{2} - 2\sqrt{t} \right) = 2\sqrt{2}

Result:

021xdx=:success[22]\int_0^2 \frac{1}{\sqrt{x}} \, dx = :success[2\sqrt{2}]
lightbulbExample

Example 3: Evaluate 0exdx\int_0^\infty e^{-x} \, dx


Step 1: Set up the limit:

The upper limit is infinite:

0exdx=limt0texdx\int_0^\infty e^{-x} \, dx = \lim_{t \to \infty} \int_0^t e^{-x} \, dx

Step 2: Integrate:

The antiderivative of exe^{-x} is ex−e^{-x}:

0texdx=[ex]0t=(ete0)\int_0^t e^{-x} \, dx = \left[ -e^{-x} \right]_0^t = -(e^{-t} - e^0)

Step 3: Take the limit:

As tt \to \infty, et0e^{-t} \to 0:

limt(et+1)=0+1=1\lim_{t \to \infty} \left( -e^{-t} + 1 \right) = 0 + 1 = 1

Result:

0exdx=:success[1]\int_0^\infty e^{-x} \, dx = :success[1]
lightbulbExample

Example 4:

11x2dx\int_{1}^{\infty} \frac{1}{x^2} \, dx

Step 1: Replace the undefined limit with a constant, say t, and perform the integration:

1tx2dx=[x1]1t=(t1+1)\int_{1}^{t} x^{-2} \, dx = \left[ -x^{-1} \right]_{1}^{t} = -(t^{-1} + 1)

Step 2: Show the process of tt approaching the undefined limit:

limt(t1+1)=limt(t1)=0+1=0+1=:success[1]\lim_{t \to \infty} \left( -t^{-1} + 1 \right) = \underbrace{\lim_{t \to \infty} \left( -t^{-1}{} \right)}_{\text{=0}} + 1 = 0 + 1 = :success[1]

Note Summary

infoNote

Common Mistakes:

  1. Failing to recognize the need for limits: Improper integrals require setting up a limit if the range is infinite or the integrand is undefined.

  2. Incorrect integration bounds: When replacing the improper part with a parameter, ensure the bounds match the scenario (e.g., 0^+ for undefined values at 0).

  3. Forgetting to evaluate the limit: Always complete the problem by calculating the limit after integration.

  4. Misapplying the fundamental theorem of calculus: Ensure continuity of the function on the interval before applying integration.

infoNote

Key Formulas:

  1. Improper Integral with Infinite Bounds:
af(x)dx=limtatf(x)dx\int_a^\infty f(x) \, dx = \lim_{t \to \infty} \int_a^t f(x) \, dx
  1. Improper Integral with Undefined Integrand:
abf(x)dx=limtc±atf(x)dx\int_a^b f(x) \, dx = \lim_{t \to c^\pm} \int_a^t f(x) \, dx

where c is the point of discontinuity.

  1. Convergence of 11xpdx\int_1^\infty \frac{1}{x^p} \, dx:
11xpdx converges if and only if :highlight[p>1]\int_1^\infty \frac{1}{x^p} \, dx \text{ converges if and only if } :highlight[p > 1]
  1. Exponential Decay Integral:
0ekxdx=1k,:highlight[k>0]\int_0^\infty e^{-kx} \, dx = \frac{1}{k}, \quad :highlight[k > 0]
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Improper Integrals

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

50 flashcards

Flashcards on Improper Integrals

Revise key concepts with interactive flashcards.

Try Further Maths Core Pure Flashcards

5 quizzes

Quizzes on Improper Integrals

Test your knowledge with fun and engaging quizzes.

Try Further Maths Core Pure Quizzes

29 questions

Exam questions on Improper Integrals

Boost your confidence with real exam questions.

Try Further Maths Core Pure Questions

27 exams created

Exam Builder on Improper Integrals

Create custom exams across topics for better practice!

Try Further Maths Core Pure exam builder

50 papers

Past Papers on Improper Integrals

Practice past papers to reinforce exam experience.

Try Further Maths Core Pure Past Papers

Other Revision Notes related to Improper Integrals you should explore

Discover More Revision Notes Related to Improper Integrals to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Methods in Calculus

Mean Value of a Function

user avatar
user avatar
user avatar
user avatar
user avatar

350+ studying

183KViews

96%

114 rated

Methods in Calculus

Integrating with Partial Fractions

user avatar
user avatar
user avatar
user avatar
user avatar

346+ studying

199KViews

96%

114 rated

Methods in Calculus

Calculus Involving Inverse Trig

user avatar
user avatar
user avatar
user avatar
user avatar

246+ studying

200KViews

96%

114 rated

Methods in Calculus

Integration by Substitution

user avatar
user avatar
user avatar
user avatar
user avatar

389+ studying

186KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered