Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Riemann Sums & The Definite Integral cheat sheet - grade 11-12

Click image to open full size

A definite integral abf(x)dx\int_a^b f(x)\,dx represents the limit of Riemann sums as the rectangle width approaches 00. The core setup uses Δx=ban\Delta x = \frac{b-a}{n} and sample points xix_i^* in each subinterval. Left, right, and midpoint sums use different sample points, so their estimates can be overestimates or underestimates depending on the function. The Fundamental Theorem of Calculus connects this limit process to antiderivatives through abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b)-F(a) when F(x)=f(x)F'(x)=f(x).

Key Facts

  • For nn equal subintervals on [a,b][a,b], the width is Δx=ban\Delta x = \frac{b-a}{n}.
  • A general Riemann sum is i=1nf(xi)Δx\sum_{i=1}^{n} f(x_i^*)\Delta x, where xix_i^* is a sample point in the iith subinterval.
  • The left Riemann sum is Ln=i=1nf(a+(i1)Δx)ΔxL_n = \sum_{i=1}^{n} f(a+(i-1)\Delta x)\Delta x.
  • The right Riemann sum is Rn=i=1nf(a+iΔx)ΔxR_n = \sum_{i=1}^{n} f(a+i\Delta x)\Delta x.
  • The midpoint Riemann sum is Mn=i=1nf(a+(i12)Δx)ΔxM_n = \sum_{i=1}^{n} f\left(a+\left(i-\frac{1}{2}\right)\Delta x\right)\Delta x.
  • The definite integral is abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x)\,dx = \lim_{n\to\infty}\sum_{i=1}^{n} f(x_i^*)\Delta x when the limit exists.
  • If F(x)=f(x)F'(x)=f(x), then the Fundamental Theorem of Calculus gives abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b)-F(a).
  • The net area abf(x)dx\int_a^b f(x)\,dx counts area above the xx-axis as positive and area below the xx-axis as negative.

Vocabulary

Riemann sum
A sum i=1nf(xi)Δx\sum_{i=1}^{n} f(x_i^*)\Delta x that approximates the signed area under a curve using rectangles.
Definite integral
The limit of Riemann sums on an interval, written abf(x)dx\int_a^b f(x)\,dx, representing net accumulation.
Subinterval
One smaller interval formed when [a,b][a,b] is divided into nn pieces, each with width Δx\Delta x for equal partitions.
Sample point
The chosen input xix_i^* inside a subinterval where the function height f(xi)f(x_i^*) is measured.
Net area
The signed area found by adding positive regions above the xx-axis and negative regions below the xx-axis.
Antiderivative
A function F(x)F(x) whose derivative is f(x)f(x), so F(x)=f(x)F'(x)=f(x).

Common Mistakes to Avoid

  • Using the wrong width Δx\Delta x is incorrect because the rectangle width must be ban\frac{b-a}{n} for nn equal subintervals.
  • Mixing left and right endpoints is incorrect because LnL_n uses a+(i1)Δxa+(i-1)\Delta x while RnR_n uses a+iΔxa+i\Delta x.
  • Forgetting negative area is incorrect because abf(x)dx\int_a^b f(x)\,dx measures net area, so regions where f(x)<0f(x)<0 subtract from the total.
  • Treating abf(x)dx\int_a^b f(x)\,dx as always positive is incorrect because definite integrals can be negative, zero, or positive depending on signed accumulation.
  • Applying F(b)F(a)F(b)-F(a) with the wrong antiderivative is incorrect because the Fundamental Theorem requires F(x)=f(x)F'(x)=f(x).

Practice Questions

  1. 1 Compute Δx\Delta x for [2,10][2,10] divided into n=4n=4 equal subintervals, then list the left endpoints.
  2. 2 Use a right Riemann sum with n=4n=4 to approximate 02x2dx\int_0^2 x^2\,dx.
  3. 3 Evaluate 13(2x+1)dx\int_1^3 (2x+1)\,dx using an antiderivative.
  4. 4 For an increasing positive function on [a,b][a,b], explain whether LnL_n or RnR_n is larger and why.