Use a midpoint sum with 5 sub-intervals to estimate the area between f (x) = x2 and the x-axis on [0,1].
Answer
If we split [0,1] into 5 sub-intervals we get sub-intervals of length .2. We need to know the following values of f:

Now we add them all up and multiply by 0.2:
