Welcome to the World of Improper Integrals!
Hi there! You’ve already mastered standard integration in H2 Mathematics, where we usually find the area under a curve between two nice, fixed points. But what happens if the area stretches out forever toward infinity? Or what if the function itself shoots up to infinity somewhere in the middle?
In this chapter, we are going to learn how to handle these "rule-breaking" integrals. Don't worry if this seems tricky at first—once you see the pattern, it’s just H2 integration with a "limit" twist at the end. Let’s dive in!
1. What Makes an Integral "Improper"?
A "proper" integral (the ones you did in H2) has a finite interval and a function that stays "well-behaved" (it doesn't blow up to infinity). An improper integral is one where at least one of these two things happens:
- Infinite Limits: The interval of integration is infinite (e.g., from 1 to \(\infty\)).
- Infinite Discontinuities: The function being integrated goes to \(\infty\) or \(-\infty\) at or between the limits of integration.
Analogy: Think of a proper integral like painting a wall of a specific size. An improper integral is like trying to paint a hallway that never ends, or a wall that is infinitely tall. Surprisingly, sometimes you only need a finite amount of paint to do it!
2. Type 1: Infinite Limits of Integration
These are easy to spot because you will see the \(\infty\) symbol on the top or bottom of the integral sign.
To solve these, we don't just "plug in" infinity (because infinity isn't a number!). Instead, we replace the infinity with a variable (like \(b\)) and then see what happens as \(b\) gets bigger and bigger using limits.
How to Solve:
If we have \(\int_{a}^{\infty} f(x) dx\), we write it as:
\( \lim_{b \to \infty} \int_{a}^{b} f(x) dx \)
Step-by-Step Example: Evaluate \(\int_{1}^{\infty} \frac{1}{x^2} dx\)
- Replace: \(\lim_{b \to \infty} \int_{1}^{b} x^{-2} dx\)
- Integrate: \(\lim_{b \to \infty} [-\frac{1}{x}]_{1}^{b}\)
- Substitute: \(\lim_{b \to \infty} (-\frac{1}{b} - (- \frac{1}{1})) = \lim_{b \to \infty} (1 - \frac{1}{b})\)
- Apply Limit: As \(b\) goes to \(\infty\), \(\frac{1}{b}\) goes to \(0\). So, the answer is \(1 - 0 = \mathbf{1}\).
Did you know? Even though the area goes on forever horizontally, the total area is exactly 1 unit! We call this a Convergent integral.
Key Takeaway:
If the limit results in a finite number, the integral converges. If the limit is \(\infty\) or doesn't exist, the integral diverges.
3. Type 2: Infinite Discontinuities
These are "sneakier" because the limits might look like normal numbers, but the function "explodes" at a certain point. This happens often when there is a zero in the denominator.
Example: \(\int_{0}^{1} \frac{1}{\sqrt{x}} dx\). At \(x = 0\), the function \(\frac{1}{\sqrt{x}}\) is undefined (division by zero).
How to Solve:
We replace the "problem point" with a variable (like \(t\)) and approach it from the safe side.
\( \lim_{t \to 0^+} \int_{t}^{1} x^{-1/2} dx \)
Quick Calculation:
\(= \lim_{t \to 0^+} [2\sqrt{x}]_{t}^{1}\)
\(= \lim_{t \to 0^+} (2\sqrt{1} - 2\sqrt{t})\)
\(= 2 - 0 = \mathbf{2}\). (This integral converges!)
Memory Aid: The "Safety First" Rule
If you see a number in the integral that makes the denominator zero, stop! Don't just integrate. Treat it as a limit approaching that "danger zone."
4. Convergence vs. Divergence
This is a major part of H3 Mathematics. You aren't just calculating; you are determining if a value even exists.
- Convergent: The area is finite. The limit exists and is a real number.
- Divergent: The area is infinite. The limit is \(\infty\), \(-\infty\), or oscillates.
Quick Review: The p-test (Very useful for multiple choice or quick checks!)
For \(\int_{1}^{\infty} \frac{1}{x^p} dx\):
- It converges if \(p > 1\)
- It diverges if \(p \leq 1\)
5. Common Mistakes to Avoid
The "Blind Integration" Trap:
Consider \(\int_{-1}^{1} \frac{1}{x^2} dx\).
If you integrate blindly, you get \([-\frac{1}{x}]_{-1}^{1} = -1 - (1) = -2\).
Wait! \(\frac{1}{x^2}\) is always positive, so the area can't be negative. The mistake is ignoring the discontinuity at \(x = 0\). You must split this into two integrals: \(\int_{-1}^{0} \dots + \int_{0}^{1} \dots\) and check both. If even one diverges, the whole thing diverges!
Mixing up Limits:
Always write the limit notation (\(\lim_{b \to \infty}\)) in every step until you actually apply it. This keeps your working mathematically sound for the examiners.
6. Summary and Final Checklist
Before you finish a problem, ask yourself:
- Does the integral have an \(\infty\) in the limits? (Type 1)
- Does the function blow up anywhere in the interval? (Type 2)
- Did I replace the problem point with a limit?
- Does the final limit result in a finite number (Convergent) or not (Divergent)?
Key Takeaway: Improper integrals are just regular integrals with a limit attached to handle "infinity" safely. Master the limit notation, and you've mastered the chapter!