Calculating a volume through cylindrical coordinates

Fanta
Messages
37
Reaction score
0
Just a question.
Say you have a function, which in cylindrical coordinates it gives that
\int\int\int \sqrt{x^2 + y^2} dx dy dz

which is

\int\int\int r^2 dr d/theta dz

i want to find in cylindrical coordinates, in the area limited by the functions :

x^2 + y^2 = z^2
z is greater or equal than -1 and less than equal to 1.

so, i solve it, but then i realize:
why is the value of solving the inner integral in order to dr (with limits of integration from 0 to z) different that the one in order to dz (with limits from 0 to r), with the middle one being dz or dr, respectively, with limits 0 to 1, and the outside one (d theta) 0 to 2pi?
(all multiplied by two)

the order shouldn't matter, i think.

please explain what the order should be and why, I am really confused on this one... thanks
 
Physics news on Phys.org
you're correct the value of the integral shouldn't change - though exactly what you;re doing isn't very clear - try tex below to show your limits

\int_{z_1}^{z_2} \int_{\theta_1(z)}^{\theta_2(z)}\int_{r_1(z,\theta)}^{r_2(z,\theta)} r^2 dr d\theta dz
 
You haven't stated the original problem clearly enough to even tell whether the first integral you have written down is correct, regardless of your limits.

What are you trying to find? A volume? A mass given a variable density? Are you interested in the region (not area) inside or outside of the surface? Do you know what the surface looks like?

If you draw a picture you will see that z going from 0 to r doesn't describe the same region as r going from 0 to z.
 
Last edited:
The problem doesn't state what exactly I'm trying to calculate.

anyway, the integral would be

\int_{0}^{2\pi} \int_{0}^{1}\int_{0}^{r} r^2 dz dr d\theta

or

\int_{0}^{2\pi} \int_{0}^{1}\int_{0}^{z} r^2 dr dz d\theta

yes, i think i know what it looks like.

Basically, since the limits are

<br /> x^2 + y^2 = z^2<br />

it should be a cone, with symetry about the xy plane

<br /> z = r <br />

the limits of z are
<br /> -1 &lt;= z &lt;= 1<br />

so i can integrate the triangle that makes the cone, considering only the xz plane, plotting z/r.
Then I integrate the volume, since it's a solid of revolution and multiply it by two, because of the symmetry.

So ultimately, I know:

2 \cdot 2\pi \int_{0}^{1}\int_{0}^{r} r^2 dz dr d\theta or 2 \cdot 2\pi \int_{0}^{1}\int_{0}^{z} r^2 dr dz d\theta

and yes, i want the region. sorry, if i said area before
 
Last edited:
Fanta said:
The problem doesn't state what exactly I'm trying to calculate.

anyway, the integral would be

\int_{0}^{2\pi} \int_{0}^{1}\int_{0}^{r} r^2 dz dr d\theta

or

\int_{0}^{2\pi} \int_{0}^{1}\int_{0}^{z} r^2 dr dz d\theta

yes, i think i know what it looks like.

No, you don't get to choose. Those integrals don't describe the same region. One gives the region inside (above) the cone and the other outside (below) the cone but inside the cylinder r = 1.
 
i got it. thanks
 
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