Volume of the solid (cylinders)

102 Views Asked by At

Find the volume of the solid bounded by the cylinders $x^2 + z^2 = a^2$ and $y^2 + z^2 = a^2$

I couldn't figure out which region is it and I can't even "see" the cilinders. Can you give me a little help with the problem interpretation?

thanks

1

There are 1 best solutions below

0
On BEST ANSWER

If you intersect your solid with the plane $z=\text{const}$ you will get the square $$|x| \le \sqrt{a^2-z^2},\quad |y| \le \sqrt{a^2-z^2}$$ with area $A(z)=4(a^2-z^2)$. Imagine the solid being made up of "infinitesimally thin" slices of height $dz$. The volume of such a slice will then be $$ dV = A(z)\,dz = 4(a^2-z^2)\,dz $$ and the total volume will be $$ V = \int_{-a}^a dV = \int_{-a}^a 4(a^2-z^2)\,dz $$ since we have to let $z$ vary from $-a$ to $a$ in order to cover the entire solid.