Jump to content

Leaning tower


Recommended Posts

Imagine that you got planks 1m long each, as many of them as you wish. The planks have a width and a thickness, but those are not important here. What is important, they have weight.

The only thing you can do with the planks is to put them on top of each other, like this:

image.png.05e9a8635b885433d9a3b43b3bf54f5f.png

Your goal is to make the tower with the largest possible "shadow", x. IOW, the largest horizontal distance between the leftmost and the rightmost edges of the planks.

The question is: what is the largest x so that the tower and its parts don't fall?

Link to comment
Share on other sites

Let's start from the top of the tower. The longest the top plank can stick out without falling is 0.5m:

image.png.cdbc3de5a500d109e2d96fef27711a33.png

In this case, x = 1.5m. Obviously, it can be made longer using more planks ...

Link to comment
Share on other sites

  • 2 weeks later...

Let's go to the next plank under the top two. To stick out without falling these two can have their center of gravity on the edge of the plank under them:

image.png.6712e3f2168918dab4dbc81cca443030.png

This position adds another 0.25m making x = 1 + 1/2 + 1/4 m.

How far can we go if we continue like this?

Link to comment
Share on other sites

  • 2 weeks later...

It might seem that if we continue this way, we get a series 1 +1/2 + 1/4 + 1/8 + ..., which converges to 2. That would mean that by building the tower this way we can make it maximum 2m "wide". However,

Spoiler

calculating the next offset gives us 1/6 rather than 1/8. The series is 1 + 1/2 + 1/4 + 1/6 + 1/8 + 1/10 + ...

Thus, what is the maximal possible x?

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.