phyzmatix
- 313
- 0
Homework Statement
A container has a vertical height of 1m, a circular base with radius 1m and a circular top with radius 2m. Use a triple integral and spherical coordinates to evaluate the volume of the container.
2. The attempt at a solution
If we set up the problem so that the centre of the container's base is at (z,r)=(0,0) it is clear that the region of integration can be viewed as a union of two Type II regions D1 and D2 where
D_1=\{(r,\theta ,z)\|0\leq\theta\leq2 \pi , 0\leq z\leq 1 \mbox{and} 0\leq r\leq 1\}
D_2=\{(r,\theta ,z)\|0\leq\theta\leq2 \pi , 0\leq z\leq 1 \mbox{and} z+1\leq r\leq 2\}
So that
\mbox{Volume of Container}=\int_0^{2\pi}\int_0^1\int_{z+1}^2 r drdzd\theta +\int_0^{2\pi}\int_0^1\int_0^1 r drdzd\theta
=\int_0^{2\pi}\int_0^1 [\frac{1}{2}r^2]_{z+1}^2dzd\theta + \pi
=\frac{1}{2}\int_0^{2\pi}\int_0^1 [4-(z^2+2z+1)]dzd\theta + \pi
=\frac{1}{2}\int_0^{2\pi}\int_0^1 [3-z^2-2z]dzd\theta + \pi
=\frac{1}{2}\int_0^{2\pi} [3z-\frac{1}{3}z^3-z^2]_0^1 d\theta + \pi
=\frac{5}{6}\int_0^{2\pi}d\theta + \pi
=\frac{5}{3}\pi + \pi
=\frac{8}{3}\piThis is the first problem of its kind that I'm attempting and I'm not sure if I've done everything correctly. I'm slightly suspicious of my limits of integration...Could someone please check this and tell me if it's correct or not? I've attached an image of the regions D1 and D2.
Thanks!
phyz