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?