This document discusses optimization methods for functions of single and two variables. It defines stationary points as points where the derivative of a function is equal to zero. For a function of a single variable, a necessary condition for a relative maximum is that the derivative is equal to zero at that point. The sufficient condition depends on higher order derivatives. For functions of two variables, the gradient vector must be equal to zero at stationary points. The Hessian matrix formed from second order derivatives is used to classify stationary points as maxima, minima or neither. Several examples are provided to demonstrate finding stationary points and classifying them.