Differential Calculus
Mathematics · Cheatsheet

Differential Calculus

Chapter 1 · From Limits to Derivatives

📋 Reference · always available
Derivative — first principles
f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
The limit of the secant gradient as the gap h0h \to 0.
Geometric meaning
f(x)f'(x) = slope of the tangent to y=f(x)y=f(x) at that point = instantaneous rate of change.
Notation
f(x)  =  dydx  =  y˙f'(x) \;=\; \frac{dy}{dx} \;=\; \dot{y}
All three mean the same derivative.
Worked results (from first principles)
x22x,x33x2,1x1x2x^2 \to 2x, \quad x^3 \to 3x^2, \quad \tfrac{1}{x} \to -\tfrac{1}{x^2}
Derivative (first principles)
f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h\to0}\tfrac{f(x+h)-f(x)}{h}
Meaning
Gradient of the tangent / instantaneous rate of change.
Power rule
ddxxn=nxn1\tfrac{d}{dx}x^n = n x^{n-1}
Common trap
Differentiable ⇒ continuous, but not vice-versa (corners/cusps).