Use the Midpoint Rule to approximate the integral

from 2 to 7 S(–3x–7x^2)dx

with n=3.

1 answer

See
http://www.jiskha.com/display.cgi?id=1244439041

A Riemann sum is an approximation to the area under a curve between defined limits by subdividing the area into n rectangles each of width h. The height is obtained by evaluating the function. If the height is evaluated at the left edge of each rectangle, it is called the left Riemann sum. Similar procedures apply to the Right and Middle Riemann sums.
See for example:
http://en.wikipedia.org/wiki/Riemann_sum
Notice that there is a typo in the equation for the left Riemann sum, the last term should be f(b-Q) where b is the upper limit, and Q is the width of the rectangles.

In your particular case,
a=2 (lower limit)
b=7 (upper limit)
n=3
h= (7-2)/3 = 5/3
f(x)=–3x–7x^2
middle Riemann sum
=(f(2+h/2)+f(2+3h/2)+f(2+5h/2))h
Post your results if you want a check.