Mark M. answered 01/30/24
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
Divide the interval [0,1] into n equal subintervals each of length Δx = (1-0)/n = 1/n
The right endpoints of the intervals are 1/n, 2/n, 3/n, 4/n, n/n. So, the right endpoint of interval i is
xi = i/n.
Let f(x) = x3 - 4x2
The value of the given integral is limn→∞∑i = 1 to n [(i/n)3 - 4(i/n)2](1/n)
= limn→∞ [(1/n4)∑i=1 to n(i)3 - 4(1/n3)∑i =1 to n (i)2]
= limn→∞ [(1/n4)n2(n+1)2/4 - (4/n3)n(n+1)(2n+1)/6]
= limn→ ∞ [(n4+2n3+n2) / (4n4) - (8n3+12n2+4n) / (6n3)]
= limn→∞ [1/4 + 1/(2n) + 1/(4n2) - 4/3 - 2/n - 2/(3n2)] = 1/4 - 4/3 = -13/12
Mark M.
01/31/24
Wyzant T.
From step 3-4 can you explain how you got these numbers? = limn→ ∞ [(n4+2n3+n2) / (4n4) - (8n3+12n2+4n) / (6n3)] Could you also explain the final step as well. I am confused where al the n's went and how it was simplified = limn→∞ [1/4 + 1/(2n) + 1/(4n2) - 4/3 - 2/n - 2/(3n2)]01/31/24