In my Calculus 3 course, we were told that the formula for a sphere is as follows:
$(x-h)^2+(y-k)^2+(z-l)^2 = r^2$ where the center is $C(h, k, l)$ and $P(x, y, z)$ is some valid point on the edge of the sphere that is $r$ distance from the center. This formula makes sense.
We were told that an extension of this formula is one for a ball:
$(x-h)^2+(y-k)^2+(z-l)^2 \leq r^2$
At first, I thought the $\leq$ represents the notion that one can squeeze a ball and force its radius to become smaller than it originally was.
But then I realized that squeezing part of the ball naturally displaces the air that occupied that space, so while the radius in the pinched portion of the ball is greater than $r$, shouldn't the various radii in the other portions of the ball be slightly larger than the normal radius of the ball to account for that displaced air, in order for the volume of the ball to remain the same? If my assumption is correct, why do we use $\leq$ for the formula of a ball?