What is midpoint Riemann sum?

1 Answer
May 28, 2015

I will assume that you know the general idea for a Riemann sum.

It is probably simplest to show an example:

For the interval: #[1,3]# and for #n=4#

we find #Delta x# as always for Riemann sums:

#Delta x = (b-a)/n = (3-1)/4 = 1/2#

Now the endpoints of the subintervals are:

#1, 3/2, 2, 5/2, 2#

The first four are left endpoint and the last four are right endpoints of subintervals.

The left Riemann sum uses the left endpoints to find the height of the rectangle. (And the right sum . . . )

The midpoint sum uses the midpoints of the subintervals:

#[1, 3/2]# #[3/2,2]# #[2,5/2]# #[5/2, 3]#

The midpoint of an interval is the average (mean) of the endpoints:

#m_1 = 1/2(1+3/2) = 5/4#

#m_2 = 1/2(3/2 + 2) = 7/4#

#m_3 = 1/2 (2+5/2) = 9/4#

#m_4 = 1/2 (5/2+3) = 11/4#

Now, whatever the function #f#, we get the sum:

#Delta x (f(m_1) + f(m_2) + f(m_3)+f(m_4))#

#= 1/2(f(5/4)+f(7/4)+f(9/4)+f(11/4))#