Find the volume when a curve $16x^2-(y-8)^2=32$ is rotated completely about $y$ axis between $y=0$ and $y=16$

62 Views Asked by At

Find the volume when a curve $16x^2-(y-8)^2=32$ is rotated completely about $y$ axis between $y=0$ and $y=16$ Can anyone help me with this question and a little sketching of the graph might helped.

1

There are 1 best solutions below

0
On

Your curve looks like this.

The volume is $V=\int_0^{16}{\pi (x(y))²dy}$.

$$\begin{align} 16x²&=32+(y-8)²\\ x²&=2+\frac{1}{16}(y-8)²\\ V&=\int_0^{16}{\pi (2+\frac{1}{16}(y-8)²)dy}\\ &=\int_0^{16}{\pi(2+\frac{1}{16}(y-8)²)dy}\\ \text{Let } u&=y-8\\ V&=\int_{-8}^{8}{\pi(2+\frac{1}{16}u²)du} \end{align}$$ I think you can take it from here.