For a scalar function , the gradient is the vector of partial derivatives:
It points in the direction of steepest ascent. The Hessian is the matrix of second derivatives:
For vector-valued , the Jacobian generalizes the derivative:
Critical points are where . The Hessian classifies them: positive definite → local min, negative definite → local max, indefinite → saddle. In quant problems, gradients power optimization (mean-variance, model fitting) and the Hessian gives confidence-interval coverage via the inverse Fisher information.