Hello there. To solve this question, we'll have to remember some properties about Riemann sums.
When approximating the area under the graph of a function, we can make a partition of the interval in regular sub-intervals (that divides the former interval in smaller intervals with the same length) and add the areas of the polygons under the graph.
Usually, taking the left endpoint can lead to an under or overestimation, depending on the behavior of the function over the interval (if it is increasing or decreasing, respectively).
So, when approximating the area under the graph of the function f(x) over the interval [a, b], we're partitioning the interval [a, b] into n regular subintervals with length:
This is also called the forward difference between two points in the endpoints of the interval, also known as:
When taking the left endpoints, we start on x = a and will add it up to
In other words, we'll add all x_i values inside the interval as follows:
Where:
Okay. With this, we can solve the question.
We want to estimate the area under the graph of the function:
over the interval
using 4 subintervals (that is, n = 4).
First, we find a and b:
From the interval, we get
Calculating the difference:
Finally, plugging these informations in the sum:
Remember, in this case:
So we get:
This might be the approximate area under this graph.
When we want to find the real area, we take the limit as n goes to infinity (the partition becomes big enough such that the intervals have infinitesimal length), hence:
Plugging the function and the lower and upper bounds, we get:
Solving this integral, we get:
Hence this is why this was a case of underestimation.