Integral: Area of a surface in 3D

Click For Summary
SUMMARY

The discussion focuses on calculating the surface area of the surface defined by the equation z = xy above the unit disk in the xy-plane, represented by the inequality x² + y² ≤ 1. The surface area (SA) is computed using a double integral in polar coordinates, leading to the formula SA = ∫∫_D √(1 + (∂f/∂x)² + (∂f/∂y)²) dA. The final result for the surface area is derived as SA = (2π/3)(2√2 - 1). This method utilizes the parameterization of the surface and the conversion to polar coordinates for simplification.

PREREQUISITES
  • Understanding of double integrals and surface area calculations
  • Familiarity with polar coordinates and their application in integration
  • Knowledge of partial derivatives and vector calculus
  • Basic concepts of parameterization of surfaces in 3D
NEXT STEPS
  • Study the application of double integrals in calculating areas and volumes
  • Learn about parameterization of surfaces and their derivatives
  • Explore the use of polar coordinates in multivariable calculus
  • Investigate advanced surface area calculations for more complex surfaces
USEFUL FOR

Students and professionals in mathematics, particularly those studying calculus, multivariable functions, and geometric applications in 3D space.

LeonL
Messages
1
Reaction score
0
The problem goes like that: we have a curve, z = xy, and we want to find the portion of the surface area above the circle (x^2 + y^2 <= 1 in the (x,y)-plane).

It's probably involving a double integral in polar coordinate or a triple in cylindrical, but I don't know how to set the problem. I did some volume under surface in 3D, but I don't know how to calculate the area of this surface.

Thank you very much!
 
Physics news on Phys.org
Does this look familliar?

(summarised from Thomas' Calculus, Section 13.6)

In general, if you have a surface [itex]S[/itex] which is paramaterized in terms of two variables [itex]u,v[/itex] such that you can represent the surface with a function [itex]\vec{r}(u,v) = f(u,v) \hat{i} + g(u,v) \hat{j} + h(u,v) \hat{k}[/itex], then you can calculate its surface area as:

[tex]\int_a^b \int_c^d \left| \vec{r_u} \times \vec{r_v} \right| du \, dv[/tex]

where [itex]\vec{r_u}[/itex] and [itex]\vec{r_v}[/itex] are the partial derivatives of [itex]\vec{r}(u,v)[/itex] with respect to [itex]u[/itex] and [itex]v[/itex], the vertical bars represent the magnitude of the vector product, and [itex]a,b,c,d[/itex] are the limiting values for [itex]u,v[/itex].

And you're right, it's easier if you convert to polar coordinates.
 
Last edited:
Surface Area

The surface area of the portion of the surface [itex]z=f(x,y)[/itex] which lies above D is given by this integral:

[tex]SA = \int\int_{D} \sqrt{1+ \left( \frac{\partial f}{\partial x} \right) ^{2} + \left( \frac{\partial f}{\partial y} \right) ^{2}} dA[/tex]

Since D denotes the region in the xy-plane given by:

[tex]D=\left\{ (x,y)\in\mathbb{R} ^2 : x^2+y^2\leq 1\right\}[/tex]

i.e., the unit disk. And we have [itex]z=xy[/itex], it follows that

[tex]SA = \int\int_{D} \sqrt{1+ \left( \frac{\partial f}{\partial x} \right) ^{2} + \left( \frac{\partial f}{\partial y} \right) ^{2}} dA = \int\int_{x^2+y^2\leq 1} \sqrt{1+ y ^{2} + x^{2}} dxdy[/tex]

Change to polar coordinates to get...

[tex]SA = \int_{\theta=0}^{2\pi} \int_{r=0}^{1} \sqrt{1+ r^{2}} r drd\theta = \int_{\theta=0}^{2\pi}d\theta \int_{u=1}^{2} \sqrt{u} \frac{du}{2} = \frac{2\pi}{3} \left( 2\sqrt{2} - 1 \right)[/tex]
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
11
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K