twoflower
- 363
- 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!
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!