Let $D=\left\{(y,z): \sqrt{y} \leq z \leq 2-\sqrt{y} \right\}$. Rotate $D$ $360$ degree around the $z$ axis generating the volume $V_z$ and evaluate the lateral surface of $V_z$, $|\partial V_z|$.
For evaluating the lateral surface of $V_z$, I considered these two curves:
- $\gamma_1(t) = (t,\sqrt{t})$, $0 \leq t \leq 1$;
- $\gamma_2(t) = (t,2- \sqrt{t})$, $0 \leq t \leq 1$.
So I continued by doing the integral $$|\partial V_z| = 2\pi\int_{0}^{1}t\sqrt{1+\frac{1}{4t}}dt +2\pi\int_{0}^{1}t\sqrt{1+\frac{1}{4t}}dt = 4\pi\int_{0}^{1}t\sqrt{1+\frac{1}{4t}}dt.$$
Any tips on how to solve this integral? Is it possible to evaluate the surface with a different approach?