What Are Riemann Sums Used for?

Finding the area of known geometric figures is easy when you make use of their formulas. But as geometric figures become more complex and cannot be split into known geometric figures, you need a new method to figure out their areas.

A Riemann sum is a way to approximate the area between a graph, the x-axis and two given values a and b on the x-axis.

One way to approximate a cumbersome area is to split it into rectangles that have a width of Δx, and a height equal to the value of the function where the left or right side of the rectangle meets the graph of the function. This way, you get a bunch of rectangles that either almost covers the whole actual area or covers a bit more than the actual area—and it’s easy to measure the area of rectangles. You can also have some rectangles that are larger and some that are smaller if that seems to fit better.

Approximation of the area of a graph using Riemann sum

Approximation of the area of a graph using Riemann sum

If you let the width Δx of the rectangles tend towards being infinitely small, the approximation will approach the actual area of the region. This sum of infinitely small rectangles is called a Riemann sum. The Riemann sum is equal to the integral of the function.

Mathematically, you say it like this:

Theory

Riemann Sums

Say you choose a and b on the x-axis and that the interval between those two points is divided into smaller parts like this:

a < x1 < x2 < < xn1 < b

The distance between a and x1, x1 and x2, and so on, is equal to Δx. Here, Δx is equal to the very narrow width of the rectangles.

Let c1 be an arbitrary point in the interval [a,x1), such that ci is an arbitrary point in the interval [xi1,xi). Then, the Riemann sum of any function f(x) will look like this:

i=1nf(c i) Δx

If the limit of the Riemann sum exists when Δx tends to 0, you say that this limit is the Riemann integral of f(x) in the interval [a,b]:

abf(x)dx = lim n Δx0 i=1nf(x i) Δx = F(b) F(a),F(x) = f(x)

abf(x)dx = lim n Δx0 i=1nf(x i) Δx = F(b) F(a),F(x) = f(x)

Note! Calculations of areas and volumes are an important application of integrals. Using integrals is also the main way to solve differential equations. Therefore, it’s absolutely vital you master integrals so that you can also master differential equations!

Want to know more?Sign UpIt's free!