12.26 min read
U-Derivative of a Linear Function
For a linear function , the directional derivative in any direction is simply , regardless of the base point .
This follows directly from the definition: .
For a linear function, the directional derivative equals the dot product of the coefficient vector with the direction. This is both a check of the formula and a preview of the general result: for any differentiable , .
Formal View
Theorem 12.1 — Directional Derivative of a Linear Function
For , the directional derivative in direction at any point is .
The result is constant (independent of ) because is linear and has a constant gradient.
Why This Matters
Understanding directional derivatives for linear functions provides the template for the general formula.
- Sensitivity coefficients in linear models: effect of changing input by one unit in direction
- Verifying gradient formulas for linear functions
- Foundation for deriving the gradient formula via the LLA
Quiz
Question 1
For , the directional derivative in direction is:
Common Mistakes
- Evaluating at a specific point for a linear function — the result is constant for linear functions.
- Using non-normalized direction vectors without adjusting the formula.