Section 1: Integration Techniques - 1: Review of Riemann Sums and Definite Integrals
This section revisits the foundational concepts that define the definite integral: Riemann sums and their limit. Understanding this is crucial before advancing to sophisticated integration techniques.
The Area Problem & Riemann Sums
Imagine finding the area under the curve y=f(x) between x=a and x=b, where f(x) is continuous and non-negative. A Riemann sum approximates this area. Here's how:
- Partition: Divide [a,b] into n subintervals using points: a=x0<x1<x2<...<xn=b.
- Widths: The width of the ith subinterval [xi−1,xi] is Δxi=xi−xi−1. Often, regular partitions (Δxi=Δx=nb−a) are used.
- Sample Points: Choose a sample point xi∗ within each subinterval [xi−1,xi] (e.g., left endpoint, right endpoint, midpoint).
- Sum: Form the sum of areas of rectangles built on each subinterval:
Rn=i=1∑nf(xi∗)Δxi
This sum Rn is a Riemann sum. It represents the total area of the rectangles approximating the region under the curve.
The Definite Integral as a Limit
The approximation improves as the number of subintervals n increases and the maximum subinterval width (∥Δx∥=maxΔxi) approaches zero. The definite integral of f(x) from a to b is defined as the limit of these Riemann sums:
∫abf(x)dx=∥Δx∥→0limi=1∑nf(xi∗)Δxi
If this limit exists (which it does for continuous functions on [a,b]), f is said to be integrable on [a,b]. Geometrically, for non-negative f(x), this integral represents the exact net area between the curve and the x-axis over [a,b].
Key Properties of Definite Integrals
Definite integrals obey essential algebraic rules vital for computation and manipulation:
- Linearity:
∫ab[c1f(x)+c2g(x)]dx=c1∫abf(x)dx+c2∫abg(x)dx
- Additivity over Intervals: For a<c<b,
∫abf(x)dx=∫acf(x)dx+∫cbf(x)dx
- Order Preservation: If f(x)≤g(x) on [a,b], then
∫abf(x)dx≤∫abg(x)dx
- Reversing Limits: ∫abf(x)dx=−∫baf(x)dx.
- Integral of a Constant: ∫abcdx=c(b−a).
While the Riemann sum definition provides the core meaning, the Fundamental Theorem of Calculus (covered next) furnishes the primary tool for actually evaluating definite integrals. Mastery of this limit process and integral properties is essential for understanding advanced integration methods.