Surface Integrals in Polar Coordinates

DrGlove
Messages
2
Reaction score
0

Homework Statement


Find the area cut from the surface z = 2xy by the cylinder x^2 + y^2 = 6.
[Hint: Set up the integral using rectangular coodinates, then switch to polar coordinates.]

Homework Equations


<br /> A = \iint \sqrt{{z_x}^2+{z_y}^2+1}dxdy = \iint \sqrt{{r^2}+{r^2}{z_r}^2+{r^2}{z_\theta}^2} dr d\theta<br />

The Attempt at a Solution


<br /> <br /> \begin{gather*}<br /> z_x = 2y\\<br /> z_y = 2x\\<br /> \\<br /> A = 4\int_{0}^{\sqrt{6}} \int_{0}^{\sqrt{y^2-6}} \sqrt{4{y^2}+4{x^2}+1} dx dy\\\\<br /> A = 4\int_{0}^{\sqrt{6}} \int_{0}^{\sqrt{y^2-6}} \sqrt{4{r^2}+1} dx dy\\\\<br /> A = \int_{0}^{2\pi} \int_{0}^{\sqrt{6}} \sqrt{4{r^2}+1} dr\frac{\partial x}{\partial r} d\theta \frac{\partial y}{\partial\theta} = \int_{0}^{2\pi} \int_{0}^{\sqrt{6}} r {\cos}^2\theta \sqrt{4{r^2}+1} dr d\theta\\\\<br /> \end{gather*}<br />

From there, I can work the problem down, but I'm not sure if my conversion from dx -> dr, or dy -> d theta is even a valid operation. I don't see a ready way to do this problem if I start straight in with polar (cylindrical) coordinates, since the algebra quickly becomes very complex. I guess what I need to know, is how do I appropriately convert dx*dy -> dr*dtheta?

Any help appreciated!
 
Last edited:
Physics news on Phys.org
The element of area dx*dy is r*dr*dtheta in polar coordinates. In a problem like this, you don't try to derive it. You just remember it and substitute.
 
D'oh! Thanks for pointing that out :P
 
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