Integrals/Area and the Definite Integral

Lesson 4.11,402 words

Area and the Definite Integral

The area under a curve is defined as a limit of sums of rectangle areas. The same limit — a Riemann sum taken as the mesh shrinks to zero — defines the definite integral, a single number measuring signed area, total distance, and every accumulated quantity built the same way.

╌╌╌╌

Differential calculus began with the slope of a tangent and answered it with a limit of secant slopes. Integral calculus begins with a different question whose answer is also a limit. Given a function on , what is the area of the region under its graph? For a rectangle or a triangle the answer is elementary. For a region with a curved upper boundary there is no formula, so area itself has to be defined, and the definition is a limit.

Defining area precisely isolates one type of limit: a sum of many small contributions, taken as each contribution shrinks. The same limit recurs whenever a quantity accumulates from a varying rate. Distance from velocity, mass from density, work from force all reduce to it. That limit is the definite integral.

Approximating an area by rectangles

Let be continuous and nonnegative on , and let be the region bounded above by , below by the -axis, and on the sides by the lines and . To estimate the area of , cut into subintervals of equal width

and over each subinterval erect a rectangle whose height is a value of on that subinterval. Choosing the height at the right endpoint gives the right-endpoint sum

Choosing the left endpoint gives ; choosing the midpoint gives . Each is an approximation to the area, exact only in the limit.

Right-endpoint rectangles under on for and ; refining the partition drives the total rectangle area toward the true area .

For on the two estimates bracket the area from opposite sides, because is increasing: the left-endpoint rectangles sit under the curve and the right-endpoint rectangles poke above it. A short computation with gives

so . Doubling to tightens this to , and traps between and . Both sequences close on the same value, computed exactly below to be .

Evaluating the limit for a power

The definition is only useful if the limit can sometimes be computed. For on the right endpoints are and , so

The sum of the first squares has a closed form,1

and substituting collapses the whole expression to a ratio of polynomials in :

As the two correction terms vanish:

The lower sums approach the same from below, confirming the estimate. Computing an area this way is exact but laborious; it requires a summation formula tailored to the integrand. The Fundamental Theorem removes that labor entirely, but the limit is what the answer means.

A cubic integrand pushes the same method one step further and uses two power-sum identities at once, and .

Sample points and sigma notation

Nothing in the construction requires the height to come from an endpoint. Let (also written ) be any point in the -th subinterval , called a sample point, and the sum still approximates the area. Endpoints and midpoints are the convenient choices, but the limit is independent of the choice.

A partition of into subintervals of width , with an arbitrary sample point in each; the shaded rectangle has height and width .

Sigma notation compresses these sums. Writing the area three equivalent ways,

with right endpoints, left endpoints, and arbitrary samples respectively.

The distance problem gives the same limit

An object moves along a line with velocity on . If the velocity were constant the distance would be velocity times time. It is not constant, so partition the time interval, treat the velocity as approximately constant on each short piece, and add up the piecewise distances. With readings at spaced apart, the distance over is about , and the total is

The estimate sharpens as the readings grow more frequent, and in the limit

This is the area limit with a velocity and a : distance traveled equals the area under the velocity graph. Area, distance, mass, and work share one structure — partition, sample, sum, take the limit — which the definite integral captures once and for all.

A step-function estimate of distance: each rectangle's area, , is the distance covered in one time interval at the velocity read at its left endpoint.

The definite integral

The limit of Riemann sums is given its own name and symbol.

The pieces of the notation are named:

  • Integral sign : an elongated S, chosen by Leibniz because the integral is a limit of sums.
  • Integrand : the function being integrated.
  • Limits of integration (lower) and (upper).
  • Differential : for now it carries no value of its own; it marks as the variable of integration and corresponds to the in the sum.

The sum is a Riemann sum, after Bernhard Riemann. A definite integral is the number a Riemann sum approaches; equivalently, a Riemann sum approximates the integral to any accuracy once is large enough.

Two facts make the definition workable in practice. First, the integral is a number, not a function of — the variable is a placeholder, so . Second, continuity is enough to guarantee the limit exists.

For an integrable function the sample points may as well be right endpoints, which simplifies calculation:

A limit of sums can be read backwards as an integral. The limit over is, by matching against the definition, exactly ; the integrand is read straight off the summand.

The integral as net area

When the integral is the area under the graph. When dips below the axis the Riemann sum subtracts: a rectangle below the axis has negative height , so it contributes a negative amount. The integral therefore measures net area — area above the axis counted positive, area below counted negative.

The integral of a sign-changing function is the area above the axis minus the area below it; here the region adds and subtracts.

For example, : the function is negative over most of , so the region below the axis outweighs the sliver above it, and the integral comes out negative even though it is built from areas.

Properties of the definite integral

Before doing any evaluation, two conventions extend the definition to non-increasing limits. Reversing the endpoints flips and hence the sign; equal endpoints give a degenerate partition of width zero:

The following properties all descend from the definition and the fact that a limit of sums respects sums and constant factors. Take and integrable.

#PropertyReading
1integral of a constant is times the width
2integral of a sum is the sum of integrals
3a constant factor comes outside
4integral of a difference splits
5adjacent intervals join

Property 5 is the additive law over subintervals: the area from to plus the area from to is the area from to . It holds for any ordering of once the sign conventions above are in force. As a worked instance, if and , then

Comparison properties

Three more properties compare sizes and require .

  • Nonnegativity. If on , then .
  • Monotonicity. If on , then — a bigger integrand has a bigger integral.
  • Bounding. If on , then

Monotonicity orders two integrals without evaluating either.

The bounding property is the quickest way to estimate an integral without any summation. The integral is trapped between the areas of two rectangles spanning : one of height , the minimum of , and one of height , the maximum.

The bounding property traps between the rectangle of height (the minimum of ) and the rectangle of height (the maximum), both of width .

The Midpoint Rule

When a numerical estimate is the goal rather than an exact limit, midpoints beat endpoints. Take the sample point at the center of each subinterval.

Midpoint rectangles: each height is sampled at the center of its subinterval, so the overshoot on one half offsets the undershoot on the other.

A midpoint rectangle overshoots on one half of its subinterval and undershoots on the other, so the errors partly cancel and the estimate is typically much better than or at the same . For with , the midpoints are and

Estimating the same integral discussed above with midpoints gives , already closer to the exact than the right-endpoint sum . The approximate-integration lesson develops the error bounds that make this precise.

Footnotes

  1. Stewart, §4.1 and Appendix E (Sigma Notation), where the identity is proved by induction.

╌╌ END ╌╌