- categories: Optimization, Method
Definition:
The Lagrange multipliers method is a strategy for finding the extrema (maxima or minima) of a function subject to equality constraints.
Consider the problem:
- Maximize or minimize subject to , ,
where .
Lagrangian Function:
The Lagrangian is defined as:
where are the Lagrange multipliers corresponding to the constraints .
Necessary Conditions:
The extrema occur at points satisfying:
-
Stationarity:
-
Primal Feasibility:
Interpretation:
- The gradients of the objective function and the constraint functions must align at the optimal point.
- The Lagrange multipliers represent the rate at which the optimal value of changes with respect to small changes in the constraint .
Steps to Solve:
- Construct the Lagrangian .
- Compute the partial derivatives and for all and .
- Solve the resulting system of equations:
Example:
Find the extrema of subject to .
-
Lagrangian:
-
Equations:
-
Solve:
From (1) and (2): .
From (3): . -
Result:
The critical point is with .
Extensions:
- The method can handle multiple equality constraints by including additional multipliers.
- For inequality constraints, the Karush-Kuhn-Tucker (KKT) Conditions conditions generalize the Lagrange method.