This document discusses optimization problems involving a single variable. It begins by introducing optimization problems and defining key concepts like objective functions, constraints, and optimality conditions. It then presents methods for solving single variable optimization problems both analytically and numerically. Analytically, it discusses using derivatives to find maxima and minima, and classifying functions as unimodal, convex, or concave. Numerically, it describes bracketing methods to bound the solution and the Newton-Raphson method requiring derivatives. It also introduces the golden section search method, a region-elimination technique.