#Riemann sums
43 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
i have to calculate the limit of this sequence using Riemann sum
But i don't know what to do... do i want to have a 1/n and k/n as usual ? does the fact that K goes from 1 to n-1 matters a lot ?
what are the terminals of the integral ?
this is what i've got
The approach is correct, but you forgot to write the limit.
Ah the limit of the sum is equal to the integral ?
Yes.
But the result is good ? i have no idea what does the n-1 means
The upper limit of the sum.
We are summing the areas of n rectangles, after all.
no i know, but in the integral, does it changes anything ?
from 0 to 1
and why is it always from 0 to 1, since in the exercise nothing is said about the terminals
No.
The left Riemann sum for ∫(f(x)dx, a, b) with n equal intervals is ((b - a)/n)Σ(f(a + k(b - a)/n), k = 0 to n - 1).
In our case a = 0, b = 1, so the sum becomes (1/n)Σ(f(k/n), k = 0 to n - 1). Note that we skip the term for k = 0 since f(0) = √(0) = 0.
It's easier if you try drawing what it looks like.
Note that the right sum is the same, but k changes from 1 to n.
Yes.
Now, make a rectangle on each interval, its height being the value of the function on the left side of the interval.
Yes.
The sum of areas of those rectangles is the left Riemann sum for ∫(f(x)dx, 0, 1).
Well, it could also be the right Riemann sum.
And, while I haven't seen exercises utilizing it, we aren't required to take intervals of equal length in a Riemann sum.
i got this, and yesterday my teacher told me about the 1/n not being correct since the last term is 2n
so in this case it would still be between 0 and 1, but we want a 1/2n ?
Well, the integral will be from 0 to 2, then. Just be careful with the constant.
We have:
k/(n^2 + k^2) = (1/n)((k/n)/(1 + (k/n)^2)) = 2(1/(2n))((k/n)/(1 + (k/n)^2))
So, this is a Riemann sum for ∫(f(x)dx, 0, 2), where f(x) = 2x/(1 + x^2).