Improper Integrals & Advanced Integration Techniques — AP Calculus BC
1. Improper Integrals: Type I and Type II ★★☆☆☆ ⏱ 5 min
Standard definite integrals require finite integration bounds and a continuous, bounded integrand. Improper integrals relax one or both of these constraints, and are split into two core categories:
- **Type I**: One or both bounds of integration are $\infty$ or $-\infty$
- **Type II**: The integrand has a discontinuity (typically a vertical asymptote) at or between the bounds of integration
To evaluate any improper integral, rewrite it as a limit of a proper definite integral, then evaluate the limit. If the limit exists and is finite, the integral *converges*; if not, it *diverges*.
\int_{a}^{\infty} f(x) dx = \lim_{t \to \infty} \int_{a}^{t} f(x) dx \quad \text{(Type I, continuous on } [a, \infty))
\int_{a}^{b} f(x) dx = \lim_{t \to b^-} \int_{a}^{t} f(x) dx \quad \text{(Type II, discontinuity at } b)
The p-test is a fast convergence check for common power function integrals, frequently tested on the AP exam:
- Type I ($\int_{1}^{\infty} \frac{1}{x^p} dx$): Converges if $p > 1$, diverges if $p \leq 1$
- Type II ($\int_{0}^{1} \frac{1}{x^p} dx$): Converges if $p < 1$, diverges if $p \geq 1$
2. Integration by Parts ★★☆☆☆ ⏱ 4 min
Integration by parts is derived from the product rule for differentiation, and is used to integrate products of functions that cannot be solved with basic substitution.
For products of trigonometric and exponential functions, you may need to apply integration by parts twice and solve for the original integral algebraically, a common AP BC exam question structure.
3. Partial Fraction Decomposition ★★★☆☆ ⏱ 5 min
Partial fraction decomposition breaks rational functions (ratios of two polynomials) into simpler, easier-to-integrate fractions. This technique only works for *proper* rational functions, where the degree of the numerator is strictly less than the degree of the denominator. If the numerator degree is equal or higher, perform polynomial long division first to get a polynomial plus a proper rational function.
- Factor the denominator fully into linear and irreducible quadratic factors
- Write a decomposition with unknown constants, following rules for repeated factors and quadratic factors
- Multiply both sides by the full denominator, solve for constants by substituting roots or equating coefficients
- Integrate each simpler term separately
4. Integration as Accumulation in Physics Models ★★★☆☆ ⏱ 5 min
The Fundamental Theorem of Calculus tells us that the definite integral of a rate of change over an interval gives the total change in the quantity over that interval. This principle is heavily tested in the first two free-response questions of the AP BC exam, usually in a physics or real-world context.
- **Displacement**: $\int_{t_1}^{t_2} v(t) dt$, where $v(t)$ is velocity
- **Total distance traveled**: $\int_{t_1}^{t_2} |v(t)| dt$, where $|v(t)|$ is speed
- **Work done by a variable force**: $\int_{a}^{b} F(x) dx$, where $F(x)$ is force at position $x$
- **Total quantity/flow**: $\int_{t_1}^{t_2} r(t) dt$, where $r(t)$ is a rate of change of quantity
5. AP-Style Concept Check Practice ★★★☆☆ ⏱ 3 min
Common Pitfalls
Why: Students confuse infinite bounds with large finite values
Why: Students forget the LIATE priority rule for selecting $u$
Why: Students skip the pre-check step for rational functions before decomposition
Why: Students miss the absolute value requirement for speed when calculating total distance
Why: Students memorize the rule without understanding the context of function growth/decay