How do you use the limit process to find the area of the region between the graph #y=x^2+2# and the x-axis over the interval [0,1]?
1 Answer
Please see the explanation section below.
Explanation:
Here is a limit definition of the definite integral. (I'd guess it's the one you are using.) I will use what I think is somewhat standard notation in US textbooks.
.
Where, for each positive integer
And for
I prefer to do this type of problem one small step at a time.
Find
For each
Find
And
Find
# = i^2/n^2+2#
Find and simplify
# = sum_(i=1)^n(i^2/n^3+2/n)#
# =sum_(i=1)^n ( i^2)+sum_(i=1)^n(2/n) #
# =1/n^3 sum_(i=1)^n ( i^2/n^3)+2/nsum_(i=1)^n(1) #
Evaluate the sums
# = 1/n^3((n(n+1)(2n+1))/6) + 2/n (n) #
(We used summation formulas for the sums in the previous step.)
Rewrite before finding the limit
# = 1/6(n/n*(n+1)/n*(2n+1)/n) +2#
Now we need to evaluate the limit as
To finish the calculation, we have
# = 1/6((1)(1)(2))+2#
# = 1/3 + 2 = 7/3# .