How does Newton's Law change with rotation between frames?

In summary: That constant rotation doesn't introduce any fictitious forces, it just changes the direction of the axes. Only if you make the rotation angle a non-constant function of time (for example, coordinates in which an observer on a merry-go-round is at rest while the amusement park is rotating) will the fictitious centrifugal force appear.Some of the problem here may be that in your original post you misapplied some special-case assumptions; for example ##a=\frac{d^2x}{dt^2}## only works if the force and velocity are both vectors parallel to the x-axis, and clearly if the x and x' axes are related by a rotation that can't be the case in both coordinate systems. Instead,
  • #1
kent davidge
933
56
If we have two frames related by ##x' = Rx## where ##R## is a rotation matrix and ##t'=t## Newton's law doesn't remain the same, for $$m \frac{d^2 x'}{dt'^2} = m \frac{d^2 Rx}{dt^2} = mRa$$ whereas it will be just ##ma## in the other frame. How do we solve this?
 
Physics news on Phys.org
  • #3
Hi
It doesn't sound so bad to me, the ##R## matrix will rotate the ##a## vector because you are changing coordinates from the ##S## to the ##S'## reference frames.
 
  • Like
Likes kent davidge
  • #4
bolometer said:
Hi
It doesn't sound so bad to me, the ##R## matrix will rotate the ##a## vector because you are changing coordinates from the ##S## to the ##S'## reference frames.
Yea, but the force will not be the same in the two frames then
 
  • #5
The point is that $$F'=m\frac{d^2x'}{dt'}=m\frac{d^2(Rx)}{dt}=Rm\frac{d^2x}{dt}=RF$$In other words, if you rotate the coordinates then you rotate the representation of the force. Think about a force F in the x direction. What is F'?
 
  • #6
Ibix said:
The point is that $$F'=m\frac{d^2x'}{dt'}=m\frac{d^2(Rx)}{dt}=Rm\frac{d^2x}{dt}=RF$$In other words, if you rotate the coordinates then you rotate the representation of the force. Think about a force F in the x direction. What is F'?
Yes, I understand that

But the Galilean transformations are supposed to keep the force the same, that is ##F' = F##. If we have ##F' = RF## this condition is not satisfied, despite the inner product being invariant as is required for an "orthogonal rotation".

Or... wait.. perhaps I have got things wrong and the magnitude of the force is required to be invariant under Galilean Transformations instead of the force itself. If that's the case then it's all right.
 
  • #7
kent davidge said:
Yes, I understand that

But the Galilean transformations are supposed to keep the force the same, that is ##F' = F##. If we have ##F' = RF## this condition is not satisfied, despite the inner product being invariant as is required for an "orthogonal rotation".

Or... wait.. perhaps I have got things wrong and the magnitude of the force is required to be invariant under Galilean Transformations instead of the force itself. If that's the case then it's all right.

The force is the same. Its description in the two coordinate systems is different. Think about it like this - you and I are sat on opposite sides of a table. I finish my drink and push my glass into the middle of the table.

The force I applied is the same for you and me. It can't be different - there's only one physical situation. But from my perspective and yours the sign of the force is opposite. That's what's happening here.
 
  • #8
Ibix said:
Think about it like this - you and I are sat on opposite sides of a table. I finish my drink and push my glass into the middle of the table.

The force I applied is the same for you and me. It can't be different - there's only one physical situation. But from my perspective and yours the sign of the force is opposite. That's what's happening here.
Good illustration. But then isn't it more correct to say that the magnitude of the force is the same for you and me? Instead of just the force..
 
  • #9
kent davidge said:
Good illustration. But then isn't it more correct to say that the magnitude of the force is the same for you and me? Instead of just the force..
No, the force, which is a vector, is the same. The components of that vector will change when you change coordinate systems, but that's just a different way of writing the same vector.
 
  • #10
Nugatory said:
No, the force, which is a vector, is the same
But then how do we deal with the example posed by @Ibix of one force having negative sign respective to the other force?
 
  • #11
kent davidge said:
But then how do we deal with the example posed by @Ibix of one force having negative sign respective to the other force?
The force is what it is. It's a physical thing. We are both coming up with a description of the same thing using different schemes.

Going back to the table - suppose it's rectangular. According to you and me, sat opposite each other, it's long and narrow. According to someone sat on the side, though, it's short and wide. It's the same table either way. Similarly, it's still the same force whether we choose to describe it relative to your coordinate system or mine.
 
  • #12
kent davidge said:
But then how do we deal with the example posed by @Ibix of one force having negative sign respective to the other force?
You and ibix are using different coordinate systems. The transformation between them is ##x'=-x##, ##y'=y##, ##z'=z##, ##t'=t## (assuming that the x-axis is chosen so that the glass is moving along it).
 
  • #13
Hmm, ok. But then we can perform whatever coordinate transformation we like, not just those Galilean transformations, correct?
 
  • #14
Yes. But in general, this will cause extra terms to appear in equations - so called "fictitious forces".
 
  • #15
Ibix said:
Yes. But in general, this will cause extra terms to appear in equations - so called "fictitious forces".
That's the case for a constant rotation matrix that I talked bout in the opening post. So does this mean that even Galilean transformations can give rise to such extra terms?
 
  • #16
kent davidge said:
That's the case for a constant rotation matrix that I talked bout in the opening post. So does this mean that even Galilean transformations can give rise to such extra terms?
That constant rotation doesn't introduce any fictitious forces, it just changes the direction of the axes. Only if you make the rotation angle a non-constant function of time (for example, coordinates in which an observer on a merry-go-round is at rest while the amusement park is rotating) will the fictitious centrifugal force appear.

Some of the problem here may be that in your original post you misapplied some special-case assumptions; for example ##a=\frac{d^2x}{dt^2}## only works if the force and velocity are both vectors parallel to the x-axis, and clearly if the x and x' axes are related by a rotation that can't be the case in both coordinate systems. Instead, you have to use the more general approach: write the coordinates of the position of the object as functions of time: ##x(t)##, ##y(t)##, ##z(t)##. (We generally make the notation more compact by writing these three expressions as ##x_i(t)##, so I'll use that convention from here on).

Now we have ##v_i=\frac{dx_i}{dt}## and ##a_i=\frac{d^2x_i}{dt^2}## (and of course ##\vec{F}=m\vec{a}## where the ##a_i## are the components of ##\vec{a}##). Transform the three ##x_i## to the corresponding ##x'_i## and you'll find that these relations and Newton's second law work just fine in the primed frame.
 
  • #17
kent davidge said:
If we have two frames related by ##x' = Rx## where ##R## is a rotation matrix and ##t'=t## Newton's law doesn't remain the same, for $$m \frac{d^2 x'}{dt'^2} = m \frac{d^2 Rx}{dt^2} = mRa$$ whereas it will be just ##ma## in the other frame. How do we solve this?
Don’t forget ##a’=Ra## so

$$m \frac{d^2 x'}{dt'^2} = m \frac{d^2 Rx}{dt^2} = mRa = ma’$$
 
  • #18
kent davidge said:
Good illustration. But then isn't it more correct to say that the magnitude of the force is the same for you and me? Instead of just the force..
It is correct to say that it is the force that is the same, not just the magnitude of the force. What is changing is the coordinate basis, not the vector itself. The vector itself remains the same.

For instance, suppose we have the rotation
##\hat{x’}=\hat{y}##
##\hat{y’}=-\hat{x}##
##\hat{z’}=\hat{z}##
Where the hats denote the orthonormal basis vectors.

Then the vector
##\vec{f}=a \hat{x} = -a \hat{y} = \vec{f’}##

They are in fact the same vector even though in the coordinate bases ##\vec{f}=(a,0,0)## and ##\vec{f’}=(0,-a,0)##
 
  • #19
kent davidge said:
That's the case for a constant rotation matrix that I talked bout in the opening post. So does this mean that even Galilean transformations can give rise to such extra terms?
No it's not. As Nugatory and Dale pointed out, it's just a change of description. In one frame you have ##F=ma##, in the other you have ##F'=ma'##, where ##F'=RF## and ##a'=Ra##.

But if you have (e.g.) a rotating frame then your R is a function of time and as well as an ##Rd^2\vec {x}/dt^2## term the chain rule gives you an ##\vec{x}d^2R/dt^2## term. The first term tells you your coordinates are different, but the second is present even when there's no acceleration. It's why it feels like you are being pressed against the door when you go round a corner in a car.
 
Last edited:
  • Like
Likes Dale
  • #20
Thanks to all. I got it.
 

1. What is rotation?

Rotation is the movement of an object around an axis or center point.

2. What is Newton's Law of Rotation?

Newton's Law of Rotation states that an object will remain at rest or in uniform rotation unless acted upon by an external torque.

3. How does Newton's First Law apply to rotation?

Newton's First Law, also known as the law of inertia, applies to rotation by stating that an object will continue to rotate at a constant speed and direction unless an external force is applied to it.

4. What is angular momentum?

Angular momentum is a measure of an object's rotational motion, calculated by multiplying the angular velocity (speed of rotation) by the moment of inertia (resistance to change in rotation).

5. How do we calculate torque in relation to rotation?

Torque is calculated by multiplying the force applied to an object by the distance from the axis of rotation. It is measured in Newton-meters (Nm) and is the rotational equivalent of force in linear motion.

Similar threads

Replies
0
Views
1K
Replies
45
Views
2K
Replies
35
Views
3K
Replies
27
Views
1K
Replies
17
Views
949
Replies
1
Views
446
Replies
18
Views
1K
  • Mechanics
Replies
4
Views
645
Replies
2
Views
674
Back
Top