Compute the definite integral as the limit of LEFT RIEMANN SUMS Problem posted below
\[\int\limits_{-3}^{3} x^3 dx\]
\[\lim_{n\to~\infty}\sum_{i=0}^{n}\frac1{b-a}f(...)\] hmm i have to remember the middle part
a + i/(b-a) seems to be the left sums parts to me start at a and work your way by increments of the division of the interval
\[\lim_{n\to~\infty}~\sum_{i=0}^{n}\frac1{b-a}f(a+i\frac{1}{b-a})\] does that ring a bell?
\[\lim_{n\to~\infty}~\sum_{i=0}^{n}\frac{b-a}{n}f(a+i\frac{b-a}n)\] \[\lim_{n\to~\infty}~\sum_{i=0}^{n}\frac{6}{n}(-3+i\frac{6}n)^3\]
might be n-1 up top the summation tho
wouldn't the answer be 0??
i think it does my biggest problem with this is not the solving part but figuring out how many intervals there are to find N, but either way it is 0
subintervals*
I believe the interval flips from\[\int\limits_{3}^{0} \] to \[-\int\limits_{0}^{3}\] (BTW That's a 3 on both, not a 2 even though it looks like a 2)....Oh yeah, is this what you mean???
but where does the -3 in \[\int\limits_{-3}^{3}\] go. does it just change to a 0 because its negative?
finding the area of a rectangle deals with width and height the width of the rectangles has to do with the division of the internal into smaller parts: interval = b-a , divided into n parts. as n tends to infinity these widths turn into an integration. the height of the rectangle is the value of the function of the left side of the given function for each smaller division that we iterate thru the first height is at a, the second is at a+(b-a)/n, the next as at a+2(b-a)/n and so forth, giving us f(a+i(b-a)/n) so, where to end the division process, and thereby the iterations? 1 2 3 4 5 6 o------o--------o-------o------o-------o------o a x1 x2 x3 x4 x5 b first last height height if we divide the interval up into 6 equal parts, we have 5 iterations to sum up if we divide the interval up into 23 equal parts, we have 22 iterations to sum up if we divide the interval up into n equal parts, we have (n-1) iterations to sum up
Join our real-time social learning platform and learn together with your friends!