Skip to main content

Section Maxima and Minima

Many problems from industry boil down to trying to find the maximum or minimum of a function. In the example that follows, if a mathematician can find a way to make a can cheaper than the competition, then the company will save money and the mathematician will get a raise. One way to save money would be to determine if the dimensions of the cans can be changed to hold the same amount of fluid, but use less material.

Example 3.61.

TedCo Bottling Company wants to find a way to create a can of Big Ted that has 355cc of soda but uses less material than a standard can. This is called a max/min problem because we want to minimize the surface area while holding the volume constant.

The surface area of the can is given by

\begin{equation*} A = 2\pi r^2 + 2\pi r h \end{equation*}

where \(r\) is the radius and \(h\) is the height in centimeters. The volume is given by

\begin{equation*} V = \pi r^2 h \end{equation*}

Since the volume is 355 cc, we have

\begin{equation*} 355 = \pi r^2 h \end{equation*}

so we can eliminate \(h\) in the surface area equation by solving the volume equation for \(h\) and plugging in.

\begin{equation*} h = \frac{355}{\pi r^2} \end{equation*}

Therefore

\begin{align*} A(r) \amp = 2\pi r^2 + 2\pi r h\\ \amp = 2\pi r^2 + 2\pi r \frac{355}{\pi r^2}\\ \amp = 2 \left( \pi r^2 + 355/r \right) \end{align*}

So, all we need is to find the radius that minimizes the function \(A.\) Taking the derivative of \(A\) and setting it equal to \(0\) we have:

\begin{equation*} r = \sqrt[3]{\frac{355}{2\pi}} \approx 3.837 \end{equation*}

We can solve for \(h\) by substituting this back into

\begin{equation*} h = \frac{355}{\pi r^2} \approx 7.67 \end{equation*}

Observing that \(h\) and \(r\) are in centimeters, how does this compare to a standard Coke can? If we note that

\begin{equation*} h = \frac{355}{\pi r^2} = \frac 2{r^2} \cdot \frac{355}{2\pi} = \frac{2r^3}{r^2} = 2r, \end{equation*}

then we see that this is an unusual sized can. Why don't the rest of the canning companies follow this material saving model?

Problem 3.62.

A rock is thrown vertically. Its distance d in feet from the ground at time t seconds later is given by \(d = -16t^2 + 640 t\text{.}\) How high will the rock travel before falling back down to the ground? What will its impact velocity be?

Problem 3.63.

A rectangular field is to be bounded by a fence on three sides and by a straight section of lake on the fourth side. Find the dimensions of the field with maximum area that can be enclosed with \(M\) feet of fence.

Problem 3.64.

The carp population in Table Rock Lake is growing according to the growth function \(y = 2000/(1+49 e^{-.3t})\text{,}\) where y is the number of carp present after t months. Graph this function. What is the maximum number of carp that the lake will hold? At what time is the population of carp increasing most rapidly?

Problem 3.65.

A rectangular plot of land is to be fenced, using two kinds of fencing. Two opposite sides will use heavy-duty fencing selling for $4 a foot, while the remaining two sides will use standard fencing selling for $3 a foot. What are the dimensions of the plot of greatest area that can be fenced with M dollars?

Problem 3.66.

You are in your damaged dune buggy in a desert three miles due south of milepost 73 on Route 66, a straight highway running East and West. The nearest water is on this highway and is located at milepost 79. Your dune buggy can travel 4 miles per hour on the highway but only 3 miles per hour on the sand. You figure that you have 2 hours and 10 minutes left before you die of thirst. Assuming that you can take any straight line path from your present position to the road and then follow the road to the water, what is your minimum time to the water?

Problem 3.67.

A square sheet of cardboard with side length of \(M\) inches is used to make an open box by cutting squares of equal size from each of the four corners and folding up the sides. What size squares should be cut to obtain a box with largest possible volume (\(\dsp V = length \times width \times height\))?

Problem 3.68.

Geotech Industries owns an oil rig 12 miles off the shore of Galveston. This rig needs to be connected to the closest refinery which is 20 miles down the shore from the rig. If underwater pipe costs $500,000 per mile and above-ground pipe costs $300,000 per mile, the company would like to know which combination of the two will cost Geotech the least amount of money. Find a function that may be minimized to find this cost. (This problem also stolen shamelessly from Brian Loft.)

Problem 3.69.

Find the dimensions of the rectangle with maximum area that can be inscribed in a circle of radius M.