Upper and lower bound Riemann sums

Click For Summary
The discussion focuses on calculating the upper, lower, and midpoint Riemann sums for the integral of the function (12 - x²) over the interval from -3 to 3, using the partition {-3, -1, 3}. Initial calculations for the upper and lower sums were incorrect due to miscalculations in evaluating the function at specific points. The midpoint sum was correctly calculated, but clarification was needed on the definitions of upper and lower sums as they relate to function values rather than argument values. Overall, the process requires careful evaluation of the function at the specified partition points to determine accurate Riemann sums.
Niaboc67
Messages
249
Reaction score
3

Homework Statement


Find the upper, lower and midpoint sums for $$\displaystyle\int_{-3}^{3} (12-x^{2})dx$$
$$\rho = \Big\{-3,-1,3\Big\}$$

The Attempt at a Solution



For the upper:
(12-(-1)^2)(-1-(-3)) + (12-(-1))(3-(-1))
=74

For the lower:
(12-(-3)^2)(-1-(-3))+(12-3)(3-(-1))
=42

For midpoint sum:
I used the expression $$\frac{b+a}{n}$$

(12-(-2)^2)(2) + (12-(2)^2)(4)
=48

Are these values correct? Does the process seem good?

Please explain
Thank you
 
Physics news on Phys.org
I think you have misunderstood slightly. "Upper", "lower" and "midpoint" do not refer to the argument ("x") values, but to the function values.

In your case you need to calculate f(-3), f(-1) and f(3) and use those values to determine "upper" and "lower".
 
  • Like
Likes Niaboc67
@Svein I thought finding upper, lower and midpoints was essentially taking the partition {-3,-1,3} then breaking that into sub-intervals (-3,-1),(-1,3) then referencing the graph to see which is biggest or smallest in that interval. And in (-3,-1) if we are looking for upper that would be -1 then we would evaluate -1 by plugging it back into the original function and multiplying that by the distance between those two points and so on.
 
Niaboc67 said:

Homework Statement


Find the upper, lower and midpoint sums for $$\displaystyle\int_{-3}^{3} (12-x^{2})dx$$
$$\rho = \Big\{-3,-1,3\Big\}$$

The Attempt at a Solution



For the upper:
(12-(-1)^2)(-1-(-3)) + (12-(-1)^2)(3-(-1)) ##\ \ \ ## You didn't square the indicated -1 .
=74

For the lower:
(12-(-3)^2)(-1-(-3))+(12-(3^2))(3-(-1)) ##\ \ \ ## You didn't square the indicated 3 .
=42

For midpoint sum:
I used the expression $$\frac{b+a}{n}$$
(12-(-2)^2)(2) + (12-(2)^2)(4)
=48

Are these values correct? Does the process seem good?

Please explain
Thank you
You made errors in evaluating your function for the Upper and Lower sums.

How are upper and lower sums defined in your textbook/course?

The midpoint sum looks to be correct.
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...

Similar threads