Approximating areas with Riemann sums — AP Calculus AB Study Guide
For: AP Calculus AB candidates sitting AP Calculus AB.
Covers: Left, right, midpoint, and trapezoidal Riemann sums, delta x calculation for equal and unequal subintervals, sigma notation, over- and under-approximation rules, and area approximation for both functions and tabular data.
You should already know: Function evaluation for algebraic and tabular functions, sigma notation for finite sums, and how to test monotonicity and concavity using derivatives.
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus AB style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.
1. What Is Approximating areas with Riemann sums?
Approximating areas with Riemann sums is the process of estimating the net area between a function and the x-axis over an interval by dividing the interval into smaller slices, calculating the area of each slice, and summing those areas. This topic is part of Unit 6: Integration and Accumulation of Change, which makes up 17-20% of the total AP Calculus AB exam score, with Riemann sums specifically accounting for roughly 2-4% of the total exam. Questions on this topic appear on both multiple choice (MCQ) and free response (FRQ) sections; FRQ questions often use tabular data with unequal subintervals in real-world contexts. Riemann sums are also the conceptual bridge between derivatives and integration, as the definite integral is defined as the limit of a Riemann sum as the number of slices approaches infinity. Synonyms for this topic include rectangular approximation method (RAM), area approximation, and numerical integration for areas. The goal of Riemann sums is to get a numerical estimate of area when the exact area cannot be calculated easily with antiderivatives, a common scenario for real-world collected data.
2. Equal-Width Rectangular Riemann Sums: Left, Right, and Midpoint Rules
The most basic Riemann sum approximation uses rectangular slices of equal width across the full interval . To start, calculate the width of each slice: where is the number of subintervals, is the left endpoint of the full interval, and is the right endpoint. We label the endpoints of the subintervals .
The rule differs based on which point of the subinterval we use for the height of the rectangle:
- Left Riemann sum (): Uses the left endpoint of each subinterval for height:
- Right Riemann sum (): Uses the right endpoint of each subinterval for height:
- Midpoint Riemann sum (): Uses the midpoint of each subinterval for height:
Intuition: Each rectangle's area is width () times height (), so summing all rectangles gives an estimate of total area under the curve.
Worked Example
Approximate the area under from to using 4 equal subintervals and a right Riemann sum.
- Calculate the subinterval width: .
- List all subinterval endpoints: . For a right sum, we use endpoints through .
- Evaluate at each right endpoint: .
- Multiply the sum of heights by : .
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.
3. Trapezoidal Rule for Equal Subintervals
The trapezoidal rule replaces rectangles with trapezoids, connecting the endpoints of each subinterval with a straight line to get a more accurate approximation for smooth functions. The area of a single trapezoid over is . When you sum this across all equal-width subintervals, the inner endpoints are counted twice, simplifying to the formula:
A useful identity for equal subintervals: The trapezoidal sum is exactly the average of the left and right Riemann sums: . This saves time on multiple choice questions where you already have and calculated.
Worked Example
Approximate the area under from to using 4 equal subintervals and the trapezoidal rule.
- We already know , with endpoints to from the previous example. We also know and .
- Use the identity . To confirm with the full formula:
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.
4. Riemann Sums with Unequal Subintervals (Tabular Context)
A very common AP FRQ format gives you a table of function values at non-equally spaced points (usually for real-world rates like velocity or growth rate) and asks for an approximation. For unequal subintervals, is not constant, so you cannot use the simplified equal-width formulas. Instead, you calculate the width of each subinterval individually by subtracting consecutive x-values, then compute the area of each slice separately before summing. This works for both rectangular and trapezoidal sums:
- Rectangular: Area of slice =
- Trapezoidal: Area of slice =
Worked Example
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 |
- Calculate the width of each subinterval: , , .
- Calculate the area of each trapezoidal slice:
- Slice 1:
- Slice 2:
- Slice 3:
- Sum the areas: .
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.
5. Determining Over- and Under-Approximations
AP questions often ask you to determine whether a Riemann sum approximation is larger or smaller than the exact area, without calculating the full sum. The rules depend on the type of sum and the properties of the function:
- For left/right rectangular sums: The rule depends on whether the function is increasing or decreasing:
- If is increasing (): Left sum = under-approximation, Right sum = over-approximation
- If is decreasing (): Left sum = over-approximation, Right sum = under-approximation
- For trapezoidal sums: The rule depends on concavity (when concavity is constant):
- If is concave up (): Trapezoidal sum = over-approximation
- If is concave down (): Trapezoidal sum = under-approximation
These rules only hold when the function is monotonic (for left/right) or has constant concavity (for trapezoidal) over the entire interval.
Worked Example
Is a right Riemann sum of on with an over- or under-approximation of the actual area? Justify your answer.
- Calculate the first derivative to check monotonicity: , 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.
Conclusion: The right Riemann sum is an under-approximation.
Exam tip: If you forget the rule, draw a tiny sketch of one subinterval to confirm: it takes 10 seconds and eliminates mistakes from mixed-up memorization.
6. Common Pitfalls (and how to avoid them)
- 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, so 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 1-inch 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 circle the endpoints you need for the requested sum before evaluating .
7. Practice Questions (AP Calculus AB Style)
Question 1 (Multiple Choice)
Which of the following gives the midpoint Riemann sum approximation for the area under on the interval using 3 equal subintervals? A) B) C) D)
Worked Solution: First, calculate the subinterval width: . The endpoints of the subintervals are . The midpoint of each interval is . A midpoint Riemann sum is . Option A is the left Riemann sum, D is the right Riemann sum, and B uses the incorrect inverted . Correct answer: C.
Question 2 (Free Response)
Let on the interval . (a) Approximate the net area between and the x-axis on using 4 equal subintervals and a left Riemann sum. Show your work. (b) Is your approximation from (a) an over-approximation or under-approximation of the actual area? Justify your answer. (c) Find the trapezoidal approximation for the same area with 4 equal subintervals.
Worked Solution: (a) Calculate . Endpoints are . Left endpoints are . Evaluate : . Left sum: . The approximation is . (b) for all on , so is decreasing on the entire interval. For a decreasing function, left endpoints are the maximum value on each subinterval, so all rectangles extend above the curve. This means the sum is larger than the actual area, so it is an over-approximation. (c) Use the trapezoidal formula: . The trapezoidal approximation is .
Question 3 (Application / Real-World Style)
A biologist is measuring the annual growth rate of a tree over a 10-year study. The table below gives the growth rate in cm per year, where is the number of years since the start of the study.
| (years) | 0 | 2 | 5 | 8 | 10 |
|---|---|---|---|---|---|
| (cm/year) | 2.1 | 3.4 | 4.2 | 3.8 | 2.9 |
| Use a trapezoidal Riemann sum to approximate the total growth of the tree over the 10-year study. Give your answer and interpret it in context. |
Worked Solution: Calculate the width of each subinterval: . Calculate the area of each trapezoidal slice:
- Sum all areas: . Interpretation: Over the 10-year study, the tree grew approximately 35.6 centimeters in total.
8. 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 |
9. 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 MCQ and FRQ. 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.
Definite integral as the limit of a Riemann sum The Fundamental Theorem of Calculus Accumulation functions and net change Numerical integration