Article 6GNDM Wrapping Christmas lights around a tree trunk

Wrapping Christmas lights around a tree trunk

by
John
from John D. Cook on (#6GNDM)

Suppose you want to wrap Christmas lights around a tree trunk that we can approximate by a cylinder of radius r.

You want to wrap lights around the tree in a helix, going up a distance h every time you go around the tree once. What length of lights do you need to make n turns around the tree?

You can model the lights as a parametric curve with equation

(r cos t, r sin t, ht/2)

If t ranges from 0 to T, the corresponding curve length is

(r^2 + h^2/4^2)1/2 T

and you can set T =2n if you want to find the length of n turns.

How much does h matter? Not much if h is less than r, as is often the case when wrapping a tree trunk with Christmas lights. My daughter Allison discovered this while wrapping lights around our pine tree, and then I wrote this post adding the math details.

If we expand (r^2 + h^2/4^2)1/2 as a function of h in a Taylor series centered at 0 we get

(r^2 + h^2/4^2)1/2 = r + h^2 / 8^2r + O(h4).

For example, suppose a tree isr = 10 inches in diameter and move h = 4 inches vertically with each turn. To complete one turn we let T = 2. The exact length of one turn is

(r^2 + h^2/4^2)1/2 T = (10^2 + 4^2/4^2)1/2 (2) = 62.96 inches.

If we ignore the h term we get

rT = 10 (2) = 62.83 inches.

In short, the length of n turns around the tree is 2rn, the same as 10 circles around the tree. The difference in length between a helix with n turns and n circles is negligible, provided h is smaller than r. Even if h = r = 10 in the example above, we'd get a length of 63.6 inches and our approximation would still be off by less than an inch per turn.

The heart of this calculation pops up frequently in various contexts. For example, the same calculation appears in the post It doesn't matter much if the tape is straight.

The post Wrapping Christmas lights around a tree trunk first appeared on John D. Cook.
External Content
Source RSS or Atom Feed
Feed Location http://feeds.feedburner.com/TheEndeavour?format=xml
Feed Title John D. Cook
Feed Link https://www.johndcook.com/blog
Reply 0 comments