2 Indefinite integrals and antiderivatives
An antiderivative of $f(x)$ is a function $F(x)$ such that
The indefinite integral notation means "find all antiderivatives":
The constant $C$ matters because infinitely many functions share the same derivative.
Linear properties
Integration is linear:
This is one of the most useful simplifications in basic integration.
Basic interpretation
If $f(x)$ is a rate, then an integral of $f$ gives the accumulated amount. If $v(t)$ is velocity, then
gives displacement, up to an initial condition.
3 Definite integrals and area
The definite integral of $f(x)$ from $a$ to $b$ is written
It represents signed accumulation over the interval $[a,b]$.
Riemann sum definition
Partition $[a,b]$ into $n$ subintervals of width
Sample points $x_i^\ast$ in each subinterval produce the Riemann sum
As the partition gets finer,
Signed area
If $f(x) > 0$ on an interval, the integral is positive.
If $f(x) < 0$ on an interval, the integral is negative.
The definite integral is not "area" unless the function is nonnegative.
If you want actual geometric area, use
or split the interval where the function changes sign.
Average value
The average value of $f$ on $[a,b]$ is
This is a common interpretation: the integral is the total, and dividing by interval length gives the average height.
Interactive visual
Area under a curve
Move the bounds to see how the accumulated area changes between two x-values.
3. The Fundamental Theorem of Calculus
The Fundamental Theorem of Calculus connects derivatives and integrals.
Part 1
If
then, under mild conditions,
This says accumulation and instantaneous rate are inverse processes.
Part 2
If $F'(x)=f(x)$, then
This is the practical evaluation rule for definite integrals.
Why this matters
Without the FTC, definite integrals would require limit computations every time. With the FTC, most evaluation reduces to:
Find an antiderivative.
Plug in the endpoints.
Subtract.
4. Core antiderivative rules
These formulas appear constantly.
Power rule
For $n \neq -1$,
Special case:
Exponential and logarithmic forms
is not a basic form, but is often handled by integration by parts.
Trigonometric basics
Common algebraic manipulations
Before integrating, simplify when possible:
expand products
factor constants
cancel algebraic factors
rewrite radicals as exponents when useful
Example:
5. Substitution
Substitution reverses the chain rule. Use it when an integrand contains a function and its derivative, or a recognizable composite expression.
Pattern
If
then set
The integral becomes
Example
Evaluate
Let
Then
Definite integrals with substitution
You can either:
change the limits to the new variable, or
substitute back to the original variable before applying limits
Changing limits is cleaner:
If $u=g(x)$, then when $x=a$, use $u=g(a)$, and when $x=b$, use $u=g(b)$.
Common substitution cues
inner function and its derivative
powers of expressions like $(ax+b)^n$
radicals such as $\sqrt{1-x^2}$ or $\sqrt{a^2-x^2}$
trigonometric compositions
6. Integration by parts
Integration by parts comes from the product rule:
In integral form:
When to use it
Use integration by parts when the integrand is a product and one factor becomes simpler after differentiation.
Common choices:
polynomial times exponential
polynomial times trigonometric function
logarithms
inverse trigonometric functions
Example
Evaluate
Choose
Then
So
LIATE heuristic
A common order for choosing $u$ is:
Logarithmic
Inverse trigonometric
Algebraic
Trigonometric
Exponential
This is a heuristic, not a rule, but it often leads to a useful choice.
7. Partial fractions
Partial fraction decomposition is used for rational functions:
where $P$ and $Q$ are polynomials and the degree of $P$ is less than the degree of $Q$ after long division.
Basic steps
If needed, perform polynomial long division.
Factor the denominator.
Write the rational function as a sum of simpler fractions.
Solve for unknown coefficients.
Integrate each piece.
Common denominator forms
If
then write
Repeated factors require multiple terms:
Quadratic irreducible factors use linear numerators:
Example
Decompose:
Then
8. Trigonometric integrals and substitutions
Trigonometric integrals
Useful identities often simplify powers of trig functions:
Typical strategies:
If a power of sine or cosine is odd, save one factor and convert the rest with $\sin^2 x = 1-\cos^2 x$ or $\cos^2 x = 1-\sin^2 x$.
If powers of secant and tangent appear, save a factor of $\sec x\tan x$ or $\sec^2 x$ and convert using $1+\tan^2 x = \sec^2 x$.
Trigonometric substitution
Use trig substitution for square roots of quadratic forms.
Common patterns:
These substitutions work because the identities remove the radical.
Example
For
let $x=a\sin\theta$. Then $dx=a\cos\theta\,d\theta$ and
The integral becomes
Since $\theta = \arcsin(x/a)$,
9. Improper integrals
An improper integral has at least one issue:
infinite limits of integration
integrand becomes unbounded on the interval
These are evaluated as limits.
Infinite interval
Vertical asymptote
If $f$ blows up at $x=c$ in $[a,b]$, then
must be split at $c$ and interpreted with one-sided limits.
Convergence
An improper integral converges if the limit exists and is finite. Otherwise it diverges.
Useful benchmark
For
the integral converges if and only if $p>1$.
This is a standard comparison test baseline.
10. Applications
Integrals appear anywhere accumulation matters.
Area between curves
If $f(x) \ge g(x)$ on $[a,b]$, then the area between them is
If the top and bottom curves switch, split the interval first.
Volume of revolution
Disk method
If a region is rotated about an axis and produces solid disks of radius $R(x)$, then
Washer method
If there is a hole with inner radius $r(x)$,
Shell method
Using cylindrical shells,
Work
If force varies with position,
For a spring obeying Hooke's law $F=kx$,
Mass from density
If $\rho(x)$ is linear density,
For surface and volume density, the same accumulation idea applies with the appropriate measure.
Probability
If $f(x)$ is a probability density function, then
The total area under a valid pdf must be
11. Numerical integration
When an antiderivative is hard or unavailable, approximate the integral numerically.
Trapezoidal rule
Partition $[a,b]$ into $n$ equal parts with $\Delta x = (b-a)/n$.
Then
Simpson's rule
With even $n$,
Error intuition
More subintervals usually improve accuracy.
Smooth functions are approximated better than highly oscillatory or discontinuous functions.
Simpson's rule is often more accurate than the trapezoidal rule for the same number of intervals.
12. Problem-solving workflow
A reliable integration workflow saves time and reduces mistakes.
Identify the integral type: indefinite, definite, improper, or application.
Simplify algebraically first.
Check whether a standard formula applies immediately.
Look for substitution patterns.
If the integrand is a product, consider integration by parts.
If the integrand is rational, try partial fractions.
If there are trig powers or radicals, consider trig identities or trig substitution.
For definite integrals, use the FTC after finding an antiderivative.
Check your answer by differentiating when possible.
For definite integrals, check sign and bounds.
Fast self-checks
Differentiate your antiderivative.
Test units in applied problems.
For definite integrals, estimate whether the sign and size are reasonable.
13. Common mistakes
Forgetting the constant of integration
For indefinite integrals,
Omitting $C$ is a common grading error.
Using the wrong variable in substitution
If you let $u=g(x)$, then every $x$ must be rewritten consistently in terms of $u$ or converted back before finishing.
Mixing up signed area and geometric area
The definite integral can be negative. Actual area is nonnegative.
Wrong bounds after substitution
When changing variables in a definite integral, the limits must change too. If you keep the old limits, you must substitute back before evaluating.
Missing absolute values in logarithms
The antiderivative of $1/x$ is
not just $\ln x + C$.
Algebra mistakes before integrating
Many integration problems are really algebra problems in disguise:
expand carefully
factor correctly
simplify before choosing a technique
14. Formula sheet
Core formulas
Common geometric volumes
Quick reference
If an integral looks:
like a composite function times its derivative, try substitution
like a product of unlike functions, try integration by parts
like a rational function, try partial fractions
like a trig expression with powers, use identities
like a radical of a quadratic, consider trig substitution
like a limit problem or infinite interval, treat it as improper
Integration becomes much easier once you classify the form correctly before doing any algebra.
Sources
Stewart, Calculus: Early Transcendentals
Lay, Linear Algebra and Its Applications
Rosen, Discrete Mathematics and Its Applications
Boyce and DiPrima, Elementary Differential Equations and Boundary Value Problems
Blitzstein and Hwang, Introduction to Probability