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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top