#Analysis

1 messages · Page 1 of 1 (latest)

swift minnow
#

I am not sure how to go about this question, can someone please help me?

copper dirgeBOT
#
  1. 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.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
karmic dust
swift minnow
#

the left sum, so thats the one for -2 to 0?

karmic dust
# swift minnow 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.

swift minnow
#

oh i see

#

i was thinking to do (-2)^3

karmic dust
#

That's just f(-2).

#

I recommend writing the general expression of the sum first.

swift minnow
karmic dust
#

That is for the right sum, I'm pretty sure.

#

The left sum should be from k = 0 to n - 1.