This means that f(x) gets arbitrarily close to L as x gets arbitrarily large.
|
|
If f(x) is a function defined on the interval [a, b], then
\lim_{n \rightarrow \infty} \sum_{i=1}^{n} f(x_i) \Delta x = \int_a ^b f(x) dx.
(Note - you might think this looks scary, but if you think of it like a programmer, it makes total sense.)
Think of each f(x_i) \Delta x as the area of a rectangle with height f(x_i) and width \Delta x.
The interval [a, b] has been chopped into segments of length \Delta x where each \Delta x = \frac{b-a}{n}.
Each x_i represents an x value in one of those segments. Each f(x_i) represents the height of the rectangle for that segment.
|
|
|
|
|
|
Click to the left again to hide and once more to show the dynamic interactive window |
|
|
|
|