How do you evaluate #int f(x)=x^2 + 1# for [0,3]?
2 Answers
See the explanation for
Explanation:
I think you are asking to find
(If I've misunderstood your question, I am sorry.)
I am assuming that you do not yet have the Fundamental Theorem of Calculus available to evaluate this, but that you need to evaluate it from the definition.
.
I prefer to do this type of problem one small step at a time.
For each
And
# = sum_(i=1)^n((27i^2)/n^3+3/n)#
# = 27/n^3 sum_(i=1)^n i^2 + 3/nsum_(i=1)^n1)#
# = 27/n^3[(n(n+1)(2n+1))/6] + 3/n (n)#
So,
The last thing to do is evaluate the limit as
I hope it is clear that this amounts to evaluating
There are several ways to think about this:
Limit of a Rational Expression
The numerator can be expanded to a plynomial with leading term
OR
The limit at infinity is
OR
# = (1)(1+1/n)(2+1/n)#
So the limit is, again
However we get it, we get
.
# = lim_(nrarroo) sum_(i=1)^n((9i^2)/n^2+1)3/n#
# = lim_(nrarroo) [9/2[(n(n+1)(2n+1))/n^3] + 3]#
# = 9/2(2)+3#
# = 12#
If you have the Fundamental Theorem of Calculus available the see the explanation below.
Explanation:
# = [3^3/3+3] - 0^3/3+0]#
# = 9+3#
# = 12#