Barry M. answered 01/30/20
Professor, CalTech Grad, with Years of Successful Tutoring Experience
Note: the answer to 1) was already provided by Harold. And 2) can be done very similarly.
3) This is done with sigma notation, from i = 1 to i = n, limit of n--->infinity. The letter n represents the number of intervals. The width of each rectangle will be delta x = 20/n. If you use the right endpoint (the left could also be used, with slight adjustments to fit) for each interval, xi = 20i/n, and the value of the given function will be
yi = 20(20i/n) - (20i/n)2.
The area = lim n-->infinity sigma from i = 1 to i = n [yi x 20/n]
= ditto [20(20i/n) - (20i/n)2](20/n)
= 8000 [(1/n2)sigma i - (1/n3)sigma i2]
* = 8000 [(1/n2)(n)(n + 1)/2 - (1/n3)(n)(n + 1)(2n + 1)/6]
= 8000 [(1/2 + 1/2n) - (1/3 + 1/2n + 1/6n2)]
= 8000 (1/2 - 1/3)
= 8000/6
= 4000/3, approximately 1333.33
These summations for i and i2 are known, and proofs are in textbooks. The first can be proved similarly to the famous method used by Gauss to add all the integers from 1 to 100.
Barry M.
01/30/20
Harold T.
01/30/20