Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools

Calculus Symbols



Notation reference with LaTeX codes for calculus — derivatives, integrals, limits, series, and differential operators. Use our Mathematical Keyboard.
Notation confusions·Algebraic traps·Common integral mistakes

differentiationintegrationlimitsseriesvector calculusother notationsadvanced integrationdifferential operatorscurvature geometryspecial functionsdifferential equations
symbollatex codeexplanation
f'(x)
f'(x)
First derivative of f(x) — Lagrange notation, the most common for single-variable functions. See notation conventions
f''(x)
f''(x)
Second derivative of f(x) — measures concavity and the rate at which the slope itself changes
df/dx
\frac{df}{dx}
Derivative of f with respect to x — Leibniz notation, emphasizes the variable of differentiation and behaves algebraically in the chain rule
∂f/∂x
\frac{\partial f}{\partial x}
Partial derivative of f with respect to x — used when f depends on multiple variables, all others held constant. Uses the curled ∂ to distinguish from the ordinary d
Dⁿf(x)
D^n f(x)
n-th derivative of f(x) — operator notation, compact for higher-order derivatives. Parenthetical superscript f⁽ⁿ⁾ is the Lagrange equivalent
dy/dx
\frac{dy}{dx}
Rate of change of y with respect to x — Leibniz notation, interpretable as the ratio of differentials dy and dx
∇f
\nabla f
Gradient of a scalar field f — a vector of all partial derivatives, points in the direction of steepest ascent
∫ f(x) dx
\int f(x)\, dx
Indefinite integral of f(x) — the family of antiderivatives, result always includes + C
∫ₐᵇ f(x) dx
\int_a^b f(x)\, dx
Definite integral of f(x) from a to b — yields a number representing signed area under the curve
∬ f(x,y) dA
\iint f(x,y)\, dA
Double integral over a region A — extends integration to two variables, computes volume or accumulated quantity over a planar region
∭ f(x,y,z) dV
\iiint f(x,y,z)\, dV
Triple integral over a volume V — extends integration to three dimensions, computes mass, charge, or other quantities distributed in space
∮ f(x) dx
\oint f(x)\, dx
Line integral over a closed curve — the circle on the integral sign indicates the path returns to its starting point
∫ₓ f ds
\int_C f\, ds
Integral along a curve C — integrates with respect to arc length rather than a coordinate variable
limₓ→c f(x)
\lim_{x \to c} f(x)
Limit of f(x) as x approaches c — the value f(x) tends toward, whether or not f(c) exists
limₓ→∞ f(x)
\lim_{x \to \infty} f(x)
Limit of f(x) as x approaches infinity — describes end behavior, connected to horizontal asymptotes
limₓ→c⁻ f(x)
\lim_{x \to c^-} f(x)
Left-hand limit — the value f(x) approaches as x comes from values less than c
limₓ→c⁺ f(x)
\lim_{x \to c^+} f(x)
Right-hand limit — the value f(x) approaches as x comes from values greater than c
∑ₙ₌₁ⁿ₌∞ aₙ
\sum_{n=1}^\infty a_n
Infinite series — the sum of infinitely many terms, converges if the partial sums approach a finite limit
∑ₙ₌₀ⁿ₌N aₙ
\sum_{n=0}^N a_n
Finite series — the sum of the first N + 1 terms, always produces a definite value
∏ₙ₌₁ⁿ₌∞ aₙ
\prod_{n=1}^\infty a_n
Infinite product — the product of infinitely many factors, converges if the partial products approach a nonzero finite limit
a₀ + ∑ₙ₌₁ⁿ₌∞ aₙxⁿ
a_0 + \sum_{n=1}^\infty a_n x^n
Power series — represents a function as an infinite polynomial; coefficients relate to higher-order derivatives via Taylor's formula
∇⋅F
\nabla \cdot \mathbf{F}
Divergence of a vector field F — a scalar measuring net outward flux per unit volume at each point
∇×F
\nabla \times \mathbf{F}
Curl of a vector field F — a vector measuring local rotational tendency at each point
∬ₛ F ⋅ dS
\iint_S \mathbf{F} \cdot \mathbf{dS}
Flux integral — measures the total flow of F through a surface S, accounting for direction via the surface normal
∮ₓ F ⋅ dr
\oint_C \mathbf{F} \cdot \mathbf{dr}
Circulation integral — measures the total work done by F along a closed curve C
|f(x)|
|f(x)|
Absolute value of f(x) — the non-negative magnitude, relevant when evaluating integrals involving sign changes
sgn(x)
\text{sgn}(x)
Sign function — returns −1 for negative x, 0 for zero, and +1 for positive x
\infty
Infinity — not a number but a symbol describing unbounded growth, used in limits and improper integrals
dx
dx
Differential of x — an independent increment, not required to be infinitely small; sets the scale for linear approximation
ε
\epsilon
Epsilon — conventionally a small positive quantity in the formal ε-δ definition of limits
δ
\delta
Delta — the corresponding small positive quantity in ε-δ definitions; for every ε there must exist a δ
∭ₓ f dV
\iiint_V f\, dV
Triple integral over a volume V — computes accumulated quantity throughout a three-dimensional region
∯ₓ f dS
\iint_S f\, dS
Surface integral over surface S — integrates a scalar function over a two-dimensional surface embedded in space
∮ₓ f dx
\oint_C f\, dx
Closed line integral — integrates over a path that forms a complete loop
∫ₐᵦ |f(x)| dx
\int_a^b |f(x)|\, dx
Integral of absolute value — computes total unsigned area, counting regions below the x-axis as positive
∫ f(x) δ(x − x₀) dx
\int f(x)\, \delta(x - x_0)\, dx
Integral involving the Dirac delta — extracts the value f(x₀); the delta is a distribution, not a function in the classical sense
∇²f
\nabla^2 f
Laplacian of f — the divergence of the gradient, a second-order differential operator fundamental to physics
∂²f/∂x²
\frac{\partial^2 f}{\partial x^2}
Second partial derivative of f with respect to x — differentiates twice with respect to the same variable
∂²f/∂x∂y
\frac{\partial^2 f}{\partial x \partial y}
Mixed second partial derivative — differentiates with respect to y then x; equals ∂²f/∂y∂x when both are continuous (Clairaut's theorem)
d²y/dx²
\frac{d^2y}{dx^2}
Second derivative of y with respect to x — the notation d²y/dx² is a single operator, not a fraction
κ
\kappa
Curvature of a curve — measures how sharply the curve bends at each point; the reciprocal of the radius of the best-fitting circle
τ
\tau
Torsion of a space curve — measures how the curve twists out of its osculating plane
r(t)
\mathbf{r}(t)
Parametric curve — a vector-valued function tracing a path as the parameter t varies; parametric differentiation gives the tangent
T(t)
\mathbf{T}(t)
Unit tangent vector — the normalized derivative r'(t)/|r'(t)|, pointing in the direction of motion
N(t)
\mathbf{N}(t)
Unit normal vector — perpendicular to T(t) in the direction the curve is turning
B(t)
\mathbf{B}(t)
Unit binormal vector — perpendicular to both T and N, completing the Frenet-Serret frame
Γ(n)
\Gamma(n)
Gamma function — extends factorial to real and complex numbers; Γ(n) = (n−1)! for positive integers
ζ(s)
\zeta(s)
Riemann zeta function — defined as ∑ 1/nˢ for Re(s) > 1, central to number theory and the distribution of primes
Li(x)
\text{Li}(x)
Logarithmic integral — defined as ∫ dt/ln(t), used in prime number estimates
erf(x)
\text{erf}(x)
Error function — (2/√π)∫₀ˣ e⁻ᵗ² dt, arises in probability and the normal distribution
dy/dx = f(x)
\frac{dy}{dx} = f(x)
Ordinary differential equation — relates an unknown function y to its derivative; solved by antidifferentiation when the right side depends only on x
∂u/∂t = D∇²u
\frac{\partial u}{\partial t} = D\nabla^2 u
Heat equation — a partial differential equation modeling diffusion; the Laplacian ∇²u drives the evolution
∂²u/∂t² = c²∇²u
\frac{\partial^2 u}{\partial t^2} = c^2\nabla^2 u
Wave equation — models propagation of waves at speed c; the second time derivative balances the spatial Laplacian
∇²φ = ρ
\nabla^2 \phi = \rho
Poisson's equation — relates a potential φ to a source distribution ρ; reduces to Laplace's equation when ρ = 0



Notation Confusions

Several calculus symbols look alike but carry different meanings. Misreading them silently changes the mathematics.

The expressions dydx\frac{dy}{dx} and d2ydx2\frac{d^2y}{dx^2} are operators, not fractions. The first is the derivative, a single symbol that cannot be "cancelled" by multiplying both sides by dxdx in general algebraic contexts. The second is the second derivative — the superscript 2 appears in different positions (d2yd^2y on top, dx2dx^2 on bottom) because it counts applications of the operator d/dxd/dx, not a power of anything.

The straight dd and the curled \partial are not interchangeable. The notation dfdx\frac{df}{dx} means ff depends on one variable and we differentiate with respect to it. The notation fx\frac{\partial f}{\partial x} means ff depends on several variables and all others are held constant. Using dd in a multivariable setting or \partial in a single-variable one is a notational error that may also signal a conceptual one.

The prime notation ff', ff'', ff''' and the parenthetical superscript f(n)f^{(n)} serve different ranges. Primes work for the first three derivatives; beyond that, f(4)f^{(4)} replaces ff''''. The parentheses in f(4)(x)f^{(4)}(x) distinguish the derivative order from an exponent — f4(x)f^4(x) would mean [f(x)]4[f(x)]^4.

The integral sign \int without limits denotes an indefinite integral — the result is a function plus CC. The same sign with limits ab\int_a^b denotes a definite integral — the result is a number. Despite looking similar, these are different operations connected by the Fundamental Theorem of Calculus.

The symbol \infty is not a number. It cannot be substituted into expressions, added to, or divided by. It appears in limits and improper integrals as a shorthand for unbounded behavior, not as a value.

Algebraic Traps

Certain algebraic manipulations that work with ordinary numbers fail with calculus operations.

The derivative of a product is not the product of the derivatives. The correct rule is the product rule: (fg)=fg+fg(fg)' = f'g + fg'. Similarly, the derivative of a quotient is not the quotient of the derivatives — it requires the quotient rule, with its critical subtraction in the numerator and squared denominator.

The chain rule is frequently forgotten or misapplied. The derivative of sin(x2)\sin(x^2) is cos(x2)2x\cos(x^2) \cdot 2x, not cos(x2)\cos(x^2). Every composed function requires multiplying by the derivative of the inner layer. Omitting this factor is the single most common differentiation error.

The derivative of ef(x)e^{f(x)} is ef(x)f(x)e^{f(x)} \cdot f'(x), not ef(x)e^{f(x)}. The self-replicating property ddx[ex]=ex\frac{d}{dx}[e^x] = e^x applies only when the exponent is exactly xx. Any other exponent triggers the chain rule.

L'Hopital's rule applies only to indeterminate forms 00\frac{0}{0} or \frac{\infty}{\infty}. Applying it to a limit that is not indeterminate — such as 10\frac{1}{0} — produces wrong results. The rule also requires that the limit of the derivative ratio actually exists; if it oscillates, L'Hopital gives no information.

In implicit differentiation, every yy term requires dydx\frac{dy}{dx} as a chain rule factor when differentiating with respect to xx. Forgetting this factor eliminates dydx\frac{dy}{dx} from the equation entirely, making it unsolvable.

Common Integral Mistakes

Integration carries its own set of persistent errors, distinct from differentiation mistakes.

Omitting the constant of integration +C+ C in indefinite integrals discards infinitely many valid antiderivatives. The constant is not optional — it represents the full family of solutions.

The antiderivative of 1x\frac{1}{x} is lnx+C\ln|x| + C, not lnx+C\ln x + C. Dropping the absolute value restricts the formula to positive xx and produces errors when integrating over intervals that include negative values.

When using substitution in definite integrals, either convert the limits to uu-values immediately or substitute back to xx before evaluating. Mixing the two — evaluating xx-limits on a uu-expression — is a guaranteed error.

Not every integral that looks standard actually is. The integral 111x2dx\int_{-1}^{1} \frac{1}{x^2}\, dx appears routine but is improper — the integrand is unbounded at x=0x = 0. Applying the Fundamental Theorem directly without splitting at the discontinuity yields a negative answer for a positive integrand, an obvious contradiction.

Sign errors in trigonometric integrals are endemic. The antiderivative of sinx\sin x is cosx-\cos x, not cosx\cos x. The antiderivative of csc2x\csc^2 x is cotx-\cot x, not cotx\cot x. The negative signs trace back to the corresponding derivative formulas and must be preserved through every step.

In integration by parts, choosing uu and dvdv poorly does not produce a wrong answer — it produces a harder integral. The LIATE guideline (Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential) ranks candidates for uu from most to least desirable.