...it occurred to me that I should be able to simply "unwrap" the cylinder so that it's just a rectangle and then multiple the dimensions instead of integrating.
That can give you a good approximation when the thickness is small, but the volume calculated this way will always be too big. You can see why by actually making a fat cylindrical shell out of plasticene (or something), cutting it, and carefully unrolling. Imagine the inner radius is zero - what shape do you get when you unroll?
Consider - which dimensions did you use when you unrolled the cylindrical shell? Did you use the inner or the outer dimensions? The height is the same but the circumference isn't. So which one is right?
The easiest non-integrating way to find the volume is to use the equation for the volume of a cylinder and subtract the volume of the hole.
If we take: height h, inner radius r, outer radius R (R>r), we can work out the general formula by different methods and compare them.
"Subtracting the hole" gets you:
$$V=\pi(R^2-r^2)h$$ You can see this one has to be correct right?
Using the unrolling approach, you one of these: $$V=2\pi R(R-r)h\qquad V=2\pi r(R-r)h$$... depending on if you use the inner or outer dimensions. Either way, it's not the same.
By integration:$$V=2\pi h\int_r^R \rho \; d\rho = \pi h(R^2-r^2)$$... here the volume element is the cylindrical shell between ##\rho## and ##\rho+d\rho##
... which is ##dV = 2\pi h \rho \;d\rho##
I got the volume element by the "unrolling" method - which I can get away with this time because this shell is infinitesimally thin.
When you unroll a
fat cylinder, you end up with a slab with trapezium-shaped ends.
What happens when you work out the volume of that?