§ 01What Is Integration?
Integration asks two questions that turn out to have the same answer: what is the area under a curve, and what function has this derivative? The extraordinary fact that these questions are equivalent is the Fundamental Theorem of Calculus.
Start with a concrete problem. You are watching a car move, and you know its velocity v(t) at every instant. How far has it travelled between time a and time b? The answer is the area under the velocity curve, because distance = velocity × time, and when velocity varies you must add up infinitely many infinitely thin rectangles. That sum is an integral.
Divide [a, b] into n strips of width Δx = (b−a)/n, take the height f(xi) of each strip, sum all the areas, and take n → ∞. That is a definite integral.
The indefinite integral is the reverse question: given a function f(x), find a function F(x) whose derivative is f(x). F is called an antiderivative of f. Because any constant differentiates to zero, if F is one antiderivative then F + C (for any constant C) is another, which is why every indefinite integral carries the "+C".
The "+C" is not a formality: it represents an entire family of functions, each a valid antiderivative.
Definite vs. Indefinite: The Key Distinction
Definite Integral ∫ab f(x) dx
Has limits of integration a and b. The result is a number: the signed area between the curve and the x-axis from a to b.
- Output: a real number
- No +C needed
- Area above x-axis counts positive
- Area below x-axis counts negative
Indefinite Integral ∫ f(x) dx
Has no limits. The result is a function (or family of functions), the general antiderivative of f.
- Output: a function F(x) + C
- Always include +C
- Represents all antiderivatives at once
- Specific C determined by initial conditions
§ 02All 12 Integration Topics
Topics are ordered from foundational to advanced. The first three pages build conceptual understanding; pages 4–8 are the core techniques you will use in every course; pages 9–12 are the specialist tools for harder problems.
§ 03Suggested Learning Path
Integration techniques form a deliberate hierarchy. Each stage below assumes the previous one. A common mistake is jumping straight to substitution before the Fundamental Theorem is solid, that shortcut costs hours of confusion later. Follow the stages in order the first time through.
§ 04Quick Reference — Standard Integrals & Rules
Every formula below is derived in full on its dedicated topic page. Use this as a revision card once you have worked through the section. If a formula feels arbitrary, go back to the page where it was proved, no formula here was handed down from the sky.
Basic Antiderivative Rules
Trigonometric Integrals
Inverse Trig Integrals
Key Techniques — When to Use Each
§ 05How to Choose the Right Technique
The hardest part of integration is not executing the technique, it is recognising which technique to use. The flowchart below is the mental algorithm experienced mathematicians run through (quickly and almost subconsciously) when facing a new integral.
Can you simplify algebraically first? → Expand, factor, or divide
Do you see f(g(x))⋅g′(x)? → Substitution
Is it a product of unlike functions? → Integration by Parts
Is it a rational function P/Q? → Partial Fractions (after factoring Q)
Does it contain √(a²±x²) or √(x²−a²)? → Trig Substitution
Is the interval infinite or the integrand unbounded? → Improper Integral
In practice, many integrals require combining techniques: for example, a substitution that produces a rational function requiring partial fractions, or an integration by parts that leaves a trig integral. The more worked examples you study, the faster pattern recognition becomes. There is no shortcut for the examples themselves.
§ 06Where Integration Leads
Mastering single-variable integration is the gateway to the rest of advanced mathematics. Every section below requires fluent integration as a prerequisite, these are not optional extensions, they are the next chapters in the story.