Consider a sphere of radius \(R\) is centered at the origin in \(\RR^3\text{.}\) Such an object is given by the equation \(x^2 + y^2 + z^2 = R^2\) as a locus in \(\RR^3\text{.}\) I will slice the sphere with vertical planes; the cross sections will be circles. At the front of the sphere, the slice is just a point. As the slices move down the sphere, they get larger. At the middle, the slice is a circle of radius \(R\text{.}\) Then the slices start shrinking down again until there is just a point at the back of the sphere. I’ll assume the slices are perpendicular to the \(x\) axis and are identified by their \(x\) position as \(x \in [-R,R]\text{.}\)
Then I need to know the radius of each disc, based on its \(x\) position. I could treat the maximum \(y\) values as the radius. If I set \(z=0\) in the locus, then \(x^2
+ y^2 = R^2\text{,}\) so the maximum \(y\) value would be \(y
= \sqrt{R^2 - x^2}\text{.}\) This is the radius of the slice at position \(x\)
Then I need to set up the integral. Implicitly, of course, the integral is a limit of approximations. However, it is usually possible to go directly to setting up the integral using \(dx\) (or whatever variable indicates the position of the slide) as the width term. I have a range for the \(x\) positions: \(x \in [-R,R]\text{,}\) which forms the bounds for the integral. I have a circle of radius \(\sqrt{R^2 - x^2}\) at each \(x\) position. The area of this circle is \(\pi (\sqrt(R^2 - x^2)^2 = \pi(R^2 -
x^2)\text{.}\) That’s the area of the cross section, which is the function I will integrate. The width is \(dx\text{.}\) Those are all the pieces of the integral. The resulting integral is a reasonable polynomial integral.
\begin{align*}
V \amp = \int_{-R}^R \pi (R^2 - x^2) dx\\
\amp = \pi \int_{-R}^R R^2 - x^2 dx = \left. \pi R^2 x
- \pi \frac{x^3}{3} \right|_{-R}^R\\
\amp = \pi R^3 - (-\pi R^3) - \left( \frac{\pi R^3}{3}
+ \frac{\pi R^3}{3} \right) = 2\pi R^3 - \frac{2\pi
R^3}{3} = \frac{4\pi R^3}{3}
\end{align*}
The result is the well known formula for the volume of a sphere.