For the mathematically minded...
April 27, 2005 4:39 PM
Subscribe
Here's a question for the mathematically minded. A lot of the work I do involves rolling materials such as paper or plastic film onto rolls. Now, while I normally can guess by sight or weigh a roll to determine how much is on it, I got to wondering...
... how would one go about calculating the length of film on a roll, based on measuring from the outer edge of the core to the outer edge of the rolled film? You would need to take into account these factors - diameter of the core being wound onto, thickness of the material being wound.
Every time the film goes around the core, the core diameter is effectively increased by double the thickness of the film, and so a roll twice as thick is not twice as long.
Surely there is some elegant way of calculating such a thing? It would be nice to be able to measure a roll, enter the measurement into a spreadsheet, and know how long it is.
posted by tomble to science & nature (24 comments total)
A reasonably simple formula is L = pi*N*(D+d)/2 where N = (D-d)/(2*t) is the number of wraps of tape of thickness t on a roll of diameter D (when full) around a core of diameter d. The formula represents the average of two estimates using the sum of circumferences of
concentric circles (inside vs. outside diameters based on t).
The summation formula 1+2+3+...+N = N*(N+1)/2 is needed to develop each estimate.
The engineer in me would tweak this formula based on actual lengths and diameters to make it even more accurate.
posted by forforf at 4:54 PM on April 27, 2005