How Do You Compute the Surface Area of a Cone Segment Between Two Planes?

Click For Summary
SUMMARY

The discussion focuses on computing the surface area of a cone segment defined by the equation x² + y² = z², constrained between the planes z=0 and x + 2z = 3. The intersection of the cone and the plane results in an elliptical projection in the xy-plane, described by the equation (x-1)²/4 + y²/3 = 1. The surface area is computed using the parametric representation of the cone and the surface area formula S = ∫∫ ||r_u x r_v|| dA, leading to the final integral expressed in polar coordinates.

PREREQUISITES
  • Understanding of multivariable calculus concepts
  • Familiarity with parametric equations
  • Knowledge of surface area calculations for parametric surfaces
  • Proficiency in converting Cartesian coordinates to polar coordinates
NEXT STEPS
  • Study the derivation of surface area formulas for parametric surfaces
  • Learn about the application of polar coordinates in multivariable calculus
  • Explore advanced topics in multivariable calculus, such as Green's Theorem
  • Practice solving similar problems involving surface area of three-dimensional shapes
USEFUL FOR

Students and educators in calculus, particularly those focusing on multivariable calculus, as well as mathematicians interested in geometric applications of calculus.

born2chill
Messages
1
Reaction score
0
Multivariable calculus problem involving surface area

I am not sure where to start with this problem...Any help I receive would be greatly appreciated:


Compute the surface area of the portion of the cone x^2 + y^2 = z^2 which lies between the planes z=0 and x + 2z = 3.
 
Last edited:
Physics news on Phys.org
This is a non-trivial problem. (I think I'll add it to my Calculus III test!)

The first thing I would do is determine the area in the xy-plane involved here: find the equation of intersection of the cone and project down to the xy-plane.

The plane is x+ 2z= 3 or z= 3/2+ x/2. Putting that into the equation of the cone, we come to the equation of an ellipse (that should be no surprise):
[tex]\frac{(x-1)^2}{4}+\frac{y^2}{3}= 1[/tex]

Parametric equations for that ellipse are x= 2cos(θ)-1, y= √(3)sin(θ) and we can cover the entire (filled) ellipse by taking x= 2rcos(θ)- 1,
y= √(3)rsin(θ) with r running from 0 to 1, θ running from 0 to 2π.

The cone can be expressed in terms of r and &theta as
x= 2rcos(θ)- 1, y= √(3)rsin(θ),z= √(4r2cos2(θ)+ 3r2sin2(θ)) or, in terms of the "position vector" as X= (2rcos(θ)- 1)i+ √(3)rsin(θ)j+ √(4r2cos2(θ)+ 3r2sin2(θ))k.

To find the "differential of surface area" with respect to r and θ differentiate that with respect to each variable and find the cross product of those two vectors.
The differential of surface area is the length of that cross product time dr dθ

Integrate with r going from 0 to 1, &theta from 0 to 2π
 


To solve this problem, we can use the surface area formula for a parametric surface:

S = ∫∫ ||r_u x r_v|| dA

Where r(u,v) is the parametric representation of the cone's surface. In this case, we can use the parametrization:

x = u
y = v
z = √(u^2 + v^2)

Now, we need to find the bounds for u and v. Since the surface is bounded by the planes z=0 and x+2z=3, we can set z=0 and x+2z=3, and solve for u and v to get the bounds:

u = 0 to 3
v = -√(3-u^2) to √(3-u^2)

Next, we need to find the partial derivatives of r with respect to u and v:

r_u = <1, 0, u/√(u^2+v^2)>
r_v = <0, 1, v/√(u^2+v^2)>

Now, we can plug in these values into the surface area formula:

S = ∫∫ ||r_u x r_v|| dA
= ∫∫ √(1 + (u/√(u^2+v^2))^2 + (v/√(u^2+v^2))^2) dA
= ∫∫ √(1 + u^2/(u^2+v^2) + v^2/(u^2+v^2)) dA
= ∫∫ √(1 + 1) dA
= ∫∫ √2 dA

Now, we need to convert this double integral to polar coordinates since we are dealing with a cone. Using the standard polar coordinate conversion formulas, we get:

S = ∫∫ √2 r dr dθ
= √2 * ∫θ=0 to θ=2π ∫r=0 to r=√(3) r dr dθ
= √2 * ∫θ=0 to θ=2π (1/2)r^2 |r=0 to r=√(3)) dθ
= √2 * ∫θ=0 to θ=2π (
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 12 ·
Replies
12
Views
9K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 3 ·
Replies
3
Views
8K