BackArea and Estimating with Finite Sums: Foundations of Integration
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Section 5.1: Area and Estimating with Finite Sums
Basic Area Formulas
Understanding the area of basic geometric shapes is foundational for calculus, as it leads to the concept of integration. The area of more complex regions can often be approximated or exactly calculated by decomposing them into simpler shapes.
Rectangle: The area is the product of its length and width.
Triangle: The area is half the product of its base and height.
Polygon: The area can be found by dividing the polygon into triangles and summing their areas.



Areas Under Curves and the Need for Approximation
For many regions bounded by curves, such as the area under y = 1 - x^2, there is no simple geometric formula. Calculus provides tools to approximate and eventually compute these areas exactly.

Rectangular Approximations (Riemann Sums)
To estimate the area under a curve, we can use rectangles whose heights are determined by the function values at specific points (left endpoints, right endpoints, or midpoints) within subintervals of the domain.
Upper Estimate: Rectangles overestimate the area if their heights are chosen at the maximum value in each subinterval.
Lower Estimate: Rectangles underestimate the area if their heights are chosen at the minimum value in each subinterval.
Midpoint Rule: Heights are chosen at the midpoint of each subinterval, often providing a better estimate.




Numerical Results: Approximating Area
As the number of rectangles increases, the approximation improves. The table below shows how the lower sum, midpoint sum, and upper sum converge as the number of subintervals increases for the region under y = 1 - x^2:
Number of subintervals | Lower sum | Midpoint sum | Upper sum |
|---|---|---|---|
2 | 0.375 | 0.6875 | 0.875 |
4 | 0.53125 | 0.617875 | 0.78125 |
16 | 0.634765625 | 0.6669921875 | 0.697265625 |
50 | 0.6566 | 0.6667 | 0.6766 |
100 | 0.66165 | 0.666675 | 0.67165 |
1000 | 0.6661665 | 0.66666675 | 0.6671665 |

Generalization: The Definite Integral
As the number of rectangles increases without bound (and their width decreases), the sum of their areas approaches the exact area under the curve. This limiting process leads to the definition of the definite integral in calculus.
The definite integral is the limit of Riemann sums as the number of subintervals approaches infinity and the width of the largest subinterval approaches zero.
It provides the exact area under a curve between two points.
Visualizing the Process
Figures below illustrate how rectangles can be used to approximate the area under a curve, and how increasing the number of rectangles improves the approximation.


Summary Table: Key Formulas for Area
Shape | Area Formula |
|---|---|
Rectangle | |
Triangle | |
Polygon | Sum of areas of constituent triangles |
Key Concepts
Riemann Sum: An approximation of the area under a curve using a finite sum of rectangles.
Definite Integral: The exact area under a curve, defined as the limit of Riemann sums as the number of rectangles approaches infinity.
Midpoint, Left, and Right Sums: Different choices for the height of rectangles in Riemann sums, affecting the accuracy of the approximation.
Additional info: These foundational ideas lead directly to the formal definition of the definite integral and the Fundamental Theorem of Calculus, which connects differentiation and integration.