
Doug C. answered 08/19/19
Math Tutor with Reputation to make difficult concepts understandable
Suppose you knew the function was f(x) = x4 +x and had to calculate the area under the curve from [01] using left-hand Riemann sum, dividing the interval into n equal subintervals and then letting n->∞.
The length of each sub-interval would be (1-0)/n or 1/n.
What would a formula look like for the area of each rectangle.
x1 = 0 + 1/n
x2 = 0 + 2/n
...
xi= 0 + i/n.
Area of ith rectangle:
R1 = 1/n [f(1/n)] = 1/n[1/n4 + 1/n]
R2 = 1/n[f(2/n)] = 1/n[(2/n)4 + (2/n)]
Ri = 1/n[f(i/n)] = 1/n[(i/n)4+(i/n)]
Distribute that 1/n for R sub i,
To answer the original question picture working backwards, factoring out the 1/n, etc. A more interesting challenge would be to actually evaluate the Riemann sum by taking the limit using formulas for the sum from i = i to n of i and i^4.