Derivative Notation
Direct Answer
The derivative notation captures the instantaneous rate of change of a function. Common forms include dy/dx, f'(x), Df(x), all denoting the slope of the tangent line to the curve y = f(x) at the point x.
Informal Interpretation
When you zoom in on a curve near a point, it begins to look like a straight line. The derivative is the slope of that line. It tells you how steeply f(x) is rising or falling at each instant.
Formal Definition
We define the derivative of f at x = a by the limit
f'(a) = limh → 0 (f(a + h) – f(a))/h.
Equivalently, writing y = f(x),
dy/dx|x = a = limx → a (f(x) – f(a))/x – a.
Notational Variants
- Leibniz’s notation: dy/dx, d2y/dx2
- Lagrange’s (prime) notation: f'(x), f''(x), f(n)(x)
- Euler’s operator: D[f](x), Df(x)
- Newton’s dot notation: ẏ, ÿ
Examples
-
f(x) = x2
f'(x) = limh → 0 ((x + h)2 – x2)/h = 2x. -
f(x) = sin x
f'(x) = cos x. -
y = ex
dy/dx = ex. -
Quotient rule example:
d/dx(u/v) = (u'v – uv')/v2.
Multivariable and Higher-Order Extensions
- Partial derivatives: ∂f/∂x, ∂2f/∂x∂y
- Gradient vector: ∇f = (∂f/∂x, ∂f/∂y, …)
- Total derivative (Jacobian): Df(ℝn)
- Higher-order: f(n)(x), dny/dxn
Common Conventions
- Write f'(a) when emphasizing the point of evaluation.
- Use d/dx[f(x)] to stress the differentiation operator.
- In physics, a dot over a variable (e.g., ẏ) signifies derivative with respect to time.
- Omit the argument when context is clear: f' instead of f'(x).
Next Steps
- Rules of differentiation (product, chain, implicit differentiation).
- Geometric and physical interpretations in motion and optimization.
- Taylor series expansions via higher derivatives.
- Differential equations, where derivatives define dynamical laws.
No comments:
Post a Comment