Maximum Volume of a Cut Off Box

One of probably most regular problems in a beginning calculus class is this: given a rectangular piece of carton. If by cuts parallel to the sides of the rectangle equal squares are removed from each corner, and the remaining shape is folded into a box, how big the volume of the box can be made? A rare calculus source would miss an opportunity to discuss such a practical application of differential calculus. A temptation is also great to use modern technology, say, graphic calculators or dynamic geometry software, like Geometer's Sketchpad, to solve the problem graphically in an attempt to reduce the proficiency required of students to understand the problem and approach its solution. Indeed, one such attempt intended for the middle school has been made at the On-Math, the Online Journal of School Mathematics. The article, however, as the whole magazine, is only available by subscription to the NCTM members. Which supplied me with a motivation to create a publicly available online discussion.

Let a and b denote the horizontal and vertical dimensions of the rectangle. At the outset, these may be reasonably designated as its length and width. However, technology permits modifications: there are three points that control the dimensions of the rectangle and the squares. In particular, it is possible to make the horizontal dimension of the rectangle smaller than its vertical dimension, which would beg for a reverse appellation: width (horizontal) and length (vertical).


This applet requires Sun's Java VM 2 which your browser may perceive as a popup. Which it is not. If you want to see the applet work, visit Sun's website at https://www.java.com/en/download/index.jsp, download and install Java VM and enjoy the applet.


What if applet does not run?

In any event, assume that x is the common side of the squares. The potential base of the box under construction has dimensions: horizontal (a - 2x) and vertical (b - 2x). After the remaining four rectangles are folded to form a box, x also becomes the height of the construction. The volume of the box is thus given as the function of x by

v(x)= x(a - 2x)(b - 2x)
 = 4x³ - 2(a + b)x² + abx.

This is a third degree polynomial with three real roots x = 0, x = a/2 and x = b/2 and a positive leading coefficient 4. The graphs of such polynomials all look about the same. (Note that the physical guise of the problem imposes natural constraints: a > 0, b > 0. So that the two non-zero roots are positive.) Following the graph from left to right, it crosses diagonally the third quadrant and meets the horizontal axis at the smallest root (0, in our case). It continues to grow up to a local maximum, after which it turns downwards and crosses the axis second time, later turning again upwards at the local minimum, and continues from there growing without bound, on the way crossing the axis the third time. This Description should be modified wherever a = b, that is when the shape is square to start with. The two positive roots of the polynomial are then equal, and the horizontal axis is tangent to the graph at the double root.

What we are looking for is the point of local maximum that lies between 0 and the smallest of the two roots: a/2, b/2. We are thus interested in the values of x that satisfy

0 ≤ x ≤ min(a/2, b/2).

To find the local maximum we differentiate:

v'(x) = 12x² - 4(a + b)x + ab.

and then equate the derivative to 0. This leads to a quadratic equation

12x² - 4(a + b)x + ab = 0.

We expect the equation to have two roots: one corresponding to the local maximum and the other to the local minimum of v(x). Of interest to us is the smallest of the two. We can apply the quadratic formula to find both. The smallest of the two is obtained by selecting the minus sign.

It's important to understand that technology here provides only an approximate solution to the problem. For example, by dragging the uppermost point, which changes x, we may make the dot on the graph that corresponds the volume of the box for a given x, reach the local maximum point. For, say, a = 11 and b = 8.5, the applet shows as the solution x = 1.60, while the actual solution is an irrational number x = 1.5854...

Finally, there are differences in implementation between the above applet and that by Ortiz and Popovich. On one hand, the latter shows only the modifiable rectangle and a lot of textual (in part, computed) information, but no graph. I believe that a volume graph adds an essential dimension to the problem presentation, which might be especially important in middle school. The second difference is the other applet displays, in my view, an enormous amount of information. In particular, the areas of the flaps provide no additional insight into the problem and constitute a distraction. The numeric value of the area of the base, while mildly relevant to the problem, is rather a side effect of computations and, again, does not help students gain an insight.

Thirdly, I am completely at odds with the introductory paragraph of their article:

This problem can be solved using many representations: construction-paper models and beans to approximate the volume of different boxes; value tables for different box sizes; graphical representations of the volume as the box size changes; formulas to calculate the volume of the boxes by substituting different values in the formula; or derivatives of the formulas to find the maximum values. In this article, we demonstrate the use of applets as another way to present or explore possible solutions for this and other variations of this problem.

None of the above, applets including, provides a solution to the problem. Claims to the contrary are misleading. Some mathematical problems do not admit exact solutions and, if necessary and if possible, could be solved approximately. Exact solutions to other problems can't often be obtained as exact quantities and may be presented by their approximations. Whenever mathematics models a practical problem, having an exact solution may not be even important. It is still important to know the difference between solving a problem and finding an approximate solution.

References

  1. E. Ortiz, A. Popovich, Solving a Volume Problem Using the Geometer's Sketchpad, NCTM, Online Journal of School Mathematics, Winter 2004-05, Volume 3, Number 2

Related material
Read more...

  • Cavalieri's Principle
  • Derivative of Sine and Cosine
  • Distance From a Point to a Straight Line
  • Estimating Circumference of a Circle
  • Mistrust Intuition of the Infinite
  • Naturally Discontinuous Functions
  • Rolle's and The Mean Value Theorems
  • Function, Derivative and Integral
  • Area of a Circle by Rabbi Abraham bar Hiyya Hanasi
  • Schwarz Lantern
  • Two Circles and a Limit
  • Deceptive Appearances
  • Problem 4010 from Crux Mathematicorum
  • |Activities| |Contact| |Front page| |Contents| |Algebra|

    Copyright © 1996-2018 Alexander Bogomolny

    71536962