Iterated Integral Surface Area Problem (with Polor Coordinates)

Click For Summary
SUMMARY

The discussion focuses on calculating the surface area of the cone defined by the equation z = sqrt[(x^2 + y^2)] within the constraints of the cylinder given by x^2 - 2x + y^2 = 0. The correct approach involves using polar coordinates, specifically transforming the coordinate system to account for the cylinder's center at (1, 0). The surface area integral simplifies to π√2, contrasting with the incorrect book solution of 5. The participants clarify the limits of integration and the significance of the cylinder's position relative to the origin.

PREREQUISITES
  • Understanding of polar coordinates and transformations
  • Knowledge of surface area calculations for 3D shapes
  • Familiarity with partial derivatives in multivariable calculus
  • Ability to interpret and manipulate equations of geometric shapes
NEXT STEPS
  • Study the transformation of coordinates in polar systems
  • Learn about surface area integrals in multivariable calculus
  • Explore the properties of cylinders and their equations in Cartesian coordinates
  • Investigate the use of Jacobians in coordinate transformations
USEFUL FOR

Students and educators in calculus, particularly those focused on multivariable calculus, geometry, and surface area calculations. This discussion is beneficial for anyone tackling similar problems involving integration in polar coordinates.

alec_tronn
Messages
29
Reaction score
0

Homework Statement


Find the surface area of the part of the cone z = sqrt[(x^2 + y^2)] lying inside the cylinder x^2 - 2x + y^2 = 0.



2. The attempt at a solution

Partial Derivative x = x/sqrt(x^2 + y^2)
Partial Derivative y = y/sqrt(x^2 + y^2)

so...
sqrt((Partial Derivative Y) ^2 + (Partial Derivative at Y) ^ 2 + 1) =

sqrt[(x^2 + y^2)/(x^2 + y^2) + 1] = sqrt[2]

so...
the surface area =
integral on E of sqrt[2] r dr d(theta),
where E is the region (r, theta)|(0 < r < 2, 0 < theta < pi)

My books solution has the body of the integral as 5, and E as (0<r<1, 0<theta<pi)

I'm pretty sure I've just made an algebraical mistake in the body, but for the limits I'm confused. I don't know how to treat a cylinder that isn't centered at the origin. I thought r was always the distance from the origin... is it really the distance from the center of the cylinder?

Thanks for any help or advice you can give me.
 
Physics news on Phys.org
alec_tronn said:

Homework Statement


Find the surface area of the part of the cone z = sqrt[(x^2 + y^2)] lying inside the cylinder x^2 - 2x + y^2 = 0.



2. The attempt at a solution

Partial Derivative x = x/sqrt(x^2 + y^2)
Partial Derivative y = y/sqrt(x^2 + y^2)

so...
sqrt((Partial Derivative Y) ^2 + (Partial Derivative at Y) ^ 2 + 1) =

sqrt[(x^2 + y^2)/(x^2 + y^2) + 1] = sqrt[2]

so...
the surface area =
integral on E of sqrt[2] r dr d(theta),
where E is the region (r, theta)|(0 < r < 2, 0 < theta < pi)

My books solution has the body of the integral as 5, and E as (0<r<1, 0<theta<pi)

I'm pretty sure I've just made an algebraical mistake in the body, but for the limits I'm confused. I don't know how to treat a cylinder that isn't centered at the origin. I thought r was always the distance from the origin... is it really the distance from the center of the cylinder?

Thanks for any help or advice you can give me.

That depends on where you put the origin of your coordinate system. x2- 2x+ y2= 0 is the same as (x-1)2+ y2= 1, a circle of radius 1 with center at (1, 0). In "straight" polar coordinates, that circle is given by [itex]r= 2cos(\theta)[/itex]. To integrate over that, let [itex]\theta[/itex] go from 0 to [itex]\pi[/itex] (0 to [itex]2\pi[/itex] would go around the circle twice), r from 0 to [itex]2cos(\theta)[/itex].

Simpler would be to use the transformation [/itex]x= 1+ rcos(/theta)[/itex], [itex]y= r sin(\theta)[/itex], shifting the origin of the coordinate system. Then integrate with [itex]\theta[/itex[/itex] going from 0 to [itex]2\pi[/itex], r from 0 to 1.

Of course, since the integrand is a constant ([itex]\sqrt{2}[/itex], I don't see how your book can have 5), the integral is just that constant times the area of the circle, [itex]\pi\sqrt{2}[/itex].
 
alec_tronn said:

Homework Statement


Find the surface area of the part of the cone z = sqrt[(x^2 + y^2)] lying inside the cylinder x^2 - 2x + y^2 = 0.



2. The attempt at a solution

Partial Derivative x = x/sqrt(x^2 + y^2)
Partial Derivative y = y/sqrt(x^2 + y^2)

so...
sqrt((Partial Derivative Y) ^2 + (Partial Derivative at Y) ^ 2 + 1) =

sqrt[(x^2 + y^2)/(x^2 + y^2) + 1] = sqrt[2]

so...
the surface area =
integral on E of sqrt[2] r dr d(theta),
where E is the region (r, theta)|(0 < r < 2, 0 < theta < pi)

My books solution has the body of the integral as 5, and E as (0<r<1, 0<theta<pi)

I'm pretty sure I've just made an algebraical mistake in the body, but for the limits I'm confused. I don't know how to treat a cylinder that isn't centered at the origin. I thought r was always the distance from the origin... is it really the distance from the center of the cylinder?

Thanks for any help or advice you can give me.

That depends on where you put the origin of your coordinate system. x2- 2x+ y2= 0 is the same as
(x-1)2+ y2= 1, a circle of radius 1 with center at (1, 0). In "straight" polar coordinates, that circle is given by [itex]r= 2cos(\theta)[/itex]. To integrate over that, let [itex]\theta[/itex] go from 0 to [itex]\pi[/itex] (0 to [itex]2\pi[/itex] would go around the circle twice), r from 0 to [itex]2cos(\theta)[/itex].

Simpler would be to use the transformation [itex]x= 1+ rcos(/theta)[/itex], [itex]y= r sin(\theta)[/itex], shifting the origin of the coordinate system. Then integrate with [itex]\theta[/itex] going from 0 to [itex]2\pi[/itex], r from 0 to 1.

Of course, since the integrand is a constant ([itex]\sqrt{2}[/itex], I don't see how your book can have 5), the integral is just that constant times the area of the circle, [itex]\pi\sqrt{2}[/itex].
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
4
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K