Suppose that f(x) is a function, which is integrable on the interval [a,b]. Suppose that we have points x0=a,x1,x2,...,xn−1,xn=b and Δ=xi−xi−1, i=1,...,n. Then, the left Riemann sum is: Sl=∑i=0n−1f(xi)(xi+1−xi). The right Riemann sum is: Sr=∑i=0n−1f(xi+1)(xi+1−xi). The absolute difference is: ∣Sr−Sl∣=∑i=0n−1(f(xi+1)−f(xi))(xi+1−xi). We point out that for small Δ the difference will approach zero, since both sums will tend to the integral ∫abf(x)dx . Thus, the more points we have, the smaller will be the difference between sums. As an example, we take . a=0,b=1. f(x)=x2. Consider points: 0,41,42,43,1. We have: Sl=41(02+(41)2+(42)2+(43)2)=327,Sr=41((41)2+(42)2+(43)2+1)=3215. The difference is 328. The value of integral is: ∫01x2dx=31. For more points the difference between sums will be smaller. Both sums will approach 31.
Comments