Primary Tool
2D Graphing
The graphing tool makes the connection between the curve and the area under it immediate. Plotting over lets you see exactly what region the integral measures.
The geometric picture
The definite integral is the signed area of the region between the graph of and the -axis, from to .
Signed means areas above the axis count as positive and areas below the axis count as negative. If the curve dips below the axis in part of , those strips subtract from the total.
For example, means the region between the parabola and the -axis from to has area exactly square units.
Where the integral comes from: Riemann sums
To make area precise, divide into subintervals of width . On each subinterval pick a sample point and build a rectangle of height and width .
The sum of rectangle areas is a Riemann sum. As and the rectangles get thinner, the Riemann sum converges to the integral — provided is integrable on .
- 1Choose a partition: split into equal pieces of width .
- 2Pick sample points: use the right endpoint for .
- 3Compute the sum: .
- 4Simplify using the formula .
- 5Take the limit as . The leading term gives .
The Fundamental Theorem of Calculus
Computing limits of Riemann sums directly is tedious. The Fundamental Theorem of Calculus (FTC) gives a much faster route.
If is any antiderivative of — meaning — then .
For , an antiderivative is because . So . The Riemann sum limit and the FTC give the same answer, which is the content of the theorem.
Signed area in practice
Consider . On the sine curve is positive, contributing area . On it is negative, contributing area . The total integral is , even though the curve sweeps out nonzero area on each half.
If you want the total unsigned area swept, integrate the absolute value: .
This distinction matters whenever a function changes sign over the interval of integration.
How to read the notation
In : and are the lower and upper limits of integration. is the integrand. The signals that is the variable of integration and in the limit.
The elongated symbol is Leibniz's notation for an infinite sum of infinitesimal strips. The is the infinitesimal width. The product is the area of one infinitely thin strip.
Common Pitfall
The definite integral is not the same as finding an antiderivative. An antiderivative is a function; a definite integral is a number. The FTC connects them, but they are different objects.
Try a Variation
Sketch and identify where it crosses the -axis. Then compute using the FTC and check whether the sign of the result matches your sketch.
Related Pages
Keep moving through the cluster
Compare left Riemann sums, right Riemann sums, and midpoint sums for the same function
For on , left, right, and midpoint sums built from the same partition give noticeably different totals. The point of the page is to compare those behaviors directly rather than treating the formulas as interchangeable.
Open worked example →
Evaluate an integral by substitution
Substitution is the chain rule in reverse. In , the factor matches the derivative of the inner expression , so the structure is visible without extra algebra.
Open worked example →
Test convergence of an improper integral
An improper integral is decided by a limit, not by the antiderivative alone. This example tests and compares it with the divergent harmonic-tail integral.
Open worked example →