to make it simpler, you can consider y>0 and y<0 separately
y>0
dV = pi[(x+dx)^2-x^2]y = pi(x+dx+x)(x+dx-x)[4-(x-3)^2] = 2pix[4-(x-3)^2]dx (after simplifying and disregarding terms in dx^2)
similarly, y<0
dV = pi[(x+dx)^2-x^2]y = pi(x+dx+x)(x+dx-x){sqrt[4-(x-3)^2]} = 2pix{sqrt[4-(x-3)^2]}dx (the sign of y here doesnt matter)
.'. overall dv = 2pix[4-(x-3)^2]dx + 2pix{sqrt[4-(x-3)^2]}dx
solving 0 = 4-(x-3)^2, we get the limits of integration 1--->5
hence,
V = S [2pix[4-(x-3)^2]]dx + S [2pixsqrt[4-(x-3)^2]}dx, from 1 to 5
from a) i) S xsqrt[4-(x-3)^2]}dx = 12(pi)^2
using that and expanding the first part of the integral, you get V
(sorry about the typeface, cbf for latex)