Answer:
Explanation:
You want the left sum and the right sum of the four subinterval areas under the curve f(x) = √(x+3) on the interval [-1, 1].
Riemann sum
The Riemann sum is the sum of the subinterval areas. The area of each subinterval is the height of the rectangular area, multiplied by its width. Here, the interval width is (1 -(-1))/4 = 0.5.
The heights of the intervals of interest will be the function values f(-1 +0.5n) for f(x) = √(x+3) and n = 0 .. 3 for the left sum and 1 .. 4 for the right sum.
Values
The attached calculator display shows the function values for n=0 .. 4. The expression Total(Most( )) adds the first four function values; while the expression Total(Rest( )) adds the last four function values of these five. Multiplying by the interval width (1/2) gives the left- and right-Riemann sums, respectively.
- Lower Bound (L4) = 3.299
- Upper Bound (R4) = 3.592
__
Additional comment
The actual integral value is about 3.44772.
<95141404393>