In: Physics
A beam of length L and mass M rests on two pivots. The first pivot is at the left end, taken as the origin, and the second pivot is at a distance , from the left end. A woman of mass m starts at the left end and walks toward the right end. When the beam is on the verge of tipping, find symbolic expressions for (a) the normal force exerted by the second pivot in terms of M, m, and g and (b) the woman
a) When the beam is on the verge of tipping, there is yet no motion, so the sum of the torques is still equal to zero. All we need to do to solve this problem is write the sum of the forces on the beam and equate this to zero. Keep in mind that when the beam is about to tip, the normal force on the first pivot is equal to zero. But, because it makes the solution more general and simultaneously solves parts a and b, we will instead write the sum of the torques about the left pivot and equate this to zero.
Taking up to be positive and measuring torques about the left pivot:
N*l - m*g*x - M*g*(L/2) = 0
Where N is the normal force exerted by the second pivot and x is the distance of the woman from the first pivot. M*g is multiplied by L/2 because the force of gravity acts on the center of mass, which is clearly at L/2. The obvious assumption is that L>l. A less obvious assumption is that l>L/2, otherwise the beam would tip before the woman stepped onto it.
We now have two unknowns, x and N. We therefore need another expression relating the two to solve for both. To do this, we write the sum of the torques about the second pivot, which is also equal to zero for the same reason the sum of the torques about the first is.
M*g*(l - L/2) - m*g*(x-l) = 0
Solving for N and x, we obtain the following results (I won't do the math here, but it wouldn't hurt to check my work):
N = (m + M)*g
x = (M/m)*(l - L/2) + l = (M/m)*[(M*l+m*l)/M - L/2]
b) x = (M/m)*(l - L/2) + l = (M/m)*[(M*l+m*l)/M - L/2]
c) Set x from part b equal to L, the end of the beam, and solve for l:
L = (M/m)*[(M*l+m*l)/M - L/2]
l = L*(m + M/2)/(m + M)
The technique used to solve part a can be used to solve any
balance-beam type problem. The problem given is a special case when
the first normal force is equal to zero. Generality is a goal in
all of physics, which is why I suggest using the above method as
practice. Alternatively, the answer to part a can be obtained by
equating the forces only:
N - m*g - M*g = zero
N = g*(m + M)