Optimization greatest possible volume Problem

nrm
Messages
7
Reaction score
0
Question: [ A rectangular box, whose edges are parallel to the coordinate axes, is inscribed in the ellipsoid 96x^2 + 4y^2 + 4z^2 = 36, What is the greatest possible volume for such a box ]

I realize that the volume of the box: V = (2x)(2y)(2z) = 8xyz
Thus far I've solved for z^2 in the equation of the ellipsoid and then squared the volume so that I could make the substitution easier
V^2 = 64(x^2)(y^2)(9-24x^2-y^2)
Then I've taken the partial derivates of this to look cor critical points, but here I get an algebraic nightmare and can't find critical points. I'm wondering if my initial steps are correct, it's the only thing I could think of doing.

Any help would be great. thank you
 
Physics news on Phys.org
what did you get for the partials
 
Partial with respect to x:
1152x(y^2)-6144(x^3)(y^2)-128x(y^4)

y
1152(x^2)y-3072(x^4)y-256(x^2)(y^3)
 
The partial derivative of
64(x^2)(y^2)(9-24x^2-y^2)
with respect to x is, by the product rule,
128xy^2(9- 24x^2- y^2)- 3072x^3y
set that equal to 0 and you should be able to do a lot of cancelling.

I would do this problem with "Lagrange multipliers" but you may not have had that yet.
 
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