The Definite Integral as Area — A Visual Explanation
Most students learn to integrate before they learn what an integral is. You memorise that the integral of x² is x³/3, you substitute the limits, you get a number — and you never find out what that number counts. This article answers that: a definite integral is an area, built out of thin rectangles, and once you can see the rectangles the rest of the topic stops being memory work.
Where the integral comes from: rectangles
Suppose you want the area under the curve y = f(x) between x = a and x = b. Cut the interval into n thin strips of width Δx = (b − a)/n, and replace each strip by a rectangle whose height is the value of the function somewhere inside that strip. Add the rectangles up. That sum is called a Riemann sum:
The rectangles overshoot on some strips and undershoot on others. Make the strips thinner and the error shrinks. The definite integral is what the sum settles down to as the strips become infinitely thin:
Read the symbols literally and they stop looking strange: ∫ is a stretched "S" for sum, f(x) is the height of one rectangle, and dx is its infinitely small width. Height × width, added up. That is all an integral is.
What the letters mean
| Symbol | Meaning | Unit |
|---|---|---|
| a, b | Lower and upper limits — where the region starts and ends | Unit of x |
| f(x) | Height of the curve above the x-axis at that point | Unit of y |
| dx | Width of one infinitely thin strip | Unit of x |
| ∫ab f(x) dx | The accumulated area | Unit of y × unit of x |
That last row is the part physics students should keep. If f is velocity in m/s and x is time in s, the integral has the unit m/s × s = metres — the area under a velocity–time graph is displacement. If f is force in N and x is distance in m, the area is N·m = joules, i.e. work done. The integral is never "just maths"; its unit tells you what physical quantity it is.
The shortcut: the Fundamental Theorem of Calculus
Adding infinitely many rectangles by hand is impossible, so we use the theorem that connects area to antiderivatives. If F is any function whose derivative is f, then:
The constant of integration cancels: (F(b) + C) − (F(a) + C) = F(b) − F(a). That is why a definite integral never carries a "+ C".
Worked example 1 — checking the rectangles against the formula
Question: Find the area under y = x² from x = 0 to x = 3, first approximately with 3 rectangles, then exactly.
Rectangles, right-hand heights (Δx = 1):
heights f(1) = 1, f(2) = 4, f(3) = 9
sum = (1 + 4 + 9) × 1 = 14 — an overestimate, because the curve is rising.
Rectangles, left-hand heights:
heights f(0) = 0, f(1) = 1, f(2) = 4
sum = (0 + 1 + 4) × 1 = 5 — an underestimate.
So the true area is somewhere between 5 and 14. Averaging the two (the trapezium rule) gives (5 + 14)/2 = 9.5, already close.
Exact value:
∫03 x² dx = [ x³/3 ]03 = 3³/3 − 0³/3
= 27/3 − 0 = 9 square units
9 sits neatly between the underestimate 5 and the overestimate 14, exactly as the rectangle picture predicts.
Worked example 2 — a straight line, where you can check by geometry
Question: Evaluate ∫14 (2x + 1) dx.
By integration:
antiderivative F(x) = x² + x
F(4) = 4² + 4 = 16 + 4 = 20
F(1) = 1² + 1 = 1 + 1 = 2
Area = 20 − 2 = 18 square units
By geometry (the check): the graph of y = 2x + 1 is a straight line, so
the region is a trapezium. Its parallel sides are the heights at the two ends,
f(1) = 2(1) + 1 = 3 and f(4) = 2(4) + 1 = 9, and its width is 4 − 1 = 3.
Area = ½ × (3 + 9) × 3 = ½ × 12 × 3 = 18 ✔
Whenever the curve is a straight line, do this check. If the two answers disagree, you have made an algebra slip, not a conceptual one.
Worked example 3 — signed area, the part students get wrong
Question: Evaluate ∫02π sin x dx, and find the total area enclosed between the curve and the x-axis.
The integral:
F(x) = −cos x
F(2π) = −cos 2π = −1
F(0) = −cos 0 = −1
∫02π sin x dx = (−1) − (−1) = 0
The total area is not zero. Between 0 and π the curve is above the axis; between π and 2π it is below, and area below the axis is counted as negative. Split the interval:
∫0π sin x dx = [−cos x]0π
= (−cos π) − (−cos 0) = (+1) − (−1) = 2
∫π2π sin x dx = (−cos 2π) − (−cos π) = (−1) − (+1) = −2
Total enclosed area = |2| + |−2| = 4 square units, while the signed integral is 2 + (−2) = 0.
Rule to remember: "evaluate the integral" and "find the area" are different instructions. For area, find where f(x) crosses the axis, integrate each piece separately, and add the magnitudes.
Worked example 4 — area between two curves
Question: Find the area enclosed between y = x and y = x².
Step 1 — the limits are where they meet:
x = x² → x² − x = 0 → x(x − 1) = 0 → x = 0 and x = 1
Step 2 — which curve is on top? Test x = 0.5: y = x gives 0.5, y = x² gives 0.25. So the line is above the parabola on this interval.
Step 3 — integrate (top − bottom):
∫01 (x − x²) dx = [ x²/2 − x³/3 ]01
= (1/2 − 1/3) − (0 − 0) = 3/6 − 2/6 = 1/6 square unit ≈ 0.1667
Because we subtracted top minus bottom, the answer comes out positive automatically — no sign worries.
Common mistakes
- Adding "+ C" to a definite integral. The constant cancels in F(b) − F(a). Writing it is not wrong mathematically but it shows you have not understood the subtraction, and examiners notice.
- Reversing the limits. F(a) − F(b) flips the sign. Upper limit first, always: ∫ab = −∫ba.
- Reporting a negative "area". An area can never be negative. If your integral comes out negative, the curve was below the axis over that stretch — say so, and take the magnitude if the question asked for area.
- Not splitting at the crossing points. This is what makes ∫02π sin x dx = 0 look like a wrong answer when it is a correct answer to a different question.
- Forgetting to change limits after substitution. If you substitute u = 2x for ∫03, the new limits are u = 0 to u = 6, not 0 to 3.
Where this appears in exams
| Exam | Typical question |
|---|---|
| CBSE/ICSE Class 12 | Area under a curve, area between a line and a parabola, definite integral by substitution |
| JEE Main & Advanced | Area bounded by two curves, properties of definite integrals, integrals as limits of sums |
| Class 11–12 Physics | Displacement from a v–t graph, work from an F–x graph, charge from an i–t graph |
| Physical Chemistry (BSc/IIT-JAM) | Work of expansion w = −∫P dV, integrated rate laws, partition-function integrals |
Check every step of your integration. The Definite Integral calculator takes the function and the two limits and returns the value, so you can confirm your antiderivative and your substitution of limits separately instead of guessing which one went wrong.
Open the Definite Integral Calculator →Studying Class 11–12 and want the physical-chemistry side of calculus taught properly? ABC Chemistry runs Class 11–12 chemistry coaching at the Gurugram centre and online classes across India, plus home tuition across Delhi-NCR — details at abcchemistry.in.