Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Integrals






The Art of Accumulation


Differentiation asks: given a quantity, how fast is it changing? Integration asks the reverse: given a rate of change, what is the total accumulated quantity? These two questions form the twin pillars of calculus.

The integral sign \int represents summation taken to its limit—adding infinitely many infinitely small pieces. When you integrate a velocity function, you recover distance traveled. When you integrate a density function, you recover total mass. The pattern repeats across physics, economics, and probability: rates become totals through integration.

Two distinct but related concepts share this notation. The definite integral

abf(x)dx\int_a^b f(x)\, dx


computes a number—the signed area under a curve, the accumulated quantity between two bounds. The indefinite integral

f(x)dx\int f(x)\, dx


finds a function—the antiderivative whose derivative returns the original integrand. The Fundamental Theorem of Calculus reveals these as two faces of the same idea.



The Idea of Accumulation


Integration answers questions about totals. Given how fast something changes at each moment, what is the cumulative effect over an interval?

Consider velocity. If v(t)v(t) gives your speed at time tt, then the integral

abv(t)dt\int_a^b v(t)\, dt


computes the total distance traveled from time aa to time bb. The function v(t)v(t) describes instantaneous rates; the integral accumulates those rates into a total.

This pattern appears throughout mathematics and science:

• Integrate force over distance to get work
• Integrate density over volume to get mass
• Integrate a probability density to get probability
• Integrate marginal cost to get total cost

The integral formalizes "continuous summation"—adding contributions that vary smoothly rather than in discrete chunks.

Two Types of Integrals


The integral symbol carries two distinct meanings depending on context.

Definite Integrals


abf(x)dx\int_a^b f(x)\, dx


The limits aa and bb bound the region of integration. The result is a number representing accumulated quantity—area, volume, total change, or another aggregate measure.

Indefinite Integrals


f(x)dx=F(x)+C\int f(x)\, dx = F(x) + C


No limits appear. The result is a family of functions—all antiderivatives of f(x)f(x), differing by an arbitrary constant CC.

The same symbol serves both purposes. Context determines which interpretation applies: limits present means definite, limits absent means indefinite.

Notation and Terminology


The integral notation carries specific meaning in each component.

The integral sign \int is an elongated S, standing for "sum." It originated with Leibniz, who conceived integration as summing infinitesimal pieces.

The integrand f(x)f(x) is the function being integrated. It describes what is accumulated at each point.

The differential dxdx indicates the variable of integration and represents an infinitesimal width. Together, f(x)dxf(x)\, dx represents an infinitesimal contribution to the total.

For definite integrals, the limits of integration aa and bb specify where accumulation begins and ends:

abf(x)dx\int_a^b f(x)\, dx


The lower limit aa appears at the bottom of the integral sign, the upper limit bb at the top.

Definite Integrals


The definite integral computes signed area—the area between a curve and the xx-axis, with regions below the axis counted as negative.

abf(x)dx\int_a^b f(x)\, dx


Positive where f(x)>0f(x) > 0, negative where f(x)<0f(x) < 0. The integral sums these signed contributions.

Rigorously, the definite integral arises as a limit of Riemann sums. Partition the interval [a,b][a, b] into subintervals, approximate the area with rectangles, and take the limit as the rectangles become infinitely thin. This construction gives precise meaning to "area under a curve."
Learn More

Indefinite Integrals


The indefinite integral reverses differentiation. If F(x)=f(x)F'(x) = f(x), then FF is an antiderivative of ff, and we write:

f(x)dx=F(x)+C\int f(x)\, dx = F(x) + C


The constant CC is essential. Since the derivative of any constant is zero, infinitely many functions share the same derivative. The "+C+ C" represents this entire family.

Finding antiderivatives is the core skill of indefinite integration. Unlike differentiation, which follows systematic rules, integration often requires insight, technique, and pattern recognition.
Learn More

Integration Rules


Integration rules provide the algebraic structure for computing integrals.

Linearity allows integrals to be split and scaled:

[f(x)+g(x)]dx=f(x)dx+g(x)dx\int [f(x) + g(x)]\, dx = \int f(x)\, dx + \int g(x)\, dx


cf(x)dx=cf(x)dx\int c \cdot f(x)\, dx = c \int f(x)\, dx


The Fundamental Theorem of Calculus connects definite and indefinite integrals. If FF is any antiderivative of ff:

abf(x)dx=F(b)F(a)\int_a^b f(x)\, dx = F(b) - F(a)


This theorem transforms the problem of computing areas into the problem of finding antiderivatives—a profound simplification.
Learn More

Integration Techniques


Not every function yields to direct antidifferentiation. Integration techniques provide methods for transforming difficult integrals into manageable ones.

Substitution reverses the chain rule. Identify an inner function and its derivative, change variables, and integrate.

Integration by parts reverses the product rule:

udv=uvvdu\int u\, dv = uv - \int v\, du


Partial fractions decompose rational functions into simpler pieces. Trigonometric substitution handles integrals involving square roots of quadratics.

Choosing the right technique is an acquired skill—pattern recognition developed through practice.
Learn More

Special Integrals


Certain special integrals appear so frequently that memorizing them accelerates all subsequent work.

xndx=xn+1n+1+C(n1)\int x^n\, dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)


1xdx=lnx+C\int \frac{1}{x}\, dx = \ln|x| + C


exdx=ex+C\int e^x\, dx = e^x + C


sinxdx=cosx+Ccosxdx=sinx+C\int \sin x\, dx = -\cos x + C \qquad \int \cos x\, dx = \sin x + C


11+x2dx=arctanx+C\int \frac{1}{1 + x^2}\, dx = \arctan x + C


These formulas serve as building blocks. Complex integrals often reduce to combinations of these standard forms.
Learn More

Improper Integrals


Standard definite integrals require finite intervals and bounded integrands. Improper integrals extend integration beyond these constraints.

Integrals over infinite intervals:

11x2dx=limb1b1x2dx=1\int_1^{\infty} \frac{1}{x^2}\, dx = \lim_{b \to \infty} \int_1^b \frac{1}{x^2}\, dx = 1


Integrals of unbounded functions:

011xdx=lima0+a11xdx=2\int_0^1 \frac{1}{\sqrt{x}}\, dx = \lim_{a \to 0^+} \int_a^1 \frac{1}{\sqrt{x}}\, dx = 2


An improper integral converges if the limit exists and is finite; otherwise it diverges. The distinction matters—some infinite regions have finite area, others do not.
Learn More

Evaluating Integrals


Evaluating integrals combines all the preceding ideas: recognize the form, apply appropriate techniques, and verify the result.

Start with direct antidifferentiation. If the integrand matches a known form, apply the formula. If not, consider substitution, parts, or other techniques.

For definite integrals, set up the problem correctly: identify bounds, express the integrand in terms of the integration variable, and apply the Fundamental Theorem.

Verification is simple: differentiate your answer. The derivative of the antiderivative should return the original integrand. This check catches algebraic errors and sign mistakes.
Learn More