Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
Calculus Volume 3

4.8 Lagrange Multipliers

Calculus Volume 34.8 Lagrange Multipliers

Learning Objectives

  • 4.8.1 Use the method of Lagrange multipliers to solve optimization problems with one constraint.
  • 4.8.2 Use the method of Lagrange multipliers to solve optimization problems with two constraints.

Solving optimization problems for functions of two or more variables can be similar to solving such problems in single-variable calculus. However, techniques for dealing with multiple variables allow us to solve more varied optimization problems for which we need to deal with additional conditions or constraints. In this section, we examine one of the more common and useful methods for solving optimization problems with constraints.

Lagrange Multipliers

Example 4.41 was an applied situation involving maximizing a profit function, subject to certain constraints. In that example, the constraints involved a maximum number of golf balls that could be produced and sold in 11 month (x),(x), and a maximum number of advertising hours that could be purchased per month (y).(y). Suppose these were combined into a budgetary constraint, such as 20x+4y216,20x+4y216, that took into account the cost of producing the golf balls and the number of advertising hours purchased per month. The goal is, still, to maximize profit, but now there is a different type of constraint on the values of xx and y.y. This constraint, when combined with the profit function f(x,y)=48x+96yx22xy9y2,f(x,y)=48x+96yx22xy9y2, is an example of an optimization problem, and the function f(x,y)f(x,y) is called the objective function. A graph of various level curves of the function f(x,y)f(x,y) follows.

A series of rotated ellipses that become increasingly large. The smallest one is marked f(x, y) = 400, and the biggest one is marked f(x, y) = 150.
Figure 4.59 Graph of level curves of the function f(x,y)=48x+96yx22xy9y2f(x,y)=48x+96yx22xy9y2 corresponding to c=150,250,350,and400.c=150,250,350,and400.

In Figure 4.59, the value cc represents different profit levels (i.e., values of the function f).f). As the value of cc increases, the curve shifts to the right. Since our goal is to maximize profit, we want to choose a curve as far to the right as possible. If there was no restriction on the number of golf balls the company could produce, or the number of units of advertising available, then we could produce as many golf balls as we want, and advertise as much as we want, and there would not be a maximum profit for the company. Unfortunately, we have a budgetary constraint that is modeled by the inequality 20x+4y216.20x+4y216. To see how this constraint interacts with the profit function, Figure 4.60 shows the graph of the line 20x+4y=21620x+4y=216 superimposed on the previous graph.

A series of rotated ellipses that become increasingly large. On the smallest ellipse, which is red, there is a tangent line marked with equation 20x + 4y = 216 that appears to touch the ellipse near (10, 4).
Figure 4.60 Graph of level curves of the function f(x,y)=48x+96yx22xy9y2f(x,y)=48x+96yx22xy9y2 corresponding to c=150,250,350,and395.c=150,250,350,and395. The red graph is the constraint function.

As mentioned previously, the maximum profit occurs when the level curve is as far to the right as possible. However, the level of production corresponding to this maximum profit must also satisfy the budgetary constraint, so the point at which this profit occurs must also lie on (or to the left of) the red line in Figure 4.60. Inspection of this graph reveals that this point exists where the line is tangent to the level curve of f.f. Trial and error reveals that this profit level seems to be around 395,395, when xx and yy are both just less than 5.5. We return to the solution of this problem later in this section. From a theoretical standpoint, at the point where the profit curve is tangent to the constraint line, the gradient of both of the functions evaluated at that point must point in the same (or opposite) direction. Recall that the gradient of a function of more than one variable is a vector. If two vectors point in the same (or opposite) directions, then one must be a constant multiple of the other. This idea is the basis of the method of Lagrange multipliers.

Theorem 4.20

Method of Lagrange Multipliers: One Constraint

Let ff and gg be functions of two variables with continuous partial derivatives at every point of some open set containing the smooth curve g(x,y)=0.g(x,y)=0. Suppose that f,f, when restricted to points on the curve g(x,y)=0,g(x,y)=0, has a local extremum at the point (x0,y0)(x0,y0) and that g(x0,y0)0.g(x0,y0)0. Then there is a number λλ called a Lagrange multiplier, for which

f(x0,y0)=λg(x0,y0).f(x0,y0)=λg(x0,y0).

Proof

Assume that a constrained extremum occurs at the point (x0,y0).(x0,y0). Furthermore, we assume that the equation g(x,y)=0g(x,y)=0 can be smoothly parameterized as

x=x(s)andy=y(s)x=x(s)andy=y(s)

where s is an arc length parameter with reference point (x0,y0)(x0,y0) at s=0.s=0. Therefore, the quantity z=f(x(s),y(s))z=f(x(s),y(s)) has a relative maximum or relative minimum at s=0,s=0, and this implies that dzds=0dzds=0 at that point. From the chain rule,

dzds=fx·xs+fy·ys=(fxî+fy)·(xsî·ys)=0,dzds=fx·xs+fy·ys=(fxî+fy)·(xsî·ys)=0,

where the derivatives are all evaluated at s=0.s=0. However, the first factor in the dot product is the gradient of f,f, and the second factor is the unit tangent vector T(0)T(0) to the constraint curve. Since the point (x0,y0)(x0,y0) corresponds to s=0,s=0, it follows from this equation that

f(x0,y0)·T(0)=0,f(x0,y0)·T(0)=0,

which implies that the gradient is either 00 or is normal to the constraint curve at a constrained relative extremum. However, the constraint curve g(x,y)=0g(x,y)=0 is a level curve for the function g(x,y)g(x,y) so that if g(x0,y0)0g(x0,y0)0 then g(x0,y0)g(x0,y0) is normal to this curve at (x0,y0)(x0,y0) It follows, then, that there is some scalar λλ such that

f(x0,y0)=λg(x0,y0)f(x0,y0)=λg(x0,y0)

To apply Method of Lagrange Multipliers: One Constraint to an optimization problem similar to that for the golf ball manufacturer, we need a problem-solving strategy.

Problem-Solving Strategy

Problem-Solving Strategy: Steps for Using Lagrange Multipliers

  1. Determine the objective function f(x,y)f(x,y) and the constraint function g(x,y).g(x,y). Does the optimization problem involve maximizing or minimizing the objective function?
  2. Set up a system of equations using the following template:
    f(x0,y0)=λg(x0,y0)g(x0,y0)=0.f(x0,y0)=λg(x0,y0)g(x0,y0)=0.
  3. Solve for x0x0 and y0.y0.
  4. The largest of the values of ff at the solutions found in step 33 maximizes f;f; the smallest of those values minimizes f.f.

Example 4.42

Using Lagrange Multipliers

Use the method of Lagrange multipliers to find the minimum value of f(x,y)=x2+4y22x+8yf(x,y)=x2+4y22x+8y subject to the constraint x+2y=7.x+2y=7.

Checkpoint 4.37

Use the method of Lagrange multipliers to find the maximum value of f(x,y)=9x2+36xy4y218x8yf(x,y)=9x2+36xy4y218x8y subject to the constraint 3x+4y=32.3x+4y=32.

Let’s now return to the problem posed at the beginning of the section.

Example 4.43

Golf Balls and Lagrange Multipliers

The golf ball manufacturer, Pro-T, has developed a profit model that depends on the number xx of golf balls sold per month (measured in thousands), and the number of hours per month of advertising y, according to the function

z=f(x,y)=48x+96yx22xy9y2,z=f(x,y)=48x+96yx22xy9y2,

where zz is measured in thousands of dollars. The budgetary constraint function relating the cost of the production of thousands golf balls and advertising units is given by 20x+4y=216.20x+4y=216. Find the values of xx and yy that maximize profit, and find the maximum profit.

Checkpoint 4.38

A company has determined that its production level is given by the Cobb-Douglas function f(x,y)=2.5x0.45y0.55f(x,y)=2.5x0.45y0.55 where x represents the total number of labor hours in 11 year and y represents the total capital input for the company. Suppose 11 unit of labor costs $40$40 and 11 unit of capital costs $50.$50. Use the method of Lagrange multipliers to find the maximum value of f(x,y)=2.5x0.45y0.55f(x,y)=2.5x0.45y0.55 subject to a budgetary constraint of $500,000$500,000 per year.

In the case of an optimization function with three variables and a single constraint function, it is possible to use the method of Lagrange multipliers to solve an optimization problem as well. An example of an optimization function with three variables could be the Cobb-Douglas function in the previous example: f(x,y,z)=x0.2y0.4z0.4,f(x,y,z)=x0.2y0.4z0.4, where xx represents the cost of labor, yy represents capital input, and zz represents the cost of advertising. The method is the same as for the method with a function of two variables; the equations to be solved are

f(x,y,z)=λg(x,y,z)g(x,y,z)=0.f(x,y,z)=λg(x,y,z)g(x,y,z)=0.

Example 4.44

Lagrange Multipliers with a Three-Variable Optimization Function

Find the minimum of the function f(x,y,z)=x2+y2+z2f(x,y,z)=x2+y2+z2 subject to the constraint x+y+z=1.x+y+z=1.

Checkpoint 4.39

Use the method of Lagrange multipliers to find the minimum value of the function

f(x,y,z)=x+y+zf(x,y,z)=x+y+z

subject to the constraint x2+y2+z2=1.x2+y2+z2=1.

Problems with Two Constraints

The method of Lagrange multipliers can be applied to problems with more than one constraint. In this case the optimization function, ww is a function of three variables:

w=f(x,y,z)w=f(x,y,z)

and it is subject to two constraints:

g(x,y,z)=0andh(x,y,z)=0.g(x,y,z)=0andh(x,y,z)=0.

There are two Lagrange multipliers, λ1λ1 and λ2,λ2, and the system of equations becomes

f(x0,y0,z0)=λ1g(x0,y0,z0)+λ2h(x0,y0,z0)g(x0,y0,z0)=0h(x0,y0,z0)=0.f(x0,y0,z0)=λ1g(x0,y0,z0)+λ2h(x0,y0,z0)g(x0,y0,z0)=0h(x0,y0,z0)=0.

Example 4.45

Lagrange Multipliers with Two Constraints

Find the local extreme values of the function

f(x,y,z)=x2+y2+z2f(x,y,z)=x2+y2+z2

subject to the constraints z2=x2+y2z2=x2+y2 and x+yz+1=0.x+yz+1=0.

Checkpoint 4.40

Use the method of Lagrange multipliers to find the minimum value of the function

f(x,y,z)=x2+y2+z2f(x,y,z)=x2+y2+z2

subject to the constraints 2x+y+2z=92x+y+2z=9 and 5x+5y+7z=29.5x+5y+7z=29.

Section 4.8 Exercises

For the following exercises, use the method of Lagrange multipliers to find the maximum and minimum values of the function subject to the given constraints.

358.

f ( x , y ) = x 2 y ; x 2 + 2 y 2 = 6 f ( x , y ) = x 2 y ; x 2 + 2 y 2 = 6

359.

f ( x , y , z ) = x y z , x 2 + 2 y 2 + 3 z 2 = 6 f ( x , y , z ) = x y z , x 2 + 2 y 2 + 3 z 2 = 6

360.

f ( x , y ) = x y ; 4 x 2 + 8 y 2 = 16 f ( x , y ) = x y ; 4 x 2 + 8 y 2 = 16

361.

f ( x , y ) = 4 x 3 + y 2 ; 2 x 2 + y 2 = 1 f ( x , y ) = 4 x 3 + y 2 ; 2 x 2 + y 2 = 1

362.

f ( x , y , z ) = x 2 + y 2 + z 2 , x 4 + y 4 + z 4 = 1 f ( x , y , z ) = x 2 + y 2 + z 2 , x 4 + y 4 + z 4 = 1

363.

f ( x , y , z ) = y z + x y , x y = 1 , y 2 + z 2 = 1 f ( x , y , z ) = y z + x y , x y = 1 , y 2 + z 2 = 1

364.

f ( x , y ) = x 2 + y 2 , ( x 1 ) 2 + 4 y 2 = 4 f ( x , y ) = x 2 + y 2 , ( x 1 ) 2 + 4 y 2 = 4

365.

f ( x , y ) = 4 x y , x 2 9 + y 2 16 = 1 f ( x , y ) = 4 x y , x 2 9 + y 2 16 = 1

366.

f ( x , y , z ) = x + y + z , 1 x + 1 y + 1 z = 1 f ( x , y , z ) = x + y + z , 1 x + 1 y + 1 z = 1

367.

f ( x , y , z ) = x + 3 y z , x 2 + y 2 + z 2 = 4 f ( x , y , z ) = x + 3 y z , x 2 + y 2 + z 2 = 4

368.

f ( x , y , z ) = x 2 + y 2 + z 2 , x y z = 4 f ( x , y , z ) = x 2 + y 2 + z 2 , x y z = 4

369.

Minimize f(x,y)=x2+y2f(x,y)=x2+y2 on the hyperbola xy=1.xy=1.

370.

Minimize f(x,y)=xyf(x,y)=xy on the ellipse b2x2+a2y2=a2b2.b2x2+a2y2=a2b2.

371.

Maximize f(x,y,z)=2x+3y+5zf(x,y,z)=2x+3y+5z on the sphere x2+y2+z2=19.x2+y2+z2=19.

372.

Maximize f(x,y)=x2y2;x>0,y>0;g(x,y)=yx2=0f(x,y)=x2y2;x>0,y>0;g(x,y)=yx2=0

373.

The curve x3y3=1x3y3=1 is asymptotic to the line y=x.y=x. Find the point(s) on the curve x3y3=1x3y3=1 farthest from the line y=x.y=x.

374.

Maximize U(x,y)=8x4/5y1/5;4x+2y=12U(x,y)=8x4/5y1/5;4x+2y=12

375.

Minimize f(x,y)=x2+y2,x+2y5=0.f(x,y)=x2+y2,x+2y5=0.

376.

Maximize f(x,y)=6x2y2,x+y2=0.f(x,y)=6x2y2,x+y2=0.

377.

Minimize f(x,y,z)=x2+y2+z2,x+y+z=1.f(x,y,z)=x2+y2+z2,x+y+z=1.

378.

Minimize f(x,y)=x2y2f(x,y)=x2y2 subject to the constraint x2y+6=0.x2y+6=0.

379.

Minimize f(x,y,z)=x2+y2+z2f(x,y,z)=x2+y2+z2 when x+y+z=9x+y+z=9 and x+2y+3z=20.x+2y+3z=20.

For the next group of exercises, use the method of Lagrange multipliers to solve the following applied problems.

380.

A pentagon is formed by placing an isosceles triangle on a rectangle, as shown in the diagram. If the perimeter of the pentagon is 1010 in., find the lengths of the sides of the pentagon that will maximize the area of the pentagon.

A rectangle with an isosceles triangle on top. The side of the isosceles triangle with the two equal angles of size θ overlaps the top length of the rectangle.
381.

A rectangular box without a top (a topless box) is to be made from 1212 ft2 of cardboard. Find the maximum volume of such a box.

382.

Find the minimum and maximum distances between the ellipse x2+xy+2y2=1x2+xy+2y2=1 and the origin.

383.

Find the point on the surface x22xy+y2x+y=0x22xy+y2x+y=0 closest to the point (1,2,−3).(1,2,−3).

384.

Show that, of all the triangles inscribed in a circle of radius RR (see diagram), the equilateral triangle has the largest perimeter.

A circle with an equilateral triangle drawn inside of it such that each vertex of the triangle touches the circle.
385.

Find the minimum distance from point (0,1)(0,1) to the parabola x2=4y.x2=4y.

386.

Find the minimum distance from the parabola y=x2y=x2 to point (0,3).(0,3).

387.

Find the minimum distance from the plane x+y+z=1x+y+z=1 to point (2,1,1).(2,1,1).

388.

A large container in the shape of a rectangular solid must have a volume of 480480 m3. The bottom of the container costs $5/m2 to construct whereas the top and sides cost $3/m2 to construct. Use Lagrange multipliers to find the dimensions of the container of this size that has the minimum cost.

389.

Find the point on the line y=2x+3y=2x+3 that is closest to point (4,2).(4,2).

390.

Find the point on the plane 4x+3y+z=24x+3y+z=2 that is closest to the point (1,−1,1).(1,−1,1).

391.

Find the maximum value of f(x,y)=sinxsiny,f(x,y)=sinxsiny, where xandyxandy denote the acute angles of a right triangle. Draw the contours of the function using a CAS.

392.

A rectangular solid is contained within a tetrahedron with vertices at

(1,0,0),(0,1,0),(0,0,1),(1,0,0),(0,1,0),(0,0,1), and the origin. The base of the box has dimensions x,y,x,y, and the height of the box is z.z. If the sum of x,y,andzx,y,andz is 1.0, find the dimensions that maximizes the volume of the rectangular solid.

393.

[T] By investing x units of labor and y units of capital, a watch manufacturer can produce P(x,y)=50x0.4y0.6P(x,y)=50x0.4y0.6 watches. Find the maximum number of watches that can be produced on a budget of $20,000$20,000 if labor costs $100/unit and capital costs $200/unit. Use a CAS to sketch a contour plot of the function.

Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution-NonCommercial-ShareAlike License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/calculus-volume-3/pages/1-introduction
Citation information

© Feb 5, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.