4.4: Optimization Problems


Finding the absolute minimum/maximum of a function comes up in many situations in life sciences. For example, minimizing the energy required for fish to swim. Here are some guidelines to solving these problems:

Guidelines for Solving Optimization Problems


  1. Assign a letter to each variable mentioned in the problem. If it helps, draw a figure to help you identify variables.
  2. Find a mathematical expression for the quantity to be optimized.
  3. Eliminate all variables in the expression except for one. Be careful of domain restrictions (such as physical length needs to be greater than zero).
    1. Use information you haven't used yet in the problem to find an equation relating the variables with each other.
  4. Optimize the function $f$ over its domain by finding the absolute minimum or maximum.
A farmer has 2400 ft of fencing and wants to fence off a rectangular field that borders a river with a straight bank. He needs no fence along the river. What are the dimensions of the field that has the largest area?
Many animals forage on resources that are distributed in discrete patches. For example, bumblebees visit many flowers, foraging on nectar from each. The amount of nectar N(t) consumed from any flower increases with the amount of time spent at that flower, but with diminishing returns. Suppose this function is given by \[N(t) = \dfrac{0.3t}{t + 2}\] where $t$ is measured in seconds and $N$ in milligrams. Suppose also the time it takes a bee to travel from one flower to the next is 4 seconds.
  1. If a bee spends $t$ seconds at each flower, find an equation for the average amount of nectar consumed per second, from the beginning of a visit to a flower until the beginning of the visit to the next flower.
  2. Suppose bumblebees forage on a given flower for an amount of time that maximizes the average rate of energy gain obtained in part (a). What is the optimal foraging time?

The previous problem used the following technique to convert a local extrema to an absolute one.

Suppose that $c$ is a critical number of a continuous function $f$.
  1. If $f'(x) > 0$ for all $x < c$ and $f'(x) < 0$ for all $x > c$, then $f(c)$ is the absolute maximum value of $f$.
  2. If $f'(x) < 0$ for all $x < c$ and $f'(x) > 0$ for all $x > c$, then $f(c)$ is the absolute minimum value of $f$.
By cutting away identical squares from each corner of a rectangular piece of cardboard and folding up the resulting flaps, the cardboard may be turned into an open box. If the cardboard is 16 inches long and 10 inches wide, find the dimensions of the box that will yield the maximum volume.
Your company requires that its corned beef hash containers have a capacity of 54 cubic inches, have the shape of a right circular cylinder, and be made of aluminium. Determine the radius and height of the container that requires the least amount of metal.