The Setup
A Dangling Dilemma
Imagine a heavy, uniform cable resting on a perfectly smooth table. A fraction of it, exactly n1th of its total length L, is dangling over the edge. Our mission is to calculate the work required to pull this hanging section completely back onto the table.
At first glance, you might think about calculating the varying force required to pull the chain as it gets shorter and shorter. While that's a valid approach using calculus, there is a much more elegant and faster way to solve this using the principles of energy.
The Elegant Shortcut
Center of Mass
To find the work done, we don't need to complicate things with forces. We can use the work-energy theorem. The work we do against gravity will simply be equal to the change in the gravitational potential energy of the cable.
Let's set the table surface as our reference level, meaning any mass on the table has a potential energy of zero (U=0). We only need to focus on the hanging part, because the part already on the table doesn't change its vertical position, so its potential energy remains constant.
Crunching the Numbers
Since the cable is uniform, its mass is distributed evenly. Therefore, the mass of this dangling section, let's call it m′, is simply the total mass M divided by n.
Now, where does the entire mass of this hanging section effectively act? At its center of mass! For a uniform straight cable, the center of mass lies exactly at its geometric center. So, it's located halfway down the hanging length, which is at a depth of h below the table.
Let's calculate the initial potential energy. Since the center of mass is below our reference level, the potential energy will be negative.
Ui=−m′gh=−(nM)g(2nL)=−2n2MgL
When the cable is pulled completely onto the table, its center of mass reaches the reference level, making the final potential energy zero (Uf=0). The work done is the final energy minus the initial energy.
W=Uf−Ui=0−(−2n2MgL)=2n2MgL
And there we have it! The work done is 2n2MgL.
The Calculus Alternative
While the center of mass approach is incredibly fast, it's always good to know the calculus method. You could take a tiny element of length dx at a distance x from the top. Its mass would be dm=(LM)dx. The work done to lift just this tiny piece to the table is dW=(dm)gx. Integrating this from x=0 to x=nL will yield the exact same beautiful result!