Proving Riemann Integral: m(b-a)<=int[f(x).dx]<=M(b-a)

  • Thread starter Thread starter dan
  • Start date Start date
  • Tags Tags
    Integral Riemann
AI Thread Summary
The discussion focuses on proving the inequality m(b-a) ≤ ∫[a to b] f(x) dx ≤ M(b-a) for a Riemann integrable function f that is bounded by m and M over the interval [a, b]. It begins by defining Riemann sums, which approximate the area under the curve of f by dividing the interval into subintervals and calculating the sum of rectangle areas. By establishing that the minimum and maximum values of f on each subinterval are m and M, respectively, the lower and upper sums are derived as m(b-a) and M(b-a). The conclusion follows that the Riemann integral, as the limit of these sums, must also lie within the established bounds. This proof illustrates the relationship between the bounded function and its integral in a geometric context.
dan
Hi there, I have a problem and I was wondering if anyone can help me this one.

Q)Suppose f:[a,b]->R is (Riemann) integrable and satisfies m<=f(x)<=M for all element x is a member of set [a,b]. Prove from the defintion of the Riemann integral that

m(b-a)<=int[f(x).dx]<=M(b-a).

where the upper limit = b, the lower limit = a.

I can tell you know that your help is much appreciated.
 
Physics news on Phys.org
To define the Riemann sums, divide the interval into n pieces of length deltax_i (may be different for i= 1 to n). Define x_i to be an x value in the ith interval. The rectangle with base the ith interval and height f(x_i) has area f(x_i)deltax_i. The sum of all those areas is an approximation to the area and it can be shown that IF f(x) is Riemann integrable over the interval [a,b] then the limit as n goes to infinity (no matter how you choose the intevals or x_i in each interval) exists and is the integral.

In this problem you know that m<= f(x)<= M for all x so, in particular, m<= f(x_i)<= M and so
m(deltax_i)<= f(x_i)(deltax_i)<= M(deltax_i)

Adding all of these for all sub intervals of [a,b] gives
sum (m deltax_i)<= sum(f(x_i)(deltax_i))<= sum M(deltax_i)

which, factoring m and M out, since they are constant) gives
m * sum(deltax_i)<= sum(f(x,i)(deltax_i))<= M*sum(deltax_i)

Of course, sum(deltax_i)= b-a, the length of the interval [a,b]
so we have

m*(b-a)<= sum(f(x,i)(deltax_i)<= M*(b-a)

Taking the limit as n-> infinity, we have

m*(b-a)<= int(x=a to b) f(x)dx)<= M*(b-a)
 




To prove this statement, we must first understand the definition of the Riemann integral. The Riemann integral is defined as the limit of a sum of rectangles that approximate the area under the curve of a function. In other words, we divide the interval [a,b] into smaller subintervals and approximate the area under the curve by using rectangles whose height is determined by the function at a particular point in the subinterval. As we make the subintervals smaller and smaller, the sum of these rectangles approaches the true area under the curve, which is the Riemann integral.

Now, let's consider the lower sum and upper sum of the function f on the interval [a,b]. The lower sum is the sum of the areas of rectangles whose heights are determined by the minimum value of f on each subinterval. Similarly, the upper sum is the sum of the areas of rectangles whose heights are determined by the maximum value of f on each subinterval. Since we know that m<=f(x)<=M for all x in [a,b], it follows that the minimum value of f on any subinterval is m and the maximum value is M.

Therefore, the lower sum is given by m(b-a) and the upper sum is given by M(b-a). Since the Riemann integral is the limit of the upper and lower sums, we can conclude that m(b-a)<=int[f(x).dx]<=M(b-a).

This can also be understood geometrically. Since f(x) is bounded between m and M, the area under the curve of f(x) must lie between the areas of rectangles with heights m and M and base (b-a). This is illustrated in the diagram below:

[Diagram showing a curve bounded by two horizontal lines with base (b-a)]

Therefore, the area under the curve, which is the Riemann integral, must also lie between m(b-a) and M(b-a).

In conclusion, from the definition of the Riemann integral, we can prove that m(b-a)<=int[f(x).dx]<=M(b-a) for any function f that is Riemann integrable and satisfies m<=f(x)<=M for all x in [a,b].
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top