Multivariable calculus: Maximization of volume of box with constraint

mirajshah
Messages
6
Reaction score
0

Homework Statement


What is the maximum possible volume of a rectangular box inscribed in a hemisphere of radius R? Assume that one face of the box lies in the planar base of the hemisphere.

NOTE: For this problem, we're not allowed to use Lagrange multipliers, since we technically haven't learned them yet. I know this is a pain, but please help me out!

Homework Equations



Volume\, of\, hemisphere\, = \frac{2}{3}R^{3}<br /> \\ Volume\, of\, rectangular\, box=xyz
(assuming width x, length y, height z)

The Attempt at a Solution


This is what I've written on my sheet so far:
Assume x,yz is the intersection point of the top vertex of the box with the curved surface of the hemisphere in quadrant I.
\Rightarrow\text{Dimensions of box}=2x\times2y\times z <br /> \\ \Rightarrow\text{Volume of box}=4xyz
If hemisphere has radius R,
R=\sqrt{x^{2}+y^{2}+z^{2}} <br /> \\ \Rightarrow R^{2}=x^{2}+y^{2}+z^{2}
where R is constant for the purposes of maximization.

Therefore, maximize f\left(x,y,z\right)=4xyz with constraint R^{2}=x^{2}+y^{2}+z^{2}

f_{x}=4yz<br /> \\ f_{y}=4xz <br /> \\ f_{z}=4xy <br /> \\ f_{x}=f_{y}=f_{z}=0 <br /> \\ \Rightarrow x=y=z=0
Since this constitutes a non-existant box, the interior critical point is not the global maximum. We must find critical points on the boundary.

Here is where I'm stuck :confused:. How do you find critical points on this kind of boundary function? Do you convert to polar coordinates? Obviously the coordinates are going to be in terms of R, but how do you eliminate x,y,z from the equations describing the coordinates?
 
Last edited:
Physics news on Phys.org
Why 4xyz? Since each edge has length twice the corresponding coordinate, shouldn't the volume be 8xyz?

Also, what you have done completely ignores the constraint. Since, allowing x, y, and z to be any numbers, the box can have arbitrarily large volume what you found was the only extremum, the minimum possible volume.

Since you are not allowed to use Lagrange multipliers, the best thing to do is to use the constraint to get, say, z= \sqrt{R^2- x^2- y^2} and put that into the formula for volume of the box: V= 8xyz= 8xy(R^2- x^2- y^2)^{1/2}. Differentiate that with respect to x and y and set the derivatives equal to 0.
 
HallsofIvy, you're completely correct in that I ignored the constraint. My main problem was I had a mental gap in figuring out how to integrate the extremum into the equation. Thanks for the help though, now I've got my answer!

Also, note that the question states that the box is contained within a "hemisphere". Since we are assuming that the box is centered at the origin, and the hemisphere is radiated outwards from the origin, we can safely assume that 2 dimensions will have twice the length of their radial components (going "horizontally across" the dome). However the third dimension of the box extends only to the base of the hemisphere (goes "vertically up" the dome). If the third dimension of the box was also twice the length of its radial component, the box would be contained within a sphere, not a hemisphere.

I appreciate the response though! :smile:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top