0

We cut the 120-cm wire into 3 pieces and from these pieces form three square frames. Can we maximize the sum of areas of these frames?

mrnobody
  • 375

1 Answers1

1

Let $x$, $y$, $z$ be the edge lengths of the three frames. Then $$x\geq0, \quad y\geq 0,\quad z\geq0,\quad x+y+z=30\ .$$ This is saying that the feasible points $(x,y,z)$ make up a certain equilateral triangle $T$ in the first octant of $(x,y,z)$-space. Now you want to maximize $$q(x,y,z):=x^2+y^2+z^2$$ on $T$, which is the same thing as maximizing $\sqrt{x^2+y^2+z^2}$ on $T$. This boils down to the question: Which points of $T$ are farthest away from the origin?