Fatskills
Practice. Master. Repeat.
Study Guide: AP Calculus: Riemann Sums and Definite Integrals (Left, Right, Midpoint, Trapezoidal)
Source: https://www.fatskills.com/ap-calculus/chapter/ap-calculus-riemann-sums-and-definite-integrals-left-right-midpoint-trapezoidal

AP Calculus: Riemann Sums and Definite Integrals (Left, Right, Midpoint, Trapezoidal)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

Riemann Sums and Definite Integrals (Left, Right, Midpoint, Trapezoidal)

Concept Summary

  • Riemann Sum: Approximation of the area under a curve using finite sums of rectangles (or trapezoids) over subintervals; foundation for the definite integral.
  • Definite Integral: Exact area under a curve from a to b, defined as the limit of Riemann sums as the number of subintervals approaches infinity.
  • Left/Right/Midpoint Sums: Riemann sums using left endpoints, right endpoints, or midpoints of subintervals to determine rectangle heights; left/right over/underestimate for increasing/decreasing functions.
  • Trapezoidal Sum: Approximation using trapezoids (average of left and right heights) instead of rectangles; more accurate than left/right for linear functions.
  • Partition: Division of the interval [a, b] into n subintervals of width ?x = (ba)/n; determines the precision of Riemann sums.

Core Questions

WHAT (definitional)

Q: What is a Riemann sum? A: A sum of the form-f(x?)?x, where f(x?) is the function value at a sample point in the i-th subinterval and ?x is the subinterval width. Trap/Clarification: The sample point (x?) can be any point in the subinterval, not just endpoints (e.g., left/right/midpoint).

Q: What is the definite integral of f from a to b? A: The limit of Riemann sums as n-?, denoted ? f(x)dx, representing the exact signed area under f on [a, b]. Trap/Clarification: The integral is not the "area" unless f(x)-0 on [a, b]; it accounts for signed area (negative where f is below the x-axis).


WHY (causal/explanatory)

Q: Why do Riemann sums approximate the area under a curve? A: They replace the smooth curve with simpler shapes (rectangles/trapezoids) whose areas are easy to calculate, converging to the true area as the partition refines. Trap/Clarification: Approximations improve as n increases, but ?x must-0 for the limit to exist (not just n-?).

Q: Why is the trapezoidal sum often more accurate than left/right sums? A: It averages left and right heights, canceling out some over/underestimation errors, especially for functions that are nearly linear on subintervals. Trap/Clarification: Trapezoidal sum is not always better; for concave-up functions, it overestimates, while midpoint sums may underestimate.


HOW (process/application)

Q: How do you calculate a left Riemann sum? A:-f(x?)?x for i = 1 to n, where x? is the left endpoint of the i-th subinterval. Trap/Clarification: For n subintervals, there are n terms in the sum (not n+1), and the first term uses f(a).

Q: How is the trapezoidal sum calculated? A: (?x/2)[f(a) + 2f(x?) + 2f(x?) + ... + 2f(x?) + f(b)], averaging left and right sums. Trap/Clarification: The coefficients alternate 1-2-2-...-2-1 (not all 2s), and ?x is divided by 2, not the entire sum.

Q: How do you express a definite integral as a limit of Riemann sums? A: lim?-f(x?)?x, where ?x = (ba)/n and x? = a + i?x (or any sample point in the i-th subinterval). Trap/Clarification: The limit must exist for the integral to be defined; discontinuous functions may not be integrable.


CAN (conditions/possibilities)

Q: Can Riemann sums be used to evaluate definite integrals exactly? A: No; Riemann sums are approximations, but their limit as n-? equals the definite integral if f is integrable on [a, b]. Trap/Clarification: For some functions (e.g., polynomials), the limit can be computed algebraically, but this is not the same as using a finite Riemann sum.

Q: Under what conditions does the trapezoidal sum equal the definite integral? A: Only if f is linear on [a, b]; otherwise, it’s an approximation. Trap/Clarification: Even for linear functions, the trapezoidal sum is exact only for the given partition (not all partitions).


Quick Facts & Traps

  • Fact: Left/Right Sums: For increasing functions, left sums underestimate and right sums overestimate the integral; the opposite is true for decreasing functions.
  • Trap: Midpoint Sum > Trapezoidal Sum-Reality: For concave-down functions, midpoint sums are larger than trapezoidal sums (and vice versa for concave-up).
  • Fact: ?x Consistency: All subintervals must have the same width (?x) for standard Riemann sums; unequal widths require weighted sums.
  • Trap: Negative Area-Reality: The definite integral gives signed area; total area requires splitting the integral at roots of f.
  • Fact: Error Bounds: Trapezoidal error? (K(ba)³)/(12n²), where K is the max of |f''(x)| on [a, b]; midpoint error is half this.
  • Trap: More Subintervals = Better-Reality: True for n-?, but for finite n, midpoint sums often outperform trapezoidal sums despite fewer calculations.

Rapid-Fire True/False

  • Statement: The left Riemann sum always underestimates the area under an increasing function. Answer: TRUE Why the common mistake happens: Students forget that "underestimate" depends on the function’s monotonicity (left sums overestimate for decreasing functions).

  • Statement: The trapezoidal sum is the average of the left and right Riemann sums. Answer: TRUE Why the common mistake happens: Students misapply the formula, forgetting to divide by 2 or averaging the sums (not the function values).

  • Statement: If a function is continuous on [a, b], its definite integral can be approximated by any Riemann sum. Answer: TRUE Why the common mistake happens: Students assume discontinuities always prevent approximation, but Riemann sums only require integrability (e.g., jump discontinuities are allowed).