The region R is bound by the curve $y=\frac{1}{(1+4x^2)^2}$, the line $x=\frac{\sqrt{3}}{2}$, the $x$-axis and the $y$-axis.
Find the volume of the solid formed when R is rotated $2\pi$ radians about the $y$-axis.
How do you tackle this question? I tried using
$$V=\pi\int_0^1 \frac{\sqrt{\frac{1}{y}}-1}{4} dy$$ since $$x^2=\frac{\sqrt{\frac{1}{y}}-1}{4}$$ but that's not the answer.
I find more "natural" the cylinder method $$V=2 \pi \int_0^{\frac{\sqrt{3}}{2}} x\cdot \frac{1}{\left(4 x^2+1\right)^2} \, dx$$ Substitute $4x^2+1=t\to 8x\,dx=dt\to x\,dx=\frac{dt}{8}$ integration limits become
$x=0\to t=1;\;x=\dfrac{\sqrt 3}{2}\to t=4$
so we have
$$V=2\pi\int_1^4 \,\frac{1}{8}\frac{dt}{t^2}=\frac{\pi}{4}\left[-\frac{1}{t}\right]_1^4=\frac{\pi}{4}\left(-\frac{1}{4}+1\right)=\color{red}{\frac{3}{16}\pi}$$