Andrew P. answered 09/24/21
College math lecturer with PhD and 10+ years experience teaching
The definition of Rn is the sum from i = 1 to n of f(a + iฮx)ฮx, where ฮx = (b-a)/n = (2-0)/n = 2/n. Here f(x) = (x^2)/3 + 8 and a = 0, so
f(a + iฮx) = f(2i/n) = (2i/n)^2/3 + 8 = (4i^2)/(3n^2) + 8.
Then Rn is the sum ฮฃ[(4i^2)/(3n^2) + 8]*(2/n) = [8/(3n^3)]*ฮฃ(i^2) + (2/n)*ฮฃ8. Now use the summation formulas
ฮฃ(i^2) = (1/3)n^3 + (1/2)n^2 + (1/6)n and ฮฃ8 = 8n. Then Rn is equal to
[8/(3n^3)]*[(1/3)n^3 + (1/2)n^2 + (1/6)n] + (2/n)*(8n) = (8/9) + 4/(3n) + 4/(9n^2) + 16.
Taking a limit as n goes to infinity gives 8/9 + 16.