Integration is the reverse of differentiation. Where derivatives break things apart to measure rates, integrals put things together to measure totals.
The integral gives the net area between the curve and the -axis from to . But integrals are far more than area: they compute distance, work, probability, volume, and any accumulated quantity.
Mastering integration requires two skills: knowing the antiderivative formulas and knowing the techniques to transform difficult integrals into ones you can solve.
The big idea: Riemann sums
Divide the interval into thin strips of width . In each strip, build a rectangle with height .
The total area of all rectangles is approximately . This is a Riemann sum.
As (strips get infinitely thin), the Riemann sum converges to the definite integral: .
This is why integrals represent accumulation: you are adding up infinitely many infinitesimally small contributions.
Setting up a Riemann sum
- Estimate using a right Riemann sum with rectangles.
- Width of each rectangle: .
- Right endpoints: .
- Heights: .
- Sum: .
- The exact answer (using the FTC) is . Our overestimate of comes from the right endpoints overshooting on an increasing function. With more rectangles, the estimate converges to .
The Fundamental Theorem of Calculus (FTC)
FTC Part 1: if , then . Differentiation and integration are inverse operations.
FTC Part 2: where is any antiderivative of (meaning ).
Part 2 is the computational powerhouse: instead of computing limits of Riemann sums, just find an antiderivative and evaluate at the bounds.
The connection to derivatives: if position is and velocity is , then total displacement is . Integration recovers position from velocity.
💡Explain it simply
Imagine you're on a road trip. Your speedometer tells you how fast you're going at each moment (that's the derivative — the rate). The odometer tells you the total distance you've covered (that's the integral — the accumulation).
The FTC says: if you know the speedometer reading at every moment, you can figure out the total distance by 'adding up' all those tiny speeds. And the shortcut is: just check the odometer at the start and end, and subtract.
That's why it's called the Fundamental Theorem — it connects the two main ideas in all of calculus (rates and totals) and gives you a shortcut so you never have to actually add up infinitely many tiny rectangles.
Evaluating a definite integral with the FTC
- Compute .
- Step 1 — find an antiderivative: . (We don't need the for definite integrals.)
- Step 2 — evaluate at the bounds using FTC Part 2: .
- .
- .
- .
- This is the net area under the line from to . Since on this interval, the net area equals the total area.
Net area vs. total area
The definite integral computes net (signed) area: regions where (above the -axis) contribute positively, and regions where (below the -axis) contribute negatively. Positive and negative areas can cancel.
If you want total area (always positive, no cancellation), integrate the absolute value: .
In practice, find where (the zeros), split the integral at those zeros, and negate the integral on sub-intervals where . This turns every piece positive before adding.
Example: because the positive area on exactly cancels the negative area on . But the total area is .
Physical analogy: if velocity is positive (forward) for a while and then negative (backward), the integral of velocity gives displacement (net distance from start), which could be small or zero. The integral of gives total distance traveled.
💡Explain it simply
Think of a bank account. Deposits are positive, withdrawals are negative. The net integral is your final balance — deposits and withdrawals cancel out. The total area integral is like adding up every transaction's absolute value — the total amount of money that moved, ignoring direction.
Antiderivatives and the constant of integration
An antiderivative of is any function such that . The indefinite integral represents the entire family of antiderivatives.
Since the derivative of a constant is , any two antiderivatives of the same function differ by a constant: if and , then for some constant. That's why every indefinite integral includes .
The is not a formality — it's essential. In applications, the value of is determined by an initial condition. For instance, if an object has velocity and position , then and , so . Without , you'd get and miss that the object started at position 5.
On definite integrals, the cancels: . So you only need for indefinite integrals.
💡Explain it simply
Imagine you know a car's speed at every moment, and you want to figure out where it is. You can compute the position function from the speed, but you don't know where the car started. The is that unknown starting position. Different starting positions give different position functions, but they all have the same speed.
Common integrals (your core toolbox)
These are the integral formulas you must know by heart. Every other technique (substitution, by-parts, etc.) ultimately reduces an integral to one of these:
Power rule: for . Works for any real — including negative and fractional exponents like or .
The missing case: . The power rule gives , which is undefined, so fills this gap. The absolute value is needed because requires a positive input.
Exponentials: and for .
Trigonometric: , , , , , .
Inverse trig: and . These arise constantly after trig substitutions and partial fractions.
Verification: you can always check an antiderivative by differentiating it. If , then .
💡Explain it simply
These formulas are the answers to the question: 'What function has this as its derivative?' You're running the derivative process backward. Since you memorized the derivative table, just reverse it: the derivative of is , so the integral of is .
If you ever forget a formula, just differentiate your guess. If it gives back the integrand, you're correct.
Substitution (reverse chain rule)
If the integrand looks like , substitute so .
The integral becomes , which is usually simpler.
Example: . Let , . Integral becomes .
For definite integrals, either convert the bounds to -values, or back-substitute and use the original bounds.
Tip: look for an "inner function" whose derivative (or a constant multiple of it) appears as a factor in the integrand.
💡Explain it simply
Substitution is like changing languages to make a sentence easier to read. The math looks complicated in -language, so you switch to -language where it's simpler.
The trick is spotting the 'inside function.' Look at your integral and ask: is there a function stuffed inside another function? If yes, call the inside part . If the derivative of that inside part is also floating around in the integral, you're golden — everything converts cleanly to .
When you're done integrating in -land, just swap back to . It's like translating your answer back to the original language.
u-substitution with a definite integral
- Compute .
- Spot the pattern: the inner function is and its derivative appears as a factor. Perfect for substitution.
- Let , so . The in the integral is exactly .
- Convert the bounds: when , . When , .
- The integral becomes .
- Integrate: .
- Final answer: . No need to back-substitute since we converted the bounds.
Integration by parts (reverse product rule)
Formula: . This comes from the product rule run backwards.
Choose and using the LIATE heuristic: Logarithms, Inverse trig, Algebraic (), Trig, Exponentials. Pick from higher in this list.
Example: . Let (algebraic), . Then , .
Result: .
Sometimes you need to apply by-parts twice (e.g., ) or use the tabular method for repeated applications.
A special case: requires by-parts twice, then solving for the integral algebraically.
💡Explain it simply
Imagine you're trying to find the area of a weird shape made by two things multiplied together. You can't handle both at once, so you break the job into pieces.
The idea: pick one part to differentiate (make simpler) and the other to integrate. You do one step of the problem, and in exchange, the remaining integral becomes easier. It's like trading a hard problem for an easier one.
The LIATE trick tells you which part to pick as : Logs first, then Inverse trig, Algebra (, ), Trig, and Exponentials last. Pick from higher in the list because those get simpler when you differentiate them.
Integration by parts: x·sin(x)
- Compute .
- We have a product of algebraic () and trig (). By LIATE, pick (algebraic is above trig).
- Set and .
- Differentiate : . Integrate : .
- Apply the formula :
- .
- The remaining integral is easy: .
- Final answer: .
- Check: differentiate using the product rule on the first term: . Correct!
Trigonometric integrals
Integrals of the form come up constantly and have a systematic strategy based on whether and are odd or even.
Case 1 — one power is odd: peel off one factor of the odd-powered function, convert the remaining even power using , and substitute with = the other function. Example: . Peel: . Let : .
Case 2 — both powers are even: use half-angle identities to reduce. and . Repeat as needed. These can be tedious but are completely mechanical.
Other trig integrals: and have their own patterns. For , peel off and reduce. For , use integration by parts or reduction formulas.
Key results worth knowing: and (this last one is famously non-obvious).
💡Explain it simply
Trig integrals look intimidating, but they all follow the same playbook: use identities to simplify, then substitute. The decision is just 'odd power or even power?' Odd → peel and substitute. Even → half-angle identities. Once you know the strategy, it's mechanical.
Even powers: half-angle identity
- Compute .
- Both powers are even (sin² × cos⁰), so use the half-angle identity.
- .
- .
- .
- This integral appears so often that it's worth remembering the result directly.
Trigonometric substitution
When the integrand involves , , or , no algebraic trick will eliminate the square root. Trig substitution works by exploiting Pythagorean identities to remove the radical.
: let , . Then . (Think: .)
: let , . Then . (Think: .)
: let , . Then . (Think: .)
After substituting, the radical vanishes, leaving a trig integral. Evaluate it, then convert back to using a reference triangle: draw a right triangle where the side lengths are chosen so , , or equals (or the appropriate ratio).
Recognition tip: the expression doesn't have to be a clean . Complete the square first if needed. For instance, after completing the square, and now the pattern is visible with , .
💡Explain it simply
The three Pythagorean identities (, , ) are perfectly shaped to cancel square roots of the form , , . Trig substitution is just choosing the right identity and letting the Pythagorean theorem do the heavy lifting.
Trig substitution: pattern
- Compute .
- This has the form with . Let , .
- .
- Substitute: .
- Convert back: since , we get .
- Final answer: .
Partial fractions
To integrate a rational function where , decompose it into simpler fractions.
Factor the denominator, then write: .
Solve for and by clearing denominators and comparing coefficients or plugging in strategic values.
Repeated factors: requires terms .
Irreducible quadratics: for in the denominator, the numerator is , not just .
If , perform polynomial long division first, then decompose the remainder.
Partial fraction decomposition
- Compute .
- Decompose: .
- Multiply both sides by : .
- Smart substitution — let : , so .
- Let : , so .
- The integral becomes .
- .
Improper integrals
An improper integral has an infinite limit of integration or an integrand that blows up within the interval. In either case, you can't just plug in bounds — you need a limit.
Type 1 — infinite bound: replace with a variable and take a limit. . Converges.
Type 2 — infinite discontinuity: the integrand blows up at a point in . Approach the bad point with a limit. . Converges.
If the limit is finite, the improper integral converges. If the limit is or does not exist, it diverges.
Key result: converges if and diverges if . This is the continuous analog of the p-series test () and serves as a benchmark for comparison.
Comparison test for improper integrals: if and converges, then converges. If diverges, then diverges. Same logic as for series.
💡Explain it simply
A normal integral asks: 'What's the area under this curve between two finite points?' An improper integral asks: 'What if the region extends to infinity, or the curve shoots up to infinity somewhere?' Surprisingly, some of these infinite regions have finite area.
The trick: sneak up on the infinity with a limit. Instead of integrating all the way to infinity at once, integrate to some large number and see what happens as . If the answer settles down to a finite number, the infinite area is actually finite.
Convergence vs. divergence of improper integrals
- Compare and .
- For : . Diverges.
- For : . Converges.
- The difference? decays too slowly — its tail has too much area. decays fast enough for the total area to be finite.
- This is the boundary case: is the critical exponent. For , convergence. For , divergence.
Which technique should I use? (Decision tree)
When facing an unfamiliar integral, work through this decision tree in order:
1. Simplify first: can algebra, trig identities, or long division reduce it? Expanding a product or splitting a fraction may reveal a standard form. Never skip this step.
2. Check the table: is it already a standard form you know? , , , etc. If so, write down the answer immediately.
3. Substitution (-sub): is there a function composition with (or a constant multiple of it) present in the integrand? If yes, let .
4. Trig integrals: powers of and (or /)? Use the odd/even strategies and trig identities.
5. Trig substitution: see , , or ? Match the pattern to the right substitution.
6. Integration by parts: product of two different types (e.g., , , )? Use LIATE to choose .
7. Partial fractions: rational function where can be factored? Decompose and integrate each piece.
8. If none of these work: try a creative rewrite (multiply by in a clever form, add and subtract a term, complete the square) and re-enter the decision tree. Practice is the only way to develop speed and intuition.
💡Explain it simply
Integration is like solving a puzzle. Derivatives have a clear algorithm — apply the rules mechanically. Integration doesn't. You have to look at the problem and recognize which tool fits. The decision tree is your checklist: try the easy stuff first, then work your way down to the fancier techniques.
Over time, pattern recognition takes over. You'll see and immediately think 'by parts.' You'll see and immediately think 'trig sub.' That speed only comes from practice.
Area between curves and volumes (preview)
Integration extends naturally from 'area under one curve' to 'area between two curves' and 'volume of a solid.' The strategy is always the same: slice, approximate each slice, and integrate.
Area between curves: the area between (top) and (bottom) from to is . First determine which function is on top in each sub-interval. If the curves cross, split the integral at the crossing points.
Volume by disks/washers: revolve a region around the -axis. Each cross-section is a disk (or washer if there's a hole). for a solid disk of radius . For a washer: where is the outer radius and the inner.
Volume by cylindrical shells: revolve around the -axis. Instead of slicing perpendicular to the axis, wrap thin cylindrical shells around it. .
These topics are expanded in the Applications of Integration module. The key insight here: integration is not just about area — it's a universal tool for accumulating any quantity that can be sliced into thin pieces.
💡Explain it simply
Finding area between curves is like measuring the space between two fences. For volumes, imagine spinning a flat shape around a stick (like a potter's wheel) — it carves out a 3D solid. Integration lets you compute the exact volume by adding up infinitely many thin slices.
Common Mistakes to Avoid
- Forgetting on indefinite integrals. Every indefinite integral has a constant of integration.
- Trying to use the power rule for . The power rule gives which is undefined. The answer is .
- Forgetting to change the bounds when using substitution in a definite integral. Either convert bounds to -values or back-substitute before evaluating.
- Choosing and poorly in integration by parts. If is harder than the original, try swapping your choices.
- In partial fractions, forgetting to do polynomial long division first when the degree of the numerator is the degree of the denominator.
- Not checking convergence of improper integrals. Always set up the limit explicitly before evaluating.
- Getting sign errors with trig antiderivatives: (note the negative sign).