Calculus is the mathematics of change and accumulation. Every equation of motion, every field law, every thermodynamic relation in this curriculum is written in the language of calculus.
Interpret derivatives as instantaneous rates of change and connect position, velocity, and acceleration.
Apply standard derivative rules including the product rule and chain rule.
Interpret definite integrals as accumulated quantities and use the Fundamental Theorem of Calculus.
Choose substitution or integration by parts for common physics integrals.
Read partial derivative notation and explain what variables are held fixed.
22.1 The Derivative
The derivative of a function f(x) at a point x measures the instantaneous rate of change — the slope of the tangent line. It is defined as the limit of the difference quotient:
f′(x)=df/dx=limh→0[f(x+h)−f(x)]/h(22.1)
In physics, the most common derivative is with respect to time. If x(t) is position, then ẋ = dx/dt is velocity, and ẍ = d²x/dt² is acceleration. Newton's second law F = ma is F = m d²x/dt² — a differential equation.
The integral is the inverse of the derivative and measures accumulation. The definite integral ∫_a^b f(x) dx gives the area under f(x) from a to b, and by theFundamental Theorem of Calculus:
∫abf(x)dx=F(b)−F(a)whereF′(x)=f(x)(22.2)
F is the antiderivative. The indefinite integral ∫f(x)dx = F(x) + C finds the family of antiderivatives. In physics, integrating velocity gives displacement: x = ∫v dt; integrating force gives work: W = ∫F·dx; integrating power gives energy.
Theorem 22.2 — Standard Antiderivatives
∫xndx(n=−1 =xn+1/(n+1)+C∫exdx =eˣ + C∫1/xdx =ln|x| + C∫sinxdx =−cosx+C∫cosxdx =sin x + C∫eaxdx =eᵃˣ/a + C∫1/(1−x2)dx =arcsin x + C∫1/(1+x2)dx =arctan x + C
When a function depends on multiple variables, the partial derivative∂f/∂x treats all other variables as constants. The gradient vector collects all partial derivatives and points in the direction of steepest increase:
In physics: electric field E = −∇V (gradient of potential); force from potential energy F = −∇U. The divergence ∇·E and curl ∇×Bappear in Maxwell's equations, connecting all of electromagnetism.
Definition 22.3 — Common Traps
A derivative is local rate of change: it is not always a constant slope.
Definite integrals accumulate signed area: negative regions subtract.
Use the chain rule with nested functions: missing inner derivatives is a common source of errors.
Partial derivatives hold other variables fixed: the constraint matters in physics formulas.