예제·유제 · Examples & Exercises
원뿔 $z=\sqrt{x^2+y^2}$ $(0 \leq z \leq 1)$을 매개화하시오.
풀이. 원기둥좌표를 사용한다. $x=r\cos\theta$, $y=r\sin\theta$ $(r\geq0,\ 0\leq\theta\leq2\pi)$로 놓으면 원뿔 위의 점은 $z=\sqrt{x^2+y^2}=\sqrt{r^2}=r$을 만족하므로, $0\leq z\leq1$은 $0\leq r\leq1$에 대응한다. 따라서 매개화는 다음과 같다.
$$\mathbf{r}(r,\theta)=(r\cos\theta)\mathbf{i}+(r\sin\theta)\mathbf{j}+r\mathbf{k}\qquad(0\leq r\leq1,\ 0\leq\theta\leq2\pi)$$Parametrize the cone $z=\sqrt{x^2+y^2}$ $(0 \leq z \leq 1)$.
Solution. Use cylindrical coordinates. Setting $x=r\cos\theta$, $y=r\sin\theta$ $(r\geq0,\ 0\leq\theta\leq2\pi)$, a point on the cone satisfies $z=\sqrt{x^2+y^2}=\sqrt{r^2}=r$, so $0\leq z\leq1$ corresponds to $0\leq r\leq1$. Hence the parametrization is
$$\mathbf{r}(r,\theta)=(r\cos\theta)\mathbf{i}+(r\sin\theta)\mathbf{j}+r\mathbf{k}\qquad(0\leq r\leq1,\ 0\leq\theta\leq2\pi).$$다음 곡면을 매개화하시오.
- $x^2+y^2+z^2=a^2$ $(a > 0)$
- $x^2+(y-3)^2=9$ $(0 \leq z \leq 5)$
풀이.
(1) 구면좌표를 사용한다. 중심에서 잰 극각을 $\phi$ $(0\leq\phi\leq\pi)$, 방위각을 $\theta$ $(0\leq\theta\leq2\pi)$라 하면 반지름 $a$인 구면은 다음과 같이 매개화된다.
$$\mathbf{r}(\phi,\theta)=(a\sin\phi\cos\theta)\mathbf{i}+(a\sin\phi\sin\theta)\mathbf{j}+(a\cos\phi)\mathbf{k}\qquad(0\leq\phi\leq\pi,\ 0\leq\theta\leq2\pi)$$(2) 곡면은 $xy$평면 위의 중심 $(0,3)$, 반지름 $3$인 원을 $z$방향으로 $0\leq z\leq5$만큼 늘인 원기둥이다. $x=3\cos\theta$, $y=3+3\sin\theta$로 놓으면 다음과 같이 매개화된다.
$$\mathbf{r}(\theta,z)=(3\cos\theta)\mathbf{i}+(3+3\sin\theta)\mathbf{j}+z\mathbf{k}\qquad(0\leq\theta\leq2\pi,\ 0\leq z\leq5)$$Parametrize the following surfaces.
- $x^2+y^2+z^2=a^2$ $(a > 0)$
- $x^2+(y-3)^2=9$ $(0 \leq z \leq 5)$
Solution.
(1) Use spherical coordinates. Let $\phi$ $(0\leq\phi\leq\pi)$ be the polar angle measured from the center and $\theta$ $(0\leq\theta\leq2\pi)$ the azimuthal angle. Then the sphere of radius $a$ is parametrized by
$$\mathbf{r}(\phi,\theta)=(a\sin\phi\cos\theta)\mathbf{i}+(a\sin\phi\sin\theta)\mathbf{j}+(a\cos\phi)\mathbf{k}\qquad(0\leq\phi\leq\pi,\ 0\leq\theta\leq2\pi).$$(2) The surface is the cylinder obtained by extending, in the $z$-direction over $0\leq z\leq5$, the circle in the $xy$-plane with center $(0,3)$ and radius $3$. Setting $x=3\cos\theta$, $y=3+3\sin\theta$ gives
$$\mathbf{r}(\theta,z)=(3\cos\theta)\mathbf{i}+(3+3\sin\theta)\mathbf{j}+z\mathbf{k}\qquad(0\leq\theta\leq2\pi,\ 0\leq z\leq5).$$원기둥 $x^2+z^2=3$ 내부에 있는 평면 $x-y+2z=2$을 매개화하시오.
풀이. 평면의 방정식을 $y$에 대해 풀면 $y=x+2z-2$이다. 곡면이 원기둥 $x^2+z^2=3$ 내부에 있으므로 $x,z$를 극좌표 형태로 $x=r\cos\theta$, $z=r\sin\theta$ $(0\leq r\leq\sqrt3,\ 0\leq\theta\leq2\pi)$로 놓으면, $x^2+z^2=r^2\leq3$이 원기둥 내부 조건과 일치한다. 이를 $y=x+2z-2$에 대입하면 다음과 같은 매개화를 얻는다.
$$\mathbf{r}(r,\theta)=(r\cos\theta)\mathbf{i}+(r\cos\theta+2r\sin\theta-2)\mathbf{j}+(r\sin\theta)\mathbf{k}\qquad(0\leq r\leq\sqrt3,\ 0\leq\theta\leq2\pi)$$실제로 $x-y+2z=r\cos\theta-(r\cos\theta+2r\sin\theta-2)+2r\sin\theta=2$이므로 이 곡면은 주어진 평면 위에 있다.
Parametrize the part of the plane $x-y+2z=2$ that lies inside the cylinder $x^2+z^2=3$.
Solution. Solving the plane's equation for $y$ gives $y=x+2z-2$. Since the surface lies inside the cylinder $x^2+z^2=3$, write $x,z$ in polar form as $x=r\cos\theta$, $z=r\sin\theta$ $(0\leq r\leq\sqrt3,\ 0\leq\theta\leq2\pi)$, so that $x^2+z^2=r^2\leq3$ matches the "inside the cylinder" condition. Substituting into $y=x+2z-2$ gives the parametrization
$$\mathbf{r}(r,\theta)=(r\cos\theta)\mathbf{i}+(r\cos\theta+2r\sin\theta-2)\mathbf{j}+(r\sin\theta)\mathbf{k}\qquad(0\leq r\leq\sqrt3,\ 0\leq\theta\leq2\pi).$$Indeed $x-y+2z=r\cos\theta-(r\cos\theta+2r\sin\theta-2)+2r\sin\theta=2$, so this surface lies on the given plane.
곡선 $C:(x,y)=(f(u),g(u))$ $(g(u) > 0,\ a \leq u \leq b)$를 $x$축을 중심으로 회전시킨 회전면을 매개화하시오.
풀이. 곡선 $C$ 위의 점 $(f(u),g(u),0)$을 $x$축을 중심으로 회전시키면, $x$좌표는 $f(u)$로 고정된 채 $x$축에 수직인 평면 위에서 반지름 $g(u)$인 원을 그린다. 회전각을 $v$ $(0\leq v\leq2\pi)$라 하면 회전면 위의 점은
$$\mathbf{r}(u,v)=f(u)\mathbf{i}+\big(g(u)\cos v\big)\mathbf{j}+\big(g(u)\sin v\big)\mathbf{k}$$로 매개화되며, 매개변수의 범위는 $a\leq u\leq b$, $0\leq v\leq2\pi$이다. ($g(u) \gt 0$이므로 각 $u$에서 반지름 $g(u)$의 원이 실제로 얻어진다.)
Parametrize the surface of revolution obtained by revolving the curve $C:(x,y)=(f(u),g(u))$ $(g(u) > 0,\ a \leq u \leq b)$ about the $x$-axis.
Solution. Revolving the point $(f(u),g(u),0)$ on $C$ about the $x$-axis fixes the $x$-coordinate at $f(u)$ while tracing a circle of radius $g(u)$ in the plane perpendicular to the $x$-axis. Letting $v$ $(0\leq v\leq2\pi)$ be the angle of revolution, a point on the surface of revolution is parametrized by
$$\mathbf{r}(u,v)=f(u)\mathbf{i}+\big(g(u)\cos v\big)\mathbf{j}+\big(g(u)\sin v\big)\mathbf{k}$$with parameter range $a\leq u\leq b$, $0\leq v\leq2\pi$. (Since $g(u) \gt 0$, a circle of radius $g(u)$ is indeed obtained for each $u$.)
주어진 곡면을 매개화하시오.
- $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}+\dfrac{z^2}{c^2}=1$
- $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}-\dfrac{z^2}{c^2}=1$
풀이.
(1) 구면좌표의 각 성분에 반축의 길이를 곱하여 매개화한다. $\phi$ $(0\leq\phi\leq\pi)$, $\theta$ $(0\leq\theta\leq2\pi)$에 대하여
$$\mathbf{r}(\phi,\theta)=(a\sin\phi\cos\theta)\mathbf{i}+(b\sin\phi\sin\theta)\mathbf{j}+(c\cos\phi)\mathbf{k}$$로 놓으면 $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}+\dfrac{z^2}{c^2}=\sin^2\phi\cos^2\theta+\sin^2\phi\sin^2\theta+\cos^2\phi=\sin^2\phi+\cos^2\phi=1$이 성립한다.
(2) 쌍곡함수 항등식 $\cosh^2u-\sinh^2u=1$을 이용한다. $u\in\mathbb{R}$, $\theta$ $(0\leq\theta\leq2\pi)$에 대하여
$$\mathbf{r}(u,\theta)=(a\cosh u\cos\theta)\mathbf{i}+(b\cosh u\sin\theta)\mathbf{j}+(c\sinh u)\mathbf{k}$$로 놓으면 $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}-\dfrac{z^2}{c^2}=\cosh^2u\cos^2\theta+\cosh^2u\sin^2\theta-\sinh^2u=\cosh^2u-\sinh^2u=1$이 성립한다.
Parametrize the given surface.
- $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}+\dfrac{z^2}{c^2}=1$
- $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}-\dfrac{z^2}{c^2}=1$
Solution.
(1) Parametrize by scaling each component of spherical coordinates by the corresponding semi-axis. For $\phi$ $(0\leq\phi\leq\pi)$, $\theta$ $(0\leq\theta\leq2\pi)$, set
$$\mathbf{r}(\phi,\theta)=(a\sin\phi\cos\theta)\mathbf{i}+(b\sin\phi\sin\theta)\mathbf{j}+(c\cos\phi)\mathbf{k}.$$Then $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}+\dfrac{z^2}{c^2}=\sin^2\phi\cos^2\theta+\sin^2\phi\sin^2\theta+\cos^2\phi=\sin^2\phi+\cos^2\phi=1$.
(2) Use the hyperbolic identity $\cosh^2u-\sinh^2u=1$. For $u\in\mathbb{R}$, $\theta$ $(0\leq\theta\leq2\pi)$, set
$$\mathbf{r}(u,\theta)=(a\cosh u\cos\theta)\mathbf{i}+(b\cosh u\sin\theta)\mathbf{j}+(c\sinh u)\mathbf{k}.$$Then $\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}-\dfrac{z^2}{c^2}=\cosh^2u\cos^2\theta+\cosh^2u\sin^2\theta-\sinh^2u=\cosh^2u-\sinh^2u=1$.
$z=4$ 아래에 있는 곡면 $x^2+y^2-z=0$의 면적을 다음 방법을 이용하여 구하시오.
- 매개화된 곡면에 대한 면적 공식
- 음함수로 주어진 곡면의 면적 공식
- 양함수로 주어진 곡면의 면적 공식
풀이. 곡면은 $z=x^2+y^2$이고, $z\leq4$는 사영영역 $R:x^2+y^2\leq4$ (반지름 $2$인 원판)에 대응한다.
(1) 매개화된 곡면에 대한 면적 공식. $\mathbf{r}(x,y)=x\mathbf{i}+y\mathbf{j}+(x^2+y^2)\mathbf{k}$로 매개화하면
$$\mathbf{r}_x=\mathbf{i}+2x\mathbf{k},\qquad \mathbf{r}_y=\mathbf{j}+2y\mathbf{k},\qquad \mathbf{r}_x\times\mathbf{r}_y=-2x\mathbf{i}-2y\mathbf{j}+\mathbf{k}$$이므로 $d\sigma=|\mathbf{r}_x\times\mathbf{r}_y|\,dx\,dy=\sqrt{4x^2+4y^2+1}\,dx\,dy$이다. 따라서
$$A=\iint_R\sqrt{4x^2+4y^2+1}\,dA=\int_0^{2\pi}\int_0^2\sqrt{4r^2+1}\,r\,dr\,d\theta.$$$u=4r^2+1$로 치환하면 $du=8r\,dr$이고 $r:0\to2$일 때 $u:1\to17$이므로
$$A=2\pi\int_1^{17}\frac{\sqrt u}{8}\,du=2\pi\left[\frac{u^{3/2}}{12}\right]_1^{17}=\frac{\pi(17\sqrt{17}-1)}{6}.$$(2) 음함수로 주어진 곡면의 면적 공식. $F(x,y,z)=x^2+y^2-z$로 두면 $\nabla F=(2x,2y,-1)$이고, $xy$평면으로 사영할 때 $\mathbf{p}=\mathbf{k}$에 대해 $d\sigma=\dfrac{|\nabla F|}{|\nabla F\cdot\mathbf{p}|}\,dA$이다. $|\nabla F|=\sqrt{4x^2+4y^2+1}$, $|\nabla F\cdot\mathbf{k}|=|-1|=1$이므로 $d\sigma=\sqrt{4x^2+4y^2+1}\,dA$로 (1)과 같은 피적분함수를 얻는다. 따라서 같은 계산으로 $A=\dfrac{\pi(17\sqrt{17}-1)}{6}$이다.
(3) 양함수로 주어진 곡면의 면적 공식. $z=g(x,y)=x^2+y^2$이면 $g_x=2x$, $g_y=2y$이고 $d\sigma=\sqrt{1+g_x^2+g_y^2}\,dA=\sqrt{1+4x^2+4y^2}\,dA$로 역시 (1), (2)와 동일한 피적분함수이다. 따라서 $A=\dfrac{\pi(17\sqrt{17}-1)}{6}$이다.
세 가지 방법 모두 동일한 피적분함수 $\sqrt{4x^2+4y^2+1}$로 귀결되므로 같은 값 $A=\dfrac{\pi(17\sqrt{17}-1)}{6}$을 얻는다.
Find the area of the part of the surface $x^2+y^2-z=0$ lying below $z=4$, using each of the following methods.
- The area formula for a parametrized surface
- The area formula for a surface given implicitly
- The area formula for a surface given explicitly
Solution. The surface is $z=x^2+y^2$, and $z\leq4$ corresponds to the projected region $R:x^2+y^2\leq4$ (a disk of radius $2$).
(1) Area formula for a parametrized surface. Parametrize by $\mathbf{r}(x,y)=x\mathbf{i}+y\mathbf{j}+(x^2+y^2)\mathbf{k}$. Then
$$\mathbf{r}_x=\mathbf{i}+2x\mathbf{k},\qquad \mathbf{r}_y=\mathbf{j}+2y\mathbf{k},\qquad \mathbf{r}_x\times\mathbf{r}_y=-2x\mathbf{i}-2y\mathbf{j}+\mathbf{k},$$so $d\sigma=|\mathbf{r}_x\times\mathbf{r}_y|\,dx\,dy=\sqrt{4x^2+4y^2+1}\,dx\,dy$. Hence
$$A=\iint_R\sqrt{4x^2+4y^2+1}\,dA=\int_0^{2\pi}\int_0^2\sqrt{4r^2+1}\,r\,dr\,d\theta.$$Substituting $u=4r^2+1$, $du=8r\,dr$, with $r:0\to2$ giving $u:1\to17$,
$$A=2\pi\int_1^{17}\frac{\sqrt u}{8}\,du=2\pi\left[\frac{u^{3/2}}{12}\right]_1^{17}=\frac{\pi(17\sqrt{17}-1)}{6}.$$(2) Area formula for an implicitly defined surface. Let $F(x,y,z)=x^2+y^2-z$, so $\nabla F=(2x,2y,-1)$. Projecting onto the $xy$-plane with $\mathbf{p}=\mathbf{k}$, $d\sigma=\dfrac{|\nabla F|}{|\nabla F\cdot\mathbf{p}|}\,dA$. Since $|\nabla F|=\sqrt{4x^2+4y^2+1}$ and $|\nabla F\cdot\mathbf{k}|=1$, we again get $d\sigma=\sqrt{4x^2+4y^2+1}\,dA$, the same integrand as in (1). Hence $A=\dfrac{\pi(17\sqrt{17}-1)}{6}$ by the same computation.
(3) Area formula for an explicitly defined surface. With $z=g(x,y)=x^2+y^2$, $g_x=2x$, $g_y=2y$, and $d\sigma=\sqrt{1+g_x^2+g_y^2}\,dA=\sqrt{1+4x^2+4y^2}\,dA$, again the same integrand as in (1) and (2). Hence $A=\dfrac{\pi(17\sqrt{17}-1)}{6}$.
All three methods reduce to the same integrand $\sqrt{4x^2+4y^2+1}$, so they agree on the value $A=\dfrac{\pi(17\sqrt{17}-1)}{6}$.
다음 곡면의 면적을 구하시오.
- 원뿔 $z=\sqrt{x^2+y^2}$ $(0 \leq z \leq 4)$ 의 면적을 구하시오.
- 반지름의 길이가 $a$인 구면
- $x=\cos z$, $y=0$ $(-\pi/2 \leq z \leq \pi/2)$를 $z$축을 중심으로 회전했을 때 생기는 회전면의 넓이
풀이.
(1) 예제 01과 같은 매개화 $\mathbf{r}(r,\theta)=(r\cos\theta,r\sin\theta,r)$ $(0\leq r\leq4,\ 0\leq\theta\leq2\pi)$를 사용한다.
$$\mathbf{r}_r=(\cos\theta,\sin\theta,1),\quad \mathbf{r}_\theta=(-r\sin\theta,r\cos\theta,0),\quad \mathbf{r}_r\times\mathbf{r}_\theta=(-r\cos\theta,-r\sin\theta,r)$$이므로 $d\sigma=|\mathbf{r}_r\times\mathbf{r}_\theta|\,dr\,d\theta=r\sqrt2\,dr\,d\theta$이다. 따라서
$$A=\int_0^{2\pi}\int_0^4 r\sqrt2\,dr\,d\theta=\sqrt2\cdot2\pi\cdot\left[\frac{r^2}{2}\right]_0^4=16\sqrt2\,\pi.$$(2) 반지름 $a$인 구면의 넓이는 잘 알려진 공식으로 $4\pi a^2$이다.
(3) $x=\cos z$, $y=0$을 $z$축을 중심으로 회전시키면, 매개변수 $u=z$ $(-\pi/2\leq u\leq\pi/2)$에서 반지름이 $\cos u\ (\geq0)$인 회전면을 얻는다. 곡선의 호길이요소는 $ds=\sqrt{(dx/du)^2+1}\,du=\sqrt{\sin^2u+1}\,du$이므로 회전면의 넓이는
$$A=\int_{-\pi/2}^{\pi/2}2\pi(\cos u)\sqrt{1+\sin^2u}\,du.$$$s=\sin u$, $ds=\cos u\,du$로 치환하면 $u:-\pi/2\to\pi/2$일 때 $s:-1\to1$이므로
$$A=2\pi\int_{-1}^1\sqrt{1+s^2}\,ds=2\pi\left[\frac{s}{2}\sqrt{1+s^2}+\frac12\ln\!\left(s+\sqrt{1+s^2}\right)\right]_{-1}^1=2\pi\big(\sqrt2+\ln(1+\sqrt2)\big).$$(마지막 등호에서 피적분함수가 짝함수임을 이용하였다.)
Find the area of each of the following surfaces.
- Find the area of the cone $z=\sqrt{x^2+y^2}$ $(0 \leq z \leq 4)$.
- A sphere of radius $a$
- The area of the surface of revolution obtained by revolving $x=\cos z$, $y=0$ $(-\pi/2 \leq z \leq \pi/2)$ about the $z$-axis
Solution.
(1) Use the same parametrization as in Example 01, $\mathbf{r}(r,\theta)=(r\cos\theta,r\sin\theta,r)$ $(0\leq r\leq4,\ 0\leq\theta\leq2\pi)$.
$$\mathbf{r}_r=(\cos\theta,\sin\theta,1),\quad \mathbf{r}_\theta=(-r\sin\theta,r\cos\theta,0),\quad \mathbf{r}_r\times\mathbf{r}_\theta=(-r\cos\theta,-r\sin\theta,r),$$so $d\sigma=|\mathbf{r}_r\times\mathbf{r}_\theta|\,dr\,d\theta=r\sqrt2\,dr\,d\theta$. Hence
$$A=\int_0^{2\pi}\int_0^4 r\sqrt2\,dr\,d\theta=\sqrt2\cdot2\pi\cdot\left[\frac{r^2}{2}\right]_0^4=16\sqrt2\,\pi.$$(2) The area of a sphere of radius $a$ is the well-known $4\pi a^2$.
(3) Revolving $x=\cos z$, $y=0$ about the $z$-axis, with parameter $u=z$ $(-\pi/2\leq u\leq\pi/2)$, gives a surface of revolution with radius $\cos u\ (\geq0)$. The arc-length element of the generating curve is $ds=\sqrt{(dx/du)^2+1}\,du=\sqrt{\sin^2u+1}\,du$, so the area of the surface of revolution is
$$A=\int_{-\pi/2}^{\pi/2}2\pi(\cos u)\sqrt{1+\sin^2u}\,du.$$Substituting $s=\sin u$, $ds=\cos u\,du$, with $u:-\pi/2\to\pi/2$ giving $s:-1\to1$,
$$A=2\pi\int_{-1}^1\sqrt{1+s^2}\,ds=2\pi\left[\frac{s}{2}\sqrt{1+s^2}+\frac12\ln\!\left(s+\sqrt{1+s^2}\right)\right]_{-1}^1=2\pi\big(\sqrt2+\ln(1+\sqrt2)\big),$$where the last equality uses that the integrand is even.
반지름의 길이가 $r$이고 중심이 $(R,0,0)$인 $xz$평면 위의 원을 $z$축을 중심으로 회전시켰을 때 생기는 회전면의 넓이를 구하시오. (단, $0 < r < R$)
풀이. $xz$평면 위의 원은 $x=R+r\cos\phi$, $z=r\sin\phi$ $(0\leq\phi\leq2\pi)$로 매개화된다. 이를 $z$축을 중심으로 각 $\theta$ $(0\leq\theta\leq2\pi)$만큼 회전시키면 원환면(torus)
$$\mathbf{r}(\phi,\theta)=\big((R+r\cos\phi)\cos\theta\big)\mathbf{i}+\big((R+r\cos\phi)\sin\theta\big)\mathbf{j}+(r\sin\phi)\mathbf{k}$$를 얻는다. 이때
$$\mathbf{r}_\phi=(-r\sin\phi\cos\theta,\,-r\sin\phi\sin\theta,\,r\cos\phi),\qquad \mathbf{r}_\theta=\big(-(R+r\cos\phi)\sin\theta,\,(R+r\cos\phi)\cos\theta,\,0\big)$$이고, 직접 계산하면 $\mathbf{r}_\phi\times\mathbf{r}_\theta=-r(R+r\cos\phi)\big(\cos\phi\cos\theta,\cos\phi\sin\theta,\sin\phi\big)$이므로
$$d\sigma=|\mathbf{r}_\phi\times\mathbf{r}_\theta|\,d\phi\,d\theta=r(R+r\cos\phi)\,d\phi\,d\theta$$이다 ($0 \lt r \lt R$이므로 $R+r\cos\phi \gt 0$). 따라서 넓이는
$$A=\int_0^{2\pi}\int_0^{2\pi} r(R+r\cos\phi)\,d\phi\,d\theta=2\pi\cdot r\left[R\phi+r\sin\phi\right]_0^{2\pi}=2\pi\cdot r\cdot2\pi R=4\pi^2Rr.$$Find the area of the surface of revolution obtained by revolving, about the $z$-axis, the circle of radius $r$ centered at $(R,0,0)$ lying in the $xz$-plane. (Here $0 < r < R$.)
Solution. The circle in the $xz$-plane is parametrized by $x=R+r\cos\phi$, $z=r\sin\phi$ $(0\leq\phi\leq2\pi)$. Revolving it about the $z$-axis by an angle $\theta$ $(0\leq\theta\leq2\pi)$ gives the torus
$$\mathbf{r}(\phi,\theta)=\big((R+r\cos\phi)\cos\theta\big)\mathbf{i}+\big((R+r\cos\phi)\sin\theta\big)\mathbf{j}+(r\sin\phi)\mathbf{k}.$$Then
$$\mathbf{r}_\phi=(-r\sin\phi\cos\theta,\,-r\sin\phi\sin\theta,\,r\cos\phi),\qquad \mathbf{r}_\theta=\big(-(R+r\cos\phi)\sin\theta,\,(R+r\cos\phi)\cos\theta,\,0\big),$$and a direct computation gives $\mathbf{r}_\phi\times\mathbf{r}_\theta=-r(R+r\cos\phi)\big(\cos\phi\cos\theta,\cos\phi\sin\theta,\sin\phi\big)$, so
$$d\sigma=|\mathbf{r}_\phi\times\mathbf{r}_\theta|\,d\phi\,d\theta=r(R+r\cos\phi)\,d\phi\,d\theta$$(here $R+r\cos\phi \gt 0$ since $0 \lt r \lt R$). Hence the area is
$$A=\int_0^{2\pi}\int_0^{2\pi} r(R+r\cos\phi)\,d\phi\,d\theta=2\pi\cdot r\left[R\phi+r\sin\phi\right]_0^{2\pi}=2\pi\cdot r\cdot2\pi R=4\pi^2Rr.$$곡면 $z=\sqrt{x^2+y^2}$ 위에 있는 곡면 $x^2+y^2+z^2=2$의 넓이를 구하시오.
풀이. 구면의 반지름은 $\rho=\sqrt2$이다. 구면좌표 $z=\rho\cos\phi$, $\sqrt{x^2+y^2}=\rho\sin\phi$ $(0\leq\phi\leq\pi)$를 쓰면, 곡면이 원뿔 $z=\sqrt{x^2+y^2}$의 위쪽에 있다는 조건은 $\rho\cos\phi\geq\rho\sin\phi$, 즉 $\phi\leq\pi/4$이다. 따라서 구하는 넓이는 구면 $\rho=\sqrt2$ 위의 $0\leq\phi\leq\pi/4$인 부분(구관, spherical cap)의 넓이이다.
구면 $\mathbf{r}(\phi,\theta)=(\rho\sin\phi\cos\theta,\rho\sin\phi\sin\theta,\rho\cos\phi)$에 대해 $d\sigma=\rho^2\sin\phi\,d\phi\,d\theta$이므로
$$A=\int_0^{2\pi}\int_0^{\pi/4}\rho^2\sin\phi\,d\phi\,d\theta=2\pi\rho^2\big[-\cos\phi\big]_0^{\pi/4}=2\pi\rho^2\left(1-\frac{\sqrt2}{2}\right).$$$\rho^2=2$를 대입하면
$$A=2\pi\cdot2\left(1-\frac{\sqrt2}{2}\right)=4\pi-2\sqrt2\,\pi=2\pi(2-\sqrt2).$$Find the area of the part of the surface $x^2+y^2+z^2=2$ lying above the surface $z=\sqrt{x^2+y^2}$.
Solution. The sphere has radius $\rho=\sqrt2$. Using spherical coordinates $z=\rho\cos\phi$, $\sqrt{x^2+y^2}=\rho\sin\phi$ $(0\leq\phi\leq\pi)$, the condition that the surface lies above the cone $z=\sqrt{x^2+y^2}$ becomes $\rho\cos\phi\geq\rho\sin\phi$, i.e., $\phi\leq\pi/4$. So the required area is that of the spherical cap on $\rho=\sqrt2$ with $0\leq\phi\leq\pi/4$.
For the sphere $\mathbf{r}(\phi,\theta)=(\rho\sin\phi\cos\theta,\rho\sin\phi\sin\theta,\rho\cos\phi)$, we have $d\sigma=\rho^2\sin\phi\,d\phi\,d\theta$, so
$$A=\int_0^{2\pi}\int_0^{\pi/4}\rho^2\sin\phi\,d\phi\,d\theta=2\pi\rho^2\big[-\cos\phi\big]_0^{\pi/4}=2\pi\rho^2\left(1-\frac{\sqrt2}{2}\right).$$Substituting $\rho^2=2$,
$$A=2\pi\cdot2\left(1-\frac{\sqrt2}{2}\right)=4\pi-2\sqrt2\,\pi=2\pi(2-\sqrt2).$$원뿔 $z=\sqrt{x^2+y^2}$ $(0 \leq z \leq 1)$ 위에서 함수 $G(x,y,z)=x^2$을 면적분하시오.
풀이. 예제 01의 매개화 $\mathbf{r}(r,\theta)=(r\cos\theta,r\sin\theta,r)$ $(0\leq r\leq1,\ 0\leq\theta\leq2\pi)$를 사용한다. 유제 02-1(1)에서 계산한 것과 같이 $d\sigma=r\sqrt2\,dr\,d\theta$이다. $G=x^2=r^2\cos^2\theta$이므로
$$\iint_S G\,d\sigma=\int_0^{2\pi}\int_0^1 (r^2\cos^2\theta)(r\sqrt2)\,dr\,d\theta=\sqrt2\int_0^{2\pi}\cos^2\theta\,d\theta\int_0^1r^3\,dr.$$$\displaystyle\int_0^{2\pi}\cos^2\theta\,d\theta=\pi$, $\displaystyle\int_0^1r^3\,dr=\frac14$이므로
$$\iint_S G\,d\sigma=\sqrt2\cdot\pi\cdot\frac14=\frac{\sqrt2\,\pi}{4}.$$Evaluate the surface integral of $G(x,y,z)=x^2$ over the cone $z=\sqrt{x^2+y^2}$ $(0 \leq z \leq 1)$.
Solution. Use the parametrization of Example 01, $\mathbf{r}(r,\theta)=(r\cos\theta,r\sin\theta,r)$ $(0\leq r\leq1,\ 0\leq\theta\leq2\pi)$. As computed in 유제 02-1(1), $d\sigma=r\sqrt2\,dr\,d\theta$. Since $G=x^2=r^2\cos^2\theta$,
$$\iint_S G\,d\sigma=\int_0^{2\pi}\int_0^1 (r^2\cos^2\theta)(r\sqrt2)\,dr\,d\theta=\sqrt2\int_0^{2\pi}\cos^2\theta\,d\theta\int_0^1r^3\,dr.$$Since $\displaystyle\int_0^{2\pi}\cos^2\theta\,d\theta=\pi$ and $\displaystyle\int_0^1r^3\,dr=\frac14$,
$$\iint_S G\,d\sigma=\sqrt2\cdot\pi\cdot\frac14=\frac{\sqrt2\,\pi}{4}.$$$x=1$, $y=1$, $z=1$과 좌표평면으로 둘러싸인 정육면체의 경계에서 함수 $G(x,y,z)=xyz$를 면적분하시오.
풀이. 정육면체는 $[0,1]\times[0,1]\times[0,1]$이며 그 경계는 좌표평면 위의 세 면($x=0$, $y=0$, $z=0$)과 반대쪽 세 면($x=1$, $y=1$, $z=1$)으로 이루어진다. $G=xyz$이므로 좌표평면 위의 세 면에서는 $G=0$이 되어 적분에 기여하지 않는다. 남은 세 면 각각에서 $d\sigma=$ (두 변수에 대한 넓이요소)이다.
$x=1$면 ($0\leq y\leq1,\ 0\leq z\leq1$): $G=yz$이므로 $\displaystyle\iint yz\,dy\,dz=\left(\int_0^1y\,dy\right)\left(\int_0^1z\,dz\right)=\frac12\cdot\frac12=\frac14$.
$y=1$면 ($0\leq x\leq1,\ 0\leq z\leq1$): $G=xz$이므로 같은 계산으로 $\displaystyle\iint xz\,dx\,dz=\frac14$.
$z=1$면 ($0\leq x\leq1,\ 0\leq y\leq1$): $G=xy$이므로 같은 계산으로 $\displaystyle\iint xy\,dx\,dy=\frac14$.
따라서
$$\iint_S G\,d\sigma=\frac14+\frac14+\frac14=\frac34.$$Evaluate the surface integral of $G(x,y,z)=xyz$ over the boundary of the cube enclosed by $x=1$, $y=1$, $z=1$, and the coordinate planes.
Solution. The cube is $[0,1]\times[0,1]\times[0,1]$, and its boundary consists of the three coordinate-plane faces ($x=0$, $y=0$, $z=0$) together with the three opposite faces ($x=1$, $y=1$, $z=1$). Since $G=xyz$, $G=0$ on each coordinate-plane face, so those contribute nothing. On each of the remaining three faces, $d\sigma$ is the area element in the two free variables.
On $x=1$ ($0\leq y\leq1,\ 0\leq z\leq1$): $G=yz$, so $\displaystyle\iint yz\,dy\,dz=\left(\int_0^1y\,dy\right)\left(\int_0^1z\,dz\right)=\frac12\cdot\frac12=\frac14$.
On $y=1$ ($0\leq x\leq1,\ 0\leq z\leq1$): $G=xz$, and likewise $\displaystyle\iint xz\,dx\,dz=\frac14$.
On $z=1$ ($0\leq x\leq1,\ 0\leq y\leq1$): $G=xy$, and likewise $\displaystyle\iint xy\,dx\,dy=\frac14$.
Hence
$$\iint_S G\,d\sigma=\frac14+\frac14+\frac14=\frac34.$$$x=\cos z$, $y=0$ $(-\pi/2 \leq z \leq \pi/2)$를 $z$축을 중심으로 회전시킨 회전면을 따라 함수 $G(x,y,z)=\sqrt{1-x^2-y^2}$을 면적분하시오.
풀이. 유제 02-1(3)의 매개화 $\mathbf{r}(u,\theta)=(\cos u\cos\theta,\ \cos u\sin\theta,\ u)$ $(-\pi/2\leq u\leq\pi/2,\ 0\leq\theta\leq2\pi)$를 사용한다. 이때
$$\mathbf{r}_u=(-\sin u\cos\theta,-\sin u\sin\theta,1),\qquad \mathbf{r}_\theta=(-\cos u\sin\theta,\cos u\cos\theta,0)$$이고, 직접 계산하면 $\mathbf{r}_u\times\mathbf{r}_\theta=(-\cos u\cos\theta,-\cos u\sin\theta,-\sin u\cos u)$이므로
$$|\mathbf{r}_u\times\mathbf{r}_\theta|=\sqrt{\cos^2u+\sin^2u\cos^2u}=\cos u\sqrt{1+\sin^2u}$$이다 (마지막 등호는 $-\pi/2\leq u\leq\pi/2$에서 $\cos u\geq0$이므로 성립). 따라서 $d\sigma=\cos u\sqrt{1+\sin^2u}\,du\,d\theta$이다.
한편 곡면 위에서 $x^2+y^2=\cos^2u$이므로 $G=\sqrt{1-x^2-y^2}=\sqrt{1-\cos^2u}=|\sin u|$이다. 따라서
$$\iint_S G\,d\sigma=\int_0^{2\pi}\int_{-\pi/2}^{\pi/2}|\sin u|\cos u\sqrt{1+\sin^2u}\,du\,d\theta.$$피적분함수 $|\sin u|\cos u\sqrt{1+\sin^2u}$는 $u$의 짝함수이므로
$$\int_{-\pi/2}^{\pi/2}|\sin u|\cos u\sqrt{1+\sin^2u}\,du=2\int_0^{\pi/2}\sin u\cos u\sqrt{1+\sin^2u}\,du.$$$w=\sin u$, $dw=\cos u\,du$로 치환하면 $u:0\to\pi/2$일 때 $w:0\to1$이므로
$$2\int_0^1 w\sqrt{1+w^2}\,dw=2\left[\frac{(1+w^2)^{3/2}}{3}\right]_0^1=\frac23\big(2\sqrt2-1\big).$$따라서
$$\iint_S G\,d\sigma=2\pi\cdot\frac23(2\sqrt2-1)=\frac{4\pi(2\sqrt2-1)}{3}.$$Evaluate the surface integral of $G(x,y,z)=\sqrt{1-x^2-y^2}$ along the surface of revolution obtained by revolving $x=\cos z$, $y=0$ $(-\pi/2 \leq z \leq \pi/2)$ about the $z$-axis.
Solution. Use the parametrization from 유제 02-1(3), $\mathbf{r}(u,\theta)=(\cos u\cos\theta,\ \cos u\sin\theta,\ u)$ $(-\pi/2\leq u\leq\pi/2,\ 0\leq\theta\leq2\pi)$. Then
$$\mathbf{r}_u=(-\sin u\cos\theta,-\sin u\sin\theta,1),\qquad \mathbf{r}_\theta=(-\cos u\sin\theta,\cos u\cos\theta,0),$$and a direct computation gives $\mathbf{r}_u\times\mathbf{r}_\theta=(-\cos u\cos\theta,-\cos u\sin\theta,-\sin u\cos u)$, so
$$|\mathbf{r}_u\times\mathbf{r}_\theta|=\sqrt{\cos^2u+\sin^2u\cos^2u}=\cos u\sqrt{1+\sin^2u}$$(the last equality uses $\cos u\geq0$ for $-\pi/2\leq u\leq\pi/2$). Hence $d\sigma=\cos u\sqrt{1+\sin^2u}\,du\,d\theta$.
On the surface, $x^2+y^2=\cos^2u$, so $G=\sqrt{1-x^2-y^2}=\sqrt{1-\cos^2u}=|\sin u|$. Thus
$$\iint_S G\,d\sigma=\int_0^{2\pi}\int_{-\pi/2}^{\pi/2}|\sin u|\cos u\sqrt{1+\sin^2u}\,du\,d\theta.$$Since the integrand $|\sin u|\cos u\sqrt{1+\sin^2u}$ is even in $u$,
$$\int_{-\pi/2}^{\pi/2}|\sin u|\cos u\sqrt{1+\sin^2u}\,du=2\int_0^{\pi/2}\sin u\cos u\sqrt{1+\sin^2u}\,du.$$Substituting $w=\sin u$, $dw=\cos u\,du$, with $u:0\to\pi/2$ giving $w:0\to1$,
$$2\int_0^1 w\sqrt{1+w^2}\,dw=2\left[\frac{(1+w^2)^{3/2}}{3}\right]_0^1=\frac23\big(2\sqrt2-1\big).$$Hence
$$\iint_S G\,d\sigma=2\pi\cdot\frac23(2\sqrt2-1)=\frac{4\pi(2\sqrt2-1)}{3}.$$$xy$평면 위의 삼각형 영역 $R:x \geq 0,\ y \geq 0,\ x+y \leq 1$ 위에 있는 곡면 $z=y^2/2$을 $S$라 하자. $\iint_S \sqrt{x(1+2z)}\,d\sigma$를 구하시오.
풀이. $S$는 양함수 $z=g(x,y)=y^2/2$의 그래프이다. $g_x=0$, $g_y=y$이므로
$$d\sigma=\sqrt{1+g_x^2+g_y^2}\,dA=\sqrt{1+y^2}\,dA.$$곡면 위에서 $z=y^2/2$이므로 피적분함수는
$$\sqrt{x(1+2z)}=\sqrt{x(1+y^2)}=\sqrt{x}\,\sqrt{1+y^2}$$이 되어
$$\sqrt{x(1+2z)}\,d\sigma=\sqrt{x}\,\sqrt{1+y^2}\cdot\sqrt{1+y^2}\,dA=\sqrt{x}\,(1+y^2)\,dA.$$따라서
$$\iint_S\sqrt{x(1+2z)}\,d\sigma=\iint_R\sqrt{x}\,(1+y^2)\,dx\,dy=\int_0^1(1+y^2)\left[\int_0^{1-y}\sqrt x\,dx\right]dy=\int_0^1(1+y^2)\cdot\frac23(1-y)^{3/2}\,dy.$$$t=1-y$로 치환하면 $y=1-t$, $dy=-dt$, $y:0\to1$일 때 $t:1\to0$이므로
$$\frac23\int_0^1(1+(1-t)^2)\,t^{3/2}\,dt=\frac23\int_0^1\big(2t^{3/2}-2t^{5/2}+t^{7/2}\big)\,dt.$$각 항을 적분하면
$$\int_0^1 2t^{3/2}\,dt=\frac45,\qquad \int_0^1 2t^{5/2}\,dt=\frac47,\qquad \int_0^1 t^{7/2}\,dt=\frac29$$이므로
$$\frac23\left(\frac45-\frac47+\frac29\right)=\frac23\cdot\frac{252-180+70}{315}=\frac23\cdot\frac{142}{315}=\frac{284}{945}.$$따라서 $\displaystyle\iint_S\sqrt{x(1+2z)}\,d\sigma=\frac{284}{945}$이다.
Let $S$ be the surface $z=y^2/2$ lying over the triangular region $R:x \geq 0,\ y \geq 0,\ x+y \leq 1$ in the $xy$-plane. Find $\iint_S \sqrt{x(1+2z)}\,d\sigma$.
Solution. $S$ is the graph of the explicit function $z=g(x,y)=y^2/2$. Since $g_x=0$, $g_y=y$,
$$d\sigma=\sqrt{1+g_x^2+g_y^2}\,dA=\sqrt{1+y^2}\,dA.$$On the surface, $z=y^2/2$, so the integrand is
$$\sqrt{x(1+2z)}=\sqrt{x(1+y^2)}=\sqrt{x}\,\sqrt{1+y^2},$$giving
$$\sqrt{x(1+2z)}\,d\sigma=\sqrt{x}\,\sqrt{1+y^2}\cdot\sqrt{1+y^2}\,dA=\sqrt{x}\,(1+y^2)\,dA.$$Hence
$$\iint_S\sqrt{x(1+2z)}\,d\sigma=\iint_R\sqrt{x}\,(1+y^2)\,dx\,dy=\int_0^1(1+y^2)\left[\int_0^{1-y}\sqrt x\,dx\right]dy=\int_0^1(1+y^2)\cdot\frac23(1-y)^{3/2}\,dy.$$Substituting $t=1-y$, $y=1-t$, $dy=-dt$, with $y:0\to1$ giving $t:1\to0$,
$$\frac23\int_0^1(1+(1-t)^2)\,t^{3/2}\,dt=\frac23\int_0^1\big(2t^{3/2}-2t^{5/2}+t^{7/2}\big)\,dt.$$Integrating each term,
$$\int_0^1 2t^{3/2}\,dt=\frac45,\qquad \int_0^1 2t^{5/2}\,dt=\frac47,\qquad \int_0^1 t^{7/2}\,dt=\frac29,$$so
$$\frac23\left(\frac45-\frac47+\frac29\right)=\frac23\cdot\frac{252-180+70}{315}=\frac23\cdot\frac{142}{315}=\frac{284}{945}.$$Hence $\displaystyle\iint_S\sqrt{x(1+2z)}\,d\sigma=\frac{284}{945}$.
$y=x^2$, $0 \leq x \leq 1$, $0 \leq z \leq 4$로 정의된 곡면 $S$가 있다. $\mathbf{n}\cdot\mathbf{i} \geq 0$이 되도록 $S$의 향 $\mathbf{n}$을 정할 때 $S$를 가로지르는 벡터장 $\mathbf{F}=yz\mathbf{i}+x\mathbf{j}-z^2\mathbf{k}$의 유출을 구하시오.
풀이. $S$를 $x,z$로 매개화한다: $\mathbf{r}(x,z)=x\mathbf{i}+x^2\mathbf{j}+z\mathbf{k}$ $(0\leq x\leq1,\ 0\leq z\leq4)$. 이때
$$\mathbf{r}_x=(1,2x,0),\qquad \mathbf{r}_z=(0,0,1),\qquad \mathbf{r}_x\times\mathbf{r}_z=(2x,-1,0).$$이 법벡터의 $\mathbf{i}$성분은 $2x\geq0$ ($0\leq x\leq1$)이므로 $\mathbf{n}\cdot\mathbf{i}\geq0$ 조건을 만족한다. 따라서
$$\mathbf{n}\,d\sigma=(2x,-1,0)\,dx\,dz.$$곡면 위에서 $y=x^2$이므로 $\mathbf{F}=yz\mathbf{i}+x\mathbf{j}-z^2\mathbf{k}=x^2z\mathbf{i}+x\mathbf{j}-z^2\mathbf{k}$이고,
$$\mathbf{F}\cdot\mathbf{n}\,d\sigma=(x^2z)(2x)+(x)(-1)+(-z^2)(0)=2x^3z-x.$$따라서 유출은
$$\iint_S\mathbf{F}\cdot\mathbf{n}\,d\sigma=\int_0^1\int_0^4(2x^3z-x)\,dz\,dx=\int_0^1\Big[x^3z^2-xz\Big]_0^4dx=\int_0^1(16x^3-4x)\,dx=\Big[4x^4-2x^2\Big]_0^1=2.$$Let $S$ be the surface defined by $y=x^2$, $0 \leq x \leq 1$, $0 \leq z \leq 4$. Choosing the orientation $\mathbf{n}$ of $S$ so that $\mathbf{n}\cdot\mathbf{i} \geq 0$, find the flux of the vector field $\mathbf{F}=yz\mathbf{i}+x\mathbf{j}-z^2\mathbf{k}$ across $S$.
Solution. Parametrize $S$ by $x,z$: $\mathbf{r}(x,z)=x\mathbf{i}+x^2\mathbf{j}+z\mathbf{k}$ $(0\leq x\leq1,\ 0\leq z\leq4)$. Then
$$\mathbf{r}_x=(1,2x,0),\qquad \mathbf{r}_z=(0,0,1),\qquad \mathbf{r}_x\times\mathbf{r}_z=(2x,-1,0).$$The $\mathbf{i}$-component of this normal is $2x\geq0$ for $0\leq x\leq1$, so it satisfies $\mathbf{n}\cdot\mathbf{i}\geq0$. Hence
$$\mathbf{n}\,d\sigma=(2x,-1,0)\,dx\,dz.$$On the surface $y=x^2$, so $\mathbf{F}=yz\mathbf{i}+x\mathbf{j}-z^2\mathbf{k}=x^2z\mathbf{i}+x\mathbf{j}-z^2\mathbf{k}$, and
$$\mathbf{F}\cdot\mathbf{n}\,d\sigma=(x^2z)(2x)+(x)(-1)+(-z^2)(0)=2x^3z-x.$$Hence the flux is
$$\iint_S\mathbf{F}\cdot\mathbf{n}\,d\sigma=\int_0^1\int_0^4(2x^3z-x)\,dz\,dx=\int_0^1\Big[x^3z^2-xz\Big]_0^4dx=\int_0^1(16x^3-4x)\,dx=\Big[4x^4-2x^2\Big]_0^1=2.$$원기둥 $y^2+z^2=1$, $z \geq 0$을 $x=0$, $x=1$로 잘라서 생기는 곡면 $S$가 있다. $\mathbf{n}\cdot\mathbf{k} \geq 0$이 되도록 $S$의 향 $\mathbf{n}$을 정할 때 $S$를 가로지르는 벡터장 $\mathbf{F}=yz\mathbf{i}+z^2\mathbf{k}$의 유출을 구하시오.
풀이. $S$를 $\mathbf{r}(x,\theta)=x\mathbf{i}+(\cos\theta)\mathbf{j}+(\sin\theta)\mathbf{k}$ $(0\leq x\leq1,\ 0\leq\theta\leq\pi)$로 매개화한다 ($y=\cos\theta$, $z=\sin\theta\geq0$이 되려면 $0\leq\theta\leq\pi$). 이때
$$\mathbf{r}_x=(1,0,0),\qquad \mathbf{r}_\theta=(0,-\sin\theta,\cos\theta),\qquad \mathbf{r}_\theta\times\mathbf{r}_x=(0,\cos\theta,\sin\theta).$$이 법벡터의 $\mathbf{k}$성분은 $\sin\theta\geq0$ ($0\leq\theta\leq\pi$)이므로 $\mathbf{n}\cdot\mathbf{k}\geq0$ 조건에 맞는 향은 $\mathbf{n}\,d\sigma=(0,\cos\theta,\sin\theta)\,dx\,d\theta$이다.
곡면 위에서 $y=\cos\theta$, $z=\sin\theta$이므로 $\mathbf{F}=yz\mathbf{i}+z^2\mathbf{k}=(\cos\theta\sin\theta,\,0,\,\sin^2\theta)$이고,
$$\mathbf{F}\cdot\mathbf{n}\,d\sigma=(\cos\theta\sin\theta)(0)+0\cdot\cos\theta+\sin^2\theta\cdot\sin\theta=\sin^3\theta.$$따라서 유출은
$$\iint_S\mathbf{F}\cdot\mathbf{n}\,d\sigma=\int_0^1\int_0^\pi\sin^3\theta\,d\theta\,dx=\int_0^\pi\sin^3\theta\,d\theta.$$$\displaystyle\int_0^\pi\sin^3\theta\,d\theta=\int_0^\pi\sin\theta(1-\cos^2\theta)\,d\theta=\left[-\cos\theta+\frac{\cos^3\theta}{3}\right]_0^\pi=\left(1-\frac13\right)-\left(-1+\frac13\right)=\frac43$이므로
$$\iint_S\mathbf{F}\cdot\mathbf{n}\,d\sigma=\frac43.$$검산. $S$를 ($x$에 무관한) 그래프 $z=\sqrt{1-y^2}$로 보면, $\mathbf{n}\,d\sigma=(-g_x,-g_y,1)\,dx\,dy=\left(0,\dfrac{y}{\sqrt{1-y^2}},1\right)dx\,dy$이며 ($\mathbf{k}$성분이 $1>0$이므로 이미 $\mathbf{n}\cdot\mathbf{k}\geq0$), $\mathbf{F}\cdot\mathbf{n}\,d\sigma=z^2=1-y^2$이므로
$$\int_0^1\int_{-1}^1(1-y^2)\,dy\,dx=\left[y-\frac{y^3}3\right]_{-1}^1=\frac43$$으로 같은 값을 얻는다.
Let $S$ be the surface obtained by cutting the cylinder $y^2+z^2=1$, $z \geq 0$ with $x=0$ and $x=1$. Choosing the orientation $\mathbf{n}$ of $S$ so that $\mathbf{n}\cdot\mathbf{k} \geq 0$, find the flux of the vector field $\mathbf{F}=yz\mathbf{i}+z^2\mathbf{k}$ across $S$.
Solution. Parametrize $S$ by $\mathbf{r}(x,\theta)=x\mathbf{i}+(\cos\theta)\mathbf{j}+(\sin\theta)\mathbf{k}$ $(0\leq x\leq1,\ 0\leq\theta\leq\pi)$ (with $y=\cos\theta$, $z=\sin\theta\geq0$ requiring $0\leq\theta\leq\pi$). Then
$$\mathbf{r}_x=(1,0,0),\qquad \mathbf{r}_\theta=(0,-\sin\theta,\cos\theta),\qquad \mathbf{r}_\theta\times\mathbf{r}_x=(0,\cos\theta,\sin\theta).$$The $\mathbf{k}$-component of this normal is $\sin\theta\geq0$ for $0\leq\theta\leq\pi$, so the orientation satisfying $\mathbf{n}\cdot\mathbf{k}\geq0$ is $\mathbf{n}\,d\sigma=(0,\cos\theta,\sin\theta)\,dx\,d\theta$.
On the surface, $y=\cos\theta$, $z=\sin\theta$, so $\mathbf{F}=yz\mathbf{i}+z^2\mathbf{k}=(\cos\theta\sin\theta,\,0,\,\sin^2\theta)$, and
$$\mathbf{F}\cdot\mathbf{n}\,d\sigma=(\cos\theta\sin\theta)(0)+0\cdot\cos\theta+\sin^2\theta\cdot\sin\theta=\sin^3\theta.$$Hence the flux is
$$\iint_S\mathbf{F}\cdot\mathbf{n}\,d\sigma=\int_0^1\int_0^\pi\sin^3\theta\,d\theta\,dx=\int_0^\pi\sin^3\theta\,d\theta.$$Since $\displaystyle\int_0^\pi\sin^3\theta\,d\theta=\int_0^\pi\sin\theta(1-\cos^2\theta)\,d\theta=\left[-\cos\theta+\frac{\cos^3\theta}{3}\right]_0^\pi=\left(1-\frac13\right)-\left(-1+\frac13\right)=\frac43$,
$$\iint_S\mathbf{F}\cdot\mathbf{n}\,d\sigma=\frac43.$$Check. Viewing $S$ as the graph $z=\sqrt{1-y^2}$ (independent of $x$), $\mathbf{n}\,d\sigma=(-g_x,-g_y,1)\,dx\,dy=\left(0,\dfrac{y}{\sqrt{1-y^2}},1\right)dx\,dy$ (already satisfies $\mathbf{n}\cdot\mathbf{k}\geq0$ since the $\mathbf{k}$-component is $1>0$), and $\mathbf{F}\cdot\mathbf{n}\,d\sigma=z^2=1-y^2$, so
$$\int_0^1\int_{-1}^1(1-y^2)\,dy\,dx=\left[y-\frac{y^3}3\right]_{-1}^1=\frac43,$$the same value.
$z=x^2+y^2$, $z \leq 1$로 정의된 곡면 $S$가 있다. $z$축으로부터 멀어지도록 곡면의 향을 정할 때 $S$를 가로지르는 벡터장 $\mathbf{F}=4x\mathbf{i}+4y\mathbf{j}+2\mathbf{k}$의 유출을 구하시오.
풀이. $S$를 $z=x^2+y^2$ ($x^2+y^2\leq1$)의 그래프로 보고 $x,y$로 매개화한다: $\mathbf{r}(x,y)=x\mathbf{i}+y\mathbf{j}+(x^2+y^2)\mathbf{k}$, $(x,y)$는 원판 $x^2+y^2\leq1$ 위를 움직인다. 이때
$$\mathbf{r}_x=(1,0,2x),\qquad \mathbf{r}_y=(0,1,2y),\qquad \mathbf{r}_x\times\mathbf{r}_y=(-2x,-2y,1).$$이 법벡터의 수평성분 $(-2x,-2y)$는 원점(즉 $z$축) 방향을 향하므로 $z$축에서 멀어지는 향과는 반대이다. 따라서 반대 방향의 법벡터를 택해야 하며,
$$\mathbf{n}\,d\sigma=(2x,2y,-1)\,dx\,dy$$가 $z$축에서 멀어지는(수평성분이 원점에서 바깥으로 향하는) 향이다. 곡면 위에서 $\mathbf{F}=4x\mathbf{i}+4y\mathbf{j}+2\mathbf{k}$이므로,
$$\mathbf{F}\cdot\mathbf{n}\,d\sigma=(4x)(2x)+(4y)(2y)+(2)(-1)=8x^2+8y^2-2.$$극좌표 $x=r\cos\theta$, $y=r\sin\theta$, $dx\,dy=r\,dr\,d\theta$를 쓰면 유출은
$$\iint_S\mathbf{F}\cdot\mathbf{n}\,d\sigma=\int_0^{2\pi}\int_0^1(8r^2-2)r\,dr\,d\theta=2\pi\Big[2r^4-r^2\Big]_0^1=2\pi(2-1)=2\pi.$$검산. 발산 정리로 확인한다. $\operatorname{div}\mathbf{F}=4+4+0=8$이다. $S$에 평면 $z=1$ 위의 원판 $D=\{x^2+y^2\leq1,\ z=1\}$을 위쪽 향 $\mathbf{k}$로 덧붙이면 $S\cup D$는 입체 $V=\{(x,y,z): x^2+y^2\leq z\leq1\}$의 경계이고, 이때 $S$ 위에서의 바깥 향이 위에서 구한 $\mathbf{n}\,d\sigma=(2x,2y,-1)\,dx\,dy$와 일치한다. 발산 정리에 의해
$$\iint_{S\cup D}\mathbf{F}\cdot\mathbf{n}\,d\sigma=\iiint_V 8\,dV=8\int_0^{2\pi}\int_0^1(1-r^2)r\,dr\,d\theta=8\cdot2\pi\left[\frac{r^2}2-\frac{r^4}4\right]_0^1=8\cdot2\pi\cdot\frac14=4\pi.$$한편 $D$ 위에서 $\mathbf{F}\cdot\mathbf{k}=2$이므로 $\displaystyle\iint_D\mathbf{F}\cdot\mathbf{n}\,d\sigma=2\cdot\pi(1)^2=2\pi$이고, 따라서
$$\iint_S\mathbf{F}\cdot\mathbf{n}\,d\sigma=4\pi-2\pi=2\pi$$로 같은 값을 얻는다.
Let $S$ be the surface defined by $z=x^2+y^2$, $z \leq 1$. Choosing the orientation of the surface to point away from the $z$-axis, find the flux of the vector field $\mathbf{F}=4x\mathbf{i}+4y\mathbf{j}+2\mathbf{k}$ across $S$.
Solution. View $S$ as the graph of $z=x^2+y^2$ ($x^2+y^2\leq1$) and parametrize it by $x,y$: $\mathbf{r}(x,y)=x\mathbf{i}+y\mathbf{j}+(x^2+y^2)\mathbf{k}$, with $(x,y)$ ranging over the disk $x^2+y^2\leq1$. Then
$$\mathbf{r}_x=(1,0,2x),\qquad \mathbf{r}_y=(0,1,2y),\qquad \mathbf{r}_x\times\mathbf{r}_y=(-2x,-2y,1).$$The horizontal part $(-2x,-2y)$ of this normal points toward the origin (i.e., toward the $z$-axis), opposite to the orientation pointing away from the $z$-axis. So we must take the opposite normal,
$$\mathbf{n}\,d\sigma=(2x,2y,-1)\,dx\,dy,$$whose horizontal part points radially outward from the axis, as required. On the surface $\mathbf{F}=4x\mathbf{i}+4y\mathbf{j}+2\mathbf{k}$, so
$$\mathbf{F}\cdot\mathbf{n}\,d\sigma=(4x)(2x)+(4y)(2y)+(2)(-1)=8x^2+8y^2-2.$$Using polar coordinates $x=r\cos\theta$, $y=r\sin\theta$, $dx\,dy=r\,dr\,d\theta$, the flux is
$$\iint_S\mathbf{F}\cdot\mathbf{n}\,d\sigma=\int_0^{2\pi}\int_0^1(8r^2-2)r\,dr\,d\theta=2\pi\Big[2r^4-r^2\Big]_0^1=2\pi(2-1)=2\pi.$$Check. Verify via the Divergence Theorem. $\operatorname{div}\mathbf{F}=4+4+0=8$. Capping $S$ with the disk $D=\{x^2+y^2\leq1,\ z=1\}$ oriented by $\mathbf{k}$, $S\cup D$ bounds the solid $V=\{(x,y,z): x^2+y^2\leq z\leq1\}$, and the outward orientation of $S$ for this solid agrees with $\mathbf{n}\,d\sigma=(2x,2y,-1)\,dx\,dy$ found above. By the Divergence Theorem,
$$\iint_{S\cup D}\mathbf{F}\cdot\mathbf{n}\,d\sigma=\iiint_V 8\,dV=8\int_0^{2\pi}\int_0^1(1-r^2)r\,dr\,d\theta=8\cdot2\pi\left[\frac{r^2}2-\frac{r^4}4\right]_0^1=8\cdot2\pi\cdot\frac14=4\pi.$$Since $\mathbf{F}\cdot\mathbf{k}=2$ on $D$, $\displaystyle\iint_D\mathbf{F}\cdot\mathbf{n}\,d\sigma=2\cdot\pi(1)^2=2\pi$, so
$$\iint_S\mathbf{F}\cdot\mathbf{n}\,d\sigma=4\pi-2\pi=2\pi,$$the same value.
문제 · Problems
주어진 곡면에 대하여 $P_0$에서의 접평면의 방정식을 찾으시오.
- $\mathbf{r}(r,\theta)=(r\cos\theta)\mathbf{i}+(r\sin\theta)\mathbf{j}+r\mathbf{k}$ $(r \geq 0,\ 0 \leq \theta \leq 2\pi)$, $P_0(\sqrt{2},\sqrt{2},2)$
- $\mathbf{r}(x,y)=x\mathbf{i}+y\mathbf{j}-x^2\mathbf{k}$ $(x,y\in\mathbb{R})$, $P_0(1,2,-1)$
For the given surface, find the equation of the tangent plane at $P_0$.
- $\mathbf{r}(r,\theta)=(r\cos\theta)\mathbf{i}+(r\sin\theta)\mathbf{j}+r\mathbf{k}$ $(r \geq 0,\ 0 \leq \theta \leq 2\pi)$, $P_0(\sqrt{2},\sqrt{2},2)$
- $\mathbf{r}(x,y)=x\mathbf{i}+y\mathbf{j}-x^2\mathbf{k}$ $(x,y\in\mathbb{R})$, $P_0(1,2,-1)$
$z=\sqrt{x^2+y^2}$ $(0 \leq z \leq 2)$ 모양으로 생긴 그릇에 무게 밀도가 $w$인 액체가 담겨 있다. 이때 액체의 압력에 의해 그릇의 일부인 곡면 $S:z=\sqrt{x^2+y^2}$ $(1 \leq z \leq 2)$에 작용하는 힘은 $\iint_S w(2-z)\,d\sigma$로 주어진다. 그 값을 계산하시오.
A container shaped like $z=\sqrt{x^2+y^2}$ $(0 \leq z \leq 2)$ holds a liquid of weight density $w$. The force exerted by the pressure of the liquid on the part of the container given by the surface $S:z=\sqrt{x^2+y^2}$ $(1 \leq z \leq 2)$ is given by $\iint_S w(2-z)\,d\sigma$. Compute this value.
개집합(open set) $D \subset \mathbb{R}^2$에 대하여 미분가능한 함수 $z=f(x,y):D \to \mathbb{R}$의 그래프로 이루어지는 곡면 $G$의 법선과 $z$축과의 사이각을 $\theta$라 할 때 다음을 보이시오.
$$\iint_G \cos^2\frac{\theta}{2}\,dS = \frac{1}{2}S(G) + \frac{1}{2}A(D)$$(단, $S(G)$는 곡면의 겉넓이, $A(D)$는 영역 $D$의 넓이로 둘 다 유한이고, $dS=\sec\theta\,dA$이다.)
For an open set $D \subset \mathbb{R}^2$, let $G$ be the surface consisting of the graph of a differentiable function $z=f(x,y):D \to \mathbb{R}$, and let $\theta$ be the angle between the normal of $G$ and the $z$-axis. Show that
$$\iint_G \cos^2\frac{\theta}{2}\,dS = \frac{1}{2}S(G) + \frac{1}{2}A(D)$$(Here $S(G)$ is the surface area of the surface and $A(D)$ is the area of the region $D$, both finite, and $dS=\sec\theta\,dA$.)
3차원 유클리드 공간 $\mathbb{R}^3$에 있는 곡면 $x(\theta,\phi)$를 다음과 같이 정의하자.
$$x(\theta,\phi)=((2+\sin\phi)\cos\theta,\ (2+\sin\phi)\sin\theta,\ \cos\phi)$$이때, 곡면 위의 점 $x(0,0)$에서의 접평면(tangent plane)의 방정식을 구하고, 그 접평면과 곡면 $x(\theta,\phi)$의 교선의 방정식을 구하시오. (단, $-\infty < \theta < \infty$, $-\infty < \phi < \infty$)
Define the surface $x(\theta,\phi)$ in the three-dimensional Euclidean space $\mathbb{R}^3$ as follows.
$$x(\theta,\phi)=((2+\sin\phi)\cos\theta,\ (2+\sin\phi)\sin\theta,\ \cos\phi)$$Find the equation of the tangent plane at the point $x(0,0)$ on the surface, and find the equation of the intersection curve of that tangent plane with the surface $x(\theta,\phi)$. (Here $-\infty < \theta < \infty$, $-\infty < \phi < \infty$.)
$\mathbb{R}$을 실수 집합이라 할 때, 곡면 $x:\mathbb{R}^2 \to \mathbb{R}^3$, $x(u,v)=\left(u-\dfrac{u^3}{3}+uv^2,\ v-\dfrac{v^3}{3}+u^2v,\ u^2-v^2\right)$에 대하여 다음 물음에 답하시오.
- 곡면 위의 점 $x(1,1)$에서의 법벡터(normal vector) $\overrightarrow{n}$을 구하시오.
- 위 (1)에서 구한 법벡터 $\overrightarrow{n}$과 $\overrightarrow{n}$을 $xy$-평면에 정사영(projection)한 벡터가 이루는 각을 $\alpha$라 할 때, $\cos\alpha$를 구하시오.
Let $\mathbb{R}$ denote the set of real numbers. For the surface $x:\mathbb{R}^2 \to \mathbb{R}^3$, $x(u,v)=\left(u-\dfrac{u^3}{3}+uv^2,\ v-\dfrac{v^3}{3}+u^2v,\ u^2-v^2\right)$, answer the following questions.
- Find the normal vector $\overrightarrow{n}$ at the point $x(1,1)$ on the surface.
- Let $\alpha$ be the angle between the normal vector $\overrightarrow{n}$ found in (1) and the vector obtained by projecting $\overrightarrow{n}$ onto the $xy$-plane. Find $\cos\alpha$.