Volume of a Cone: Solve the Problem

  • Thread starter Thread starter twoflower
  • Start date Start date
  • Tags Tags
    Cone Volume
twoflower
Messages
363
Reaction score
0
Hi,

I have this problem:

Compute volume of solid bounded by these planes:

<br /> z = 1<br />

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

When I draw it, it's cone standing on its top in the origin and cut with the z = 1 plane.

So after converting to cylindrical coordinates:

<br /> x = r\cos \phi<br />

<br /> y = r\sin \phi<br />

<br /> z = z<br />

<br /> |J_{f}(r,\phi,z)| = r<br />

I get

<br /> 0 \leq z \leq 1<br />

<br /> 0 \leq \phi \leq 2\pi<br />

<br /> 0 \leq r \leq 1<br />

And

<br /> V = \iiint_{M}\ dx\ dy\ dz\ =\ \int_{0}^{2\pi}\int_{0}^{1}\int_{0}^{1} r\ dr\ dz\ d\phi<br />

But I got \pi as a result, which is obviously incorrect :(

Can you see where I am doing a mistake?

Thank you!
 
Physics news on Phys.org
Your limits of integration on r are wrong. Note that your maximum r changes as a function of z. What you are (correctly) calculating here is the volume of a unit cylinder, not a cone.

-Dale
 
DaleSpam said:
Your limits of integration on r are wrong. Note that your maximum r changes as a function of z. What you are (correctly) calculating here is the volume of a unit cylinder, not a cone.
-Dale

I thought so...anyway, I still can't see what's wrong. When I draw it in x-z 2D plane, I see that the cone is bounded by curve z = r as a "right side" (which is what I got from expressing z from the original equations and using cylindrical coordinates) and z = -r[/tex] as a &quot;left side&quot;. So because 0 \leq z \leq 1 also 0 \leq r \leq 1.<br /> <br /> Why isn&#039;t it correct?<br /> <br /> EDIT: Oh, I maybe see it now..Gonna try that and possibly write again..
 
Well, you probably got it now anyway, but just in case I will tell you before I have to go for the evening. Basically instead of integrating r over 0 to 1 you need to integrate r over 0 to z.
<br /> V = \iiint_{M}\ dx\ dy\ dz\ =\ \int_{0}^{2\pi}\int_{0}^{1}\int_{0}^{z} r\ dr\ dz\ d\phi<br />

Do you see how this is a cone and the previous integration was a cylinder?

-Dale
 
Divide the cone into discs of thickness dz. The radius of each is equal to z, so area is piz^2. Now just integrate:

\int_0^1\pi z^2dz=\pi/3
 
DaleSpam said:
Well, you probably got it now anyway, but just in case I will tell you before I have to go for the evening. Basically instead of integrating r over 0 to 1 you need to integrate r over 0 to z.
<br /> V = \iiint_{M}\ dx\ dy\ dz\ =\ \int_{0}^{2\pi}\int_{0}^{1}\int_{0}^{z} r\ dr\ dz\ d\phi<br />
Do you see how this is a cone and the previous integration was a cylinder?
-Dale

Yes, that's exactly how I finally did it. Thank you DaleSpam!

Krab said:
Divide the cone into discs of thickness dz. The radius of each is equal to z, so area is piz^2. Now just integrate:

Thank you Krab, nice approach actually...
 
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