2

I'm trying to evaluate $\iiint_{E}\sqrt{3x^{2} + 3z^{2}}~dV$ where $E$ is the solid bounded by $y = 2x^{2} + 2z^{2}$ and $y=8$.

My thought was to covert this to polar coordinates using $x^{2} + z^{2} = r^{2}$. Then the solid would be a cone originating in the $xz$-plane with radius of 0 which stretches along the $y$-axis until it terminates as a circle of radius 2. So I converted $\sqrt{3x^{2} + 3z^{2}}$ to $\sqrt{3r^{2}}$ to $r\sqrt{3}$ and set the integral up this way $$\int_{\theta = 0}^{\theta = 2\pi}\int_{r=0}^{r=2}\left(\int_{y=0}^{y=2r^{2}} r\sqrt{3} dy\right) r~dr~d\theta$$ which equals $\frac{128\sqrt{3}}{5}\pi$. But the correct answer is $\frac{256\sqrt{3}\pi}{15}$, which means I'm off by a factor of $\frac{2}{3}$. Any help figuring out what I'm doing wrong would be greatly appreciated!

1 Answers1

2

For each radius $r$, the minimum value of $y$ is $2r^2$ and the maximum value is $8$.

You should be integrating over values $y$ can take. Instead you are integrating over values of $y$ between $0$ and $2r^2$.

David K
  • 98,388