Using Reimann Sums evaluate ∫1_3{(x^2+2x-1)}dx
\[\int_1^3 (x^2 + 2x -1)\;dx\] using the left endpoint, right endpoint, or averaged? How many subdivisions should be made?
either or left or right
How do you want to divide it up? One big rectangle, two, three, ...?
using summation...
hummm.....
\[\sum_{k=1}^{n}\]
(nice LaTeX) usually the problems will give you a value for n.
truthfully i am not sure how to solve this problem so do it the best way you know...and i'll see if i could make sense of it
For example if we do left summation, and use n = 2, then each rectangle would have a length of (3-1)/2 = 1, so the sum would be f(1) + f(2) If n = 4, then each rectangle would have a length of (3-1)/4 = 0.5, so the left sum would be 0.5f(1) + 0.5f(1.5)+0.5f(2) + 0.5f(2.5)
wow okay...is that the final answer? thanks so much i have a super migrane and the computer light is making it worse...
If we use n = 4 and left sum: \[f(1) = (1)^2 + 2(1)-1 = 2\] \[f(1.5) = (1.5)^2 + 2(1.5)-1 = 4.25\] \[f(2) = (2)^2 + 2(2)-1 = 7\] \[f(2.5) = (2.5)^2 + 2(2.5)-1 = 10.25\] So the answer is 0.5(2 + 4.25 + 7 + 10.25) = 11.75 See attached pic for illustration. We are summing up the areas of the shaded rectangles. The larger the n, the more rectangles are used in the sum, so the approximation would be better.
i got 20/3 using the right-endpoints
Join our real-time social learning platform and learn together with your friends!