Video summary

[미적분학2] 13.6절 (2/2) - 매개곡면의 넓이 구하는 공식

Main summary

Key takeaways

Science and Nature

Scientific concepts / discoveries / nature phenomena in the subtitles

1) Parametric surfaces and tangent planes

  • A parametric surface is defined by a vector function (\mathbf{r}(u,v)), which can be viewed as a “patch” in 3D space.
  • At a point (\mathbf{r}(u_0,v_0)), the tangent plane is found using:

    • Tangent vectors in the parameter directions:

      • [ \mathbf{r}_u=\frac{\partial \mathbf{r}}{\partial u} ]

      • [ \mathbf{r}_v=\frac{\partial \mathbf{r}}{\partial v} ]

    • A normal vector:

      • [ \mathbf{n}=\mathbf{r}_u \times \mathbf{r}_v ]
  • Smooth surface (non-degenerate tangent plane) condition

    • (\mathbf{r}_u) and (\mathbf{r}_v) must not be parallel, i.e.
      • [ \mathbf{r}_u \times \mathbf{r}_v \neq \mathbf{0} ]
  • Example workflow (as described):

    1. Compute (\mathbf{r}_u) and (\mathbf{r}_v) using partial derivatives.
    2. Take the cross product (\mathbf{r}_u \times \mathbf{r}_v) to get (\mathbf{n}).
    3. Use a specific point (given as ((1,1,3))) to write the tangent plane equation.

2) Surface area of parametric surfaces (key formula)

For a parametric surface (\mathbf{r}(u,v)) over a parameter domain (D) in the (uv)-plane:

  • The area element comes from the magnitude of the cross product: [ \mathrm{d}S = |\mathbf{r}_u \times \mathbf{r}_v|\;\mathrm{d}u\,\mathrm{d}v ]

  • The surface area is given by the double integral: [ S=\iint_D |\mathbf{r}_u \times \mathbf{r}_v|\,du\,dv ]

Riemann-sum / approximation idea

  • Small increments (\Delta u), (\Delta v) produce two tangent vectors that span a small parallelogram.
  • The parallelogram’s area is approximated by: [ |\mathbf{r}_u \times \mathbf{r}_v|\,\Delta u\,\Delta v ]

  • Summing and taking the limit leads to the double integral.


3) Surface area of a sphere (worked example)

  • Uses the standard parametrization of a sphere of radius (a): [ (a\sin\phi\cos\theta,\;a\sin\phi\sin\theta,\;a\cos\phi) ]

  • Parameter ranges:

    • (\phi\in[0,\pi])
    • (\theta\in[0,2\pi])
  • Compute (|\mathbf{r}\phi \times \mathbf{r}\theta|), then integrate to obtain the familiar result: [ 4\pi a^2 ]

4) Special case: surface given as a graph (z=f(x,y))

For a surface described as:

  • (z=f(x,y))

and parametrized by: [ \mathbf{r}(x,y)=(x,\;y,\;f(x,y)), ] the surface area formula simplifies to: [ \sqrt{1+\left(\frac{\partial f}{\partial x}\right)^2+\left(\frac{\partial f}{\partial y}\right)^2}. ]

So: [ S=\iint_D \sqrt{1+f_x^2+f_y^2}\;dA. ]

The subtitles also emphasize the similarity to the arc length formula for curves, since both have a “(1+\text{(derivative)}^2)” square-root structure.


5) Example surface area under a paraboloid

The portion of the surface described is interpreted as:

  • “the part of the surface (x^2+y^2) below the plane (z=9),” i.e. set up via an equivalent graph form (z=f(x,y)) as described in the subtitles.

Method outline:

  • Express as a graph (z=f(x,y)).
  • Use polar coordinates for the domain:
    • (x^2+y^2\le 9) (a disk)
  • Integrate over:
    • (r\in[0,3])
    • (\theta\in[0,2\pi])

The subtitles report an answer of the form [ 6^3\text{(something)}\sqrt{37}-1, ] but the transcript is too error-prone to reliably reconstruct the exact closed form. The key takeaway is the method: use polar coordinates and integrate (\sqrt{1+f_x^2+f_y^2}) over the region.


6) Connection to the “surface area of revolution” (validation)

  • The lecture links the parametric-surface formula back to a prior result from Calculus Section 7.5:
    • Surface area obtained by rotating a curve around an axis.
  • It validates consistency by:
    • parametrizing the rotated surface using an angle parameter (\theta),
    • computing (\mathbf{r}{\text{(param)}} \times \mathbf{r}\theta),
    • recovering the same expression as the earlier revolution method.
  • Conclusion: the parametric-surface approach reproduces the revolution result.

Researchers / sources featured

  • Riemann (used for the Riemann-sum interpretation of the surface area integral)
  • Calculus textbook / section references (not attributed to a specific author in the subtitles, but cited as):
    • Chapter 12
    • Section 12.7
    • Section 12.8
    • Chapter 13 (13.6)
    • Calculus Section 7.5

Original video