Applied Max-Min Problems
Applied Max-Min Problems
- Draw a diagram, define variables
- Write the quantity to optimize as a function of one variable
- Find the domain (physical constraints)
- Take the derivative, set to zero, solve
- Verify it's a max or min; state the answer
A farmer has 200 m of fencing to enclose a rectangular field against a barn (no fence needed on the barn side). Maximize the area.
Let $x$ = side perpendicular to barn. Fence: $2x + y = 200$, so $y = 200 - 2x$.
$A = xy = x(200-2x) = 200x - 2x^2$.
$A' = 200 - 4x = 0 \Rightarrow x = 50$. $y = 100$. $A_{\max} = 5{,}000\text{ m}^2$.
Find the dimensions of a box with square base and open top that has maximum volume with surface area $48\text{ cm}^2$.
$S = x^2 + 4xh = 48 \Rightarrow h = (48-x^2)/(4x)$.
$V = x^2h = x(48-x^2)/4 = 12x - x^3/4$.
$V' = 12 - 3x^2/4 = 0 \Rightarrow x = 4$. $h = 2$. $V_{\max} = 32\text{ cm}^3$.
Minimize the distance from $(0,0)$ to the parabola $y = x^2 - 4$.
$D^2 = x^2 + (x^2-4)^2 = x^4 - 7x^2 + 16$.
$\frac{d}{dx}(D^2) = 4x^3 - 14x = 2x(2x^2-7) = 0$. $x = 0$ or $x = \pm\sqrt{7/2}$.
At $x = \sqrt{7/2}$: $D^2 = 7/2 + (7/2-4)^2 = 7/2+1/4 = 15/4$. $D = \sqrt{15}/2$.
Practice Problems
Show Answer Key
1. Square $10 \times 10$; $A = 100$
2. $x = y = 10$; product $= 100$
3. Let $x$ = square perimeter. $A = x^2/16 + (12-x)^2/(4\pi)$. Min at $x = \frac{48}{4+\pi}$.
4. $C = 4\pi r^2 + 2\pi rh$, $V = \pi r^2 h = 1000$. Solve $C'(r)=0$.
5. $F = 2x + 3y$, $xy = 600$. Min at $x = 30$, $y = 20$; $F = 120$ m.
6. $R'=100-2x=0$; $x=50$. $R=2500$.
7. Area $= (2x)(4-x^2) = 8x - 2x^3$. Max at $x = 2/\sqrt{3}$; $A = 32\sqrt{3}/9$.
8. Min $D^2 = (x-3)^2+x$. $D^2'=2(x-3)+1=0$; $x=5/2$. Point $(5/2, \sqrt{5/2})$.
9. $V_{\max} = \frac{32\pi R^3}{81}$
10. $P'=-4x+100=0$; $x=25$. $P=\$950$.
11. Cost/mile $= v/200 + 15/v$. Min at $v = \sqrt{3000} \approx 54.8$ mph.
12. Width $= r\sqrt{2}$, height $= r/\sqrt{2}$; $A = r^2$.