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
What a derivative means geometrically
The derivative is the slope of the tangent line, but that phrase only becomes useful when you compare the curve to nearby secant lines and local linear approximations.
Open explanation →
Differentiate a polynomial from first principles
This worked example shows how the derivative definition creates an algebra problem first and a limit problem second. The simplification step is the point of the exercise.
Open worked example →
Find a Taylor polynomial and estimate the error
This example builds the degree-5 Taylor polynomial of centred at , evaluates it at , and confirms that the actual error stays inside the bound given by Taylor's theorem.
Open worked example →