3

You have a bar of metal in an environment with no gravity. A force is applied on one end of it. How does it rotate?

enter image description here

There is a non-zero torque on any random point selected on the bar. For example, on point A the torque is $T_A = F*y$, but on point B the torque is $T_B = F*x$. So the torque on any point on the bar except the point where the force is applied, is non-zero. If there is a non-zero torque on one point, the object must rotate around that point. But since there is a non-zero torque on every point, and the object can't rotate around every point, how does it rotate and around what point?

dfg
  • 2,009

2 Answers2

3

See here for something about rotation and torque.
As is explained there, the IAOR is defined as the point about which every point is in pure rotational motion i.e. every point has a velocity perpendicular to the position vector to that point from IAOR. This point's position can vary in space and with time and is usually difficult to treat in most problems.
Theoretically, you can find the torque about any point from where you define the rotational variables ($\theta, \omega$) but a particularly useful point is the centre of mass.

Treating the rotation to be about the COM, you eliminate pseudo forces in the COM frame and that allows you to treat that frame as an inertial frame. Therefore, for any arbitrary unconstrained body, motion can be divided into two parts:-

1)The translational motion of the COM ($dv_{com}/dt=a$,$a=F_{net}/m$)
2)Rotation of the body about the COM ($d\omega/dt=\alpha$,$\alpha=\tau_{com}/I_{com}$)

Tell me if you want any more details.

stochastic13
  • 3,138
  • What would the IAOR be for the bar above? – dfg Oct 19 '13 at 15:38
  • @dfg Initially, at time $t=0$ it will be the end A but will keep changing. – stochastic13 Oct 19 '13 at 16:23
  • @dfg it can also be outside the body. – stochastic13 Oct 20 '13 at 07:50
  • The object would rotate about the IAOR. This force will also cause torque about every other point on the body(except for the points along which the force acts). What is the physical meaning of these torques? Do these torques have no part in analysing the motion of the system ? – SNB Jan 01 '18 at 19:45
3

Consider a (motionless) bar with a short lived force $F$ applied a distance $\ell$ from the center of mass. The center of mass is on point C, while the applied load at point B. The result is an instantaneous rotation about point A. But where is A? How do you find $x$?

Picture1

The total torque applied on the center of mass is equal to the mass moment of inertia times the angular acceleration

$$ \ell\,F = I_{cm} \ddot{\theta}\; \Bigr\} \; \ddot{\theta} = \frac{\ell\,F}{I_{cm}} $$

Also the total force applied equals mass times the acceleration of the center of mass. Since I want to know where A is, I assume the body will rotate about A, giving the center of mass acceleration the value of $\ddot{y}_C = x \, \ddot{\theta}$. There is only one value of $x$ that maintains this relationship.

$$ F = m x \ddot\theta = \frac{m\,\ell\,x}{I_{cm}} F \;\Bigr\}\; x = \frac{I_{cm}}{m\,\ell} $$

So the instant center of rotation A when the bar is loaded at B is given by the distance $x$. For each applied force point B there is different center of rotation A. The point B is called the sweet spot, or the axis of percussion of point A. Technically the two points consist of a pole and a polar of the rigid body.

Only the equipollent torque on the center of mass (and the distance $\ell$) is important when considering the rotational motion of a rigid bar.

Bonus Question

If the applied force is at the center of mass, with $\ell=0$ where is the center of rotation A (and $x$)?

John Alexiou
  • 38,341