New Reply

Problem involving a rotating frame. Help ASAP

 
Share Thread Thread Tools
Sep21-12, 08:39 AM   #1
 

Problem involving a rotating frame. Help ASAP


This is a conceptual problem which I am facing for many days.

If we convert a scenario in an inertial frame into a rotating frame, we apply a pseudo force i.e. centrifugal force radially outwards on the particle. Right?

Also if a particle is having a circular motion in any frame of reference it must have a centripetal force directed radially inwards in that frame. Right?

Now, if I have a particle A which is at rest with respect to the ground, it has no force on it with respect to the ground. Now if I see this particle in a frame of reference rotating about origin O, I will apply centrifugal force directed along OA. But since in this frame A seems to undergo circular motion it must have an acceleration directed along AO in the rotating frame. But this is not happening. Why?

Please help ASAP. If I am not able to show the situation clearly please tell me.
 
PhysOrg.com
PhysOrg
physics news on PhysOrg.com

>> Promising doped zirconia
>> New X-ray method shows how frog embryos could help thwart disease
>> Bringing life into focus
Sep21-12, 10:12 AM   #2
 
Mentor
Blog Entries: 1
Quote by ashishsinghal View Post
If we convert a scenario in an inertial frame into a rotating frame, we apply a pseudo force i.e. centrifugal force radially outwards on the particle. Right?
Right.

Also if a particle is having a circular motion in any frame of reference it must have a centripetal force directed radially inwards in that frame. Right?
Right.

Now, if I have a particle A which is at rest with respect to the ground, it has no force on it with respect to the ground. Now if I see this particle in a frame of reference rotating about origin O, I will apply centrifugal force directed along OA. But since in this frame A seems to undergo circular motion it must have an acceleration directed along AO in the rotating frame. But this is not happening. Why?
If it's going in a circle (in that frame) it certainly has a centripetal acceleration.

Realize that the outward centrifugal force is not the only pseudo-force in this scenario. There is also a Coriolis force. Combined, those two give a net force (pseudo-force) in the centripetal direction, as required.

Does that get at your concerns?
 
Sep21-12, 02:32 PM   #3
 
Even I thought the same way. But the coriolis force is not directed radially. It is a tangential force. Also coriolis force depends upon the rate of change of radial distance which here is zero.
 
Sep21-12, 02:36 PM   #4
 

Problem involving a rotating frame. Help ASAP


Coriolis force is the tangential force experienced on the particle which is coming closer or going away from the center of circular motion. Just like the winds change directions.
 
Sep21-12, 02:43 PM   #5
 
Mentor
Blog Entries: 1
Quote by ashishsinghal View Post
Even I thought the same way. But the coriolis force is not directed radially. It is a tangential force. Also coriolis force depends upon the rate of change of radial distance which here is zero.
The Coriolis force will be radially inward.
 
Sep21-12, 09:10 PM   #6
 
Can you please explain why? As according to what I have read it is tangential.
 
Sep22-12, 01:58 AM   #7
 
There is no centripetal force in this case.
Since in the rotating frame, the object appears to be moving circularly, sum of all forces should be equal to mv^2/r
The forces acting on the object here is the pseudo force due to the rotation of my frame.
thus, Centrifugal force=mv^2/r
Does this solve your problem?
 
Sep22-12, 03:22 AM   #8
 
Mentor
Blog Entries: 1
Quote by ashishsinghal View Post
Can you please explain why? As according to what I have read it is tangential.
I have no idea why you think that the Coriolis force is tangential. It is always perpendicular to the velocity. It's given by [tex]-2m\vec{\Omega}\times\vec{v}[/tex]
where Ω is the angular velocity vector of the rotating frame. (See Coriolis force or any classical mechanics textbook.)

Thus the Coriolis force is radially inward and equal to 2mω2r and the centrifugal force is radially outward and equal to mω2r. Thus the net force is inward and equal to mω2r, just as you would expect for circular motion.
 
Sep22-12, 03:27 AM   #9
 
Mentor
Blog Entries: 1
Quote by Aniket1 View Post
There is no centripetal force in this case.
Since in the rotating frame, the object appears to be moving circularly, sum of all forces should be equal to mv^2/r
There must be a net centripetal force, acting radially inward.
The forces acting on the object here is the pseudo force due to the rotation of my frame.
thus, Centrifugal force=mv^2/r
The centrifugal force acts radially outward. So that's not enough to explain things. See my last post about the Coriolis force.
 
Sep22-12, 03:47 AM   #10
 
Recognitions:
Science Advisor Science Advisor
There is nothing very complicated involved. For a free particle in the inertial frame with cartesian coordinates [itex]x_j[/itex] you have the Lagrangian
[tex]L=\frac{m}{2} \dot{\vec{x}}^2=\frac{m}{2} \dot{x}_j \dot{x}_j.[/tex]
Here and in the following Einstein summation is implied.

In terms of the coordinates [itex]y_j[/itex] fixed in the rotating frame (let's assume the rotation is around the three-axis) you have
[tex]\begin{pmatrix}
x_1 \\ x_2 \\ x_3 \end{pmatrix}=\begin{pmatrix}
\cos (\omega t) & -\sin (\omega t) & 0\\
\sin (\omega t) & \cos (\omega t) & 0 \\
0 & 0 & 1
\end{pmatrix} \begin{pmatrix} y_1 \\ y_2 \\y_3 \end{pmatrix} \qquad (*). [/tex]

Now take the time derivative of this and pluck it into the above Lagrangian. You'll get after some algebra
[tex]L=\frac{m}{2} \left [\dot{y}_j \dot{y}_j+2 \omega (y_1 \dot{y}_2-y_2 \dot{y}_1)+\omega^2 (y_1^2+y_2^2) \right ].[/tex]

With [itex]\vec{\omega}=\omega (0,0,1)^t[/itex] this reads
[tex]L=\frac{m}{2} \left [\dot{\vec{y}}^2+2 \vec{\omega} \cdot (\vec{y} \times \dot{\vec{y}}) + (\vec{\omega} \times \vec{y})^2 \right].[/tex]

With the Euler-Lagrange equations you'll get the correct equations of motion, which can be reinterpreted as the motion of a particle under the influence of the Coriolis and the centrifugal force:
[tex]m \ddot{\vec{y}}=-m \left [2 \vec{\omega} \times \dot{\vec{y}}-\vec{\omega} \times (\vec{\omega} \times \vec{y}) \right ].[/tex]

Of course you could also simply derive Eq. (*) two times wrt. to time, but that's more cumbersome :-).
 
Sep22-12, 12:41 PM   #11
 
Quote by vanhees71 View Post
There is nothing very complicated involved.
Sir, thanks for all the effort but after the work you just showed me I would seriously ask you to consider your definition of complicated. But thanks for your effort.
 
Sep22-12, 01:18 PM   #12
 
Quote by Doc Al View Post
I have no idea why you think that the Coriolis force is tangential. It is always perpendicular to the velocity. It's given by [tex]-2m\vec{\Omega}\times\vec{v}[/tex]
where Ω is the angular velocity vector of the rotating frame. (See Coriolis force or any classical mechanics textbook.)

Thus the Coriolis force is radially inward and equal to 2mω2r and the centrifugal force is radially outward and equal to mω2r. Thus the net force is inward and equal to mω2r, just as you would expect for circular motion.
I went to the wikipedia link you posted. Yup,I admit I was mistaken. Coriolis force can be in any direction in the plane of circular motion. Thanks a lot.
 
Sep22-12, 01:21 PM   #13
 
Thanks everyone. Special thanks to Doc Al. This thread is closed.
 
New Reply
Thread Tools


Similar Threads for: Problem involving a rotating frame. Help ASAP
Thread Forum Replies
Rotating cylinder on x'-axis in S' frame. Find twist per unit length in S frame Advanced Physics Homework 1
rotating frame + heat Introductory Physics Homework 9
Defining a Lagrangian in an rotating reference frame frame Classical Physics 4
Tension problem involving picture frame Introductory Physics Homework 7
Projectiles in rotating frame help Advanced Physics Homework 1