Section 3.4 Applied Max-Min Problems
The goal of applying min/max principles to problems is to translate a word problem to a function and constraints.
There are a few general steps:
draw a diagram and label
find a formula to maximize or minimize
reduce formula to a one-variable function
find the interval based on physical constraints in the problem
do your calculations
Example 3.4.1.
Given one fixed wall of any length necessary, maximize the area of the rectangular concept space. We have 10,000 feet of fencting.
Draw:
-
Find a formula:
\begin{equation*} A = w \cdot l \end{equation*} -
Reduce the formula to one variable:
\begin{align*} 10000 \amp = 2w + l\\ 10000 - 2w \amp = l\\ \amp \Downarrow \\ A = f(w) \amp = w \cdot (10000 - 2w) \\ \amp = 10000w - 2w^2 \end{align*} -
Constraints and interval:
If we just run it along the wall, we get the above.
If we run the fence perpendicular to the wall and back, we get the above.
So, \(0 \leq w \leq 5000\)
-
Calculation:
\begin{align*} \dfrac{dA}{dw} \amp = \dfrac{d}{dw}(10000w - 2w^2)\\ \amp = 10000 -4w \end{align*}critical points: \(10000 - 4w = 0 \Rightarrow\) w = 2500
\(w\) \(A(w)\) Result (EP) \(0\) \(0\) --- (CP) \(2500\) \(12,500,000\) absolute max on \([0, 5000]\) (EP) \(0\) \(0\) ---
Conclusion:
The maximum area is \(12,500,000 ft^2\) with \(l=5000, w =2500\text{.}\)