Understanding Kinetic Friction: Solving Problems in 3D Physics Simulations

AI Thread Summary
Implementing realistic kinetic friction in 3D physics simulations can be challenging, particularly when distinguishing between static and kinetic friction. The standard model for dry friction states that kinetic friction is given by the equation F = μ_k N, which is independent of velocity. However, when air resistance is considered, friction can become speed-dependent. The discussion highlights a misunderstanding regarding the relationship between speed and kinetic friction, suggesting that the professor's assertion may be incorrect. For accurate implementation, consulting foundational physics resources is recommended.
Brainv2.1beta
Messages
20
Reaction score
0
I am trying to create a 3d physics simulation and the first "problem" I have encountered is implementing realistic friction. Now, I was told by some professor that the faster an object is traveling the less friction that it has, however, I have not been able to find the appropriate equation/s on the net. I know the basic friction equation, F=uN. However, this is only useful for static applications; I need to learn the formula for kinetic friction, and how to apply it to non-static variables (eg. speed-=frictionequation.)
 
Physics news on Phys.org
In the usual ("standard" or Coulomb) model for dry friction between surfaces, kinetic friction is given by \mu_k N and is independent of velocity. When you start adding in air resistance you'll quickly get speed-dependent forces.
 
So your saying that professor I mentioned was incorrect? At least this makes coding easier.

By the way, I am making rolling sphere physics.
 
Last edited:
Brainv2.1beta said:
So your saying that professor I mentioned was incorrect?
Why don't you ask the professor what he meant?
 
Doc Al said:
Why don't you ask the professor what he meant?

Can't, I talked with him last at a science convention overseas.
 
Then pick up any freshman physics book and read what it says about kinetic friction.
 
Doc Al said:
Then pick up any freshman physics book and read what it says about kinetic friction.

Yeah yeah I'm not in school anymore though and the library's a long walk...google doesn't really count...
 
Back
Top