How to find torque of rotational friction on an axle?

In summary: It will show you where the friction is acting and what the resulting torque is.In summary, the programmer is trying to create a physics engine from scratch and is encountering some difficulties. He has created a stick with the mouse pointer that dangles from one end, demonstrating simple pendulum physics. He wants to add a friction component to the "axle" it's rotating on to avoid perpetual motion, but finds that he is not understanding how rotational friction works. He tries to calculate the friction torque, but fails because he does not understand regular normal force. He draws a free body diagram to show where the friction is acting and calculates the resulting torque to be 0.
  • #1
CK_KoopaTroopa
8
2
Hi, I'm trying to program a simple physics engine from scratch as an exercise, and I'm starting with manipulating a stick with the mouse pointer. As of now, it dangles from one end demonstrating simple pendulum physics. Now, I want to add a friction component to the "axle" it's rotating on to avoid perpetual motion, like when you put a pencil through the end of a ruler and swing it back and forth.

I can create this illusion by making a line that says "omega = omega * 0.9" (omega being angular velocity) each frame, because right now I'm bypassing torque altogether and skipping straight to acceleration (which I realized this morning was a terrible idea... I know how to fix this though).

However, even though that appears right when I run the program, it doesn't seem to line up with real-life physics at all. What I need is a torque that goes against the torque of gravity (-m*g*L*sin (theta)); I just don't know how to find what that torque is. I'm pretty sure there's one equation I'm looking for, but I forget how friction works mathematically and I can't find it online or in my high school physics notes for the life of me! Anyone got it?
 
Physics news on Phys.org
  • #2
The simplest model just has the retarding torque proportional to how tight the turning section fits the axle.
The next most complicated has the retarding torque proportional to the angular velocity.

I'd use the first one for the case of a ruler swinging on a pencil ... the "tightness" is the normal force at the contact point. The second works better for larger systems, and where there are bearings, lube, and so on. Also see:
https://au.mathworks.com/help/physm...iction.html?requestedDomain=www.mathworks.com
http://lpsa.swarthmore.edu/Systems/MechRotating/RotMechSysElem.html
http://www.mogi.bme.hu/TAMOP/robot_applications/ch07.html
 
  • #3
Thanks for the response! The links you provided certainly do have a lot of information, but maybe too much! If I have to go through it all I will, but I feel like this is a lot simpler... I was thinking along the same lines of getting the tightness at the contact point, and originally tried to just think up the analog for rotational friction from translational (which, if I remember right, is Fnet = Fexternal + Ffriction for Fexternal = ma and Ffriction = -μFnormal) which would go to τnet = τexternal + τfriction for τexternal = Iα and τfriction = -μτnormal but I can't figure out what the "normal torque" (?) would be for that joint.

Come to think of it, I forget how regular normal force works... Because I remember it's just Fnormal = mg sinθ, but if that was the case, let's say Fexternal = 0 then Fnet would just be -μmg sinθ, meaning it would decelerate past 0 and accelerate in the other direction! That can't be right...?
 
  • #4
In a dry bearing the pivot pin only touches the bearing over a relatively small area . The normal force on that area and the coefficient of friction give you the tangential friction force . Force times radius of pivot pin gives you the friction torque .

The mechanics of what happens in a dry bearing can be more complex than this in reality but the simple calculation is what is commonly used and gives reasonably accurate results .

In a lubricated bearing friction torque is mainly due to viscous drag effects . Can be estimated theoretically but calculations are not easy for real bearing systems .

Retarding torque on pendulum arm may in any case be due to air resistance as well as pivot friction .
 
  • #5
Ahh, ok. The tangential friction force times radius makes perfect sense, but now how do I apply that? I can't simply subtract it from the external torque, because unless I'm doing something wrong that would make it continue to accelerate in the opposite direction even after decelerating to a complete stop.
 
  • #6
Friction only acts to oppose motion .

Try drawing a free body diagram for the pendulum arm .
 

1. What is torque of rotational friction on an axle?

Torque of rotational friction on an axle is a measure of the resistance to rotational motion caused by the friction between the axle and the surface it is rotating on. It is a force that acts perpendicular to the axle and results in a slowing down or stopping of the rotation.

2. How is torque of rotational friction on an axle calculated?

The torque of rotational friction on an axle is calculated by multiplying the coefficient of friction between the axle and the surface, the normal force acting on the axle, and the radius of the axle.

3. What factors affect the torque of rotational friction on an axle?

The torque of rotational friction on an axle is affected by the coefficient of friction, the normal force, and the radius of the axle. Other factors that can also have an impact include the surface roughness and the speed of rotation.

4. How can the torque of rotational friction on an axle be reduced?

The torque of rotational friction on an axle can be reduced by decreasing the coefficient of friction, decreasing the normal force, or increasing the radius of the axle. Lubrication can also help reduce friction and therefore reduce the torque.

5. What is the relationship between torque of rotational friction and angular acceleration?

The torque of rotational friction and angular acceleration have an inverse relationship. This means that as the torque of rotational friction increases, the angular acceleration decreases and vice versa. This can be seen in the equation T = Iα, where T is torque, I is moment of inertia, and α is angular acceleration.

Similar threads

  • Mechanics
Replies
32
Views
815
Replies
7
Views
1K
Replies
22
Views
2K
Replies
21
Views
2K
Replies
37
Views
2K
Replies
1
Views
717
Replies
19
Views
1K
Replies
8
Views
3K
Replies
3
Views
2K
Replies
2
Views
1K
Back
Top