Youngster
- 37
- 0
Homework Statement
I'm actually asked to calculate the area under the curve 5x + x2 over the interval [0,1] using Riemann Sums. I found the formula for the Riemann sum over the interval, it being the following:
\sum^{n}_{k=1} (\frac{5k}{n}+\frac{k^{2}}{n^{2}})(\frac{1}{n})
However, I am asked to simplify the sigma notation to find the sum in terms of n only, which is where I'm currently stuck.
Homework Equations
None, I believe. Except perhaps the sum formulas for positive integers
The Attempt at a Solution
I actually just went ahead and multiplied through and separated each term like so
\frac{5}{n^{2}}\sum^{n}_{k=1} k +\frac{1}{n^{3}}\sum^{n}_{k=1} k^{2}
I, however, was left with something completely different from the expected answers given. Am I going through this correctly?