Iterated Integral Surface Area Problem (with Polor 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 r= 2cos(\theta). To integrate over that, let \theta go from 0 to \pi (0 to 2\pi would go around the circle twice), r from 0 to 2cos(\theta).

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

Of course, since the integrand is a constant (\sqrt{2}, I don't see how your book can have 5), the integral is just that constant times the area of the circle, \pi\sqrt{2}.
 
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 r= 2cos(\theta). To integrate over that, let \theta go from 0 to \pi (0 to 2\pi would go around the circle twice), r from 0 to 2cos(\theta).

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

Of course, since the integrand is a constant (\sqrt{2}, I don't see how your book can have 5), the integral is just that constant times the area of the circle, \pi\sqrt{2}.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top