Mathematics for Computer Science

(Frankie) #1

14.4. Hanging Out Over the Edge 415


table

Figure 14.4 A stack of 5 identical blocks on a table. The top block is hanging out
over the edge of the table, but if you try stacking the blocks this way, the stack will
fall over.


For example, the maximum possible overhang for a single block is1=2. That is
because the center of mass of a single block is in the middle of the block (which is
distance1=2from the right edge of the block). If we were to place the block so that
its right edge is more than1=2from the edge of the table, the center of mass would
be over air and the block would tip over. But we can place the block so the center
of mass is at the edge of the table, thereby achieving overhang1=2. This position
is illustrated in Figure 14.5.
In general, the overhang of a stack of blocks is maximized by sliding the entire
stack rightward until its center of mass is at the edge of the table. The overhang
will then be equal to the distance between the center of mass of the stack and the
rightmost edge of the rightmost block. We call this distance thespreadof the stack.
Note that the spread does not depend on the location of the stack on the table—it
is purely a property of the blocks in the stack. Of course, as we just observed,
the maximum possible overhang is equal to the maximum possible spread. This
relationship is illustrated in Figure 14.6.

Free download pdf