Distance a platform moves when a person walks on it

  • Thread starter Thread starter songoku
  • Start date Start date
  • Tags Tags
    Platform
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
songoku
Messages
2,514
Reaction score
395

Homework Statement


A metal platform of mass M and length L is placed on a frictionless floor. A man of mass m walks on the platform from the left end to the right end of the platform. Let left end of platform denoted as point O. How much does the platform move on the floor with respect to O?

Homework Equations


conservation of momentum

d = v.t

The Attempt at a Solution


Using conservation of momentum:
total momentum of system before the man walks = total momentum of system after the man walks
0 = m.v1 + M.v2

v2 = m.v1 / M

When the person walks to the right, the platform will move to the left so the time needed for the man to reach the right end:
t = d / v = L / (v1 + v2)

Distance moved by the platform with respect to O
= v2 . t
= m.v1 / M . L / (v1 + v2)
= m.v1 / M . L / (v1 + m.v1 / M)
= m/(m + M) . L

Is this correct? Thanks
 
Physics news on Phys.org
songoku said:

Homework Statement


A metal platform of mass M and length L is placed on a frictionless floor. A man of mass m walks on the platform from the left end to the right end of the platform. Let left end of platform denoted as point O. How much does the platform move on the floor with respect to O?

Homework Equations


conservation of momentum

d = v.t

The Attempt at a Solution


Using conservation of momentum:
total momentum of system before the man walks = total momentum of system after the man walks
0 = m.v1 + M.v2

v2 = m.v1 / M

When the person walks to the right, the platform will move to the left so the time needed for the man to reach the right end:
t = d / v = L / (v1 + v2)

Distance moved by the platform with respect to O
= v2 . t
= m.v1 / M . L / (v1 + v2)
= m.v1 / M . L / (v1 + m.v1 / M)
= m/(m + M) . L

Is this correct? Thanks
That looks right.
 
  • Like
Likes   Reactions: songoku
The question has failed to state explicitly the crucial assumption that the man and platform are initially at rest.

An alternative solution, which relies on the same principle is that in the absence of external forces, the centre of mass will be in rectilinear motion (and therefore at rest in this case). From this you directly obtain ##m x + My = 0##, where ##x## is the distance covered by the man and ##y## the distance covered by the platform. The fact that the man should move a distance ##L## relative to the platform gives you ##x = L+y##. Thus
$$
m(L+y) + My = 0 \quad \Longrightarrow \quad y = -\frac{mL}{M+m}.
$$
(Note that I put the positive direction to be the direction in which the man walks.)

This method completely avoids your assumption of constant velocity, it is not needed.
 
  • Like
Likes   Reactions: songoku
Orodruin said:
The question has failed to state explicitly the crucial assumption that the man and platform are initially at rest.

An alternative solution, which relies on the same principle is that in the absence of external forces, the centre of mass will be in rectilinear motion (and therefore at rest in this case). From this you directly obtain ##m x + My = 0##, where ##x## is the distance covered by the man and ##y## the distance covered by the platform. The fact that the man should move a distance ##L## relative to the platform gives you ##x = L+y##. Thus
$$
m(L+y) + My = 0 \quad \Longrightarrow \quad y = -\frac{mL}{M+m}.
$$
(Note that I put the positive direction to be the direction in which the man walks.)

This method completely avoids your assumption of constant velocity, it is not needed.

Wow I never learned this thing before. In what chapter should I learn about this? Or maybe you have suggestion where I can learn about this ?

Thanks