July 22, 2026
How to Understand Calculus Integrals
Learn what an integral is, the difference between definite and indefinite integrals, the power rule for integration, and the Fundamental Theorem of Calculus.

The direct answer: an integral adds up infinitely many tiny pieces to find a total, most often the area under a curve. The indefinite integral gives a family of antiderivatives, while the definite integral gives a number, the net accumulated amount between two bounds. This guide explains both, the core rules, and the link back to derivatives.
Integrals at a Glance
| Question | Answer |
|---|---|
| What does it measure? | Accumulated total, often area under a curve. |
| Indefinite form | integral of f(x) dx = F(x) + C, where F' = f. |
| Definite form | integral from a to b of f(x) dx = F(b) minus F(a). |
| Core rule | Power rule: integral of x^n dx = x^(n+1) / (n+1) + C, for n not minus 1. |
| Link to derivatives | The Fundamental Theorem connects the two. |
| When is it taught? | Usually right after derivatives in calculus. |
The Intuition
A derivative cuts a function into its rate of change. An integral rebuilds the total from those rates. Picture a curve on a graph. Slice the area beneath it into many thin rectangles. As the rectangles get thinner, their total area approaches the true area under the curve. That limit is the definite integral.
So integration is accumulation. Distance is the integral of speed. Total growth is the integral of a growth rate. Area is the most common visual, but the idea applies whenever small pieces add up to a whole.
Indefinite Versus Definite
An indefinite integral finds an antiderivative, a function whose derivative is the one you started with:
integral of f(x) dx = F(x) + C
The +C matters because many functions share the same derivative. For example, x^2, x^2 + 3, and x^2 minus 7 all differentiate to 2x, so the antiderivative is x^2 + C.
A definite integral has limits a and b and produces a number:
integral from a to b of f(x) dx = F(b) minus F(a)
This is the net area: area above the x axis counts positive, area below counts negative.
The Fundamental Theorem of Calculus
This theorem is the bridge between the two big ideas of calculus. It says that if F is an antiderivative of f, then:
integral from a to b of f(x) dx = F(b) minus F(a)
In words, to find the accumulated total, take the antiderivative and evaluate it at the top and bottom, then subtract. This turns a hard limit problem into a differentiation problem you already know how to do.
Worked Examples
Example 1: integral of 3x^2 dx. Using the power rule, the antiderivative is x^3 + C, because d/dx of x^3 = 3x^2.
Example 2: integral from 0 to 2 of x dx. The antiderivative of x is x^2 / 2. Evaluate: (2^2 / 2) minus (0^2 / 2) = 2 minus 0 = 2. This matches the area of a triangle with base 2 and height 2, which is (1/2)(2)(2) = 2.
Example 3: integral from 0 to 1 of (4x^3 + 1) dx. Antiderivative is x^4 + x. Evaluate at 1: 1 + 1 = 2. Evaluate at 0: 0. Result is 2.
Common Integral Facts
- integral of x^n dx = x^(n+1) / (n+1) + C, for n not equal to minus 1
- integral of e^x dx = e^x + C
- integral of 1/x dx = ln|x| + C
- integral of sin x dx = minus cos x + C
- integral of cos x dx = sin x + C
Linearity holds: you can split a sum and pull out constants before integrating.
How to Practice
Integration and differentiation are two sides of the same coin, so practice on both keeps the whole course coherent. A structured course such as Khan Academy Calculus 2 walks from antiderivatives through substitution and the theorem, with graded problems. The Essence of Calculus series shows the geometry of accumulation so the definite integral feels like adding areas rather than memorizing a rule.
When you get stuck finding an antiderivative, name the method you are trying: power rule, substitution, or parts. Naming the method prevents the common slip of using the derivative rule by mistake.
Common Misconceptions
- An integral is just area. Area is the common picture, but integrals also measure volume, distance, probability, and any accumulated total.
- The +C is a formality. Without it, you have only one of infinitely many antiderivatives.
- Integration is the reverse of the derivative rule. You add one to the exponent, not subtract. Using the derivative power rule inverts the process.
- A definite integral is a function. It is a number, the net area between two bounds.
- Area below the axis is the same as above. In a net integral, area below counts negative, which can cancel area above.
Frequently Asked Questions
What is the difference between definite and indefinite integrals?
An indefinite integral is a function plus C (the antiderivative). A definite integral is a number, the net area between two bounds.
Why is there a +C?
Because many functions differ only by a constant yet share the same derivative, so the antiderivative is not unique without it.
Are integrals just area?
Area is the most common picture, but integrals also measure volume, distance, probability, and any accumulated total.
How does the Fundamental Theorem help?
It lets you compute a definite integral by finding an antiderivative and subtracting its values at the bounds, avoiding a limit of rectangles.
What if I cannot find the antiderivative?
Numerical methods and substitution or integration by parts often help. A structured course such as Khan Academy Calculus 2 suggests a strategy for a given integrand Khan Academy Calculus 2.
Where can I practice?
Pair a structured problem set with the geometric view from 3Blue1Brown so the definite integral reads as accumulation, not a formula Essence of Calculus.
Sources
About the author
Daniel O. is an AP Calculus teacher with 13 years of experience and a former curriculum coordinator. He specializes in making calculus concepts accessible and helping students build strong problem-solving foundations.