Roman C. answered 01/25/26
Masters of Education Graduate with Mathematics Expertise
It is actually doable with cartesian coordinates:
At a given x coordinate, the cross section is a circle of radius √(R2 - x2).
So you can integrate the disk area on x∈[-R,R].
V = ∫[-R,R] π(R2 - x2) = π(R2x - x3/3) |[-R,R] = π(R3 - R3/3) - π(-R3 + R3/3) = 4πR3/3
You can use spherical coordinates as follows.
The Jacobian is r2 sin θ.
V = ∫[0,2π] ∫[0,π] ∫[0,R] r2 sin θ dr dθ dφ
= ∫[0,2π] ∫[0,π] [r3 sin θ / 3][0,R] dθ dφ
= ∫[0,2π] ∫[0,π] R3 sin θ / 3 dθ dφ
= ∫[0,2π] [-R3 cos θ / 3][0,π] dφ
= ∫[0,2π] 2R3/3 dφ
= [2R3φ/3][0,2π]
= 4πR3/3