I recently watched this video on deriving the surface area of a sphere by summing up the surface area of thin cylinders and wanted to see if a similar method worked for deriving the volume of a sphere by summing up the volume of thin cylinders.
However, I just can't get it to work. The radii of the cylinders is the same as when finding the surface area in the video ($r\cos\theta$), the height of the thin cylinders is $r\mathrm d\theta$ (a thin arc of the sphere) and then I integrate between $\dfrac{\pi}{2}$ and $0$.
However, my answer comes out as $\dfrac{\pi^2r^3}{2}$ and not the standard formula.
I can derive the formula with volumes of revolution and other ways but was wondering why this method seems not to work when it works for the surface area. Thanks for your help in advance.
Edit: my working.
Radius of sphere is $r$ and so radius of circular cross sections is $r\cos\theta$.
A very thin arc will be $r\mathrm d\theta$.
Area of any circular cross section will be $\pi(r\cos\theta)^2$.
Volume of thin cylinders will be $$\pi(r\cos\theta)^2(r\mathrm d\theta)=\pi r^3\cos^2\theta \mathrm d\theta$$
Integrating all the thin volumes of the thin cylinders from $0$ to $\frac{\pi}{2}$ gives:
$$\pi r^3\int_{0}^{\frac{\pi}{2}}\cos^2\theta \mathrm d\theta$$
I use the cosine double angle identity to solve it and my answer comes out as $\frac{\pi^2r^3}{2}$ (after doubling to get the whole volume of the sphere not just the hemisphere).
Edit 2:
I've solved the problem. I found the heights of the cylinders would approximately be $rd\theta cos\theta$ (the tiny arcs are approximately the hypotenuse of a tiny right angle triangle). This gives the integral as $$\pi r^3\int_{0}^{\frac{\pi}{2}}cos^3\theta d\theta=\frac{2\pi r^3}{3}$$ giving the volume of the whole sphere as $$\frac{4\pi r^3}{3}$$