Exploring Tire Physics: Seeking an Equation for μK

In summary, the conversation revolves around tire physics and the behavior of tires in different scenarios. The main question being discussed is whether the friction coefficient (μK) of a tire is always constant or if it changes based on factors such as speed and slip angle. The conversation also touches on the issue of wider tires providing better grip and the need to consider variations in road surface when determining the friction coefficient. The participants also share their own equations and theories on how to accurately simulate a car's handling and behavior using the friction coefficient.
  • #36
If you push sideways on the vehicle with the front wheels steered, the front wheels will back up. If you apply torque to the rear wheels, it should counteract the phenomenon (Csf in your figure).
Ok, got that part, makes sense.

Ok, so I guess to reformulate my question, would be to temporarily abandon the bicycle model and go back to the original car model.
upload_2017-4-2_17-9-30.png
 
Physics news on Phys.org
  • #37
You use the bicycle model and then split the result equally between the 2 wheels of the axle. If one wheel exceeds its limit (because of weight transfer), then only the other one can increase until its own limit (which have more weight on it).
 
  • #38
Ok, so back to the bicycle model, assuming in an ingame engine we see a moving body (the bike) but do not have access to the information of where the last force was applied, the only information we have access to is the velocity of the car and the angular velocity of the car. We only see a moving car, but no knowledge of the origins of forces that were applied to the car.
So basically, I want to make sure I understand the bicycle model 100%, then move onto integrating 2 bicycles and putting them together as one car.
Basically, imagine you have a custom bicycle where the back tire can rotate independently of the chassis.
Just to make sure I got the bicycle physics down pat, here is a picture to illustrate:
upload_2017-4-2_17-44-24.png
 
Last edited:
  • #39
The only way I can think of, that it can be done:
  1. With the forces and moments acting on the vehicle, find the accelerations of the vehicle. Beginning here, it doesn't matter anymore how your wheels are positioned;
  2. With the found accelerations and the initial velocities, find the new velocities;
  3. With the velocities and the initial position, you find the new position;
  4. Repeat.
You cannot find forces by knowing velocities. One is a statics analysis, the other is a kinematics analysis.

The stuff you say makes no sense at all: «Would tire A's lateral force be 75% of [velocity] 30». A force cannot be based on a velocity. They are different things, independent of each other.

In the case you presented, If you know the linear velocity of one wheel, it is necessarily the same for the other (they are link by the frame). If there is an angular velocity about a known point, then there will be another velocity component added to each wheel, which will vary in direction and magnitude.

Here is a classical representation of an object that has a linear (##v_B##) and angular (##\omega_{@B}##) velocities. You can imagine points A & B to be the tires of a vehicle. Once you know the velocities of the vehicle, it doesn't matter what are the angle of the tires, they have to follow.

image117.gif
 
  • #40
quickquestion said:
Just to make sure I got the bicycle physics down pat, here is a picture to illustrate:
I don't see any physics in your diagrams. You just seem to make up some percentages, without any justification. Try a free body diagram.
 
  • #41
A.T. said:
I don't see any physics in your diagrams. You just seem to make up some percentages, without any justification. Try a free body diagram.
The pic in #38 is a free body diagram, it displays the 2 ground forces (friction forces) resisting forward motion of the body. The one crucial thing it is missing, is it doesn't say the actual force which caused the velocity to be 30, it just says the current velocity is 30.

The reason I mention this, is because many physics engines don't allow you to access what forces are acting on an object, they only allow you to apply a force. But if a car hits a wall, there is no function to get the force applied on a car.

But there is an error in my diagram which I will point out. The error is that the rear friction force is tilted when in the description it says braking is applied. I will correct the diagram and x-out the error and show what it should be:
upload_2017-4-3_11-2-56.png


jack action said:
The only way I can think of, that it can be done:
  1. With the forces and moments acting on the vehicle, find the accelerations of the vehicle. Beginning here, it doesn't matter anymore how your wheels are positioned;
  2. With the found accelerations and the initial velocities, find the new velocities;
  3. With the velocities and the initial position, you find the new position;
  4. Repeat.
Ok, so I'm thinking if I track the accelerations of the tire (I should be able to in the game engine) I can find the acceleration of the tires. The problem here is, Force=mass*acceleration applies to a general body. If the front tire is accelerating 3 units, and the back tire is accelerating 2 units, obviously the force for the front tire is not carmass*3, nor is it tiremass*3. And that, I think, is the problem I'm having trouble wrapping my head around...what is the "practical mass" of the tire.

Also, the diagram and text I put in post 38# is just bad...I was getting kind of tired and I should have used accelerations instead of velocities.
Wait no I remember why I put velocity instead of acceleration now. It was for the ice scenario...Imagine you are running a simulation, and the car is on ice, just sliding along without any acceleration. And you flip the switch and change the surface material to concrete...The simulation will not know how to handle this situation, because the friction force should be applied regardless if no other force was applied to the car.
(The diagram was still bad though, because it had an error.)
 
Last edited:
  • #42
quickquestion said:
The problem here is, Force=mass*acceleration applies to a general body. If the front tire is accelerating 3 units, and the back tire is accelerating 2 units, obviously the force for the front tire is not carmass*3, nor is it tiremass*3. And that, I think, is the problem I'm having trouble wrapping my head around...what is the "practical mass" of the tire.
You just find the force (##ma##) for the entire car. Then it becomes something like the "wind force" we discussed earlier and it acts at the CoG. Now you just refer to the car geometry to split the force between left & right (longitudinal force) or front & rear (lateral force) set of wheels. Then split each found force again 50/50 between the two wheels of each set. If the maximum friction value of one of the tire of the set is exceeded, use the kinetic friction value instead (sliding) and put the difference on the other tire. That should be pretty close to what happens in reality.
 
  • #43
quickquestion said:
The pic in #38 is a free body diagram, it displays the 2 ground forces (friction forces) resisting forward motion of the body.
The force distribution between front and rear wheel will mainly depend on how high the center of mass is. Where is that in your diagram or your derivation?
 
  • #44
jack action said:
You just find the force (##ma##) for the entire car. Then it becomes something like the "wind force" we discussed earlier and it acts at the CoG. Now you just refer to the car geometry to split the force between left & right (longitudinal force) or front & rear (lateral force) set of wheels. Then split each found force again 50/50 between the two wheels of each set. If the maximum friction value of one of the tire of the set is exceeded, use the kinetic friction value instead (sliding) and put the difference on the other tire. That should be pretty close to what happens in reality.
Ok, I am going to break it down into steps and to show you some problems I'm running into.
1. You just find the force (##ma##) for the entire car.
In the ice scenario, a car is on a testbed simulated ice surface, sliding sideways 90 degrees. According to Isaac Newton, it has no force, since it is not accelerating, just sliding at a constant velocity. So when I hit a switch and change the surface material from ice to concrete, the force that we are talking about now is the frictionforce on the ground. Which, can only be this: frictionforce to apply= min(maxfrictionforce,carvelocity*carmass).
Once again, velocity is needed here (Because according to Newton, no actual force is yet associated with the car, since it was sliding at a steady velocity. There is no actual force on the car whatsoever, except the hypothetical friction force which we are about to apply, but haven't applied yet. So according to Isaac, the car force is zero. Thus, in order to determine what the frictionforce should be, we can't actually reference a force, the only way we have to determine it is by thinking of the hypothetical future force that should be applied on it by the end of the frame.)

2. Then it becomes something like the "wind force" we discussed earlier and it acts at the CoG.
Assuming that our force is: hypothetical frictionforce to apply=min(maxfrictionforce,carvelocity*carmass), then if the COG is in the middle, then if both tires are angled symmetrically, then we divide by 2. So it would be tireA applied friction force=min(maxfrictionforce/2,carvelocity*carmass/2)
So it would be tireB applied friction force=min(maxfrictionforce/2,carvelocity*carmass/2)
But...if one tire has no grip, or is angled, or off the ground, etc...Then all or most of the burden goes on the gripping tire. So there has to be some kind of equation to determine the amount of burden. So if tire A loses grip for some reason, or is angled 90 degrees and doesn't resist much, the grip of tireB would look something like: tireA applied friction force=min(maxfrictionforce*0,carvelocity*carmass*0) (zero burden), tireB applied friction force=min(maxfrictionforce,carvelocity*carmass)
So there is something I am missing here besides just the COG, I am missing the equation to determine the ratios of burden.

3. If the maximum friction value of one of the tire of the set is exceeded, use the kinetic friction value instead (sliding) and put the difference on the other tire.
That would cause an imbalance. If I apply the maximum friction value to tire A, then there is no friction work left for tire B to do, creating a torque.

A.T. said:
The force distribution between front and rear wheel will mainly depend on how high the center of mass is. Where is that in your diagram or your derivation?
Oh...I didn't know. That could be important. What is the equation for that?
 
  • #45
quickquestion said:
What is the equation for that?
Draw a free body diagram from the side. The moments on the bike must balance in that plane, unless it's flipping over.
 
  • #46
Here is my diagram so far:
upload_2017-4-3_12-15-38.png

Now, the principle of moments is:
The principle of moments

When an object is balanced (in equilibrium) the sum of the clockwise moments is equal to the sum of the anticlockwise moments.

Force 1 x distance 1 from pivot = Force 2 x distance 2 from pivot

F1xd1 = F2xd2
But this implies that an object can become imbalanced. I am wondering, what are these imbalance conditions? When you say "flipping over", I assume that this is an imbalance condition?

Also, these equations would simplify in my case to, this, I think? (Could be wrong but I think I'm right.)
FrictionForce1=TotalFrictionForce*(totaldistance/distance1)
FrictionForce2=TotalFrictionForce*(totaldistance/distance2)

I'm trying to figure out what role the height of COG has yet to play in these equations (Assuming that this is a top down 2d bike simulation.)In any case, I kind of want to basically put aside all of the above texts and diagrams I wrote and think about this problem in a new way.
The discussion I was having with Jack action was along the lines of a BMX finger bike...you push the bicycle with your finger, and so it's easy to see the friction burden is mostly on the tire that is being pushed by your finger.

But I want to think about this in a new way. I want to introduce a new component to the discussion, which is the center of rotation. Imagine a lego beam, where you can stick an axle anywhere on the roof of the car...so on a top-down view you can rotate it any manner you wish. I will illustrate in the following diagram:
So here it is, the problem simplified.
upload_2017-4-3_12-49-7.png

Once I figure that part out...
The second component to the problem is, this:
upload_2017-4-3_12-45-23.png
 
  • #47
quickquestion said:
In the ice scenario, a car is on a testbed simulated ice surface, sliding sideways 90 degrees. According to Isaac Newton, it has no force, since it is not accelerating, just sliding at a constant velocity. So when I hit a switch and change the surface material from ice to concrete, the force that we are talking about now is the frictionforce on the ground. Which, can only be this: frictionforce to apply= min(maxfrictionforce,carvelocity*carmass).
Once again, velocity is needed here (Because according to Newton, no actual force is yet associated with the car, since it was sliding at a steady velocity. There is no actual force on the car whatsoever, except the hypothetical friction force which we are about to apply, but haven't applied yet. So according to Isaac, the car force is zero. Thus, in order to determine what the frictionforce should be, we can't actually reference a force, the only way we have to determine it is by thinking of the hypothetical future force that should be applied on it by the end of the frame.)
If there is a relative velocity between the tire and the ground, then you are sliding and you have to use the full kinetic friction force. It then becomes an input force to your system, regardless you have other forces or not. This force will decelerate your vehicle.
quickquestion said:
Assuming that our force is: hypothetical frictionforce to apply=min(maxfrictionforce,carvelocity*carmass), then if the COG is in the middle, then if both tires are angled symmetrically, then we divide by 2. So it would be tireA applied friction force=min(maxfrictionforce/2,carvelocity*carmass/2)
So it would be tireB applied friction force=min(maxfrictionforce/2,carvelocity*carmass/2)
But...if one tire has no grip, or is angled, or off the ground, etc...Then all or most of the burden goes on the gripping tire. So there has to be some kind of equation to determine the amount of burden. So if tire A loses grip for some reason, or is angled 90 degrees and doesn't resist much, the grip of tireB would look something like: tireA applied friction force=min(maxfrictionforce*0,carvelocity*carmass*0) (zero burden), tireB applied friction force=min(maxfrictionforce,carvelocity*carmass)
So there is something I am missing here besides just the COG, I am missing the equation to determine the ratios of burden.
It is imperative that you learn how to do a free body diagram to answer that question. This is how you built the equations to determine those unknowns. In the first part of your statement, you are actually making a free body diagram, only you are doing it intuitively. (It is true that you have to split the force in two, but why?)
quickquestion said:
That would cause an imbalance. If I apply the maximum friction value to tire A, then there is no friction work left for tire B to do, creating a torque.
You only apply the maximum friction value to tire A if the total friction force needed is greater than that value. There will not be an imbalance or a torque created, because both forces are colinear.
 
  • #48
jack action said:
You only apply the maximum friction value to tire A if the total friction force needed is greater than that value. There will not be an imbalance or a torque created, because both forces are colinear.

Well, if the car is going at a non-perpendicular angle, the forces wouldn't be colinear. So if I applied the full friction force to the front tire, instead of the back, it would have a different behavoir than if I applied the full friction force to the back and none to the front.

I have been doing some deep thinking about this and I have decided that I need to do a free body diagram, but at a molecular level. Here is my theory.
The friction force is a force, but not a single thrust force in the sense that the high school diagrams describe...it is actually a set of 2 forces, frontwards and backwards, like a gear network. Essentially, it is a damping force/field, not a thrust force.
 
  • #49
quickquestion said:
Well, if the car is going at a non-perpendicular angle, the forces wouldn't be colinear.
Yes it always will, if you treat the lateral and longitudinal components of the force (with respect to the vehicle) separately.
 
  • #50
Well the 2 forces would be parallel, but they wouldn't be on the same line. If the car is turned 45 degrees (in world space) but the tires are 90 degrees in world space, the 2 lines of friction force on the tires would be parallel but spaced apart.
 

Similar threads

Replies
1
Views
633
Replies
4
Views
4K
Replies
13
Views
1K
Replies
2
Views
1K
  • Other Physics Topics
Replies
4
Views
2K
  • Mechanical Engineering
Replies
3
Views
962
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Classical Physics
Replies
3
Views
858
Replies
11
Views
8K
Back
Top