Maximal volume of a Cuboid inscribed in an Ellipsoid

  • #1
69
0
I have an important paper to submit and I have a feeling I didn't solve the following correctly.


I have to find the maximal volume of a Cuboid inscribed inside half of the Ellipsoid
D={(x,y,z): x^2/a^2 + y^2/b^2 + z^2/c^2 <=1, z>=0 }

So I decided to use Lagrange's multipliers.

That's what I got:

v(x,y,z) = 4xyz
d(x,y,z) = x^2/a^2 + y^2/b^2 + z^2/c^2 = 1

∇v = λ ∇d
2yz = λ x/a^2
2xz = λ y/b^2
2xy = λ z/c^2

⇒ y/x = b/a and z/y = c/b
y^2/b^2 = 1/3 ... plug into d
y = b/√3
x = a/√3
z = c/√3
Vmax = 4/9 √3 abc

Answer: Vmax = 4/9 √3 abc

Is this OK?
 
Physics news on Phys.org
  • #2
Looks ok to me.
 

Suggested for: Maximal volume of a Cuboid inscribed in an Ellipsoid

Replies
4
Views
2K
Replies
14
Views
783
Replies
6
Views
793
Replies
19
Views
812
Replies
3
Views
1K
Replies
1
Views
673
Replies
7
Views
2K
Replies
8
Views
592
Back
Top