Calculus
Derivatives
Derivative definition, notation, properties, common derivatives, higher-order derivatives, and critical points.
The derivative measures the instantaneous rate of change of a function. Geometrically it is the slope of the tangent line at a point; analytically it is the limit of a difference quotient. The rules below (constant multiple, sum, product, quotient, chain, power) reduce most differentiation to mechanical pattern application. The table of common derivatives gives the leaves; the rules combine them. The sign of f’ locates intervals of increase and decrease. The sign of f” distinguishes concave-up from concave-down behaviour and locates inflection points.
Definition
The derivative is the limit of a difference quotient, the slope of the secant as the two points coalesce.
If y = f(x), the derivative is
Notations for the derivative are interchangeable: Lagrange’s f’, Leibniz’s dy/dx, operator D.
At a point x = a, the derivative is written with a vertical bar or as f’(a):
Interpretation of Derivatives
Three standard interpretations: geometric (tangent slope), analytic (instantaneous rate of change), and physical (velocity).
if y = f(x) then,
-
m = f’(a) is the slope of the tangent line to y = f(x) at x = a and the equation of the tangent line at x = a is given by y = f(a)+f’(a)(x-a).
-
f’(a) is the instantaneous rate of change of f(x) at x = a.
-
If f(x) is the position of an object at time x then f’(a) is the velocity of the object at x = a.
Basic Properties
Rules for sums, products, quotients, powers, and compositions.
Constants pass through:
Sum and difference distribute:
Product Rule, symmetric in f and g:
Quotient Rule, g ≠ 0:
A constant has derivative zero:
Power Rule, any real exponent:
Chain Rule: outer derivative (evaluated at the inner function) times the inner derivative. Used whenever one function appears inside another.
Common Derivatives
The elementary derivatives. Combined with the rules above they handle most closed-form differentiation.
Identity:
Sine:
Cosine:
Tangent:
Secant:
Cosecant:
Cotangent:
Arcsine:
Arccosine:
Arctangent:
Exponential, base a:
Natural exponential, its own derivative:
Natural log, x > 0:
Extended to ln|x| for x ≠ 0:
Log, base a:
Higher Order Derivatives
Repeated differentiation produces second, third, and higher derivatives.
The second derivative:
is the derivative of the first derivative:
The n-th derivative:
is defined recursively from the (n-1)-th derivative:
, i.e. the derivative of the (n-1)st derivative, f(n-1)(x).
Others
The first and second derivatives classify behaviour: critical points (where f’ is zero or undefined), monotonicity (sign of f’), concavity (sign of f”).
Critical Points
x = c is a critical point of f(x) provied either
-
f’(c) = 0
-
f’(c) doesn’t exist.
Increasing/Decreasing
-
If f’(x) > 0 for all x in an interval I then f (x) is increasing on the interval I.
-
If f’(x) < 0 for all x in an interval I then f (x) is Decreasing on the interval I.
-
If f’(x) = 0 for all x in an interval I then f (x) is constant on the interval I.
Concave up/Concave down
-
If f”(x) > 0 for all x in an interval I then f (x) is concave up on the interval I.
-
If f”(x) < 0 for all x in an interval I then f (x) is concave down on the interval I.
Infection Points
x = c is inflection point of f(x) if the concavity changes at x = c.