Find volume inside the cone $ z= 2a-\sqrt{x^2+y^2} $ and inside the cylinder $x^2+y^2=2ay$

3.3k Views Asked by At

I have this question and I have seen here that there are similar questions but I have been trying to figure it out for a while with no luck.

I have to find volume inside the cone $z= 2a-\sqrt{x^2+y^2}$ and inside the cylinder $x^2+y^2=2ay$.

I am trying to use cylindrical coordinates: $x=r\cos\theta\,\,\, y=r\sin\theta\,,\, z=z$.

I think I am mainly having trouble finding the boundaries for the integration $\iiint rdrdzd\theta$:

$0\leq \theta\leq 2\pi$, $0\leq z \leq 2a$, and for $r$. I think this is where I am wrong... I have $0 \leq r \leq z\,\sin(\theta)/(1-\sin(\theta)).$

If anyone knows or can give me some help I would appreciate it.

1

There are 1 best solutions below

9
On

The cross-sectional area of this volume is the intersection between the circular cross-sections of the cone and cylinder. If we call that cross-sectional area $A(z)$, then the volume is

$$V = \int_0^{2 a} dz \: A(z)$$

So the trick is to find $A(z)$. There's no substitute in drawing a picture:

cross-sections

In red is the cylinder cross-section, and in blue are cone cross-sections at various values of $z$. The integration limits will depend on $z$: when the cone cross-section intersects the cylinder cross-section below the center of the cylinder cross-section, then the intersection is bounded by the upper arc of the cone and the lower arc of the cylinder. When the cone CS intersects the cylinder CS above the center of the cylinder CS, however, there is also additional area to the left and right of the intersection points.

The intersection points are easy enough to find; they are, in polars:

$$\sin{\theta} = 1-\frac{z}{2 a}$$

The cross sectional area at $z$ is the sum of two contributions: one ($A_1$) bounded by the red circle, the other ($A_2$) by the blue circle.

$$A_1 = \int_{ \arcsin{(1-z/(2 a))}}^{\pi - \arcsin{(1-z/(2 a))}} d\theta \: \int_0^{2 a-z} dr \, r = (2 a-z)^2 \left[\pi - 2\arcsin{\left(1-\frac{z}{2 a} \right)}\right] $$

$$A_2 = 2 \int_0^{\arcsin{(1-z/(2 a))}} d\theta \: \int_0^{2 a \sin{\theta}} dr \, r = 2 a^2 \left [ \arcsin{\left(1-\frac{z}{2 a} \right)} - \left(1-\frac{z}{2 a} \right) \sqrt{1-\left(1-\frac{z}{2 a} \right)^2} \right ]$$

The cross-sectional area $A(z)=A_1+A_2$; we integrate over $z$ to get the volume. We may make the substitution $u=1-z/(2 a)$ and get

$$V=4 a^3 \int_0^1 du \: [\pi u^2 +(1- 2 u^2) \arcsin{\sqrt{1-u^2}} -u \sqrt{1-u^2}]$$

or

$$V= \left (2 \pi - \frac{32}{9}\right )a^3$$