Riemann Sums infinite strips

In summary, the conversation discusses the use of the Riemann sums model to estimate the area under the curve f(x)=x^2 between x=2 and x=10 using an infinite number of strips. The method involves dividing the interval into n equal length strips and taking the limit as n goes to infinity. The conversation also discusses the strengths and limitations of this method compared to other numerical integration methods such as the trapezoidal rule and Monte Carlo. The conversation concludes by mentioning the usefulness of Riemann sums in defining the definite integral.
  • #1
grant369
4
0
Use the riemann sums model to estimate the area under the curve f(x) = x^2, between x =2 and x = 10, using an infinite number of strips. Be sure to include appropriate diagriams and full explanation of the method of obtaining all numerical values, full working and justification.

Does anybody have any idea about this one?
thanks guys
 
Physics news on Phys.org
  • #2
To use an infinite number of strips to estimate the area, you must first realize that taking the integral of a function is taking the sum of the area of each strip from i=1 to infinity, where i is the strip. Does that make sense so far?
 
Last edited:
  • #3
i think i follow
 
  • #4
He's basically saying evaluate the integral:

[tex]\int^{10}_2 x^2 dx = \frac{10^3}{3} - \frac{2^3}{3}[/tex] In case your wondering.

How ever, the way the question is stated, i think you have to do it this way:

Use a model of riemann sums, say..left hand sums. Make an equation using the sums that calculates the area for a given number of the rectangles. Then take the limit of the number of rectangles to infinity.
 
  • #5
grant369 said:
Use the riemann sums model to estimate the area under the curve f(x) = x^2, between x =2 and x = 10, using an infinite number of strips. Be sure to include appropriate diagriams and full explanation of the method of obtaining all numerical values, full working and justification.

Does anybody have any idea about this one?
thanks guys
That's very poorly stated. A Riemann sum does NOT have an "infinite number of strips". Any Riemann sum has a finite number of strips- the integral is then the limit as the numbeer of strips goes to infinity. I suspect what is expected is a formula for the Riemann sum for "n" strips, then calculate the limit as n goes to infinity.

Actually, there exist an infinite number of different Riemann sums since you can choose the bases to be any size (as long as they all go to 0 in the limit) and can choose you x* to be any point within a strip. I would recommend that you divide [2,10] into n equal length strips ( 8/n) and then take x* within each strip to be the left left edge (2, 2+8/n, 2+ 16/n, ..., up to 10- 8/n). With a little algebra that should reduce to an sum that you know a general formula for. Since x2 is increasing within [2, 10], that will give a sum that is always a little less than actual area under the curve. If you choose your x* to always be the right hand endpoint (2+8/n, 2+ 16/n, ..., up to 10) that would always be larger than the actual area under the curve. You could impress your teacher by doing both and showing that they give the same thing in the limit (which therefore must be the "area under the curve").
 
  • #6
I understand how you have made equal length strips but i still do not understand how to find the area with infinite strips.
sorry if I am being vague..
 
  • #7
In my example, I suggested dividing the interval from 2 to 10 into n intervals each having length (10-2)/n= 8/n and using the left hand endpoint as the x-value, x*, at which you evaluate the function. That is x* will take on values of 0, 8/n, 16/n, 24/n, ..., 10- 8/n= (10n-8)/n. f(x*)= x2 so each rectangle will have height 0, 64/n2, 256/n2, ... and thus each rectangle will have area 0, (64/n2)(8/n)= 512/n3, (256/n2)(8/n)= 2048/n3, ... The approximate area under the curve is the sum of those. Since you probably do not want to add up all n areas, you will want to find the formula for the area of the "ith" rectangle: it has base 8/n and height (8i/n)2 with i going from 0 to n-1. You should be able to find a formula for the sum of such a series (do you know the sum of the first n integers, the sum of the first n squares, etc.?) and then take the limit as n goes to infinity.

I'm sure all this is covered in your textbook- review. Also, because this is clearly homework, I am moving this thread to the homework section.
 
  • #8
This question is similar to a question i am currently undertaken in my course study...could anyone help me with the assumptions that have been assumed in this question (or for any riemann sums with infinite strips for that matter)?
Thankyou
P.S. if anyone has any ideas about the strengths and limitations of this model compared with other models such as the trapezoidal rule, monte carlo, definte integral etc that would also be of great assistance
 
  • #9
The infinite Riemann sums model is what the basic definite integral is defined upon. The trapeziodal rule is just an approximation method, and with the limit to infinity, converge to the same value as a riemann sum.

Search Lebsegue integral for a better one.
 
  • #10
O and assumptions when taking the Riemann Integral..that the integral exists? That the function is continuous over the bounds of the integral.
 
  • #11
With strengths and limitations I was hoping to discover more about the strengths of using riemann sums over the other methods...and the limitations of the method compared to using the others...
thanks
 
  • #12
Oh ok. Riemann strips are Much easier computations than say, the trapeziodal rule, Even if they arent as accurate. Since, if you take an infinite number of strips, they will add up to the same anyway, its easier to use Riemann strips. Rectangles are easier to work out that rectangles plus triangles :)
 
  • #13
I'm not sure what you mean by "strengths and limitations". Are you talking about a numerical integration?I can't imagine anyone using Riemann sums to actually do a numerical integration- use Simpson's rule at least.

But that's not the point of Riemann sums. Riemann sums are used as a way to define the definite integral. That have the nice property that they make it easy to show that the definite integral actually gives the "area under the curve". I also think that knowing the Riemann sum definition of definite integrals helps in setting up the correct integral in applications.
 
  • #14
Numerically Riemann Mid-point sums are quite good. I usually take a weighted average with the trapezoidal rule and Riemann midpoints, as people will know they give the exact areas in some cases and good approximations in others, even with only 3 subintervals.
 
  • #15
By strengths i mean...what are the advantages of using the riemann sums model over say the trapezoidal rule or monte carlo or definite integral...and limitations the contrary being what are the disadvantages about the model and what is limited in its use
 
  • #16
I have already stated them, the definite integral is, for your knowledge, just Riemann sums with an infinite number of strips! Exactly the same! The definite integral may be easier if you have an elementary derivative, but that is not always the case. Riemann sums with finite strips are easier calculations than the trapezoidal rule, though if used wrong will be less accurate.
 
  • #17
sorry gib z...i was actually referring to Halls of Ivy...i should have quoted him. Sorry
 
  • #18
Its ok don't be sorry lol.
 
  • #19
jackson_sun said:
With strengths and limitations I was hoping to discover more about the strengths of using riemann sums over the other methods...and the limitations of the method compared to using the others...
thanks

It's still not clear to me what your question is! Are you talking about strengths and weaknesses of methods of deciding how to set up an integral or for doing a numerical integral?

If you are talking about doing a numerical calculation of an integral, while a "Riemann sum" (I wouldn't call it that) using rectangles is simpler for each individual piece, Simpson's rule is so much more accurate for the same amount of calculation that I wouldn't consider using anything else.

If you are talking about deciding how to set up an integral for a specific application, simplicity is everything and "accuracy" (since you will be doing the same integral in the end) I would only consider Riemann sums.

The problem I have is that I don't consider "Riemann sums" as anything like the "trapezoid rule" or "Simpson's rule"- they are intended for completely different things.
 
  • #20
what about compared to the monte carlo method of integration
 

What is a Riemann Sum?

A Riemann Sum is a method used in calculus to approximate the area under a curve by dividing the region into smaller rectangles or trapezoids and calculating the sum of their areas.

What are infinite strips in Riemann Sums?

Infinite strips are a type of Riemann Sum where the width of the rectangles or trapezoids approaches zero, resulting in an infinite number of strips used to approximate the area under the curve.

How is the area under a curve calculated using Riemann Sums?

The area under a curve is calculated by taking the limit of the Riemann Sum as the number of rectangles or trapezoids approaches infinity. This is known as the definite integral of the function.

What is the purpose of using Riemann Sums?

Riemann Sums are used to approximate the area under a curve when it cannot be calculated exactly. They are also used to find the area between two curves or to solve optimization problems in calculus.

What are some common applications of Riemann Sums?

Riemann Sums are commonly used in physics, engineering, and economics to analyze and model real-world situations. They are also used in computer graphics and image processing to calculate the area of irregular shapes.

Similar threads

  • Calculus and Beyond Homework Help
Replies
14
Views
203
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
232
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
12
Views
974
  • Calculus and Beyond Homework Help
Replies
11
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
Back
Top