
Bobosharif S. answered 05/21/18
Tutor
4.4
(32)
PhD in Math, MS's in Calulus
f(x)=x2-x. The area is calculated as ∫13f(x)dx. By the definition of the definite integral ∫13f(x)dx=limn->∞∑i=1nf(xi)Δxi.
First, we can’t actually use this definition unless we determine which points in each interval that well use for. To make things easier we’ll use the right endpoints of each interval.
Δxi=Δx=(3-1)/n=2/n. The subintervals are
[1, 1+2/n], [1+2/n, 1+4/n],...,[1+2(i-1)/n, 1+2i/n],....,[1+2(n-1)/n, 3]
we take xi*=1+2i/n.
∑i=1nf(xi*)Δxi=∑i=1nf(1+2i/n)(2/n)=∑i=1n[(1+2i/n)2-(1+2i)/n](2/n)=
=(4/n2)∑i=1ni(1+2i/n)=2(n+1)/n+(4/3)(n+1)(2n+1)=Sn
limn->∞Sn=14/3. This is the requared area.
You have to write down all details.