Respuesta :
The left sum would be f0+f1+f2+f3
The right sum would be f1+f2+f3+f4
The trapezoidal rule value is:
(f0+f1)/2 + (f1+f2)/2+(f2+f3)/2 +(f3+f4)/2
This would put the trapezoidal rule in the middle , which makes the answer:
Lower sum < Trapezoidal rule Value < Upper sum
Answer:
Step-by-step explanation:
Given function f(x) is positive, increasing and concave up on the closed interval [a, b],
it means f(x1) < f(x2) if x1 < x2
So Lower sum < Upper sum
As Trapezoidal is average of f(x1) and f(x2) = [f(x1) + f(x2)] / 2
it is average of the Lower and Upper sum.
The answer is Lower sum < Trapezoidal rule Value < Upper sum