跳到主要内容

九州大学 システム情報科学府 情報理工学専攻・電気電子工学専攻 2024年9月実施 ベクトル解析

Author​

祭音Myyura (co-authored with ChatGPT 5.5 Thinking)

Description​

The unit vectors on xx, yy and zz axes of Cartesian coordinates are denoted by i\mathbf{i}, j\mathbf{j} and k\mathbf{k}, respectively. Let the vector field

F=2xi+3yj+6zk.\mathbf{F}=2x\mathbf{i}+3y\mathbf{j}+6z\mathbf{k}.

Calculate the surface integral

∫S4x2+9y2+36z2 dS\int_S \sqrt{4x^2+9y^2+36z^2}\,dS

over the closed surface

S: 8x2+12y2+24z2=4S:\ 8x^2+12y^2+24z^2=4

by answering the following questions.

(1) Find the outward-pointing normal vector n\mathbf{n} at each point (x,y,z)(x,y,z) on the closed surface SS.

(2) Show

F⋅n=4x2+9y2+36z2\mathbf{F}\cdot \mathbf{n} = \sqrt{4x^2+9y^2+36z^2}

on the closed surface SS.

(3) Find

∫S4x2+9y2+36z2 dS.\int_S \sqrt{4x^2+9y^2+36z^2}\,dS.

题目描述​

在直角坐标系中,i,j,k\mathbf i,\mathbf j,\mathbf k 分别为 x,y,zx,y,z 轴方向的单位向量。给定向量场

F=2xi+3yj+6zk\mathbf F=2x\mathbf i+3y\mathbf j+6z\mathbf k

以及闭合椭球面

S: 8x2+12y2+24z2=4.S:\ 8x^2+12y^2+24z^2=4.

通过下列步骤计算

∫S4x2+9y2+36z2 dS:\int_S\sqrt{4x^2+9y^2+36z^2}\,dS:
  1. 求 SS 上每一点 (x,y,z)(x,y,z) 处的外向单位法向量 n\mathbf n。
  2. 证明在 SS 上
    F⋅n=4x2+9y2+36z2.\mathbf F\cdot\mathbf n =\sqrt{4x^2+9y^2+36z^2}.
  3. 求上述曲面积分。

Kai​

(1)​

The closed surface SS is given by

8x2+12y2+24z2=4.8x^2+12y^2+24z^2=4.

Define

ϕ(x,y,z)=8x2+12y2+24z2.\phi(x,y,z)=8x^2+12y^2+24z^2.

Then the outward normal direction is given by the gradient

∇ϕ=(16x,24y,48z).\nabla \phi = (16x,24y,48z).

Since

(16x,24y,48z)=8(2x,3y,6z),(16x,24y,48z) = 8(2x,3y,6z),

the outward-pointing unit normal vector is

n=(2x,3y,6z)(2x)2+(3y)2+(6z)2.\mathbf{n} = \frac{(2x,3y,6z)} {\sqrt{(2x)^2+(3y)^2+(6z)^2}}.

Therefore,

n=(2x,3y,6z)4x2+9y2+36z2\boxed{ \mathbf{n} = \frac{(2x,3y,6z)} {\sqrt{4x^2+9y^2+36z^2}} }

on SS.

(2)​

We have

F=(2x,3y,6z).\mathbf{F}=(2x,3y,6z).

From part (1),

n=(2x,3y,6z)4x2+9y2+36z2.\mathbf{n} = \frac{(2x,3y,6z)} {\sqrt{4x^2+9y^2+36z^2}}.

Hence,

F⋅n=(2x,3y,6z)⋅(2x,3y,6z)4x2+9y2+36z2=4x2+9y2+36z24x2+9y2+36z2=4x2+9y2+36z2.\begin{aligned} \mathbf{F}\cdot\mathbf{n} &= (2x,3y,6z)\cdot \frac{(2x,3y,6z)} {\sqrt{4x^2+9y^2+36z^2}} \\ &= \frac{4x^2+9y^2+36z^2} {\sqrt{4x^2+9y^2+36z^2}} \\ &= \sqrt{4x^2+9y^2+36z^2}. \end{aligned}

Therefore,

F⋅n=4x2+9y2+36z2.\boxed{ \mathbf{F}\cdot\mathbf{n} = \sqrt{4x^2+9y^2+36z^2} }.

(3)​

By part (2),

∫S4x2+9y2+36z2 dS=∫SF⋅n dS.\int_S \sqrt{4x^2+9y^2+36z^2}\,dS = \int_S \mathbf{F}\cdot\mathbf{n}\,dS.

By the divergence theorem,

∫SF⋅n dS=∭Vdiv⁡F dV,\int_S \mathbf{F}\cdot\mathbf{n}\,dS = \iiint_V \operatorname{div}\mathbf{F}\,dV,

where VV is the solid ellipsoid enclosed by SS.

Since

F=(2x,3y,6z),\mathbf{F}=(2x,3y,6z),

we have

div⁡F=∂∂x(2x)+∂∂y(3y)+∂∂z(6z)=2+3+6=11.\operatorname{div}\mathbf{F} = \frac{\partial}{\partial x}(2x) + \frac{\partial}{\partial y}(3y) + \frac{\partial}{\partial z}(6z) = 2+3+6=11.

Therefore,

∫SF⋅n dS=11Vol⁡(V).\int_S \mathbf{F}\cdot\mathbf{n}\,dS = 11\operatorname{Vol}(V).

Now rewrite the ellipsoid:

8x2+12y2+24z2=4.8x^2+12y^2+24z^2=4.

Dividing by 44, we get

2x2+3y2+6z2=1.2x^2+3y^2+6z^2=1.

Thus,

x21/2+y21/3+z21/6=1.\frac{x^2}{1/2} + \frac{y^2}{1/3} + \frac{z^2}{1/6} = 1.

So the semi-axes are

a=12,b=13,c=16.a=\frac{1}{\sqrt{2}}, \qquad b=\frac{1}{\sqrt{3}}, \qquad c=\frac{1}{\sqrt{6}}.

Hence,

Vol⁡(V)=43πabc=43π⋅12⋅13⋅16.\operatorname{Vol}(V) = \frac{4}{3}\pi abc = \frac{4}{3}\pi \cdot \frac{1}{\sqrt{2}} \cdot \frac{1}{\sqrt{3}} \cdot \frac{1}{\sqrt{6}}.

Since

236=36=6,\sqrt{2}\sqrt{3}\sqrt{6} = \sqrt{36} = 6,

we get

Vol⁡(V)=43π⋅16=2π9.\operatorname{Vol}(V) = \frac{4}{3}\pi\cdot \frac{1}{6} = \frac{2\pi}{9}.

Therefore,

∫S4x2+9y2+36z2 dS=11⋅2π9.\int_S \sqrt{4x^2+9y^2+36z^2}\,dS = 11\cdot \frac{2\pi}{9}.

Hence,

∫S4x2+9y2+36z2 dS=22π9.\boxed{ \int_S \sqrt{4x^2+9y^2+36z^2}\,dS = \frac{22\pi}{9} }.