Integral: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Fredrik Johansson
imported>Fredrik Johansson
(→‎A geometric definition: fix silly error)
Line 11: Line 11:
[[Image:Integration.png|center|frame|Left: a region bounded by three straight lines and the graph of a function <math>f</math>. Right: approximation of the area by rectangles.]]
[[Image:Integration.png|center|frame|Left: a region bounded by three straight lines and the graph of a function <math>f</math>. Right: approximation of the area by rectangles.]]


We can approximate the area of this region by drawing <math>n</math> rectangles of equal base width along the x-axis, and taking the height of each rectangle to be the height to the function graph anywhere along the extent of the rectangle's base &mdash; for example, the rightmost point. Then the <math>k</math>'th rectangle from the left has width <math>1/n</math> and height <math>h_k = f(a + (b-a)(k/n))</math> and the sum of all rectangle areas is
We can approximate the area of this region by drawing <math>n</math> rectangles of equal base width along the x-axis, and taking the height of each rectangle to be the height to the function graph anywhere along the extent of the rectangle's base &mdash; for example, the rightmost point. Then the <math>k</math>'th rectangle from the left has width <math>(b-a)/n</math> and height <math>h_k = f(a + (b-a)(k/n))</math> and the sum of all rectangle areas is


:<math>s_n = \frac{1}{n} \left( h_1 + h_2 + \cdots + h_n \right).</math>
:<math>s_n = \frac{b-a}{n} \left( h_1 + h_2 + \cdots + h_n \right).</math>


The ''exact'' area, <math>s</math>, is given by the limit of this expression as <math>n</math> goes to infinity,
The ''exact'' area, <math>s</math>, is given by the limit of this expression as <math>n</math> goes to infinity,

Revision as of 15:54, 29 April 2007

The integral is a central concept in calculus. Intuitively, we can think of an integral as a measure of the size of an object with an extent in space. For example, integral calculus lets us calculate the length of a curve, the area of a surface, or the volume of a solid object. The process of calculating integrals is called integration.

A geometric definition

The easiest way to understand integrals is perhaps as a means to calculate area. What do we mean by area in the first place? We do know the precise meaning of area in the case of one simple figure: the rectangle. A rectangle that is units wide and units high has area ; let us take this as the definition of area. We can now measure the area of a more complicated shape, such as an apartment floor, by covering it with rectangles, and taking the sum of their individual areas. This is the basic meaning of integration: an integral is simply a sum of smaller parts that together add up to the whole.

Walls are typically at right angles, so tiling a floor with rectangles is no problem. But there are infinitely many kinds of shapes that cannot be exactly covered with rectangles, such as circles, ellipses, or the interior of any curved shape we can draw. Nevertheless, we think of these shapes as having area. We can approximately measure the area of such a shape by covering it with many small rectangles. The more and smaller rectangles we choose, the better the approximation becomes. Using the concept of a limit from mathematical analysis, we can continue to shrink the rectangles until they become infinitely small and the error becomes zero. This process of taking limits is what distinguishes integrals from ordinary sums, and it allows us to exactly calculate lengths, areas, volumes — and so on, of arbitrarily complicated shapes, provided of course that we can express those shapes with exact mathematical formulas.

Let us now give a more formal definition of integral, and also introduce the mathematical notation. Consider a region in the --plane delimited by the -axis, two vertical lines at and , and a curve described by the function as ranges from to .

Left: a region bounded by three straight lines and the graph of a function . Right: approximation of the area by rectangles.

We can approximate the area of this region by drawing rectangles of equal base width along the x-axis, and taking the height of each rectangle to be the height to the function graph anywhere along the extent of the rectangle's base — for example, the rightmost point. Then the 'th rectangle from the left has width and height and the sum of all rectangle areas is

The exact area, , is given by the limit of this expression as goes to infinity,

This limit is called an integral, or more technically, a Riemann integral. Its notation is the following:

The equation is pronounced " equals the integral of from to ". It is no coincidence that the integral sign, , resembles an "S" — it was originally an "S" standing for "sum", but the symbol has changed over time.

Calculating integrals analytically

Numerical integration

Multiple integrals

Technical definitions