Suppose that a solid is formed in such a way that each cross section perpendicular to the x-axis, for $0 \le x \le 1$, is a disk, a diameter of which goes from the x-axis out to the curve $y = \sqrt{x}$.
Find the volume of the solid.
For this I use the disk formula. So $$\pi\displaystyle\int_0^1(\sqrt{x})^2\,dx.$$ When I do this, I get $\dfrac{\pi}5$. The answer is $\dfrac{\pi}8$. What am I doing wrong?
As I wrote in the comments, and as well as @Soke pointed out, you are told that the cross-sections perpendicular to the $x$-axis are disks where the diameter is from $y=\sqrt{x}$ to $y=0$.
$$V = \pi \int_0^1 \left(\dfrac{\sqrt{x}}{2}\right)^2\, dx = \pi\int_0^1 \dfrac{x}{4}\, dx = \left.\pi\dfrac{x^2}8\right|_0^1 = \dfrac\pi8$$