• 沒有找到結果。

14.8 Lagrange Multipliers

N/A
N/A
Protected

Academic year: 2022

Share "14.8 Lagrange Multipliers"

Copied!
27
0
0

全文

(1)

14.8 Lagrange Multipliers

(2)

Lagrange Multipliers

In this section we present Lagrange’s method for

maximizing or minimizing a general function f(x, y, z) subject to a constraint (or side condition) of the form g(x, y, z) = k.

It’s easier to explain the geometric basis of Lagrange’s

method for functions of two variables. So we start by trying to find the extreme values of f(x, y) subject to a constraint of the form g(x, y) = k.

In other words, we seek the extreme values of f(x, y) when the point (x, y) is restricted to lie on the level curve

g(x, y) = k.

(3)

Lagrange Multipliers

Figure 1 shows this curve together with several level curves of f.

Figure 1

(4)

Lagrange Multipliers

To maximize f(x, y) subject to g(x, y) = k is to find the largest value of c such that the level curve f(x, y) = c intersects g(x, y) = k.

It appears from Figure 1 that this happens when these curves just touch each other, that is, when they have a common tangent line. (Otherwise, the value of c could be increased further.)

(5)

Lagrange Multipliers

This means that the normal lines at the point (x0, y0) where they touch are identical. So the gradient vectors are parallel;

that is, ∇f(x0, y0) = λ ∇g(x0, y0) for some scalar λ.

This kind of argument also applies to the problem of finding the extreme values of f(x, y, z) subject to the constraint

g(x, y, z) = k.

Thus the point (x, y, z) is restricted to lie on the level surface S with equation g(x, y, z) = k.

(6)

Lagrange Multipliers

Instead of the level curves in Figure 1, we consider the level surfaces f(x, y, z) = c and argue that if the maximum value of f is f(x0, y0, z0) = c, then the level surface

f(x, y, z) = c is tangent to the level surface g(x, y, z) = k and so the corresponding gradient vectors are parallel.

Figure 1

(7)

Lagrange Multipliers

This intuitive argument can be made precise as follows.

Suppose that a function f has an extreme value at a point P(x0, y0, z0) on the surface S and let C be a curve with

vector equation r(t) =

x(t), y(t), z(t)

that lies on S and passes through P.

If t0 is the parameter value corresponding to the point P, then r(t0) =

x0, y0, z0

.

The composite function h(t) = f(x(t), y(t), z(t)) represents the values that f takes on the curve C.

(8)

Lagrange Multipliers

Since f has an extreme value at (x0, y0, z0), it follows that h has an extreme value at t0, so h′(t0) = 0. But if f is

differentiable, we can use the Chain Rule to write 0 = h′(t0)

= fx(x0, y0, z0)x′(t0) + fy(x0, y0, z0)y′(t0) + fz(x0, y0, z0)z′(t0)

= ∇f(x0, y0, z0) r′(t0)

This shows that the gradient vector ∇f(x0, y0, z0) is orthogonal to the tangent vector r′(t0) to every such

curve C. But we already know that the gradient vector of g,

∇g(x0, y0, z0), is also orthogonal to r′(t0) for every such curve.

(9)

Lagrange Multipliers

This means that the gradient vectors ∇f(x0, y0, z0) and

∇g(x0, y0, z0) must be parallel. Therefore, if

∇g(x0, y0, z0) ≠ 0, there is a number λ such that

The number λ in Equation 1 is called a Lagrange multiplier.

(10)

Lagrange Multipliers

The procedure based on Equation 1 is as follows.

(11)

Lagrange Multipliers

If we write the vector equation ∇f = λ ∇g in terms of components, then the equations in step (a) become

fx = λgx fy = λgy fz = λgz g(x, y, z) = k

This is a system of four equations in the four unknowns x, y, z, and λ, but it is not necessary to find explicit values for λ.

For functions of two variables the method of Lagrange

(12)

Lagrange Multipliers

To find the extreme values of f(x, y) subject to the

constraint g(x, y) = k, we look for values of x, y, and λ such that

∇f(x, y) = λ ∇g(x, y) and g(x, y) = k

This amounts to solving three equations in three unknowns:

fx = λgx fy = λgy g(x, y) = k

(13)

Example 1

A rectangular box without a lid is to be made from 12 m2 of cardboard. Find the maximum volume of such a box.

Solution:

Let x, y, and z be the length, width, and height, respectively, of the box in meters.

Then we wish to maximize V = xyz subject to the constraint

(14)

Example 1 – Solution

Using the method of Lagrange multipliers, we look for values of x, y, z, and λ such that ∇V = λ ∇g and

g(x, y, z) = 12.

This gives the equations

Vx = λgx Vy = λgy Vz = λgz

2xz + 2yz + xy = 12

cont’d

(15)

Example 1 – Solution

Which become

yz = λ(2z + y) xz = λ(2z + x) xy = λ(2x + 2y)

2xz + 2yz + xy = 12

cont’d

(16)

Example 1 – Solution

There are no general rules for solving systems of equations.

Sometimes some ingenuity is required.

In the present example you might notice that if we multiply (2) by x, (3) by y, and (4) by z, then the left sides of these

equations will be identical.

Doing this, we have

xyz = λ(2xz + xy) xyz = λ(2yz + xy) xyz = λ(2xz + 2yz)

cont’d

(17)

Example 1 – Solution

We observe that λ ≠ 0 because λ = 0 would imply yz = xz = xy = 0 from (2), (3), and (4) and this would

contradict (5).

Therefore, from (6) and (7), we have 2xz + xy = 2yz + xy which gives xz = yz.

But z ≠ 0 (since z = 0 would give V = 0), so x = y.

cont’d

(18)

Example 1 – Solution

From (7) and (8) we have

2yz + xy = 2xz + 2yz

which gives 2xz = xy and so (since x ≠ 0) y = 2z.

If we now put x = y = 2z in (5), we get 4z2 + 4z2 + 4z2 = 12

Since x, y, and z are all positive, we therefore have z = 1 and so x = 2 and y = 2.

cont’d

(19)

Two Constraints

(20)

Two Constraints

Suppose now that we want to find the maximum and minimum values of a function f(x, y, z) subject to two

constraints (side conditions) of the form g(x, y, z) = k and h(x, y, z) = c.

Geometrically, this means that we are looking for the extreme values of f when (x, y, z) is

restricted to lie on the curve of intersection C of the level

surfaces g(x, y, z) = k and h(x, y, z) = c. (See Figure 5.)

Figure 5

(21)

Two Constraints

Suppose f has such an extreme value at a point

P(x0, y0, z0). We know from the beginning of this section that ∇f is orthogonal to C at P.

But we also know that ∇g is orthogonal to g(x, y, z) = k and

∇h is orthogonal to h(x, y, z) = c, so ∇g and ∇h are both orthogonal to C.

This means that the gradient vector ∇f(x0, y0, z0) is in the plane determined by ∇g(x0, y0, z0) and ∇h(x0, y0, z0). (We assume that these gradient vectors are not zero and not

(22)

Two Constraints

So there are numbers λ and µ (called Lagrange multipliers) such that

In this case Lagrange’s method is to look for extreme values by solving five equations in the five unknowns x, y, z, λ, and µ.

(23)

Two Constraints

These equations are obtained by writing Equation 16 in

terms of its components and using the constraint equations:

fx = λgx + µhx fy = λgy + µhy fz = λgz + µhz g(x, y, z) = k

(24)

Example 5

Find the maximum value of the function f(x, y, z) = x + 2y + 3z on the curve of intersection of the

plane x – y + z = 1 and the cylinder x2 + y2 = 1.

Solution:

We maximize the function f(x, y, z) = x + 2y + 3z subject to the constraints g(x, y, z) = x – y + z = 1 and

h(x, y, z) = x2 + y2 = 1.

(25)

Example 5 – Solution

The Lagrange condition is ∇f = λ ∇g + µ ∇h, so we solve the equations

1 = λ + 2xµ 2 = –λ + 2yµ 3 = λ

x – y + z = 1 x2 + y2 = 1

cont’d

(26)

Example 5 – Solution

Substitution in (21) then gives

and so µ2 = , µ = .

Then x = y = and, from (20), z = 1 – x + y = 1 .

cont’d

(27)

Example 5 – Solution

The corresponding values of f are

Therefore the maximum value of f on the given curve is

cont’d

參考文獻

相關文件

Combining factor and regression analysis, we deem that the most important factors influencing income inequality in Macau are GDP growth rate, industry structure, percentage

In this case report an extreme case of severe multiple idiopathic cervical root resorption in a healthy young adult male, involving every tooth and leading to the loss of 14

The present case represents an extreme example of multiple cervical root resorption, involving every tooth and leading progressively to the loss of 14 teeth, at a relatively

have described two variants of pyogenic granuloma depending on the rate of proliferation and vascularity, namely, (i) lobular capillary hemangioma and (ii) non-lobular

In this study, ohmic contact is formed by Ni convert to NiO X after annealing, according to the results from x-ray photoelectron spectroscopy and the Cserveny’ s

The simulation results of the DWT method and the least-squares matrix inversion method in x and y direction are shown in Table 1, The computer simulation results of the

This section explains in detail how the function evaluation method based on non- uniform segmentation is used to compute the f and g functions for Gaussian noise generation

In words, this says that the values of f(x) can be made arbitrarily close to L (within a distance ε, where ε is any positive number) by requiring x to be sufficiently large

Particles near (x, y, z) in the fluid tend to rotate about the axis that points in the direction of curl F(x, y, z), and the length of this curl vector is a measure of how quickly

– The The readLine readLine method is the same method used to read method is the same method used to read  from the keyboard, but in this case it would read from a 

The method of least squares is a standard approach to the approximate solution of overdetermined systems, i.e., sets of equations in which there are more equations than unknowns.

• Example: Need to run web, mail, file, x, y, z, total of 10 servers...

The best way to picture a vector field is to draw the arrow representing the vector F(x, y) starting at the point (x, y).. Of course, it’s impossible to do this for all points (x,

Arts education is one of the five essential learning experiences in the overall aim of education set out by the Education Commission: “To enable every person to attain all-

• Students’ learning experiences are organised within the school curriculum framework to include knowledge, generic skills, values and attitudes spanning the five

! ESO created by five Member States with the goal to build a large telescope in the southern hemisphere. •  Belgium, France, Germany, Sweden and

Abstract In this paper, we consider the smoothing Newton method for solving a type of absolute value equations associated with second order cone (SOCAVE for short), which.. 1

The case where all the ρ s are equal to identity shows that this is not true in general (in this case the irreducible representations are lines, and we have an infinity of ways

The superlinear convergence of Broyden’s method for Example 1 is demonstrated in the following table, and the computed solutions are less accurate than those computed by

To enable pre-primary institutions to be more effective in management and organisation, actions can be taken in the following five areas: Planning and Administration, Leadership,

 It is worthwhile to sacrifice one person to save five.  Passser-by A has nothing to do with the incident. In the basic version, the worker on the side tracks also has nothing

The aim of this study is to investigate students in learning in inequalities with one unknown, as well as to collect corresponding strategies and errors in problem solving..

The school/department selection is divided into psychology, society and economy in this study. The selection is affected by five factors including college, interpersonal,