Next: Example 10, Previous: Example 8, Up: Examples circular dynamics of particles [Contents][Index]
A child of 30 kg is playing on an ice rink. The child moves at a linear speed of 5 m/s when passing beside a box of 9 kg, which has a rope tied. If the child takes the rope, and once stretched the separation between the child and the box is 6.5 meters, describe the subsequent move of child-box system.
Solution with FisicaLab
Select the Dynamics group and, inside this, the Circular module. Erase the content of the chalkboard and select the SI system. And add one element Mobile with linear movement, two elements Mobile with circular movement, one element Center of rotation, one element Final system, two elements Angular velocity, one element Angular momentum and one element Linear momentum. As show the image below:
The element Mobile with linear movement represents the child in the initial state. Assuming initially that moves along the X axis, we have:
initialChild
30
5
0
0
0
0
Now the element Center of rotation represents the center around which the child and the box tour at the final state. Noting that the angle of inclination of the rope, once taut, with respect to the horizontal is 27.486 degrees, and the distance from the center of rotation to child is 1.5 meters, we can obtain the coordinates of the center of rotation as (these operations can be done directly at text fields):
x = 1.5*cos(27.486) = 1.331 y = 1.5*sin(27.486) = 0.692
Thus we have for this element:
center
vCenter
angCenter
1.331
0.692
Now the element Mobile with circular movement at top, represents the box, and calculating the distance from this to the center of rotation (5 m, the function rd()
can be used to get this value), we have:
finalBox
9
vtBox
5
0
The other element Mobile with circular movement to the lower right side, represents the child in the final state, and calculating the distance of the center of rotation (1.5 m, the function rd()
can be used to get this value), we have:
finalBoy
30
vtBoy
1.5
0
The box and the child have the same angular velocity. Therefore for the Angular velocity elements, respectively:
finalBoy
vang
finalBox
vang
The element Center of rotation and the two elements Mobile with circular movement are the final state. Then we add them to the element Final system, which we call final:
final
center
finalBoy
finalBox
0
To the element Angular momentum, taking into account that no external moments applied:
initialBoy
final
0
And to element Linear momentum, no external forces are applied, we have:
initialBoy
final
0
0
Now click in the icon Solve to get the answer:
vang = 0.355 rad/s ; vCenter = 3.846 m/s ; angCenter = 360.000 degrees ; vtBox = 1.774 m/s ; vtBoy = 0.532 m/s ; Status = success.
The center of rotation moves horizontally to the right with a speed of 3.846 m/s. And the boy and the box rotate in a counter-clockwise with an angular velocity of 0.355 rad/s.
Note: Note that in this problem the mass of 9 kg does not appear in the initial state. This is because for these problems FisicaLab allows only one object in the initial state. The object that initially is moving.
Next: Example 10, Previous: Example 8, Up: Examples circular dynamics of particles [Contents][Index]