[Physics] Push a box in a plane with friction. How to deal with the rotation

classical-mechanicsfrictionrigid-body-dynamicsrotational-dynamics

Suppose I have a box (say, length-1m, width-1m, height-0.5m) on the plane with friction. I can apply a horizontal force in on the surface of the box.

If the force doesn't pass through the center of the box, then the box will rotate. My question is, how to solve the angular velocity, angular acceleration and the center of rotation?

The difficult thing in this problem is that we need to consider the torque of the friction. In my opinion, the friction should be distributed in the bottom surface of the box. So in order to get its torque, we need to do the integral within the bottom surface.

My idea is: move all the forces to the center of mass, and add the corresponding torques to keep the equivalence before and after moving the force. So the box's movement can be divided into two parts: (1) the translation of the center of mass (2) the rotation around the center of mass.

I'm not sure about my idea. The problem is that the box doesn't necessarily rotate around its C.O.M, right?

Another question is about the direction of the friction. Suppose that the friction is distributed on the bottom surface. If the box rotates, then the movement of the point on bottom surface is a superposition of translation and rotation, which means the absolute velocities in different positions on the bottom surface are different. Because we know friction always has the opposite direction to the relative movement, does that mean the frictions in different positions on the bottom surface have different orientations?

Who can give me the right approach to think about this problem?

Thank you very much!

Best Answer

Simplifying the problem slightly, I think it can be solved. Assumptions:

  • Pushing force is applied at the bottom of the box - so there is no net torque about the horizontal axis
  • Weight distribution in the box is even
  • Force distribution (normal force) is even - imagine 1000's of tiny springs touching the ground
  • Coefficient of friction is constant

Now we can draw a picture of the box at some point:

enter image description here

It is easy to see that $$d = \frac{w}{2} \sin \theta\\ \Gamma = F_{friction} d$$

Now your question was - "what is the force of friction, and how do I deal with the fact that the apparent origin of rotation may not be the center of the box?" That deserves some more thought.

You are right that the force of friction is in the opposite direction of the motion at every point. Thus, when you describe the motion of the box as the sum of a translation and a rotation (at a given instant in time), the net force of friction can be computed as the sum of a torque (due to rotation of the box) and a linear force through the center of the box (since for translation all points in the box move at the same speed in the same direction).

This should make the problem more tractable in terms of the equations of motion - at every moment in time, you can write down the total torque on the box as the sum of the applied torque (from the pair of forces shown in my picture) minus the frictional torque (due to the rotation of the box) plus the net force on the box (after taking account of the torque) accelerating the center of mass. I will see if I have time later to write down the equations more fully.