How do you use Riemann sums to evaluate the area under the curve of #f(x) = x^2 + 3x# on the closed interval [0,8], with n=4 rectangles using midpoint?
1 Answer
Please see the explanation section below.
Explanation:
I will use what I think is the usual notation throughout this solution.
Note that
The endpoints: star with
The midpoints may be found by averaging the endpoints.
They are:
Now the Riemann sum is the sum of the area of the 4 rectangles. We find the area of each rectangle by
So
#= (f(1)+f(3)+f(5)+f(7))*2#
The arithmetic is left to the student.