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 dxdy and dx2d2y are operators, not fractions. The first is the derivative, a single symbol that cannot be "cancelled" by multiplying both sides by dx in general algebraic contexts. The second is the second derivative — the superscript 2 appears in different positions (d2y on top, dx2 on bottom) because it counts applications of the operator d/dx, not a power of anything.
The straight d and the curled ∂ are not interchangeable. The notation dxdf means f depends on one variable and we differentiate with respect to it. The notation ∂x∂f means f depends on several variables and all others are held constant. Using d in a multivariable setting or ∂ in a single-variable one is a notational error that may also signal a conceptual one.
The prime notation f′, f′′, f′′′ and the parenthetical superscript f(n) serve different ranges. Primes work for the first three derivatives; beyond that, f(4) replaces f′′′′. The parentheses in f(4)(x) distinguish the derivative order from an exponent — f4(x) would mean [f(x)]4.
The integral sign ∫ without limits denotes an indefinite integral — the result is a function plus C. The same sign with limits ∫ab 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 ∞ 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)′=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) is cos(x2)⋅2x, not cos(x2). 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) is ef(x)⋅f′(x), not ef(x). The self-replicating property dxd[ex]=ex applies only when the exponent is exactly x. Any other exponent triggers the chain rule.
L'Hopital's rule applies only to indeterminate forms 00 or ∞∞. Applying it to a limit that is not indeterminate — such as 01 — 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 y term requires dxdy as a chain rule factor when differentiating with respect to x. Forgetting this factor eliminates dxdy 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 in indefinite integrals discards infinitely many valid antiderivatives. The constant is not optional — it represents the full family of solutions.
The antiderivative of x1 is ln∣x∣+C, not lnx+C. Dropping the absolute value restricts the formula to positive x and produces errors when integrating over intervals that include negative values.
When using substitution in definite integrals, either convert the limits to u-values immediately or substitute back to x before evaluating. Mixing the two — evaluating x-limits on a u-expression — is a guaranteed error.
Not every integral that looks standard actually is. The integral ∫−11x21dx appears routine but is improper — the integrand is unbounded at x=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 is −cosx, not cosx. The antiderivative of csc2x is −cotx, not cotx. The negative signs trace back to the corresponding derivative formulas and must be preserved through every step.
In integration by parts, choosing u and dv poorly does not produce a wrong answer — it produces a harder integral. The LIATE guideline (Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential) ranks candidates for u from most to least desirable.