Chapter 02
Chapter 02
Chapter 02
1
1.1 Constraint set:
Constraint quali…cation (CQ) is a fundamental concept in mathematical opti-
mization, particularly in the context of constrained optimization problems. It
ensures that certain conditions are satis…ed at a feasible solution, which is essen-
tial for the validity of optimality conditions and the convergence of optimization
algorithms.
= fx 2 Rn gi (x) = 0; i = 1:::mg
The feasible region or the constraints set called Constraint quali…cation with
equality constraints.
Remark 2 Local minimum and global minimum can be de…ned similarly by just
reverting the inequalities.
2
1.6 The method of Lagrange multipliers
In optimization, the method of Lagrange multipliers is a powerful technique
used to solve constrained optimization problems with equality constraints, which
can be represented by functions of the form g(x) = 0:
Consider an optimization problem with an objective function f (x) subject
to equality constraints g(x) = 0:
Minimize f (x)subject to g(x) = 0
The Lagrangian function
L(x; ) is de…ned as:
g(x) = 0:
The critical points of
L(x; ) are found by taking partial derivatives with respect to each variable
xi and , and setting them equal to zero:
@L
@xi =0
@L
@ =0
Solving these equations simultaneously gives the critical points (x ; )
These critical points correspond to The solutions of the constrained opti-
mization problem.
However, not all critical points are valid solutions. The critical points must
satisfy the original equality constraint g(x ) = 0 and, in some cases, second-
order conditions may need to be checked for optimality.
In summary, the method of Lagrange multipliers extends optimization to
problems with equality constraints by introducing Lagrange multipliers, which
allow us to …nd critical points that satisfy both the objective function and the
equality constraints.
g(x; y) = x + y 2 1:
Problem 5 Find the shortest distance from the origin to the curve
x6 + 2y 2 = 4:
Problem 6 Which cylindrical soda cans of height h and radius r has minimal
surface for …xed volume?
g(x; y; z) = x2 + y 2 + z 2 = 1:
3
Problem 8 Find the dimensions of the box with the largest volume if the total
surface area is 64 cm2
rx;y L(x ; y ) = rf (x ; y ) + rg (x ; y ) = 0
g(x; y) = 0
@g
- rg(x ; y ) 6= 0;assume that @y (x ; y ) 6= 0, also g(x ; y ) = 0 and g 2 C 1
By the implicit function theorem there is a function y = y(x) such that
g(x; y(x)) = 0 and furthermore
gx
y 0 (x) =
gy
fx + fy y 0 (x) = 0
y 0 (x) = ggxy
) at (x ; y )
gx
fx fy =0
gy
4
Denote
fy
=
gy
So, we have
fy + gy = 0
fx + gx = 0
Then
rx;y L(x ; y ) = rf (x ; y ) + rg (x ; y ) = 0
5
Then 8
>
> x=0
>
>
< y = 21
= 1
>
>
>
> y= 2
:
z=2
So, we have two critical points
1
(x1 ; y1 ; z1 ; 1; 1) = (0; 2; 2; ; 1)
4
and
1
(x2 ; y2 ; z2 ; 2; 2) = (0; 2; 2; ; 1)
4