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
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top