Calculus Optimization Methods
From Wikibooks, the open-content textbooks collection
Contents |
[edit] Introduction
A key application of calculus is in optimization: finding maximum and minimum values of a function, and which points realize these extrema.
[edit] Context
Formally, the field of mathematical optimization is called mathematical programming, and calculus methods of optimization are basic forms of nonlinear programming. We will primarily discuss finite-dimensional optimization, illustrating with functions in 1 or 2 variables, and algebraically discussing n variables. We will also indicate some extensions to infinite-dimensional optimization, such as calculus of variations, which is a primary application of these methods in physics.
[edit] Techniques
Basic techniques include the first and second derivative test, and their higher-dimensional generalizations.
A more advanced technique is Lagrange multipliers, and generalizations as Karush–Kuhn–Tucker conditions and Lagrange multipliers on Banach spaces.
[edit] Applications
Optimization, particularly via Lagrange multipliers, is particularly used in the following fields:
- Physics
- Particularly the Lagrangian formulation of classical mechanics.
- Neoclassical economics
- In neoclassical economics, many problems have been framed as maximization problems following the very influential 1947 text Foundations of Economic Analysis, by Paul Samuelson.
Further, several areas of mathematics can be understood as generalizations of these methods, notably Morse theory and calculus of variations.
[edit] Terminology
- Input points, output values
- Maxima, minima, extrema, optima
- Stationary point, critical point; stationary value, critical value
- Objective function
- Constraints – equality and inequality
- Especially sublevel sets
- Feasible region, whose points are candidate solutions
[edit] Statement
This tutorial presents an introduction to optimization problems that involve finding a maximum or a minimum value of an objective function
subject to a constraint of the form
.
[edit] Maximum and minimum
Finding optimum values of the function
without a constraint is a well known problem dealt with in calculus courses. One would normally use the gradient to find stationary points. Then check all stationary and boundary points to find optimum values.
[edit] Example
- f(x,y) = 2x2 + y2
- fx(x,y) = 4x = 0
- fy(x,y) = 2y = 0
f(x,y) has one stationary point at (0,0).
[edit] The Hessian
A common method of determining whether or not a function has an extreme value at a stationary point is to evaluate the hessian[3] of the function at that point. where the hessian is defined as
[edit] Second derivative test
The Second derivative test determines the optimality of stationary point x according to the following rules [2]:
- If H(f) > 0 at point x then f has a local minimum at x
- If H(f) < 0 at point x then f has a local maximum at x
- If H(f) has negative and positive eigenvalues then x is a saddle point
- Otherwise the test is inconclusive
In the above example.
Therefore f(x,y) has a minimum at (0,0).
[edit] Sections
- Optimization on a Finite Set
- Optimization on an Interval
- Optimization on a Cube
- Constrained Optimization
- Lagrange Multipliers
[edit] References
- [1] T.K. Moon and W.C. Stirling. Mathematical Methods and Algorithms for Signal Processing. Prentice Hall. 2000.
- [2]http://www.ece.tamu.edu/~chmbrlnd/Courses/ECEN601/ECEN601-Chap3.pdf

