OPTIMIZATION PROBLEMS
Procedures for Solving Optimization Problems
- Assign symbols to all given quantities and quantities to
be determined. When feasible, make a sketch.
- Decide what is being maximized or minimized and write an equation
representing
that quantity.
- Try to reduce the equation to one having only one variable. Make
equations
of other relationships to help do this.
- Write down the domain of the equation to be used. There may be
endpoints
to consider.
- Determine the maximum or minimum value by using the derivative of
the
stated equation.
Example
Determine the dimensions of a box of maximum volume that can be
made from a piece of material 8" by 10".
The box is to be made by cutting square pieces from the corners. The
box
will NOT have a top.
- Draw a picture of a piece of material 8" by 10".
Show the squares in each corner that are to be cut out and label
the edge of each square with x. Now, label the
length
of the box
10 - 2x, the width of the box 8 - 2x,
and the height of the box x.
- The volume is to be maximized, so
V
= lwh
- V
= (10 - 2x)(8 - 2x)x
- 0 < x < 4 because the square being cut out
can
be no longer than half the width
- V = 80x - 36x2 + 4x3
dV/dx = 80 -72x + 12x2
0 = 3x2
- 18x + 20
Since this cannot be factored, use the quadratic formula or
a calculator
to find the roots.
x =
1.472,
4.528
Since 0 < x < 4, we can throw out 4.528.
+ -
dV/dx _____________|___________
/ 1.472 \
The line test shows there will be a maximum at x = 1.472
because dV/dx changed from positive to negative there.
- The dimensions of the box will be
length = 10
- 2(1.472) = 7.055"
width
= 8 - 2(1.472) = 5.055"
height = 1.472"
Problems