Question
Find a Riemann Sum formula for evaluation points
that are one-third of the way from the left endpoint to the right endpoint.
that are one-third of the way from the left endpoint to the right endpoint.
Answers
bobpursley
so divide the limits by n evenly spaced increments, then each f(x) will be evaluated at each 1/3*increment + xleft.
I am not certain what I can do for you more than this.
I am not certain what I can do for you more than this.
So, with limits a and b, that will be
n-1
∑ f(a+(i + 1/3)*(b-a)/n)*(b-a)/n
i=0
n-1
∑ f(a+(i + 1/3)*(b-a)/n)*(b-a)/n
i=0
Related Questions
1. What is the Right Riemann Sum for f(x)=x−3 over the interval [8,11], with n=3 rectangles of equal...
Evaluate the Riemann sum for (x) = x3 − 6x, for 0 ≤ x ≤ 3 with six subintervals, taking the sample p...
Evaluate the Riemann sum for (x) = x3 − 6x, for 0 ≤ x ≤ 3 with six subintervals, taking the sample p...