πŸ“š

Β >Β 

♾️ 

Β >Β 

✏️

What are Riemann Sums?

5 min readβ€’july 11, 2024

Dylan Black

Dylan Black


AP Calculus AB/BC ♾️

279Β resources
See Units

What is a Riemann Sum?

The Riemann Sum is a way of approximating the area under a curve on a certain interval [a, b] developed by Bernhard Riemann. The way a Riemann sum works is that it approximates the area by summing up the area of rectangles and then finding the area as the number of rectangles increases to infinity with an infinitely thin width. The following gif may give you a better visual example:
https://firebasestorage.googleapis.com/v0/b/fiveable-92889.appspot.com/o/images%2F-liuqiXR9pywe.gif?alt=media&token=1756e10c-e965-491c-b3d2-b458b5f6fef8
Riemann sums are useful because if you're dealing with a complex function, the area underneath it can be approximated with just a few rectangles. As the number of rectangles increases, you can see that the accuracy of the approximation increases. A perfect Riemann sum has infinitely many rectangles with an infinitely thin width, so of course, an infinite Riemann sum cannot be summed up by hand (unless you want to sit there for a VERY long time, and by that I mean literally forever). The formal definition of a Riemann sum is:
https://i.gyazo.com/d23500cbe66acf01f76ba57e0dab57a6.png
Woah! That looks really really scary, doesn't it? Well, it's actually quite simple, so let's break it down. The large E looking symbol, if you are unfamiliar, is the Greek letter sigma and is used for summing together a bunch of elements or numbers. This article from MathsIsFun.com can help out!
The use of sigma here makes sense since we're summing together a bunch of rectangles. Now, let's tackle the inside of the sum, the f(xk)*Ξ”x. Remember, we're summing together theΒ areas of rectangles, so this must be the area of some rectangle. Recall that A = bh (or alternatively A = lw) for rectangles. So one of these must be the height of our rectangles, the other must be our width.

Understanding Ξ”x

You can see in the image that Ξ”x = (b-a)/n. What does this mean? Our area is being taken on the interval [a, b], so b-a is just the length of our interval. For example, if we were finding the area on the interval [3, 8], b - a = 5. Similarly, n is the number of rectangles we have (in a perfect Riemann sum, n approaches infinity). Therefore, (b-a)/n is the equivalent of saying we're taking our interval and chopping it up into n sized pieces on that interval. Here's a visual:
https://i.gyazo.com/a84a919a0e78710ddc2b613a9d3c7825.png
In this example, we are finding the sum from 0 to 8, so b - a = 8. We have n = 4 rectangles, so Ξ”x = (b - a)/n = 8/4 = 2. This makes sense, we took a range of 8 and cut it into 4Β equal rectangles (The rectangles in a Riemann sum will have the same width if you are just given a number of rectangles and an interval).

Understanding f(xk)

If Ξ”x is the width of our rectangles, f(xk) must be the height! This makes pretty intuitive sense since, for some x value, f(x) tells you essentially the height of the graph at that x. What is k, though? k tells us essentially what rectangle we're on. So for example, at k = 1, we are looking at the first rectangle. Well, how do we find f(xk)? First, we must find xk itself. You'll see in the formula above that xk = a + kΞ”x. Let's think about this for a second. a is our initial value, our starting point on our interval. k is what rectangle we're on and Ξ”x is the width of each rectangle. xk, therefore, is a way of calculating the x value of each rectangle. In this instance, we're looking at the right x value of each. If we start at k = 0, we have aΒ left Riemann sum.

Practice Question

So imagine you are given this equation: f(x) = x^2. Your interval is [0,5] and n = 5. For the purposes of simplicity, I am going to demonstrate a Left Riemann Sum.

1. Understand the information the question gives you

Equation: f(x) = x^2 Interval: [a,b] and in the case of this problem [1,5] - these are the parameters for the section under the curve that you are estimating N: n=4 - this number determines how many rectangles you are splitting the section under the curve into. (Note: More rectangles = more precision, but also means more work)

2. Find Ξ”x - the width of each of your rectangles

https://downloads.intercomcdn.com/i/o/138761865/1ee2e9079f990988fdf4df8e/image.png

3. Find the height of each rectangle

The top left (for a Left Riemann Sum) corner of each rectangle meets the curve (If you were to take a Right Riemann Sum you would use the top right corner of each rectangle and if you were to use a Midpoint Riemann Sum the height would be where the middle of each rectangle hit the curve)
https://fiveable-793266526b35.intercom-attachments-1.com/i/o/138762101/30e8ce74b1459b6fe9f15ff2/left-right-midpoints.png
Our heights for this specific problem would be 1, 4, 9, and 16Β 

4. Find the area of each rectangle and add them together

(1)(1) + (1)(4) + (1)(9) + (1)(16) = 30
A =Β Ξ”x( f(x1) + f(x2) + f(x3)...)
^In simplest terms, this equation will help you solve any Riemann Sum. Note that all the steps are the same for Right Riemann Sums except for #3. Just remember to use the top left corner of your rectangles for each Left Riemann Sum and the top right corner for each Right Riemann Sum.

The Types of Riemann Sums

For some quick background, when you use the areas of rectangles to estimate the area under a curve, that estimate is a Riemann Sum. When using this method you have two options: a Left Riemann Sum or a Right Riemann Sum. But what's the difference and when should you use each one?

The Difference:

  • Right Riemann Sum: The right corner of each rectangle touches the curve.
  • Increasing Function: Overestimate
  • Decreasing Function: Underestimate
https://fiveable-793266526b35.intercom-attachments-7.com/i/o/137819597/d11ec6be6bfb6c0d1c2cef50/images
  • Left Riemann Sum: The left corner of each rectangle touches the curve.
  • Increasing Function: Underestimate
  • Decreasing Function: Overestimate
https://firebasestorage.googleapis.com/v0/b/fiveable-92889.appspot.com/o/images%2FLeftRiemann2-wQLpkq2a1knq.png?alt=media&token=ff315ae9-aaa6-4a94-8a02-ffb23eed7d0c

How to Determine Which One to Use:

In all honesty, there are no set restrictions that determine when to use each one. Neither method is strictly better than the other. Β It is up to you to look at how the rectangles fit within the curve to determine whether a Right or Left Riemann Sum will provide you with a more accurate estimate, but for the most part, the AP exam will tell you which approximation to use.

Practice Practice Practice:

Overestimation or Underestimation?

You may have noticed earlier that we discussed whether or not a Riemann sum is an overapproximation or an underapproximation. This depends on two things: if the function is increasing or decreasing, and if we are using a righthand Riemann sum or a lefthand Riemann sum. If a function is increasing, lefthand is an underapproximation and righthand is an overapproximation and vice versa.
Riemann sums are an incredibly powerful tool when approximating areas, and they can even be used, when infinitesimal, to calculate exact areas. Approximating areas is useful, especially when you're dealing with a function where finding an anti-derivative is difficult or would take too long. Using Riemann sums in calculus opens up a whole new world of integration
With Reimann Sums, it is important to master all Applications of Integration.
Browse Study Guides By Unit
πŸ‘‘Unit 1 – Limits & Continuity
πŸ€“Unit 2 – Fundamentals of Differentiation
πŸ€™πŸ½Unit 3 – Composite, Implicit, & Inverse Functions
πŸ‘€Unit 4 – Contextual Applications of Differentiation
✨Unit 5 – Analytical Applications of Differentiation
πŸ”₯Unit 6 – Integration & Accumulation of Change
πŸ’ŽUnit 7 – Differential Equations
🐢Unit 8 – Applications of Integration
πŸ¦–Unit 9 – Parametric Equations, Polar Coordinates, & Vector-Valued Functions (BC Only)
β™ΎUnit 10 – Infinite Sequences & Series (BC Only)
πŸ“šStudy Tools
πŸ€”Exam Skills

Fiveable
Fiveable
Home
Stay Connected

Β© 2024 Fiveable Inc. All rights reserved.


Β© 2024 Fiveable Inc. All rights reserved.