How Does the Integral Sign Add Up Infinite Rectangles?

Click For Summary

Discussion Overview

The discussion revolves around understanding how the integral sign represents the summation of an infinite number of rectangles, particularly in the context of Riemann integration. Participants explore the relationship between the integral, the concept of limits, and the approximation of areas under curves using rectangles.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant notes that the integral of f(x) can be viewed as the area of an infinitesimally skinny rectangle, prompting the question of how this relates to summing an infinite number of rectangles.
  • Another participant describes a method for approximating the integral by dividing the interval into n equal increments and evaluating the function at the center of each interval, leading to a summation that approaches the integral as n increases.
  • A correction is made regarding the placement of the interval center and the evaluation of the function, emphasizing the correct formulation of the total area in terms of the integral.
  • One participant introduces the concept of limits as essential to understanding the integration process, suggesting that the limit of the sum of rectangles leads to the definite integral.
  • Another participant draws an analogy using a converging series to illustrate how the limit of the sum of rectangles approaches a unique value, similar to how the series converges to 2.
  • There is a reiteration of the importance of the correct formulation of the total area, with acknowledgment of potential errors in earlier posts.
  • A later reply questions whether the assumption of Riemann integrability is necessary for the discussion of the integral and the summation of rectangles.

Areas of Agreement / Disagreement

Participants generally agree on the basic principles of how integrals relate to the summation of rectangles, but there are corrections and clarifications regarding the details of the formulation. Some uncertainty remains about the assumptions underlying the discussion, particularly concerning Riemann integrability.

Contextual Notes

The discussion includes various assumptions about the function f(x) and its properties, which are not fully resolved. The dependence on the definitions of limits and integrability is acknowledged but not clarified.

jaydnul
Messages
558
Reaction score
15
So i realize that the integral of [f(x)dx] is pretty much the height of the rectangle f(x), multiplied by the width dx. But that is the area of 1 infinitesimally skinny rectangle. How does the integral sign add up an infinite amount of rectangles? I've taken cal 2 so if you could show what the integral does in terms of sigma that would be nice. Thanks!
 
Physics news on Phys.org
Suppose you want to find the integral of f(x) from x = a to x = b. Suppose you divide the interval between a and b into n equal increments, so that, for each increment Δx=\frac{(b-a)}{n}. The center of the i'th interval is located at x = (i - \frac{1}{2})Δx. Suppose that you evaluate the function f(x) at the center of each interval, and form a rectangle of width Δx and height f\left((i - \frac{1}{2})Δx\right). The area of each rectangle should be a pretty good approximation to the area under f(x) over that interval. If you add the areas of all the rectangles together, you will get:

Total Area = \sum_1^n{f\left((i - \frac{1}{2})\frac{(b-a)}{n}\right)}\frac{(b-a)}{n}

Now, if you consider the value of this sum as the number of intervals n is made very large, the width and area of each rectangle (and its area) becomes smaller, but their number increases. As a result, the sum approaches a limit as the number of intervals is made very large. This limit is equal to the integral of the function between a and b.
 
Almost! :smile:

Chestermiller said:
The center of the i'th interval is located at x = (i - \frac{1}{2})Δx.
This should read x = a + (i - \frac{1}{2})Δx

Suppose that you evaluate the function f(x) at the center of each interval, and form a rectangle of width Δx and height f\left((i - \frac{1}{2})Δx\right).
This should read f\left(a + (i - \frac{1}{2})Δx\right)

If you add the areas of all the rectangles together, you will get:

Total Area = \sum_1^n{f\left((i - \frac{1}{2})\frac{(b-a)}{n}\right)}\frac{(b-a)}{n}
This should read:

Total Area = \sum_1^n{f\left(a + (i - \frac{1}{2})\frac{(b-a)}{n}\right)}\frac{(b-a)}{n}

I'm either being pedantic or I'm incorrect because it's late and I'm tired. Either way, sorry! :redface:
 
  • Like
Likes   Reactions: 1 person
This is the easiest way I know to give an intuition about a limit, or how a limit relates to the things that are being added.

The series 1 + 1/2 + 1/4 + 1/8 + 1/16 + ... has the following property: term n (counting from 1) is half the gap between the sum of the first n-1 terms and 2. The first term is 1, half the gap between 0 and 2, and so on for all the other terms. Let ##S_n## be the sum of the first n terms. For any ε > 0, there is an n such that ##2 - ε < S_n < 2##. We just keep halving the gap until we get close enough to 2. The number 2 is the only number that this sum gets ε-close to (if you disagree, try to prove it).

In essentially the same way, the limit of the sum of the rectangles is the unique number that the sum, as we reduce the width of the rectangles, gets ε-close to.
 
oay said:
Almost! :smile:


This should read x = a + (i - \frac{1}{2})Δx


This should read f\left(a + (i - \frac{1}{2})Δx\right)


This should read:

Total Area = \sum_1^n{f\left(a + (i - \frac{1}{2})\frac{(b-a)}{n}\right)}\frac{(b-a)}{n}

I'm either being pedantic or I'm incorrect because it's late and I'm tired. Either way, sorry! :redface:
Oops. You're right. Thanks very much for the correction.
 
lundyjb said:
So i realize that the integral of [f(x)dx] is pretty much the height of the rectangle f(x), multiplied by the width dx. But that is the area of 1 infinitesimally skinny rectangle. How does the integral sign add up an infinite amount of rectangles? I've taken cal 2 so if you could show what the integral does in terms of sigma that would be nice. Thanks!
It's not in terms of sigma, but my fellow forumer micromass wrote an excellent blog entry on integration. You can find it here.

oay said:
Total Area = \sum_1^n{f\left(a + (i - \frac{1}{2})\frac{(b-a)}{n}\right)}\frac{(b-a)}{n}
Isn't this assuming that ##f## is Riemann integrable? :-p
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 24 ·
Replies
24
Views
7K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 29 ·
Replies
29
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K