• 沒有找到結果。

−2x = λx2 ⇒ λ = −4 or x = 0 if λ = −4 then y = 0, x = ±2, (x, y

N/A
N/A
Protected

Academic year: 2022

Share "−2x = λx2 ⇒ λ = −4 or x = 0 if λ = −4 then y = 0, x = ±2, (x, y"

Copied!
3
0
0

加載中.... (立即查看全文)

全文

(1)

14.8 5.

f (x, y) = y2− x2; 14x2+ y2 = 1 solve ∇f = λ∇g

(−2x, 2y) = λ(x2, 2y)

⇒ −2x = λx2

⇒ λ = −4 or x = 0

if λ = −4 then y = 0, x = ±2, (x, y) = (±2, 0) ⇒ f (±2, 0) = −4 if x = 0 then y = ±1, λ = ±1, (x, y) = (0, ±1) ⇒ f (0, ±1) = 1 minimum of f is −4 and maximum of f is 1

12.

f (x, y, z) = x4+ y4+ z4; x2+ y2+ z2 = 1 solve ∇f = λ∇g

(4x3, 4y3, 4z3) = λ(2x, 2y, 2z)

⇒ 4x3 = 2λx ⇒ λ = 2x2 or x = 0

if λ = 2x2 then we have (x, y, z) = (1, 0, 0), (±1

2, 0, ±1

2), (±1

3, ±1

3, ±1

3) or (±1

2, ±1

2, 0) if x = 0 then we have (x, y, z) = (0, 1, 0), (0, ±12, ±12) or (0, 0, 1)

f = x4+ y4+ z4 takes values 1,12,13 on these points.

So minimum of f is 13 and maximum of f is 1.

16.

f (x, y, z) = 3x − y − 3z; x + y − z = 0, x2+ 2z2 = 1 solve ∇f = r∇g + s∇h

(3, −1, −3) = r(1, 1, −1) + s(2x, 0, 4z) x = 2s, z = −1s

∵ x2+ 2z2 = 1 ⇒ s = ±√ 6

⇒ (x, y, z) = (2

6,−36 ,−16 ) or (−2

6,36,16) f takes values 126 and −126

So minimum of f is −12

6 and maximum of f is 12

6. 18.

f (x, y) = x2+ y2+ z2; x − y = 1, y2− z2 = 1 solve ∇f = r∇g + s∇h

(2x, 2y, 2z) = (r, −r + 2sy, −2sz)

⇒ x = r2, y = s−21 , and z = 0 or s = −1

if s = −1 we have y = −13 x = 23 ⇒ z2 = 19 − 1 a contradiction if z = 0 we have (x, y, z) = (2, 1, 0) or (0, −1, 0)

f = x2+ y2+ z2 takes values 5 and 1 on these points.

So minimum of f is 1 and maximum of f is 5.

20.

f (x, y) = 2x2+ 3y2− 4x − 5, x2+ y2 ≤ 16 find critical points:

∇f = (4x − 4, 6y), critical point (x, y) = (1, 0), f (1, 0) = −7 find extreme values on boundary:

solve ∇f = λ∇g

(4x − 4, 6y) = λ(2x, 2y)

⇒ λ = 3 or y = 0

1

(2)

if λ = 3 , (x, y) = (−2, ±2√ 3) if y = 0, (x, y) = (±4, 0)

f takes values 47 and 11 on these points.

So minimum of f is −7 and maximum of f is 47.

22.

(a)

solve ∇f = λ∇g (2, 3) = λ(21x,1y)

⇒ (x, y) = (9, 4) , f (9, 4) = 30, which is the only extreme value of f subject to √ x +√

y = 5.

(b)

f (25, 0) = 50, Yes, it’s larger than f (9, 4) = 30 (c)

(d)

The method of Lagrange multipliers identifies points where the level curves of f have common tangent line with curve g. But this may not occur at an endpoint of g, while an extreme value can occur at such points.

(e)

f (9, 4) = 30 is the minimum value of f subject to√ x +√

y = 5 23.

(a)

solve ∇f = λ∇g

(1, 0) = λ(4x3− 3x2, 2y)

⇒ (x, y) = (1, 0), f (1, 0) = 1 (b)

want to prove f (x, y) ≥ 0, ∀(x, y) ∈ R2 satisfies y2+ x4− x3 = 0 if f < 0 at (x0, y0) then x0 < 0

y20+ x40− x3 = 0 ⇒ y20 = x30− x40 < 0 a contradiction thus f (0, 0) = 0 is the minimum value.

And ∇f (0, 0) = (1, 0) 6= λ(0, 0) = λ∇g(0, 0) for all λ ∈ R (c)

∇g(0, 0) = (0, 0) in this case, but the method of Lagrange multipliers require the property that

∇g 6= 0 on the surface g = k.

2

(3)

43.

Let f (x, y, z) = x2+ y2+ z2, want to find extreme values subject to g = x + y + 2z = 2 and h = x2+ y2− z = 0.

solve ∇f = r∇g + s∇h

(2x, 2y, 2z) = (r + 2sx, r + 2sy, 2r − s)

2x = r + 2sx, 2y = r + 2sy, ⇒ 2(x − y) = 2s(x − y)

⇒ s = 1 or x = y

if s = 1, then x2+ y2 = −12 , a contradiction.

so we must have x = y.

⇒ z = 1 − x, and 2x2 = z

⇒ x = 1 or −12

(x, y, z) = (12,12,12) or (−1, −1, 2) f (12,12,12) = 34 and f (−1, −1, 2) = 6

Thus the nearest point is (12,12,12), the farthest point is (−1, −1, 2) 47.

(a)

solve ∇f = λ∇g

(x2x3...xn, x1x3...xn, ...x1...xn−1) = λ(1, 1, ..., 1)

Assume none of xi, i = 1, ..., n is zero(otherwise f (x1, ..., xn) = 0).

⇒ x1 = x2 = ... = xn= nc

f (nc, ...,nc) = nc which is the maximum value of f . (b)

x1+ x2+ ... + xn

n = nc in this case.

And from part (a) we have √n

x1x2...xnnc. thus we have

n

x1x2...xn ≤ x1+ x2+ ... + x + n n

3

參考文獻

相關文件

Space of Harmonic Polynomials. Let R[x, y] be the space of polynomials in x, y

Determine which give rise to local maxima, local minima,

[r]

Just disagreeing student A or writing ‘No’ only without any elaborations receive no

Do the exercise given in

[r]

The C is unbounded and the maximum distance doesn’t exist... No partial credit is allowed for

Explain, using Theorems 4, 5, 7, and 9, why the function is continuous at every number in its domain.. Find the numbers at which f