Skip to content

Left Riemann Sums

You are currently viewing a sample of the Cram Kit. Click here to unlock everything.

Left Riemann Sums means the top-left corner of the rectangles line up with the function.

Scenario: Given the function and its corresponding graph below, estimate the area under the curve from x = 0 to x = 20 using Left Riemann Sums with 4 rectangles.

PRO TIP: We're using Left Riemann Sums here, so the top left corners of the rectangles will border the function!

base = b - a / n

b is the upper bound of x = 20.
a is the lower bound of x = 0.
n is the number of rectangles we're using, which is 4.

base = 200 / 4
base = (20) / 4
base = 5

Answer: Using Left Riemann Sums with 4 rectangles, we can estimate the area under f(x) from x = 0 to x = 20 to be 143.75.

Activate AutoScroll