From a unit sphere, the part between two parallel planes equidistant from the center, and with spacing 1 unit in-between, is removed. The remaining parts are joined together face-to-face, precisely. How do you find the volume of this new solid?
↳Redirected from
"What balanced equation represents a redox reaction?"
#= (2 pi)/3#
the bit you're removing can be seen to have 2 components. One that can be dealt with by spherical coords, as per the drawing. the green sketch in the top corner shows this in 2D. So the volume is that green wedge revolved about the z axis.
#V = int_(phi = 0}^{2 pi} int_{theta = pi/3}^{(2pi)/3} int_{r = 0}^1 r^2 sin theta dr d theta d phi#
# = int_(phi = 0}^{2 pi} int_{theta = pi/3}^{(2pi)/3} [r^3/3]_0^1 sin theta \ d theta \ d phi#
# =1/3 int_(phi = 0}^{2 pi} int_{theta = pi/3}^{(2pi)/3} sin theta \ d theta \ d phi#
# =1/3 int_(phi = 0}^{2 pi} [ -cos theta]_{pi/3}^{(2pi)/3} \ d phi#
# =1/3 int_(phi = 0}^{2 pi} \ d phi#
#= (2 pi)/3#
In addition, there are two cones, that are ommited by the spherical integration.
Ive drawn them in in blue as this is rather messy
Using #V_{c} = pi r^2 h/3#
for each cone #V = pi r^2 h/3#
EDITED
# = pi * (sqrt3 /2)^2 * 1/2*1/3 = ( pi )/8# as h, the height of the cone, is #1/2# and radius #color{red}{sqrt3 /2}#
So the 2 cones add up to #color{red}{pi/4}#
So new volume #= (4 pi)/3 - (2 pi)/3 - pi/4 = (5pi)/(12)#
EDITED
Calculating the revolution volume generated by the rotation of
#y = sqrt(1-x^2)# regarding the #y# axis for #1/2 <= y <= 1# we have
#V = 2 int_{1/2}^1 pi x^2 dy# but
#dy = -(x dx)/sqrt(1 - x^2) # so
#V = -2 int_{-sqrt(1-(1/2)^2)}^0 (pi x^3/sqrt(1 - x^2))dx = (5 pi)/12#