
Sam S. answered 11/04/16
Tutor
5.0
(212)
5/5 AP Calc AB, engineering calc (BS-level), higher calc (MS-level)
Hi Kyle,
Let's try Lagrange Multiplier method and set g (x, y, z) = y2 + z2 and h(x, y, z) = x + y + z. Then your constraints are g (x, y, z) = 289, h (x, y, z) = 5.
Lagrange's method says that if f (x, y, z) has a min/max, you can locate them by setting the gradient of the objective function equal to an unknown linear combination of the gradients of the constraint equations. It's important to check the assumptions for this method, i) f, g, h have continuous 1st partial derivatives ii) at the extrema neither of ∇g, ∇h are 0, nor are they parallel to each other.
∇f = 〈1, 2, 0〉
∇g =〈0, 2y, 2z〉
∇h =〈1, 1, 1〉
Looking at the above, the assumptions hold. For unknown scalars c and d, ∇f = c∇g + d∇h. This gives you 3 equations in 5 unknowns, x, y, z, c, d, and you have two more equations from your two constraints. The first 3 equations give you
1 = d
2 = 2cy + d
0 = 2cz + d
These give y = 1/(2c) = - z so you know y = - z.
Substitute into x + y + z = 5 to get x = 5.
Substitute into y2 + z2 = 289 to get y = ±17/√2 and z is the negative of y. Notice that you don't need to explicitly solve for c and d since you're really only interested in x, y, z.
Check f at the points p = (5, 17/√2, - 17/√2) and q = (5, - 17/√2, 17/√2) to see f (p) = 5 + 17√2 > 5 - 17√2 = f(q). This shows p is the maximizer and q the minimizer.

Sam S.
Double check my answer, it's possible that I made a mistake!
Report
11/04/16
Kyle L.
11/04/16