Approximating Areas with Riemann Sums
AP Calculus AB· AP Calculus AB CED — Integration and Accumulation of Change· 14 min read
1. Core Concepts: Equal-Width Rectangular Riemann Sums★★☆☆☆⏱ 4 min
A Riemann sum approximates the net area between and the x-axis over by dividing the interval into smaller slices, calculating each slice's area, and summing the results. It is the conceptual foundation for the definite integral, which is the limit of a Riemann sum as the number of slices approaches infinity. For equal-width slices, the width of each subinterval is:
where is the number of subintervals, is the left endpoint of the full interval, and is the right endpoint. There are three common types of rectangular Riemann sums, differing by which point on the subinterval is used for the rectangle height:
Left Riemann Sum (): Uses the left endpoint of each subinterval:
Right Riemann Sum (): Uses the right endpoint of each subinterval:
Midpoint Riemann Sum (): Uses the midpoint of each subinterval:
Riemann Sum
A method to approximate the net area between a function and the x-axis over an interval by summing the areas of individual slices of the interval.
Example:
Right Riemann sum with 4 equal subintervals
Approximate the area under from to using 4 equal subintervals and a right Riemann sum.
- 1
Calculate the width of each subinterval:
- 2
- 3
List all subinterval endpoints: . For a right sum, we use endpoints through .
- 4
Evaluate at each right endpoint:
- 5
Multiply the sum of heights by :
- 6
- 7
The right Riemann sum approximation is .
Exam tip:
If the question does not specify a number of decimal places, leave your answer as an integer or simplified fraction; the AP exam does not require rounding unless explicitly stated.
2. The Trapezoidal Rule★★☆☆☆⏱ 3 min
The trapezoidal rule replaces rectangles with trapezoids, connecting the endpoints of each subinterval with a straight line to produce a more accurate approximation for smooth functions. The area of a single trapezoid over is . Summing this for all equal-width subintervals simplifies to the formula:
A useful time-saving identity for equal subintervals: the trapezoidal sum is exactly the average of the left and right Riemann sums:
Approximate the area under from to using 4 equal subintervals and the trapezoidal rule.
- 1
We already know , with endpoints to from the previous example, and we know and .
- 2
Use the average identity to calculate the result quickly:
- 3
- 4
Confirm with the full trapezoidal formula:
- 5
- 6
The trapezoidal approximation is .
Exam tip:
If a multiple choice question gives you the left and right Riemann sums for an interval, you can get the trapezoidal sum in one step with the average identity, no need to recalculate all values.
3. Unequal Subintervals & Tabular Context Problems★★★☆☆⏱ 4 min
A common AP Free Response Question (FRQ) format provides a table of function values at non-equally spaced points, usually for real-world rates like velocity or growth, and asks for an area approximation. For unequal subintervals, is not constant, so simplified equal-width formulas do not apply. Instead, calculate the width of each subinterval individually, compute each slice's area separately, then sum:
Rectangular: Area of slice =
Trapezoidal: Area of slice =
The velocity of a car in mph at time in hours is given in the table below. Approximate the total distance traveled from to using a trapezoidal approximation.
| (hours) | 0 | 0.5 | 1.5 | 3 |
|---|---|---|---|---|
| (mph) | 30 | 40 | 50 | 45 |
- 1
Calculate the width of each subinterval:
- 2
, ,
- 3
Calculate the area of each trapezoidal slice:
- 4
- Slice 1:
- Slice 2:
- Slice 3:
- 5
Sum the individual areas:
- 6
- 7
The total distance approximation is miles.
Exam tip:
Always list the width of each subinterval first before starting any calculations; never assume intervals are equal just because the problem asks for a trapezoidal sum.
4. Over- and Under-Approximation Rules★★★☆☆⏱ 3 min
AP questions often ask you to determine whether an approximation is larger or smaller than the exact area, without calculating the full sum. The rules depend on the type of sum and the function's properties, and only apply when the function is monotonic (for left/right sums) or has constant concavity (for trapezoidal sums) over the entire interval:
Left/Right Rectangular Sums: If is increasing (): Left = under-approximation, Right = over-approximation. If is decreasing (): Left = over-approximation, Right = under-approximation.
Trapezoidal Sums: If is concave up (): Trapezoidal = over-approximation. If is concave down (): Trapezoidal = under-approximation.
Is a right Riemann sum of on with an over- or under-approximation of the actual area? Justify your answer.
- 1
Calculate the first derivative to check monotonicity:
- 2
- 3
which is negative for all , so is decreasing on . For a decreasing function, the right endpoint of any subinterval is lower than all other points on that subinterval. This means every rectangular height is smaller than the curve over the subinterval, so the total area of the rectangles is smaller than the actual area under the curve.
- 4
Conclusion: The right Riemann sum is an under-approximation.
Test your understanding with this AP-style multiple choice question:
Which of the following gives the midpoint Riemann sum approximation for the area under on the interval using 3 equal subintervals?
Reveal answer
2 —Correct: , so the midpoint sum is . Option A is a left sum, B uses inverted , D is a right sum.
5. Common Pitfalls
Wrong move:
For a trapezoidal sum with equal subintervals, you forget to multiply all inner endpoints by 2 and just write .
Why:
Students mix up the trapezoidal formula with rectangular Riemann sum formulas out of habit.
Correct move:
Always write the full trapezoidal formula explicitly before plugging in values, confirming coefficients of 1 for the outermost endpoints and 2 for all inner endpoints.
Wrong move:
Assuming all subintervals are equal for a tabular problem, so you use as the width of every subinterval.
Why:
AP FRQs regularly use unequal subintervals to test this concept, and students default to equal spacing from practice with equal-width problems.
Correct move:
Always calculate and list the width of each subinterval by subtracting consecutive x-values before starting any area calculations.
Wrong move:
Swapping rules for over/under approximation, calling a right Riemann sum for an increasing function an under-approximation.
Why:
Students memorize rules in order and mix up which applies to increasing vs decreasing functions.
Correct move:
Draw a small sketch of one subinterval to confirm which endpoint is higher, before answering.
Wrong move:
Calculating as instead of for equal subintervals.
Why:
Algebraic mixup when rearranging, especially with large values of .
Correct move:
Remember is the width of one slice, so it must be smaller than the total interval length ; if you get a value larger than , you inverted the fraction.
Wrong move:
Using the left endpoint rule when the question asks for right, by starting the sum at the wrong endpoint.
Why:
Rushing through the problem after calculating , skipping the step of confirming which endpoints are required.
Correct move:
After listing all endpoints, explicitly mark the endpoints you need for the requested sum before evaluating .
6. Quick Reference Cheatsheet
Category | Formula | Notes |
|---|---|---|
Equal subinterval width | = full interval, = number of subintervals | |
Left Riemann Sum (equal ) | Uses left endpoint for rectangle height | |
Right Riemann Sum (equal ) | Uses right endpoint for rectangle height | |
Midpoint Riemann Sum (equal ) | Uses midpoint for rectangle height | |
Trapezoidal Sum (equal ) | Equal to for equal | |
Trapezoidal Sum (unequal ) | Use for tabular data with uneven spacing | |
L/R over/under (increasing ) | Left = under, Right = over | Applies when on full interval |
L/R over/under (decreasing ) | Left = over, Right = under | Applies when on full interval |
Trapezoid over/under by concavity | Concave up = over, Concave down = under | Applies when concavity is constant |
When this came up on past exams
AI-estimated based on syllabus patterns — cross-check with official past papers for accuracy. Use only as revision-focus signals.
- 2023 · MCQ
Over/under approximation of increasing function
- 2022 · FRQ
Trapezoidal sum for tabular velocity data
What's Next
Riemann sums are the foundational intuition for the definite integral, the core concept of Unit 6 that you will study immediately after this topic. Mastery of Riemann sum approximation is required to understand the formal definition of the definite integral as the limit of a Riemann sum as the number of subintervals approaches infinity, a concept regularly tested on both multiple choice and free response sections of the AP exam. Without this foundation, you will struggle to interpret definite integrals in contextual problems, work with accumulation functions, and apply the Fundamental Theorem of Calculus correctly. This topic also builds directly to problems that approximate total change from a given rate of change, the most common real-world context on the AP Calculus AB exam.
