Rotational Frame Transformations

Click For Summary

Discussion Overview

The discussion revolves around the transformation of trajectories and velocities in a rotating reference frame, specifically concerning a particle shot from a rotating disk. Participants explore the implications of constant velocity in both inertial and rotating frames, the mathematical transformations involved, and the resulting trajectories observed in each frame.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that the initial velocity components are the same in both frames, while others challenge this by stating that the tangential velocity must be subtracted in the rotating frame.
  • There is a discussion about the transformation of the trajectory from the Cartesian frame to the rotating frame using a rotation matrix, with some participants expressing confusion over the resulting curved trajectory.
  • One participant mentions that their method is incorrect because it assumes equal velocity components in both frames, leading to discrepancies in expected outcomes.
  • Some participants suggest that the initial velocity components should intuitively be the same at t=0, but this is contested by others who emphasize the importance of relative motion and frame velocity.
  • There is mention of using computer algebra systems to avoid algebraic errors, with participants acknowledging that conceptual understanding is crucial in these transformations.
  • One participant references external resources for further understanding, indicating a desire to learn a more systematic approach to the problem.

Areas of Agreement / Disagreement

Participants express differing views on the equality of velocity components in rotating and inertial frames, leading to unresolved disagreements regarding the transformations and expected trajectories. The discussion remains open-ended with no consensus reached on the correct approach or understanding.

Contextual Notes

Participants note that the assumptions about velocity components being equal may not hold true in rotating frames, and the discussion highlights the complexity of transforming velocities and trajectories in non-inertial frames.

LAP3141
Messages
20
Reaction score
4
Consider a rotating disk with the center at the origin of a stationary Cartesian coordinate system, (x, y).

At t = 0, on the circumference of the disk, someone/something shoots a particle with constant velocity components Dvx, Dvy (where the D indicates the rotating disk). Also at time t=0, the disk coordinate of the shooter lines up with the Cartesian (R, 0) coordinate.

Thus, the initial points are the same for both frames:
(x0, y0) = (Dx0, Dy0) = (R, 0).

Also the initial, and constant, velocity components are equal in both frames:
[vx0, vy0] = [Dvx0, Dxy0].

In the Cartesian frame, the particle trajectory is a straight line:
x = x0 + vx0 * t
y = y0 + vy0 * t

However, if I transform this Cartesian (or inertial) trajectory into the rotating frame using the matrix:

| cos(w*t) sin(w*t) |
| -sin(w*t) cos(w*t) |

where w is the angular rotation velocity, I do not get the expected trajectory as seen in the rotating frame. I get a curved trajectory but the trajectory is not what is should be.

The initial velocity has to also be transformed, but since the initial velocity is the same in both frames, and since the velocity is constant, I don't understand intuitively why this is so.
 
Physics news on Phys.org
LAP3141 said:
Summary: Why does a constant velocity have to be transformed when dealing with rotating reference frames?

Consider a rotating disk with the center at the origin of a stationary Cartesian coordinate system, (x, y).

At t = 0, on the circumference of the disk, someone/something shoots a particle with constant velocity components Dvx, Dvy (where the D indicates the rotating disk). Also at time t=0, the disk coordinate of the shooter lines up with the Cartesian (R, 0) coordinate.

Thus, the initial points are the same for both frames:
(x0, y0) = (Dx0, Dy0) = (R, 0).

Also the initial, and constant, velocity components are equal in both frames:
[vx0, vy0] = [Dvx0, Dxy0].

In the Cartesian frame, the particle trajectory is a straight line:
x = x0 + vx0 * t
y = y0 + vy0 * t

However, if I transform this Cartesian (or inertial) trajectory into the rotating frame using the matrix:

| cos(w*t) sin(w*t) |
| -sin(w*t) cos(w*t) |

where w is the angular rotation velocity, I do not get the expected trajectory as seen in the rotating frame. I get a curved trajectory but the trajectory is not what is should be.

The initial velocity has to also be transformed, but since the initial velocity is the same in both frames, and since the velocity is constant, I don't understand intuitively why this is so.
What do you mean by not what it should be? Is it upside down?
 
LAP3141 said:
Also the initial, and constant, velocity components are equal in both frames:
This is not correct. The tangential velocity is subtracted in the rotating frame.
LAP3141 said:
I get a curved trajectory but the trajectory is not what is should be.
The method you describe is valid, so either you made an algebra mistake or your expectation of what it should be is wrong.
 
Dale said:
The method you describe is valid, so either you made an algebra mistake or your expectation of what it should be is wrong.

I reckon it will be upside down.
 
Dale said:
This is not correct. The tangential velocity is subtracted in the rotating frame.

The method you describe is valid, so either you made an algebra mistake or your expectation of what it should be is wrong.

OK. The velocity components are not the same in both frames.

After finding some more advanced descriptions on the web I am beginning to see the reason more clearly.

But the method I described is also NOT correct because it assumes that the velocity components are the same.

I started all this after discovering these related web pages:

http://www.phermi.com/space-station-catch
http://www.phermi.com/space-station-catch-solution

In the solution given, the velocity components in the rotating frame are transformed into the stationary frame and these transformed components are used to determine the trajectory in the stationary frame. Then the stationary frame trajectory is transformed back into the rotating frame.

This procedure is a bit awkward and I am trying to learn a more systematic approach.

But the solution which I described does NOT produce the curves shown in the solution web page. This is due to the assumption that the velocity components are equal in both frames.

I will study some more advanced web pages until I get the correct mathematics.
 
Unfortunately, the web pages which I cited do not properly load MathJax.

For those who may be interested, I will attach a PDF file of the same web site.
 

Attachments

LAP3141 said:
OK. The velocity components are not the same in both frames.

After finding some more advanced descriptions on the web I am beginning to see the reason more clearly.

But the method I described is also NOT correct because it assumes that the velocity components are the same.

I started all this after discovering these related web pages:

http://www.phermi.com/space-station-catch
http://www.phermi.com/space-station-catch-solution

In the solution given, the velocity components in the rotating frame are transformed into the stationary frame and these transformed components are used to determine the trajectory in the stationary frame. Then the stationary frame trajectory is transformed back into the rotating frame.

This procedure is a bit awkward and I am trying to learn a more systematic approach.

But the solution which I described does NOT produce the curves shown in the solution web page. This is due to the assumption that the velocity components are equal in both frames.

I will study some more advanced web pages until I get the correct mathematics.

Velocity components are the same only if the frames are at rest with respect to each other.
 
PeroK said:
Velocity components are the same only if the frames are at rest with respect to each other.

I think the problem I was having is that intuitively it seemed to me that the INITIAL velocity components, at the t=0 instant, should be same in both frames.

In this case, the particle is shot from the rotating disc. But the same situation would occur if the particle were shot from the stationary frame instead.
 
LAP3141 said:
But the method I described is also NOT correct because it assumes that the velocity components are the same.
I thought that you were transforming the positions (trajectory). The method you describe is correct for that, not for transforming velocities.
 
  • #10
Dale said:
so either you made an algebra mistake or your expectation of what it should be is wrong.

This response is just an aside, but I am using wxmaxima to do the calculations so there should be no algebra errors:

https://wxmaxima-developers.github.io/wxmaxima
Computer algebra systems eliminate those all too common pencil-pushing errors and the blame can then only be placed on the conceptual understanding of the person doing the calculations.
 
  • Like
Likes   Reactions: Dale
  • #11
LAP3141 said:
Computer algebra systems eliminate those all too common pencil-pushing errors
I agree. This is a good approach, although you can still make button-pushing errors, but usually those are easier to catch.
 
  • #12
LAP3141 said:
I think the problem I was having is that intuitively it seemed to me that the INITIAL velocity components, at the t=0 instant, should be same in both frames.

In this case, the particle is shot from the rotating disc. But the same situation would occur if the particle were shot from the stationary frame instead.

Relative motion is relative motion. ##t= 0## is just an arbitrary label. If the relative velocity at ##t =0## were zero, then that would be different.

In general ##u'= u -v##, where ##u'## is the velocity in a frame moving at velocity ##v##.
 
  • #13
PeroK said:
In general ##u'= u -v##, where ##u'## is the velocity in a frame moving at velocity ##v##.
In this case the velocity of the moving frame, v, would be the instantaneous tangential velocity, w*R, of the rotating frame at the initial coordinates at t=0.

Is that correct?
 
  • #14
LAP3141 said:
In this case the velocity of the moving frame, v, would be the instantaneous tangential velocity, w*R, of the rotating frame at the initial coordinates at t=0.

Is that correct?

Actually, with a rotation it's more complicated than that. The Cartesian unit vectors are changing between frames over time.
 
  • #15
PeroK said:
Actually, with a rotation it's more complicated than that. The Cartesian unit vectors are changing between frames over time.

For a constant velocity the transformation seems quite simple.

Mathematically, the relation between the velocity in the two frames is:

v_inertial = v_rot + w x r

where "x" is the cross product operator and w the angular momentum vector.

Basically, v_rot is determined and then transformed into the inertial frame where it is used to calculate the inertial frame trajectory. Then the inertial frame trajectory, a straight line, is transformed back into the rotating frame.

It works. I have attached a wxmaxima file, exported as PDF, that shows this method as well as a graph of the rotating frame trajectory.

But beware. The wxmaxima is still incomplete because it was written when I did not fully understand what was happening. I tried to generalize things to accommodate any initial position and velocity.
Input cell #5 represents the transformation of velocity from rot to inert. I should have added the complete derivation. If anyone is interested I can provide a more complete wxmaxima file with comments later.
 

Attachments

  • Like
Likes   Reactions: Dale

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 10 ·
Replies
10
Views
7K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 23 ·
Replies
23
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K