跳到主要内容

東京工業大学 環境・社会理工学院 融合理工学系 2018年8月実施 微积分

Author

思齐塾, 祭音Myyura

Description

  1. Consider the curved surface of an ellipsoidal body x2a2+y2b2+z2c2=1(a>b>c>0)\frac{x^2}{a^2} + \frac{y^2}{b^2} + \frac{z^2}{c^2} = 1 \quad (a > b > c > 0) to which the cuboid is inscribed with all vertexes. Answer the following questions.

(1) Obtain the volume of the ellipsoidal body VeV_e .

(2) Find the volume of the cuboid VcV_c for the case that a vertex in the first octant is denoted by (x,y,z)(x, y, z) .

(3) In order to obtain the maximum value of (2), by introducing Lagrange's undetermined multiplier λ\lambda , obtain the function f(x,y,z,λ)f(x, y, z, \lambda) for solving the conditional extreme value problem by the following equations.

fx=fy=fz=fλ=0.\frac{\partial f}{\partial x} = \frac{\partial f}{\partial y} = \frac{\partial f}{\partial z} = \frac{\partial f}{\partial \lambda} = 0.

(4) By solving the equations in (3), obtain the maximum volume of the cuboid VcmaxV_{c\text{max}} .

(5) Compute the maximum volume ratio of the cuboid to the ellipsoidal body VcmaxVe\frac{V_{c\text{max}}}{V_e} with 3 significant figures.

题目描述

考虑椭球面

x2a2+y2b2+z2c2=1,a>b>c>0,\frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}=1, \qquad a>b>c>0,

以及一个所有顶点均位于该椭球面上的内接长方体。回答下列问题。

  1. 求椭球体的体积 VeV_e

  2. 若长方体位于第一卦限的一个顶点为 (x,y,z)(x,y,z),用 x,y,zx,y,z 表示长方体的体积 VcV_c

  3. 为求第 2 问所得体积的最大值,引入拉格朗日乘数 λ\lambda,写出用于求解该约束极值问题的函数 f(x,y,z,λ)f(x,y,z,\lambda),使候选极值由

    fx=fy=fz=fλ=0\frac{\partial f}{\partial x} =\frac{\partial f}{\partial y} =\frac{\partial f}{\partial z} =\frac{\partial f}{\partial\lambda} =0

    确定。

  4. 解第 3 问得到的方程组,求长方体体积的最大值 VcmaxV_{c\mathrm{max}}

  5. 计算最大长方体体积与椭球体体积之比

    VcmaxVe,\frac{V_{c\mathrm{max}}}{V_e},

    结果保留三位有效数字。

Kai

2.

(1)

変数変換

x=aX,y=bY,z=cZx=aX,\qquad y=bY,\qquad z=cZ

によって楕円体は単位球 X2+Y2+Z21X^2+Y^2+Z^2\le1 に移り、Jacobianは abcabc である。したがって

Ve=abc4π3=4πabc3\boxed{V_e=abc\cdot\frac{4\pi}{3}=\frac{4\pi abc}{3}}

である。

(2)

第1八分象限の頂点が (x,y,z)(x,y,z) なら、座標面について対称な直方体の各辺は 2x,2y,2z2x,2y,2z である。よって

Vc=(2x)(2y)(2z)=8xyz\boxed{V_c=(2x)(2y)(2z)=8xyz}

であり、制約は

x2a2+y2b2+z2c2=1,x,y,z>0\frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}=1,\qquad x,y,z>0

である。

(3)

例えばLagrange関数を

f(x,y,z,λ)=8xyzλ(x2a2+y2b2+z2c21)\boxed{f(x,y,z,\lambda)=8xyz-\lambda\left(\frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}-1\right)}

と取ればよい。停留条件は

8yz2λxa2=0,8xz2λyb2=0,8xy2λzc2=0,x2a2+y2b2+z2c21=0.\begin{aligned} 8yz-\frac{2\lambda x}{a^2}&=0,\\ 8xz-\frac{2\lambda y}{b^2}&=0,\\ 8xy-\frac{2\lambda z}{c^2}&=0,\\ \frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}-1&=0. \end{aligned}

(4)

最初の3式にそれぞれ x,y,zx,y,z を掛けると、左辺の体積項はいずれも 8xyz8xyz となる。したがって

x2a2=y2b2=z2c2.\frac{x^2}{a^2}=\frac{y^2}{b^2}=\frac{z^2}{c^2}.

制約式と x,y,z>0x,y,z>0 から

x=a3,y=b3,z=c3.x=\frac{a}{\sqrt3},\qquad y=\frac{b}{\sqrt3},\qquad z=\frac{c}{\sqrt3}.

境界では xyz=0xyz=0 となる一方、この点では正の体積を持つので、これが大域的最大点である。ゆえに

Vcmax=8a3b3c3=8abc33\boxed{V_{c\max}=8\frac{a}{\sqrt3}\frac{b}{\sqrt3}\frac{c}{\sqrt3}=\frac{8abc}{3\sqrt3}}

である。

(5)

VcmaxVe=8abc/(33)4πabc/3=2π3=0.367552\frac{V_{c\max}}{V_e} =\frac{8abc/(3\sqrt3)}{4\pi abc/3} =\frac{2}{\pi\sqrt3} =0.367552\ldots

したがって3桁の有効数字で

VcmaxVe=0.368\boxed{\frac{V_{c\max}}{V_e}=0.368}

である。