Section 5.6: Approximating Sums Suppose we want to compute the signed area of a region bounded by the graph of a function from x = a to x = b.
Let’s try an easier one first...
Now, back to the bigger challenge... Maybe we can approximate the area...
An underestimate!
Maybe we can approximate the area... An overestimate!
Maybe we can approximate the area... Looking better!
Maybe we can approximate the area... Better yet!
Definition of a Riemann Sum Let the interval [a, b] be partitioned into n subintervals by any n+1 points a = x 0 < x 1 < x 2 < … < x n-1 < x n = b and let x i = x i – x i-1 denote the width of the i th subinterval. Within each subinterval [x i-1, x i ], choose any sampling point c i. The sum S n = f (c 1 ) x 1 + f (c 2 ) x 2 + … + f (c n ) x n is a Riemann sum with n subdivisions for f on [a, b].
Commonly Used Riemann Sums Left-hand Right-hand Midpoint
The Definite Integral as a Limit Let a function f (x) be defined on the interval [a, b]. The integral of f over [a, b], denoted is the number, if one exists, to which all Riemann sums S n tend as as n tends to infinity and the widths of all subdivisions tend to zero. In symbols:
Trapezoid Rule
Suppose f is monotone on [a, b]. Then, for any positive integer n, i.If f is increasing, ii.If f is decreasing, Trapping the Integral, Part I
For any positive integer n, i.If f is concave up on [a, b], ii.If f is concave down on [a, b], Trapping the Integral, Part II
Simpson’s Rule For any positive integer n, the quantity is the Simpson’s rule approximation with 2n subdivisions.