Integrals — Definition and FTC
00 · Symbol Glossary
A small change in : the width of one rectangular strip used to approximate an area. Capital Greek delta denotes "change in."
A chosen point inside the -th subinterval, used to determine the height of that subinterval's approximating rectangle.
The total area of approximating rectangles: sum, over each strip, of (height width). Named after Bernhard Riemann. As and each , this sum approaches the exact area.
The exact limiting value of the Riemann sum as the number of rectangles goes to infinity. Read "the integral from to of d-x." and are the limits of integration.
Formally, the limit of as it shrinks to an infinitesimal width. It marks which variable the integration is performed with respect to.
A function whose derivative is : . Capital letters are used by convention to denote an antiderivative of the corresponding lowercase function.
The family of all antiderivatives of , written without limits of integration. Always includes an arbitrary constant , since any two antiderivatives of the same function differ only by a constant.
An arbitrary real-number constant, appended to every indefinite integral, because for any constant — differentiation destroys constant terms, so integration cannot recover which one was there.
Notation meaning : evaluate at the upper limit, subtract evaluated at the lower limit.
01 · The Area Problem and Riemann Sums
Finding the area under a curve between and cannot generally be done with a simple geometric formula — only rectangles, triangles, and circles have exact area formulas. The fix: approximate the region with many thin rectangles, then let the number of rectangles grow without bound.
Divide into subintervals of equal width . In each subinterval, pick a sample point and form a rectangle of height and width . The Riemann sum is
provided the limit exists (true for any continuous ). This is the exact, signed area between the curve and the -axis.
Where , the corresponding rectangles have negative height, contributing negatively to the sum. measures area above the axis minus area below the axis — not total unsigned area.
02 · Properties of the Definite Integral
03 · Antiderivatives and Indefinite Integrals
Instead of computing area directly from Riemann sums every time, calculus provides a shortcut built on reversing differentiation.
is an antiderivative of if .
For , recall from Chapter 02 that — the in the denominator was chosen precisely to cancel the that the power rule brings down. So is one antiderivative of .
Both and satisfy , since differentiating a constant gives regardless of its value (Chapter 02).
Why it breaks: believing "the" antiderivative is a single specific function ignores that differentiation is not one-to-one — every constant shift produces the same derivative.
Consequence: any antiderivative of must be reported as a whole family, , unless additional information (like a known value of at one point) pins down the specific constant.
For powers of (the reverse of Chapter 02's power rule), valid whenever :
Attempting using the formula: — division by zero.
Why it breaks: the formula explicitly requires ; at the denominator vanishes and the formula is undefined.
Consequence: requires a different antiderivative entirely (the natural logarithm, ) — outside the scope of the power rule, and a standing exception to remember whenever appears.
04 · The Fundamental Theorem of Calculus, Part 1
Riemann sums (Section 01) define the integral; antiderivatives (Section 03) reverse the derivative. The Fundamental Theorem of Calculus proves these two ideas are the same operation viewed from opposite directions.
If is continuous on , and for , then is differentiable and
The derivative of an integral (as a function of its upper limit) is simply the original integrand back again. is used as the integration variable here purely to avoid reusing , which already names the upper limit.
Let . By FTC Part 1, without computing the integral at all: — substitute for in the original integrand.
05 · The Fundamental Theorem of Calculus, Part 2
Part 1 connects integration and differentiation conceptually. Part 2 turns that connection into the everyday computational tool for evaluating definite integrals — no Riemann sum limits required.
If is continuous on and is any antiderivative of (i.e. ), then
FTC Part 2 says "any" antiderivative , not "the" antiderivative . Using instead: — the cancels regardless of its value, which is why the constant of integration is never written when evaluating a definite integral.
On the same integral, computing instead of .
Why it breaks: FTC Part 2 fixes the order as (value at the upper limit) minus (value at the lower limit) — reversing it flips the sign, corresponding to the property from Section 02, but applied by accident rather than intentionally.
Consequence: since on , the true signed area must be non-negative; a negative result like is an immediate signal that the subtraction order was inverted.
06 · Exercises
Compute the subinterval width, list the right-endpoint sample points, evaluate the function at each, then sum height times width.
on , . . Right endpoints: . Heights: . Sum: .
Approximate using a right-endpoint Riemann sum with rectangles.
Find an antiderivative using the power rule for integration, then apply FTC Part 2 and compare to Exercise 6.1's approximation.
. . Comparing to Exercise 6.1's estimate of : the right-endpoint sum overshoots because is increasing, same pattern as Section 01.
Compute the exact value of using FTC Part 2, and compare to the Riemann sum estimate from Exercise 6.1.
Integrate term by term using the power rule for integration; don't forget the constant of integration.
. Term by term: ; ; . Result: .
Find .
Apply FTC Part 1 directly — the derivative of a definite integral with variable upper limit is just the integrand evaluated there.
. By FTC Part 1: — substitute for , no integration needed.
Given , find using FTC Part 1.
Find an antiderivative first, then evaluate at the upper limit minus the lower limit, being careful with the order.
. Antiderivative: . . . . The negative result is valid here (unlike Section 05's fail case) because for , so the region on contributes negative signed area that outweighs the positive part on .
Evaluate . The result is negative — explain why that is a valid, not an error, given the sign of the integrand.
Total accumulated quantity from a rate function is exactly what a definite integral computes — integrate the rate function over the given time interval.
Cash flow rate (dollars/day). Total accumulated cash over : . Antiderivative: . . . Total dollars.
A trading desk's cash flow rate is dollars per day, for in . Find the total accumulated cash over those 10 days using a definite integral.
07 · Chapter Summary
| Concept | Formula / Rule |
|---|---|
| Riemann sum | ; approximates area with rectangles |
| Definite integral | ; signed area |
| Antiderivative | |
| Indefinite integral | |
| Power rule for integration | , |
| FTC Part 1 | |
| FTC Part 2 |
Next: Chapter 07 — Techniques of Integration, which builds a toolkit for antiderivatives that the power rule alone cannot reach.