Learning Objectives
- Use the method of Lagrange multipliers to solve optimization problems with one constraint.
- 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
Chapter Opener: Profitable Golf Balls 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 [latex]1[/latex] month [latex](x)[/latex], and a maximum number of advertising hours that could be purchased per month [latex](y)[/latex]. Suppose these were combined into a budgetary constraint, such as [latex]20x+4y\leq 216[/latex], 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 [latex]x[/latex] and [latex]y[/latex]. This constraint, when combined with the profit function [latex]f(x, y)=48x+96y-x^{2}-2xy-9y^{2}[/latex], is an example of an optimization problem, and the function [latex]f(x, y)[/latex] is called the objective function. A graph of various level curves of the function [latex]f(x, y)[/latex] follows.
Figure 1. Graph of level curves of the function [latex]\small{f(x, y)=48x+96y-x^{2}-2xy-9y^{2}}[/latex] corresponding to [latex]\small{c=150,250,350, \text{ and } 400}[/latex].
In Figure 1, the value [latex]c[/latex] represents different profit levels (i.e., values of the function [latex]f[/latex]). As the value of [latex]c[/latex] 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 [latex]20x+4y\leq 216[/latex]. To see how this constraint interacts with the profit function, Figure 2 shows the graph of the line [latex]2x+4y=216[/latex] superimposed on the previous graph.
Figure 2. Graph of level curves of the function [latex]\small{f(x, y)=48x+96y-x^{2}-2xy-9y^{2}}[/latex] corresponding to [latex]\small{c=150,250,350, \text{ and } 395}[/latex]. 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 2. Inspection of this graph reveals that this point exists where the line is tangent to the level curve of [latex]f[/latex]. Trial and error reveals that this profit level seems to be around [latex]395[/latex], when [latex]x[/latex] and [latex]y[/latex] are both just less than [latex]5[/latex]. 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: method of lagrange multipliers: one constant
Let [latex]f[/latex] and [latex]g[/latex] be functions of two variables with continuous partial derivatives at every point of some open set containing the smooth curve [latex]g(x,y)=0[/latex]. Suppose that [latex]f[/latex], when restricted to points on the curve [latex]g(x,y)=0[/latex], has a local extremum at the point [latex](x_0,y_0)[/latex] and that [latex]\nabla{g}(x_0,y_0)\ne0[/latex]. Then there is a number [latex]\lambda[/latex] called a Lagrange multiplier, for which
[latex]\nabla{f}(x_0,y_0)=\lambda\nabla{g}(x_0,y_0)[/latex]
Proof
Assume that a constrained extremum occurs at the point [latex](x_0, y_0)[/latex]. Furthermore, we assume that the equation [latex]g(x, y)=0[/latex] can be smoothly parameterized as
[latex]x=x(s)[/latex] and [latex]y=y(s)[/latex]
where s is an arc length parameter with reference point [latex](x_0, y_0)[/latex] at [latex]s=0[/latex]. Therefore, the quantity [latex]z=f(x(s), y(s))[/latex] has a relative maximum or relative minimum at [latex]s=0[/latex], and this implies that [latex]\frac{dz}{ds}=0[/latex] at that point. From the chain rule,
[latex]\large{\frac{dz}{ds}=\frac{\partial f}{\partial x}\cdot\frac{\partial x}{\partial s}+\frac{\partial f}{\partial y}\cdot\frac{\partial y}{\partial s}=\left(\frac{\partial f}{\partial x}{\bf{\hat{i}}}+\frac{\partial f}{\partial y}{\bf{\hat{j}}}\right)\cdot\left(\frac{\partial x}{\partial s}{\bf{\hat{i}}}+\frac{\partial y}{\partial s}{\bf{\hat{j}}}\right)=0,}[/latex]
where the derivatives are all evaluated at [latex]s=0[/latex]. However, the first factor in the dot product is the gradient of [latex]f[/latex], and the second factor is the unit tangent vector [latex]\text{T}(0)[/latex] to the constraint curve. Since the point [latex](x_0, y_0)[/latex] corresponds to [latex]s=0[/latex], it follows from this equation that
[latex]\large{\nabla{f}(x_0,y_0)\cdot{\text{T}}(0)=0},[/latex]
which implies that the gradient is either [latex]0[/latex] or is normal to the constraint curve at a constrained relative extremum. However, the constraint curve [latex]g(x, y)=0[/latex] is a level curve for the function [latex]g(x, y)[/latex] so that if [latex]\nabla{g}(x_0,y_0)\ne0[/latex] then [latex]\nabla{g}(x_0,y_0)[/latex] is normal to this curve at [latex](x_0, y_0)[/latex] It follows, then, that there is some scalar [latex]\lambda[/latex] such that
[latex]\large{\nabla{f}(x_0,y_0)=\lambda\nabla{g}(x_0,y_0)}[/latex]
[latex]_\blacksquare[/latex]
To apply the 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: steps for using Lagrange multipliers
- Determine the objective function [latex]f(x, y)[/latex] and the constraint function [latex]g(x, y)[/latex]. Does the optimization problem involve maximizing or minimizing the objective function?
- Set up a system of equations using the following template:
[latex]\hspace{8cm}\begin{align} \nabla{f}(x_0,y_0)\cdot{\text{T}}(0)&=0 \\ g(x_0,y_0)&=0. \end{align}[/latex]
- Solve for [latex]x_0[/latex] and [latex]y_0[/latex].
- The largest of the values of [latex]f[/latex] at the solutions found in step 3 maximizes [latex]f[/latex]; the smallest of those values minimizes [latex]f[/latex].
Example: using lagrange multipliers
Use the method of Lagrange multipliers to find the minimum value of [latex]f(x,y)=x^2+4y^2-2x+8y[/latex] subject to the constraint [latex]x+2y=7[/latex].
Show Solution
Let’s follow the problem-solving strategy:
- The optimization function is [latex]f(x,y)=x^2+4y^2-2x+8y[/latex]. To determine the constraint function, we must first subtract [latex]7[/latex] from both sides of the constraint. This gives [latex]x+2y-7=0[/latex]. The constraint function is equal to the left-hand side, so [latex]g(x,y)=x+2y-7[/latex]. The problem asks us to solve for the minimum value of [latex]f[/latex], subject to the constraint (see the following graph).
Figure 3. Graph of level curves of the function [latex]\small{f(x, y)=x^{2}+4y^{2}-2x+8y}[/latex] corresponding to [latex]\small{c=10\text{ and } 26}[/latex]. The red graph is the constraint function.
2. We then must calculate the gradients of both [latex]f[/latex] and [latex]g[/latex]:
[latex]\hspace{8cm}\begin{align} \nabla{f}(x,y)&=(2x-2){\bf{i}}+(8y+8){\bf{j}} \\ \nabla{g}(x,y)&={\bf{i}}+2{\bf{j}}. \end{align}[/latex]
The equation [latex]\nabla{f}(x_0,y_0)=\lambda\nabla{g}(x_0,y_0)[/latex] becomes
[latex](2x_0-2){\bf{i}}+(8y_0+8){\bf{j}}=\lambda({\bf{i}}+2{\bf{j}}),[/latex]
which can be rewritten as
[latex](2x_0-2){\bf{i}}+(8y_0+8){\bf{j}}=\lambda{\bf{i}}+2\lambda{\bf{j}}.[/latex]
Next, we set the coefficients of [latex]\bf{i}[/latex] and [latex]\bf{j}[/latex] equal to each other:
[latex]\hspace{10cm}\begin{align} 2x_0-2&=\lambda \\ 8y_0+8&=2\lambda. \end{align}[/latex]
The equation [latex]g(x_0,y_0)=0[/latex] becomes [latex]x_0+2y_0-7=0[/latex]. Therefore, the system of equations that needs to be solved is
[latex]\hspace{9cm}\begin{align} 2x_0-2&=\lambda \\ 8y_0+8&=2\lambda \\ x_0+2y_0-7&=0. \end{align}[/latex]
3. This is a linear system of three equations in three variables. We start by solving the second equation for [latex]\lambda[/latex] and substituting it into the first equation. This gives [latex]\lambda=4y_0+4[/latex], so substituting this into the first equation gives
[latex]2x_0-2=4y_0+4[/latex].
Solving this equation for [latex]x_0[/latex] gives [latex]x_0=2y_0+3[/latex]. We then substitute this into the third equation:
[latex]\hspace{9cm}\begin{align} (2y_0+3)+2y_0-7&=0 \\ 4y_0-4&=0 \\ y_0=1. \end{align}[/latex]
Since [latex]x_0=2y_0+3[/latex], this gives [latex]x_0=5[/latex].
4. Next, we substitute [latex](5,1)[/latex] into [latex]f(x,y)=x^2+4y^2-2x+8y[/latex], gives [latex]f(5,1)=5^2+4(1)^2-2(5)+8(1)=27[/latex]. To ensure this corresponds to a minimum value on the constraint function, let’s try some other values, such as the intercepts of [latex]g(x,y)=0[/latex], Which are [latex](7,0)[/latex] and [latex](0,3.5)[/latex]. We get [latex]f(7,0)=35[/latex] and [latex]f(0.3.5)=77[/latex], so it appears [latex]f[/latex] has a minimum at [latex](5,1)[/latex].
try it
Use the method of Lagrange multipliers to find the maximum value of [latex]f(x, y)=9x^{2}+36xy-4y^{2}-18x-8y[/latex] subject to the constraint [latex]3x+4y=32[/latex].
Show Solution
[latex]f[/latex] has a maximum value of [latex]976[/latex] at the point [latex](8, 2)[/latex].
Let’s now return to the problem posed at the beginning of the section.
Example: golf balls and lagrange multipliers
The golf ball manufacturer, Pro-T, has developed a profit model that depends on the number [latex]x[/latex] of golf balls sold per month (measured in thousands), and the number of hours per month of advertising [latex]y[/latex], according to the function
[latex]z=f(x, y)=48x+96y-x^{2}-2xy-9y^{2}[/latex],
where [latex]z[/latex] 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 [latex]20x+4y=216[/latex]. Find the values of [latex]x[/latex] and [latex]y[/latex] that maximize profit, and find the maximum profit.
Show Solution
Again, we follow the problem-solving strategy:
- The optimization function is [latex]f(x, y)=48x+96y-x^{2}-2xy-9y^{2}[/latex]. To determine the constraint function, we first subtract 216 from both sides of the constraint, then divide both sides by 4, which gives [latex]5x+y-54=0[/latex]. The constraint function is equal to the left-hand side, so [latex]g(x, y)=5x+y-54[/latex]. The problem asks us to solve for the maximum value of [latex]f[/latex] subject to this constraint.
- So, we calculate the gradients of both [latex]f[/latex] and [latex]g[/latex]:
[latex]\hspace{6cm}\begin{align} \nabla{f}(x,y)&=(48-2x-2y){\bf{i}}+(96-2x-18y){\bf{j}} \\ \nabla{g}(x,y)&=5{\bf{i}}+{\bf{j}}. \end{align}[/latex]
The equation [latex]\nabla{f}(x_0,y_0)=\lambda\nabla{g}(x_0,y_0)[/latex] becomes
[latex]\hspace{6cm}(48-2x_0-2y_0){\bf{i}}+(96-2x_0-18y_0){\bf{j}}=\lambda(5{\bf{i}}+{\bf{j}})[/latex],
which can be rewritten as
[latex](48-2x_0-2y_0){\bf{i}}+(96-2x_0-18y_0){\bf{j}}=\lambda5{\bf{i}}+\lambda{\bf{j}}[/latex].
We then set the coefficients of [latex]\bf{i}[/latex] and [latex]\bf{j}[/latex] equal to each other:
[latex]\hspace{8cm}\begin{align} 48-2x_0-2y_0&=5\lambda \\ 96-2x_0-18y_0&=\lambda. \end{align}[/latex]
The equation [latex]g(x_0, y_0)=0[/latex] becomes [latex]5x_0+y_0-54=0[/latex]. Therefore, the system of equations that needs to be solved is
[latex]\hspace{8cm}\begin{align} 48-2x_0-2y_0&=5\lambda \\ 96-2x_0-18y_0&=\lambda \\ 5x_0+y_0-54&=0. \end{align}[/latex]
- We use the left-hand side of the second equation to replace [latex]\lambda[/latex] in the first equation:
[latex]\hspace{8cm}\begin{align} 48-2x_0-2y_0&=5(96-2x_0-18y_0) \\ 48-2x_0-2y_0&=480-10x_0-90y_0 \\ 8x_0&=432-88y_0 \\ x_0&=54-11y_0. \end{align}[/latex]
Then we substitute this into the third equation:
[latex]\hspace{8cm}\begin{align} 5(54-11y_0)+y+0&=0 \\ 270-55y_0+y_0&=0 \\ 216-54y_0&=0 \\ y_0&=4. \end{align}[/latex]
Since [latex]x_0=54-11y_0[/latex], this gives [latex]x_0=10[/latex].
- We then substitute [latex](10, 4)[/latex] into [latex]f(x, y)=48x+96y-x^{2}-2xy-9y^{2}[/latex], which gives
[latex]\hspace{5cm}\begin{align} f(10,4)&=48(10)+96(4)-(10)^2-2(10)(4)-9(4)^2 \\ &=480+384-100-80-144=540. \end{align}[/latex]
Therefore the maximum profit that can be attained, subject to budgetary constraints, is [latex]$540,000[/latex] with a production level of [latex]10,000[/latex] golf balls and [latex]4[/latex] hours of advertising bought per month. Let’s check to make sure this truly is a maximum. The endpoints of the line that defines the constraint are [latex](10.8, 0)[/latex] and [latex](0, 54)[/latex]. Let’s evaluate [latex]f[/latex] at both of these points:
[latex]\hspace{5cm}\begin{align} f(10.8,0)&=48(10.8)+96(0)-10.8^2-2(10.8)(0)-9(0)^2=401.76 \\ f(0,54)&=48(0)+96(54)-0^2-2(0)(54)-9(54)^2=-21,060. \end{align}[/latex]
The second value represents a loss, since no golf balls are produced. Neither of these values exceed [latex]540[/latex], so it seems that our extremum is a maximum value of [latex]f[/latex].
try it
A company has determined that its production level is given by the Cobb-Douglas function [latex]f(x,y)=2.5x^{0.45}y^{0.55}[/latex] where [latex]x[/latex] represents the total number of labor hours in [latex]1[/latex] year and [latex]y[/latex] represents the total capital input for the company. Suppose [latex]1[/latex] unit of labor costs [latex]$40[/latex] and [latex]1[/latex] unit of capital costs [latex]$50[/latex]. Use the method of Lagrange multipliers to find the maximum value of [latex]f(x,y)=2.5x^{0.45}y^{0.55}[/latex] subject to a budgetary constraint of [latex]$500,000[/latex] per year.
Show Solution
A maximum production level of [latex]13,890[/latex] occurs with [latex]5,625[/latex] labor hours and [latex]$5,500[/latex] of total capital input.
Watch the following video to see the worked solution to the above Try It
You can view the transcript for “4.38” here (opens in new window).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: [latex]f(x,y,z)=x^{0.2}y^{0.4}z^{0.4}[/latex], where [latex]x[/latex] represents the cost of labor, [latex]y[/latex] represents capital input, and [latex]z[/latex] 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
[latex]\hspace{10cm}\begin{align} \nabla{f}(x,y,z)&=\lambda\nabla{g}(x,y,z) \\ g(x,y,z)&=0. \end{align}[/latex]
Example: lagrange multipliers with a three-variable optimization function
Find the minimum of the function [latex]f(x, y, z)=x^{2}+y^{2}+z^{2}[/latex] subject to the constraint [latex]x+y+z=1[/latex].
Show Solution
- The optimization function is [latex]f(x, y, z)=x^{2}+y^{2}+z^{2}[/latex]. To determine the constraint function, we subtract 1 from each side of the constraint: [latex]x+y+z-1=0[/latex] which gives the constraint function as [latex]g(x, y, z)=x+y+z-1[/latex].
- Next, we calculate [latex]\nabla{f}(x,y,z)[/latex] and [latex]\nabla{g}(x,y,z)[/latex]:
[latex]\hspace{7cm}\begin{align}\nabla{f}(x,y,z)&=\langle2x,2y,2z\rangle \\\nabla{g}(x,y,z)&=\langle1,1,1\rangle \end{align}[/latex]
This leads to the equations
[latex]\hspace{7cm}\begin{align}\langle2x_0,2y_0,2z_0\rangle&=\lambda\langle1,1,1\rangle \\x_0+y_0+z_0-1&=0 \end{align}[/latex]
which can be rewritten in the following form:
[latex]\hspace{7cm}\begin{align} 2x_0&=\lambda \\ 2y_0&=\lambda \\ 2z_0&=\lambda \\ x_0+y_0+z_0-1&=0. \end{align}[/latex]
- Since each of the first three equations has [latex]\lambda[/latex] on the right-hand side, we know that [latex]2x_0=2y_0=2z_0[/latex] and all three variables are equal to each other. Substituting [latex]y_0=x_0[/latex] and [latex]z_0=x_0[/latex] into the last equation yields [latex]3x_0-1=0[/latex], so [latex]x_0=\frac13[/latex] and [latex]y_0=\frac13[/latex] and [latex]z_0=\frac13[/latex] which corresponds to a critical point on the constraint curve.
- Then, we evaluate [latex]f[/latex] at the point [latex]\left(\frac13,\frac13,\frac13\right)[/latex]:
[latex]\hspace{6cm}\large{f\left(\frac13,\frac13,\frac13\right)=\left(\frac13\right)^2+\left(\frac13\right)^2+\left(\frac13\right)^2=\frac39=\frac13}.[/latex]
Therefore, an extremum of the function is [latex]\frac{1}{3}[/latex]. To verify it is a minimum, choose other points that satisfy the constraint and calculate [latex]f[/latex] at that point. For example,
[latex]\hspace{7cm}\begin{align} f(1,0,0)&=1^2+0^2+0^2=1 \\f(0,-2,3)&=0^2+(-2)^2+3^2=13. \end{align}[/latex]
Both of these values are greater than [latex]\frac{1}{3}[/latex], leading us to believe the extremum is a minimum.
Try it
Use the method of Lagrange multipliers to find the minimum value of the function
[latex]\large{f(x,y,z)=x+y+z}[/latex]
subject to the constraint [latex]x^2+y^2+z^2=1[/latex].
Show Solution
[latex]\hspace{6cm}\begin{align} f\left(\frac{\sqrt3}3,\frac{\sqrt3}3,\frac{\sqrt3}3\right)&=\frac{\sqrt3}3+\frac{\sqrt3}3+\frac{\sqrt3}3=\sqrt3 \\ f\left(-\frac{\sqrt3}3,-\frac{\sqrt3}3,-\frac{\sqrt3}3\right)&=-\frac{\sqrt3}3-\frac{\sqrt3}3-\frac{\sqrt3}3=-\sqrt3 \end{align}[/latex]
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, [latex]w[/latex] is a function of three variables:
[latex]\large{w=f(x, y, z)}[/latex]
and it is subject to two constraints:
[latex]g(x, y, z)=0[/latex] and [latex]h(x, y, z)=0[/latex]
There are two Lagrange multipliers, [latex]\lambda_1[/latex] and [latex]\lambda_2[/latex], and the system of equations becomes
[latex]\hspace{7cm}\large{\begin{align} \nabla{f}(x_0,y_0,z_0)&=\lambda_1\nabla{g}(x_0,y_0,z_0)+\lambda_2\nabla{h}(x_0,y_0,z_0) \\ g(x_0,y_0,z_0)&=0 \\ h(x_0,y_0,z_0)&=0. \end{align}}[/latex]
Example: Lagrange Multipliers with Two constraints
Find the maximum and minimum values of the function
[latex]\large{f(x, y, z)=x^{2}+y^{2}+z^{2}}[/latex]
subject to the constraints [latex]z^{2}=x^{2}+y^{2}[/latex] and [latex]x+y-z+1=0[/latex].
Show Solution
Let’s follow the problem-solving strategy:
- The optimization function is [latex]f(x, y, z)=x^{2}+y^{2}+z^{2}[/latex]. To determine the constraint functions, we first subtract [latex]z^2[/latex] from both sides of the first constraint, which gives [latex]x^2+y^2-z^2=0[/latex], so [latex]g(x,y,z)=x^2+y^2-z^2[/latex]. The second constraint function is [latex]h(x,y,z)=x+y-z+1[/latex].
-
We then calculate the gradients of [latex]f[/latex], [latex]g[/latex], and [latex]h[/latex]:
[latex]\hspace{6cm}\large{\begin{align} \nabla{f}(x,y,z)&=2x{\bf{i}}+2y{\bf{j}}+2z{\bf{k}} \\ \nabla{g}(x,y,z)&=2x{\bf{i}}+2y{\bf{j}}-2z{\bf{k}} \\ \nabla{h}(x,y,z)&={\bf{i}}+{\bf{j}}-{\bf{k}}. \end{align}}[/latex]
The equation [latex]\nabla{f}(x_0,y_0,z_0)=\lambda_1\nabla{g}(x_0,y_0,z_0)+\lambda_2\nabla{h}(x_0,y_0,z_0)[/latex] becomes
[latex]\large{2x_0{\bf{i}}+2y_0{\bf{j}}+2z_0{\bf{k}}=\lambda_(2x_0{\bf{i}}+2y_0{\bf{j}}-2z_0{\bf{k}})+\lambda_2({\bf{i}}+{\bf{j}}-{\bf{k}})},[/latex]
which can be rewritten as
[latex]\large{2x_0{\bf{i}}+2y_0{\bf{j}}+2z_0{\bf{k}}=(2\lambda_1x_0+\lambda_2){\bf{i}}+(2\lambda_1y_0+\lambda_2){\bf{j}}-(2\lambda_1z_0+\lambda_2){\bf{k}}}.[/latex]
Next, we set the coefficients of [latex]\bf{i}[/latex], [latex]\bf{j}[/latex], and [latex]\bf{k}[/latex] equal to each other:
[latex]\hspace{9cm}\large{\begin{align} 2x_0&=2\lambda_1x_0+\lambda_2 \\ 2y_0&=2\lambda_1y_0+\lambda_2 \\ 2z_0&=2\lambda_1z_0-\lambda_2. \end{align}}[/latex]
The two equations that arise from the constraints are [latex]x_0^2=x_0^2+y_0^2[/latex] and [latex]x_0+y_0-z_0+1=0[/latex]. Combining these equations with the previous three equations gives
[latex]\hspace{7cm}\large{\begin{align} 2x_0&=2\lambda_1x_0+\lambda_2 \\ 2x_0&=2\lambda_1y_0+\lambda_2 \\ 2x_0&=2\lambda_1z_0-\lambda_2 \\ {z_0}^2&={x_0}^2+{y_0}^2 \\ x_0+y_0-z_0+1&=0. \end{align}}[/latex]
- The first three equations contain the variable [latex]\lambda_2[/latex]. Solving the third equation for [latex]\lambda_2[/latex] and replacing into the first and second equations reduces the number of equations to four:
[latex]\hspace{7cm}\large{\begin{align} 2x_0&=2\lambda_1x_0-2\lambda_1z_0-2z_0 \\2y_0&=2\lambda_1y_0-2\lambda_1z_0-2z_0 \\{z_0}^2&={x_0}^2+{y_0}^2 \\x_0+y_0-z_0+1&=0.\end{align}}[/latex]
Next, we solve the first and second equation for [latex]\lambda_1[/latex]. The first equation gives [latex]\lambda_1=\frac{x_0+z_0}{x_0-z_0}[/latex], the second equation gives [latex]\lambda_1=\frac{y_0+z_0}{y_0-z_0}[/latex]. We set the right-hand side of each equation equal to each other and cross-multiply:
[latex]\hspace{6cm}\large{\begin{align}\frac{x_0+z_0}{x_0-z_0}&=\frac{y_0+z_0}{y_0-z_0} \\ (x_0+z_0)(y_0-z_0)&=(x_0-z_0)(y_0+z_0) \\ x_0y_0-x_0z_0+y_0z_0-{z_0}^2&=x_0y_0+x_0z_0-y_0z_0-{z_0}^2 \\ 2y_0z_0-2x_0z_0&=0 \\ 2x_0(y_0-x_0)&=0. \end{align}}[/latex]
Therefore, either [latex]z_0=0[/latex] or [latex]y_0=x_0[/latex]. If [latex]z_0=0[/latex], then the first constraint becomes [latex]0=x_0^2+y_0^2[/latex] The only real solution to this equation is [latex]x_0=0[/latex] and [latex]y_0=0[/latex], which gives the ordered triple [latex](0,0,0)[/latex]. This point does not satisfy the second constraint, so it is not a solution.Next, we consider [latex]y_0=x_0[/latex], which reduces the number of equations to three:
[latex]\hspace{8cm}\large{\begin{align} y_0&=x_0 \\ {z_0}^2&={x_0}^2+{y_0}^2 \\ x_0+y_0-z_0+1&=0. \end{align}}[/latex]
We substitute the first equation into the second and third equations:
[latex]\hspace{8cm}\large{\begin{align} {z_0}^2&={x_0}^2+{y_0}^2 \\ x_0+y_0-z_0+1&=0. \end{align}}[/latex]
Then, we solve the second equation for [latex]z_0[/latex], which gives [latex]z_0=2x_0+1[/latex]. We then substitute this into the first equation,
[latex]\hspace{7cm}\large{\begin{align} {z_0}^2&={2x_0}^2 \\ (2x_0+1)^2&={2x_0}^2 \\ {4x_0}^2+4x_0+1&={2x_0}^2 \\ {2x_0}^2+4x_0+1&=0 \end{align}}[/latex]
and use the quadratic formula to solve for [latex]x_0[/latex]:
[latex]\large{x+0=\frac{-4\pm\sqrt{4^2-4(2)(1)}}{2(2)}=\frac{-4\pm\sqrt8}4=\frac{-4\pm2\sqrt2}4=-1\pm\frac{\sqrt2}2}[/latex].
Recall [latex]y_0=x_0[/latex],so this solves for [latex]y_0[/latex] as well. Then, [latex]z_0=2x_0+1[/latex], so
[latex]\large{x_0=2x_0+1=2\left(-1\pm\frac{\sqrt2}2\right)+1=-2+1\pm\sqrt2=-1\pm\sqrt2}.[/latex]
Therefore, there are two ordered triplet solutions:
[latex]\left(-1+\frac{\sqrt2}2,-1+\frac{\sqrt2}2,-1+\sqrt2\right)[/latex] and [latex]\left(-1-\frac{\sqrt2}2,-1-\frac{\sqrt2}2,-1-\sqrt2\right).[/latex]
- We substitute [latex]\left(-1+\frac{\sqrt2}2,-1+\frac{\sqrt2}2,-1+\sqrt2\right)[/latex] into [latex]f(x,y,z)=x^2+y^2+z^2[/latex], which gives
[latex]\hspace{3cm}\begin{align} f\left(-1+\frac{\sqrt2}2,-1+\frac{\sqrt2}2,-1+\sqrt2\right)&=\left(-1+\frac{\sqrt2}2\right)^2+\left(-1+\frac{\sqrt2}2\right)^2+\left(-1+\sqrt2\right)^2 \\ &=(1-\sqrt2+\frac12)+(1-\sqrt2+\frac12)+(1-2\sqrt2+2) \\ &=6-4\sqrt2. \end{align}[/latex]
[latex]6+4\sqrt2[/latex] is the maximum value and [latex]6-4\sqrt2[/latex] is the minimum value of [latex]f(x,y,z)[/latex] subject to the given constraints.
Try it
Use the method of Lagrange multipliers to find the minimum value of the function
[latex]\large{f(x,y,z)=x^2+y^2+z^2}[/latex]
subject to the constraints [latex]2x+y+2z=9[/latex] and [latex]5x+5y+7z=29[/latex].
Show Solution
[latex]f(2,1,2)=9[/latex] is a minimum.
Watch the following video to see the worked solution to the above Try It
You can view the transcript for “CP 4.40” here (opens in new window).