You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

6.3 Surface Area and Parametric Surfaces

3 min readjuly 25, 2024

helps us describe 3D surfaces using 2D parameters. We can map points on a plane to points on a surface, making it easier to analyze complex shapes. This technique is crucial for understanding the geometry of curved surfaces in space.

Surface area calculations build on parameterization. By using and , we can find the area of curved surfaces through integration. This connects our understanding of surfaces to calculus concepts we've learned before.

Parameterization and Surface Area

Parameterization of 3D surfaces

Top images from around the web for Parameterization of 3D surfaces
Top images from around the web for Parameterization of 3D surfaces
  • Vector-valued functions for surfaces map 2D parameters to 3D points r(u,v)=x(u,v),y(u,v),z(u,v)\mathbf{r}(u,v) = \langle x(u,v), y(u,v), z(u,v) \rangle defined over a domain in uv-plane
  • Common surface types with parameterizations:
    • Planes: r(u,v)=p+uv+vw\mathbf{r}(u,v) = \mathbf{p} + u\mathbf{v} + v\mathbf{w} where p\mathbf{p} is a point on the plane and v\mathbf{v}, w\mathbf{w} are vectors in the plane
    • : r(θ,ϕ)=asinϕcosθ,asinϕsinθ,acosϕ\mathbf{r}(\theta,\phi) = \langle a\sin\phi\cos\theta, a\sin\phi\sin\theta, a\cos\phi \rangle with aa as radius, θ\theta as azimuthal angle, ϕ\phi as polar angle
    • : r(θ,z)=acosθ,asinθ,z\mathbf{r}(\theta,z) = \langle a\cos\theta, a\sin\theta, z \rangle where aa is radius and zz is height
    • : r(θ,z)=ztanαcosθ,ztanαsinθ,z\mathbf{r}(\theta,z) = \langle z\tan\alpha\cos\theta, z\tan\alpha\sin\theta, z \rangle with α\alpha as half-angle of cone
  • Identifying parameters involves recognizing surface symmetry and natural coordinates (radial, angular)
  • Transforming between Cartesian and parametric forms requires understanding geometric relationships and solving equations

Surface area of parametric surfaces

  • calculates area by summing infinitesimal patches over entire surface
  • Fundamental formula SA=Dru×rvdudvSA = \iint_D |\mathbf{r}_u \times \mathbf{r}_v| \, du \, dv uses partial derivatives and
  • Surface area calculation process:
    1. Determine parameterization r(u,v)\mathbf{r}(u,v) based on surface geometry
    2. Compute partial derivatives ru\mathbf{r}_u and rv\mathbf{r}_v using component-wise differentiation
    3. Calculate cross product ru×rv\mathbf{r}_u \times \mathbf{r}_v representing surface
    4. Find magnitude ru×rv|\mathbf{r}_u \times \mathbf{r}_v| using dot product or component formula
    5. Set up double integral over parameter domain D and evaluate using appropriate techniques (substitution, numerical methods)

Surface area formula derivation

  • J=[xuxvyuyvzuzv]J = \begin{bmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \\ \frac{\partial z}{\partial u} & \frac{\partial z}{\partial v} \end{bmatrix} encodes information about surface deformation
  • Relationship ru×rv=det(J)\mathbf{r}_u \times \mathbf{r}_v = \det(J) connects cross product to
  • Derivation steps:
    1. Approximate surface with small parallelograms formed by ruΔu\mathbf{r}_u \Delta u and rvΔv\mathbf{r}_v \Delta v
    2. Area of parallelogram given by magnitude of cross product: ru×rvΔuΔv|\mathbf{r}_u \times \mathbf{r}_v| \Delta u \Delta v
    3. Take limit as Δu,Δv0\Delta u, \Delta v \to 0 to get
    4. Express result using Jacobian: dA=det(JTJ)dudvdA = \sqrt{\det(J^T J)} \, du \, dv
  • Final SA=Ddet(JTJ)dudvSA = \iint_D \sqrt{\det(J^T J)} \, du \, dv generalizes cross product form

Surface area in coordinate systems

  • Cartesian coordinates for surfaces z=f(x,y)z = f(x,y):
    • Parameterization r(x,y)=x,y,f(x,y)\mathbf{r}(x,y) = \langle x, y, f(x,y) \rangle uses x, y as parameters
    • Surface area formula SA=D1+(fx)2+(fy)2dxdySA = \iint_D \sqrt{1 + (\frac{\partial f}{\partial x})^2 + (\frac{\partial f}{\partial y})^2} \, dx \, dy derived from general form
  • :
    • Conversion x=ρsinϕcosθ,y=ρsinϕsinθ,z=ρcosϕx = \rho\sin\phi\cos\theta, y = \rho\sin\phi\sin\theta, z = \rho\cos\phi with ρ\rho as radius, θ\theta as azimuthal angle, ϕ\phi as polar angle
    • dS=ρ2sinϕdθdϕdS = \rho^2\sin\phi \, d\theta \, d\phi useful for surfaces with spherical symmetry
  • :
    • Conversion x=rcosθ,y=rsinθ,z=zx = r\cos\theta, y = r\sin\theta, z = z with rr as radial distance, θ\theta as angular coordinate
    • Surface area element dS=rdθdzdS = r \, d\theta \, dz simplifies calculations for cylindrical surfaces
  • Choosing coordinate system based on surface symmetry reduces complexity of integration
  • Changing variables in surface integrals involves Jacobian of transformation between coordinate systems
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary