A roll of toilet paper has an inner diameter of 4 cm. It contains 200 sheets of toilet paper. Each sheet is 12 cm long and 0.4 mm thick. What is the total diameter (more precisely the largest diameter) of the roll in cm considering no air is trapped between the layers?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A r e a o f t h e p a p e r e d g e = 2 0 0 ∗ 1 2 ∗ . 0 4 c m 2 . L e t D b e t h e t o t a l d i a m e t e r . T h e n t h e a r e a o f t h e c r o s s s e c t i o n o f t h e r o l l = 4 π ∗ ( D 2 − 4 2 ) c m 2 T h e a r e a s m u s t b e e q u a l . ∴ D = π 4 2 0 0 ∗ 1 2 ∗ . 0 4 + 4 2 = 1 1 . 7 5 7 2
I missed it since I took thickness as .4 ~cm!!!!
The first layer of toilet paper we wrap around the roll contains 4 π = 1 2 . 5 7 cm worth of toilet paper. The second layer is now wrapped on top of the first layer, which is why the diameter is slightly bigger now. It is 0.08 cm bigger to be exact, since the thickness of the toilet paper contributes once to the radius, hence twice to the newer diameter. Now we can wrap 4 . 0 8 π = 1 2 . 8 2 cm worth of toilet paper around on top of the first layer. This pattern continues like that.
Since the roll contains 200 sheets we need to find the amount of layers where the circumferences of each circle add up to a value above 1 2 ∗ 2 0 0 = 2 4 0 0 cm.
With the knowledge of the pattern above, I wrote a programm that would tell me exactly that.
The answer is, that after 98 layers one can wrap around 2426 cm worth of toilet paper around the roll in total. Now we just have to calculate the diameter: 2 ∗ 9 8 ∗ 0 . 0 4 + 4 = 1 1 . 8 4 cm, since the thickness of the toilet paper contributes twice to the diameter.
Let be r = 2 the radius of the inner cylinder and s = 0 . 0 4 the thickness of the sheet. The paper rolled upon it could be modelled as an archimedean spiral of general equation
r ( θ ) = a + b θ
The total lenght of the spiral will be L = 1 2 ⋅ 2 0 0 = 2 4 0 0 . For θ = 0 we'll have that
r ( 0 ) = a + b ⋅ 0 = r = 2 ⟹ a = 2
For two generic point we'll have that
r ( θ + 2 π ) − r ( θ ) = s ⟹ 2 + b ( θ + 2 π ) − 2 − b θ = s ⟹ b = 2 π s
Hence
r ( θ ) = 2 + 2 π s θ .
The lenght of the spiral is d l = r ( θ ) d θ , so
∫ 0 θ 0 r ( θ ) d θ = L ⟹ ∫ 0 θ 0 ( 2 + 2 π s θ ) d θ = 2 4 0 0 ⟹ θ 0 = 6 0 9 . 2 4 rad
Eventually the diameter D we're looking for is
D = 2 r ( θ 0 ) = ( 2 + 2 π 0 . 0 4 ⋅ 6 0 9 . 2 4 ) = 1 1 . 7 5
Problem Loading...
Note Loading...
Set Loading...
The volume enclosed between the outer boundary and the inner boundary of the roll is given by V = π ( R 2 − r 2 ) L , where R is the unknown outer radius, and r = 2 cm is the inner radius, and L is the length of the roll. Now the volume of the 2 0 0 sheets is 2 0 0 × 1 2 × 0 . 0 4 × L cm 3 . Equating the two expressions, results in
π ( R 2 − 4 ) = 9 6
From which, R = 4 + π 9 6 = 5 . 8 7 9 cm , hence D = 2 R = 1 1 . 7 5 8 cm .