Math Problem Statement

i have a problem know that w1, w2, w3, h1, h2 >= 0 and w1h2 = 4, w2h2 = 4, w3h1 = 2 minimize (w1+w2+w3)(h1+h2)

can you use lagrange multiplier to solve this ?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Optimization
Lagrange Multipliers
Algebra

Formulas

f(w_1, w_2, w_3, h_1, h_2) = (w_1 + w_2 + w_3)(h_1 + h_2)
g_1(w_1, h_2) = w_1 h_2 - 4 = 0
g_2(w_2, h_2) = w_2 h_2 - 4 = 0
g_3(w_3, h_1) = w_3 h_1 - 2 = 0

Theorems

Lagrange Multiplier Theorem

Suitable Grade Level

Undergraduate Math (Calculus and Optimization)