0

Given a piece of paper of thickness or height $h$ and length $l$, how often can you roll the piece around itself, forming a tight roll in the length direction?

I would use the assumption that the first revolution is of radius $a$ and that there is no gaps between the paper when rolled tightly. But I’m not sure what to do with that and if there is a more elegant assumptions to make. Also I don’t really know how spirals work mathematically.

I used to do these rolls as a kid from leafs and now I do them with bottle etiquettes. I would love to see some of your thoughts on this completely arbitrary math problem!

lthz
  • 161

1 Answers1

0

When started on a circular former of given start radius $a$ and if the maximum radius reached is $b$, it can be estimated to a good approximation as follows by equating cylinder end/edge surface area of each of the tightened cylinders to the lateral area.

$$ \pi ( b^2-a^2) = h \cdot l $$

and so the number of layers obtained by such repetitive windings is

$$ n= \frac{b-a}{h}= \frac{l}{\pi(b+a)}.$$

which is nothing but multiples of average diameter comprising the total length $l $.

Narasimham
  • 40,495