Why do objects always rotate about their centre of mass?

In summary, the theorem states that the rotation of a rigid body will always be around its center of mass. This is true for any external force, regardless of its nature.
  • #36
etotheipi said:
@Leo Liu Sorry, your maths is indeed right, I hadn't realized you took torques about the point of contact. Welp!
Note that if you assume no slippage and don't care about the acceleration, just the direction, then it is just a geometric problem. You don't even need forces and moments of inertia.
 
  • Like
Likes etotheipi
Physics news on Phys.org
  • #37
Delta2 said:
A tangential force can make a rigid body rotate, if that's what you asking. And it will also accelerate the center of mass of the rigid body, unless there are other external forces that neutralize the first force .

Example: A disk with an axis fixed through its center of mass. If we apply a tangential force at the disk, the disk will start rotating around its center, but the disk will not do translational motion because the tangential force is neutralized from the force that the fixed axis applies to the disk (if we assume that the axis is also fixed to a not moving point) which is opposite and equal to the tangential force. However the rotational effect is not neutralized because the force from the fixed axis has zero torque (w.r.t to the center of the disk) while the tangential force has non-zero torque (w.r.t to the center of the disk).

Things become more interesting if the fixed axis doesn't pass through the CM of the disk but through an other point. Then the rotational effect will still be the same, with regards to the angular acceleration , however the force from the axis now will not be opposite and equal to the tangential force now . The vector sum of the latter two forces will be equal to the mass of the disk times the acceleration of the CM, as theorem 1 states, but now the acceleration of the CM will not be zero, because CM will rotate around the fixed axis which is located at another point of the disk.
I think I did not phrase my question in the way I intended. My question is that if you apply a constant force at a fixed point on an unconstrained roller, as the diagram (##\hat i \to \hat j## and diagram was not drawn to scale, sorry!) below for an example, what will happen.
1592786351243.png

I think I already found an answer to my question. I used MMA to plot the path traveled by the roller. I set all parameter to 1 and set the time range from 0 to 5. This is what I got:
1592785903213.png

Setting time range from 0 to 10 gives me this:
1592785815827.png

Long-term behaviour:
1592785935843.png

(As you can see, the motion gradually becomes linear, which is interesting.)
However, I do not understand why it starts from (-1, 0) instead of (1, 0). So I am going to upload my work which I would like you to inspect, thanks. (I realized that the vector-valued function starts at (1, 0) instead of the origin when I was running.)

Follow-up:
My work is as follows:
Assuming that the roller starts from (0, 0), the initial force vector is ##\hat j## and r=moment arm.
$$\frac {\mathrm{d^2} \theta} {\mathrm d {t}^2}=\alpha$$
$$\therefore I\frac {\mathrm{d^2} \theta} {\mathrm d {t}^2}=rF \: (F \: is \: the \: magnitude \: of \: \vec F)$$
$$\theta(t)=\int \int \frac{rF}{I} \mathrm d t \mathrm d t$$
$$\theta(t)=\frac{rFt^2}{2I}$$
Now I am going to use a vector-valued function to express ##\vec F##
$$\vec{F}(\theta)=-F \cdot \sin(\theta) \hat i + F \cdot \cos(\theta) \hat j$$
The Sin function is used to express Fx because ##\cos(\theta + \frac \pi 2)=-\sin(\theta)##. Likewise, Cos function is used to express Fy because ##\sin(\theta + \frac \pi 2)=\cos(\theta)##. (Adding pi over two because the initial force vector is perpendicular to the x axis)
$$\therefore \vec{a}(\theta) = -\frac F m \cdot \sin(\theta) \hat i + \frac F m \cdot \cos(\theta) \hat j$$
$$\therefore \vec{x}(t)= \int \int -\frac F m \cdot \sin(\frac{rFt^2}{2I}) \mathrm d t \: \mathrm d t \: \hat i + \int \int \frac F m \cdot \cos(\frac{rFt^2}{2I}) \mathrm d t \: \mathrm d t \: \hat j$$
Then I used MMA to solve these double integrals.
Set all parameters to 1:
1592780692760.png

Evaluate the i integral:
1592780775723.png

Evaluate the j integral:
1592780816903.png

Plot:
1592785986971.png

(the solution to the j integral is added by 1 because the initial position of the force is (1, 0) and the initial position of the CM is (0, 0))
And this gives me the graph.
 

Attachments

  • 1592778716599.png
    1592778716599.png
    2.4 KB · Views: 87
  • 1592779126941.png
    1592779126941.png
    1.9 KB · Views: 90
Last edited:
  • Like
  • Informative
Likes vanhees71, Delta2 and etotheipi
  • #38
Now I see what exactly you had in mind in post #22. The application point of tangential force follows the rotation of the disk, which means that the tangential force keeps changing direction. Still this means that the tangential force has some sort of periodicity and i would expect this to show up in the plots. You 've setup all the parameters equal to 1, which doesn't help to spot the periodic behavior of motion.
 
  • #39
Leo Liu said:
Just one more question -- if a constant tangential force is applied, will it give us a circular trajectory?

A constant force is also constant in direction. Are you asking what happens if a constant force is applied to the same point on an object? If so, what would that force be tangential to?
 
  • #40
Delta2 said:
Now I see what exactly you had in mind in post #22. The application point of tangential force follows the rotation of the disk, which means that the tangential force keeps changing direction. Still this means that the tangential force has some sort of periodicity and i would expect this to show up in the plots.
You see the periodicity at the start, but angular velocity increases so the periods and amplitudes become smaller. After a while it looks like linear motion, but if you would zoom in, you would still see little wiggles.
 
  • Like
Likes Klystron, vanhees71, etotheipi and 2 others
  • #41
Delta2 said:
You 've setup all the parameters equal to 1, which doesn't help to spot the periodic behavior of motion.
Yes, if you play around with the moment of inertia to mass ratio or the lever arm of the force, you should be able to get more pronounced wiggles.
 
  • Like
Likes Delta2
  • #43
A.T. said:
As a supplement to making static plots I recommend playing around with dynamic simulations, to gain intuition on how things behave, when forces are applied to them:
Thank you. I will try them for sure but I am not very confident with my programming skills lol.

Anyway, I created a plot to visualize the path traveled by the point at which the constant tangential force is applied. I think it is kind of fun.
1592836519315.png


Edit:
Okay never mind -- they are just games. Wait BAD PIGGIES? ARE YOU SERIOUS?
I think I am going to just use wolfram's built-in animation.
 
Last edited:
  • Like
Likes vanhees71 and etotheipi
  • #44
Leo Liu said:
Wait BAG PIGGIES? ARE YOU SERIOUS?
For the younger audience. It's never too early to train your physical intuition.
Leo Liu said:
I think I am going to just use wolfram's built-in animation.
That will work too, I guess.
 
  • #45
Leo Liu said:
Okay never mind -- they are just games. Wait BAD PIGGIES? ARE YOU SERIOUS?
I think I am going to just use wolfram's built-in animation.
A somewhat off-topic question: I have Mathematica and one can very easily make animations like the one you seem to have in mind.

Does anybody know, how to export these animations to something one can distribute (like a gif movie or mp4 or whatever common format). The last time I tried, I could only manage to export it to a mov movie which was GB (sic) large, which is not feasible for a little animated plot ;-)).
 
  • #46
vanhees71 said:
A somewhat off-topic question: I have Mathematica and one can very easily make animations like the one you seem to have in mind.

Does anybody know, how to export these animations to something one can distribute (like a gif movie or mp4 or whatever common format). The last time I tried, I could only manage to export it to a mov movie which was GB (sic) large, which is not feasible for a little animated plot ;-)).
I have been using Wolfram's cloud computing and I had the same problem. To upload the animation I recorded my screen and converted it into gif format using a free online tool (not an ads).
ezgif-3-13b485a27c4c.gif

However, I do not know how to add a line between the two points to show the moment arm, which is a pity.
 
Last edited:
  • Like
Likes PeroK, Klystron and vanhees71
  • #47
That's a great idea! Thanks!
 
  • #48
Leo Liu said:
Summary:: Conceptual question on rotation.

Why do unconstrained objects always rotate about the lines passing through their CMs when tangential forces are applied to them? I understand that if an object does not rotate about its CM, then its rotation will decay to the rotation about the axis passing through its CM.

Also, when a roller rolling down from a banked surface, the static friction not only acts on the edge of the roller, which makes the roller rotate, but it exerts a translational acceleration opposing the gravity (##\vec{F_{net}} = \vec{F_{component \: of \: gravity}}+\vec{f_{static}}##). Why is it so?

Thanks.
A mass rotates around its CM because rotating around its CM is the only rotation point that doesn't require an additional counter-balancing force, which would be necessary to maintain rotation around any non-CM point.
 
  • #49
Chris S said:
A mass rotates around its CM because rotating around its CM is the only rotation point that doesn't require an additional counter-balancing force, which would be necessary to maintain rotation around any non-CM point.
Why would you need a counter-balancing force? The rotation just simply accelerates.
 
  • #50
Leo Liu said:
Why would you need a counter-balancing force? The rotation just simply accelerates.

I think what he means is that, for instance, if you spin up the the rigid body, let go, and let it rotate about a fixed axis not through the centre of mass, you will need to allow for a contact force at the axis to provide the radial acceleration of the centre of mass.

But if the rigid body rotates under the action of no external forces about an axis through the centre of mass, there will be no contact force required.
 
  • Like
Likes Lnewqban and Leo Liu
  • #51
Leo Liu said:
Summary:: Conceptual question on rotation.

Why do unconstrained objects always rotate about the lines passing through their CMs when tangential forces are applied to them? I understand that if an object does not rotate about its CM, th
1) a free rigid body is not obliged to have a fixed axis of rotation;
2) instantaneous axis of rotation is not obliged to pass through the center of mass.
All these things can change from one inertial frame to another one.
 
  • Like
Likes vanhees71, A.T. and etotheipi
  • #52
wrobel said:
a free rigid body is not obliged to have a fixed axis of rotation;
Can you please explain what this means?
wrobel said:
instantaneous axis of rotation is not obliged to pass through the center of mass.
Why? Can you give me a proof?
 
  • #53
Leo Liu said:
Can you please explain what this means?
@wrobel is using a axis of rotation to mean the set of points on a rigid body that are instantaneously at rest in a given inertial frame of reference.

Consider, for instance, an ideal car wheel as the car rolls down the highway and use the frame of reference of the road. The axle is not instantaneously at rest. So it does not qualify as the axis of rotation in this sense.

The points that are at rest are at the contact patch of tire on road. So the "axis of rotation" as he uses the term would be the line of points running across the width of the tire where it meets the road. Obviously, this is only the axis of rotation for an instant. A little bit later the axis of rotation will be a new line a little bit further down the road.

You can see that if we changed to a frame of reference anchored to the car that the axis of rotation would then be at the axle.
 
  • Like
Likes vanhees71, wrobel, Leo Liu and 1 other person
  • #54
Also, if we allow non-inertial frames, you could imagine a coordinate system with its origin fixed to a specific moving point on the tire, with axes always aligned with a coordinate system fixed in the road frame. The motion of the wheel in this frame is now restricted to rotations about this point, even though it is not the centre-of-mass!
 
  • Like
Likes vanhees71
  • #55
jbriggs444 said:
I want to expand a bit on @Dale's pithy response in #2 while staying away from the math in @Delta2's response in #4.

The idea is that we have this object. It has been subject to a tangential force but we remove the force and look at its motion. What axis is it now rotating around?

Well, what does it mean to say that the object is rotating around a particular axis? Likely what you have in mind is that there is a single point on the object that is moving at a constant speed in a straight line and that all of the other points on the object are rotating around that single point in lock step.

Since we removed the external force, the center of mass of the object is guaranteed to be moving in a straight line at a constant speed. So it would make a good axis. As @Dale points out, if some other point were the axis, moving in a straight line at a constant speed, then the center of mass would be moving around that point -- in violation of Newton's laws.
Does object rotate about center of mass only if external forces dont exist and in case where sum of all external forces=0 ?
 
  • #56
It's also rotating around the center of mass, if it's free falling in a constant gravitational field (as is usually a good approximation for motion close to the surface of the Earth).
 
  • #57
vanhees71 said:
It's also rotating around the center of mass, if it's free falling in a constant gravitational field (as is usually a good approximation for motion close to the surface of the Earth).
Isnt here air drag, external force?
 
  • #58
I said "free falling". If there's air drag, it's not freely falling ;-)).
 
  • Like
Likes Dale
  • #59
vanhees71 said:
I said "free falling". If there's air drag, it's not freely falling ;-))
Yes that make sense.

If gust of wind hit the arrow in flight from side, arrow will rotate with nose upwind,because of feathers at the back.

Is arrow rotate around c.m. during time to align with new apparent wind(head wind+side gust wind) and translate downwind?
 
  • #60
Any infinitesimal rigid body motion can be described as an infinitesimal translation of any arbitrary material point on the body and an infinitesimal rotation about that point.

The thing that makes the center of mass special is not the rotation, that happens about every point. The thing that makes the center of mass special is that its translational motion is simple. Rotation occurs about every point, as does translation of that point. But the simple translation of the center of mass makes analysis easier if we choose that as our reference.
 
  • Like
Likes Lnewqban, hutchphd, jbriggs444 and 3 others
  • #61
In addition if you take the center of mass as the body-fixed point of reference, there's no spin-orbit coupling.
 
  • Like
Likes nasu, Ibix and Dale
  • #62
vanhees71 said:
In addition if you take the center of mass as the body-fixed point of reference, there's no spin-orbit coupling.
Yes, which again makes the analysis simpler.
 
  • Like
Likes vanhees71 and Ibix
  • #63
Dale said:
Any infinitesimal rigid body motion can be described as an infinitesimal translation of any arbitrary material point on the body and an infinitesimal rotation about that point.

The thing that makes the center of mass special is not the rotation, that happens about every point. The thing that makes the center of mass special is that its translational motion is simple. Rotation occurs about every point, as does translation of that point. But the simple translation of the center of mass makes analysis easier if we choose that as our reference.
If referenece frame is ground, about what arrow rotate?
 
  • #64
John Mcrain said:
If referenece frame is ground, about what arrow rotate?
It rotates about any point.
 
  • #65
Dale said:
It rotates about any point.
C.m. of arrow rotate about any point? what gives centripetal force for such rotation?
 
  • #66
John Mcrain said:
C.m. of arrow rotate about any point? what gives centripetal force for such rotation?
Drag and gravity exert any necessary force. But recall that angular momentum is conserved even in the absence of an external torque. So you have to be careful in demanding a centripetal force.
 
  • Like
Likes vanhees71
  • #67
Dale said:
Drag and gravity exert any necessary force. But recall that angular momentum is conserved even in the absence of an external torque. So you have to be careful in demanding a centripetal force.
Dont understand this concept "it can rotate around any point"...
There is huge difference is arrow rotate around cm or rotate around some other point, because in second case we must have centripetal force...
Dont understand this concept where you can invent forces at will..
 
  • #68
John Mcrain said:
C.m. of arrow rotate about any point?
Sure. Imagine the arrow is rotating in the vertical plane and there's an ant standing on the arrow. The ant is sometimes going to see the tip of the arrow between it and the sky and sometimes between it and the ground. And this is true wherever the ant is along the arrow - hence the arrow is rotating about any arbitrary point.

The key point about the center of mass is that (edit: in free fall) this point is not moving in circles itself. So an ant standing there, alone among all points, will see no force (or "force", because it's an inertial force and not a real one) pushing it towards the end of the arrow.
 
Last edited:
  • Like
Likes Lnewqban and vanhees71
  • #69
Ibix said:
Sure. Imagine the arrow is rotating in the vertical plane and there's an ant standing on the arrow. The ant is sometimes going to see the tip of the arrow between it and the sky and sometimes between it and the ground. And this is true wherever the ant is along the arrow - hence the arrow is rotating about any arbitrary point.

The key point about the center of mass is that (edit: in free fall) this point is not moving in circles itself. So an ant standing there, alone among all points, will see no force (or "force", because it's an inertial force and not a real one) pushing it towards the end of the arrow.
How can you say here that triangle rotate about any point?
I see only rotate around center of mass, and if cm rotate around some other point then we must have centripetal force, path of cm will be curve not straight line
You cant move cm in curve path without external force.
 
  • #70
John Mcrain said:
How can you say here that triangle rotate about any point?
Imagine being an ant sitting somewhere on that triangle. Is the nearest tip of the triangle sometimes between you and the left edge and sometimes between you and the right edge? Yes! So the triangle is rotating about you. If it's not rotating, how is the tip pointing in different directions at different times?

You are implicitly adding another constraint, that to be "a point a body rotates around", that point must move in a straight line. Neither @Dale nor I are including that restriction. Thus we can say that the body rotates around any point and that point moves in a cycloid.
 
  • Like
Likes Lnewqban and vanhees71

Similar threads

Replies
10
Views
1K
Replies
35
Views
3K
Replies
47
Views
3K
Replies
3
Views
911
  • Classical Physics
5
Replies
141
Views
4K
  • Mechanics
Replies
10
Views
2K
Replies
5
Views
2K
Replies
1
Views
1K
Back
Top