5.10 Introduction to Optimization Problems

Syllabus
2020
Topic
5.10
Level

Turn Constraints into an Optimization Function

An optimization problem asks for the greatest or least value of an objective quantity subject to constraints. Calculus begins only after the objective has been written as a function of one variable and its feasible interval has been identified.

  1. Name the quantity to maximize or minimize.\n2. Write an objective equation and a separate constraint.\n3. Use the constraint to express the objective in one variable.\n4. Determine the feasible domain from the context.\n5. Find interior critical points and compare all valid candidates, including endpoints when they belong to the interval.\n6. Answer with the requested quantity, units, and a contextual interpretation.

For a rectangle with fixed perimeter P>0P>0, let its sides be xx and yy. The constraint 2x+2y=P2x+2y=P gives y=P/2xy=P/2-x. Therefore A(x)=x(P2x),0xP2.A(x)=x\left(\frac{P}{2}-x\right),\qquad 0\le x\le\frac{P}{2}. Differentiate: A(x)=P/22xA'(x)=P/2-2x, so the interior candidate is x=P/4x=P/4. Then y=P/4y=P/4. The endpoint areas are 00, while A(P/4)=P2/16A(P/4)=P^2/16, so the maximum area is P2/16P^2/16 square units and occurs for a square.

Solving A(x)=0A'(x)=0 produces a candidate input, not automatically the requested optimum. Check that it is feasible, compare it with every required endpoint or other critical point, and distinguish the optimizing dimensions from the maximum or minimum value itself.