Calculate the diameter of a roll if a paper with thickness 0.14mm and 1100m is wrap around the roll, given the roll have a diameter of 92.2mm.
For this question i tried two method Consider total surface area wrap on the roll=length*paper thickness While the roll have surface area of
$\pi (R_{roll}^2-R_{core}^2)=1100000*0.14$
which get diameter of the roll=$452.302mm$
While 2nd method consider cutting the paper with $2\pi r$ length to be wrap around the roll which constitute the 1st layer. While next layer will need $2{\pi (r+0.14)}$,3rd layer will need $2\pi (r+2(0.14))$ and so on.
which can be compute as $2\pi r + 2\pi (r+0.14) + 2\pi (r+0.28)+....=1100000$
$n(2\pi r)+2\pi (\frac{n}{2}((2)(0)+ (n-1)(0.14)))=1100000$
$n=1286$
which mean at 1286 layer, the paper will fully wrap around the roll and hence getting total thickness =1286x0.14=180.04mm
Total radius=core radius+radius of paper wrap around core=180.04+46.1=226.14mm
Diameter=226.14mmx2=452.28mm
Both consideration give value quite close to each other but mathematically which one is more accurate?