Lagrange Multipliers
Lagrange Multipliers
Group 4
July 2023
1 Introduction
Lagrange multiplier is another way of optimizing functions(finding maximum
and minimum values). The lagrange multiplier method is used if the constraint
equation can not be solved easily for one of the variables. The Lagrange mul-
tiplier can be applied on a function f (x, y) subject to the contraint g(x, y) = k
.The constraint may be equation that describe the boundary of a region or it
may not.
2.Plug all the solutions, (x, y, z) from the first step into f (, x, y, z) and iden-
tify the minimum and maximum values. The constant ( λ) is called the Lagrange
Multiplier
3. Make λ the subject and equate the various expressions.This will result in
an expression (or a number sometimes) of the individual variables. NB:
Our main aim is to find the values for variables of the functions given.
1
4. Insert these expressions into the constraint g(x, y, z) = k to obtain numer-
ical values
5. Insert these values (if they exist) into the function f (x, y, z)
6. The maximum is the highest value obtained and minimum and is lowest
value obtained after step 5.
∇f = ⟨fx , fy ⟩ =(5,-3)
∇f = ⟨fx , fy ⟩ =(5,-3)
∇f = ⟨fx , fy ⟩ =(5,-3)
5 −3
λ= 2x and also λ = 2y
2
Equating the two expressions and making x the subject we get x= 5y
3 now
2 2
we insert the value of X into the constraint x + y = 136.
this yields Y =±6
2.2.1 Solution