#Analysis
1 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- 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:
Basically, lower sum is a Riemann sum where you take the smallest value on each interval. Note that if the function is increasing, lower sum is the same thing as the left sum.
the left sum, so thats the one for -2 to 0?
What? No.
The left Riemann sum is when you take the value of the function at each interval on the left side on the interval.
So, the terms of the left sum are f(x(k))(x(k + 1) - x(k)), while the terms of the right sum are f(x(k + 1))(x(k + 1) - x(k)).
Note, by the way, that f(x) = x^3 is an odd function, and your partition is equidistant. So, the sum can be greatly simplified.
this?