∑Richard Hummel Math
ArticlesConceptsTopicsAbout
Topics/Calculus

Calculus

↓ Optimization

The mathematics of finding minima and maxima — from gradient descent's calculus to linear programming's algebra.

6 concepts— start at the top and work your way down
  1. 1

    Derivatives

    The instantaneous rate of change of a function — defined as the limit of the difference quotient and interpreted as the slope of a tangent line.

    →
  2. 2

    Partial Derivatives

    The rate of change of a multivariable function with respect to one variable, holding all others fixed — the building block of multivariable calculus.

    →
  3. 3

    Gradient

    The vector of all partial derivatives — pointing in the direction of steepest ascent and encoding how a multivariable function changes locally.

    →
  4. 4

    Gradient Descent

    An iterative optimisation algorithm that repeatedly moves in the direction of the negative gradient to find a local minimum of a loss function.

    →
  5. 5

    Linear Programming

    Optimizing a linear objective subject to linear constraints — the mathematical core of operations research, from production scheduling to diet planning.

    →
  6. 6

    Convexity

    Sets with no dents and functions that curve only one way — the geometric property that turns hard optimization problems into easy ones.

    →
Start topic →
© 2026 Richard Hummel Math