This Lesson (Maximize the volume of an open box) was created by by ikleyn(52944)  : View Source, ShowAbout ikleyn:
Maximize the volume of an open box
Problem 1A tinsmith wants to make a small planter from a 38cm x 22 cm sheet of copper.
He’ll form it by cutting equally sized squares from each of the four corners of the sheet,
folding up the resulting flaps to form the sides of the planter, and then shouldering the four vertical edges.
What is the maximum possible volume of the planter?
Solution
After folding up the resulting flaps, the base of the planter has dimensions
(38-2x) cm by (22-2x) cm and the height is x cm.
Thus the volume is
V(x) = (38-2x)*(22-2x)*x cm^3.
To find the maximum V(x), take the derivative and equate it to zero
0 = V'(x) = -2*(22-2x)*x + (38-2x)*(-2)*x + (38-2x)*(22-2x) =
= -44x + 4x^2 - 76x + 4x^2 + 38*22 - 44x - 76x + 4x^2 =
= 12x^2 - 240x + 836.
It gives
3x^2 - 60x + 209 = 0.
The roots are (use the quadratic formula)
= ,
or
= 15.5076, = 4.49243.
The larger root is TOO big and, therefore, is not the solution to the problem.
The other value, 4.49243, is the approximate solution for x.
Thus the maximum volume is
= 4.49243*(38-2*4.49243)*(22-2*4.49243) = 1696.504 cm^3 = 1697 cm^3,
rounded to the closest integer value, in cm^3. ANSWER
My other lessons on Calculus word problems at this site are
- A ladder foot slides on the ground
- Finding rate of change of some processes
- Find the derivative of a function defined by complicated expression
- Taking derivative of a function, which is defined implicitly
- Find the derivative for a function satisfying given functional equation
- Find the range of f(x) = (5*cos(x))/(x + 1)), x >=0
- A tricky Calculus problem on derivative and anti-derivative
- Couple of non-standard Calculus problems
- Finding the minimum of a function defined on a curve in a coordinate plane
- Tricky solution to find the maximum of a function defined by a complicated expression
- Maximize the area of a trapezoid
- Minimize surface area of a rectangular box with the given volume
- Minimize the cost of an aquarium with the given volume
- Minimize surface area of a conical paper cup with the given volume
- Find the volume of a solid obtained by rotation of some plane shape about an axis
- Finding the volume of a solid body mentally
- OVERVIEW of my lessons on Calculus word problems
Use this file/link ALGEBRA-II - YOUR ONLINE TEXTBOOK to navigate over all topics and lessons of the online textbook ALGEBRA-II.
This lesson has been accessed 470 times.
|