Need help calculating load torque and acceleration torque of a vehicle

In summary: Thank you for pointing that out. I had not considered that. I had assumed that the maximum torque that could be applied to the vehicle was the one needed to overcome the rolling friction. I will need to recalculate the torque needed to overcome wind resistance.
  • #1
chessguy103
13
3
Hi everyone,

I'm working on designing a vehicle that uses electric motors, but I'm having a little trouble finding the load and acceleration torques in order to select the right motors to use.

Variables:
m = total mass of vehicle
a = acceleration
μ_r = rolling friction coefficient
r = wheel radius
N = normal force (vehicle weight)
J = moment of inertia
F_r = rolling friction
T_L = load torque
T_a = acceleration torque
α = angular acceleration

Assumptions:
  • m = 50 kg (distributed evenly across 4 wheels)
  • a = 2 m/s^2
  • μ_r = 0.02
  • r = 0.1 m
  • Vehicle driven by two back wheels using two separate electric motors (direct drive)
  • Driving on a flat surface

Calculations:
Here's what I've calculated so far. If I've made any mistakes or left anything out, please correct me.

Load torque:
  • F_r = μ_r * N
  • N = 50 kg * 9.81 m/s^2 = 490.5 N
  • F_r = 0.02 * 490.5 N = 9.81 N
  • T_L = F_r * r
  • T_L = 9.81 N * 0.1 m = 0.981 Nm

Acceleration torque:
I tried calculating this in two ways and got two different answers.

1. First I used a free body diagram, attached below.
  • F = ma = 50 kg * 2 m/s^2 = 100 N
  • 2 Driving wheels --> 2T = Fd = 100 N*0.1 m = 10 Nm
  • T = 5 Nm (per driving wheel)

2. Here's where I'm getting confused.

  • T_a = J*α ------- for one wheel
  • α = a/r = 2/0.1 = 20 rad/s
  • J = 0.5*m*r^2 = 0.5*25*0.1^2 = 0.125 kg*m^2--------------- I used 25 kg here since there are two driving wheels --> each one will accelerate half of the mass, if that makes sense. Is this assumption correct?
  • T_a = J*α = 0.125*20 = 2.5 = 1/2 the T_a I previously calculated. What am I doing wrong here?

Any help is appreciated. Thanks :)
 

Attachments

  • File_000 (2).jpeg
    File_000 (2).jpeg
    47.9 KB · Views: 209
Last edited:
Engineering news on Phys.org
  • #2
hello @chessguy103 ,
:welcome: !
chessguy103 said:
but I'm having a little trouble
You are doing quite well. A clear list of variables and parameters. Working posted and good to follow. An example for a lot of first posters !

A few improvements:

chessguy103 said:
free body diagram
You do calculations for the body of the vehicle and for the wheels. It is sensible to have two free body diagrams. The one for the body is almost trivial: two driving wheels each exert a forward force that causes the acceleration. Upward force from the four wheels compensates the weight ##mg##.

1615640011240.png

So simple it can be omitted: We don't worry about the vertical forces or the non-driving wheels (but add their friction force at the driving wheels).

This allows us to draw a better FBD for the driving wheels: Yours is a nice start, but it is incomplete. If I leave out the vertical forces (mg/4 up and mg/4 down):

1615638729007.png

There is only one driving torque and it has to provide the acceleration and compensation for the friction, from the driving wheel plus the non-driven wheel, hence ½ Fr.

chessguy103 said:
2. Here's where I'm getting confused.

  • T_a = J*α ------- for one wheel
  • α = a/r = 2/0.1 = 20 rad/s
  • J = 0.5*m*r^2 = 0.5*25*0.1^2 = 0.125 kg*m^2--------------- I used 25 kg here since there are two driving wheels --> each one will accelerate half of the mass, if that makes sense. Is this assumption correct?
  • T_a = J*α = 0.125*20 = 2.5 = 1/2 the T_a I previously calculated. What am I doing wrong here?

You found F/2 = 50 N so the torque for acceleration is 5 N##\cdot##m per driving wheel.
The torque to overcome friction has to be added to this, so 0.98/2 N##\cdot##m per driving wheel.

The torque to make the wheels spin should also be added to this, but for that you need the mass of a wheel.
Inserting half the total mass in the moment of inertia is not right: you don't want the whole thing to spin :wink: !

With e.g. a wheel mass ##m_w = ## 1 kg you have ##I = {1\over 2} m_w\, r^2## kgm2 per wheel, so 0.02 kgm2 per driving wheel. With ##\alpha = a/r = ## 20 rad/s 2 ##\quad \tau = I\alpha## yields 0.2 N##\cdot##m per driving wheel. So a small correction.

The torque to overcome another type of friction: wind resistance, should still be added to this: depending on the speed to be reached it can be the main torque!Clear so far ?

##\ ##
 
  • Informative
  • Like
Likes chessguy103, anorlunda and berkeman
  • #3
It seems to me that the given value of coeficient of friction, if for contact areas of wheels and flat surface, is excessively low, compared to practical values.
Also, if designing a real vehicle that uses electric motors, for torque calculation, you will need to consider the maximum slope of the roads to travel, as well as to reserve certain safety marging (abnormal loading of the vehicle, high winds, to start movement overcoming a stone on the road, etc.).
 
  • Like
Likes hutchphd and chessguy103
  • #4
BvU said:
The torque to overcome another type of friction: wind resistance, should still be added to this: depending on the speed to be reached it can be the main torque!Clear so far ?

##\ ##

Yes, that makes sense! Thank you!

I'm ignoring wind resistance for now since it'll only go up to 20 mph (~9 m/s), and I also don't know the shape of the body yet.

Lnewqban said:
It seems to me that the given value of coeficient of friction, if for contact areas of wheels and flat surface, is excessively low, compared to practical values.
Also, if designing a real vehicle that uses electric motors, for torque calculation, you will need to consider the maximum slope of the roads to travel, as well as to reserve certain safety marging (abnormal loading of the vehicle, high winds, to start movement overcoming a stone on the road, etc.).

μ_r = 0.02 is what I found for rolling friction coefficient between a car tire and asphalt.
And yes, I'm also adding mgsinθ*r for the extra torque needed for an incline. I just wanted to get the main calculations down first. I will also be adding a margin of safety. Thanks :)
 
  • Like
Likes BvU
  • #5
chessguy103 said:
I'm ignoring wind resistance for now since it'll only go up to 20 mph (~9 m/s), and I also don't know the shape of the body yet.
As a cyclist, I am very much aware that there is a lot of wind resistance, even at 20 mph :frown:

As a dutchman, I know that headwinds can easily double the power required ...

And as a murphist: there seems to exist a conservation law for headwind -- you turn, the wind turns too !

:biggrin::biggrin::biggrin:

##\ ##
 
  • Haha
  • Like
Likes hutchphd and chessguy103
  • #6
I see. I should account for that as well then.

One other thing: let's assume a coefficient of static friction of μ_s = 0.72 (car tire on asphalt)

That would mean that static friction force for all 4 wheels, F_s = N * μ_s = 50 * 9,81 * 0.72 = 353.16 N

Which means that F_s for a single wheel would be 353.16 / 4 = 88.29 N. So the force at the driving wheels shouldn't exceed this value or else they'll slip. Or, since it's two driving wheels would we do 353.16 / 2?

I'm thinking its the first one since the actual weight/normal force is distributed across all 4 wheels. But I'm not sure.
 
  • #7
chessguy103 said:
μ_r = 0.02 is what I found for rolling friction coefficient between a car tire and asphalt.
And yes, I'm also adding mgsinθ*r for the extra torque needed for an incline. I just wanted to get the main calculations down first. I will also be adding a margin of safety. Thanks :)
One thing is the added resistance to rolling due to the continuos deformation of a rubber tire while rolling over asphalt; another thing is the "traction" or resistance to sliding or skidding of that same tire.

Please, see:
https://www.engineeringtoolbox.com/rolling-friction-resistance-d_1303.html

https://www.engineeringtoolbox.com/friction-coefficients-d_778.html

The second one is what determines how much tangential force your wheels can achieve during acceleration and braking, and its magnitude depends on the normal force and a higher value of static coeficient of friction, which is normally around 0.8 for rubber/dry asphalt.

Welcome to PF! :cool:
 
  • Like
Likes chessguy103
  • #8
chessguy103 said:
I'm thinking its the first one since the actual weight/normal force is distributed across all 4 wheels
I agree: the normal force per wheel is mg/4 and the maximum friction force is therefore ##\mu##mg/4 per wheel, diving or not.We had another thread on this where a difference between front wheel drive and rear wheel drive was discussed. It starts about hill climbing, but that turns into acceleration (physically more or less equivalent).##\ ##
 
  • Like
Likes chessguy103
  • #9
BvU said:
I agree: the normal force per wheel is mg/4 and the maximum friction force is therefore μmg/4 per wheel, diving or not.
Of course this assumes the mass of the cart is uniformly distributed! If not life only gets worse...but that is a good place to start.
 
  • Like
Likes chessguy103

1. How do I calculate the load torque of a vehicle?

The load torque of a vehicle is calculated by multiplying the weight of the load being carried by the distance from the center of gravity of the load to the axis of rotation. This will give you the load torque in units of force multiplied by distance (e.g. Nm or lb-ft).

2. What factors affect the load torque of a vehicle?

The load torque of a vehicle is affected by the weight and distribution of the load, as well as the distance from the center of gravity of the load to the axis of rotation. Additionally, external forces such as wind resistance and friction will also impact the load torque.

3. How do I calculate the acceleration torque of a vehicle?

The acceleration torque of a vehicle is calculated by multiplying the mass of the vehicle by the acceleration rate. This will give you the acceleration torque in units of force multiplied by distance (e.g. Nm or lb-ft).

4. What is the difference between load torque and acceleration torque?

Load torque refers to the torque required to overcome the weight and distribution of a load being carried by a vehicle. Acceleration torque, on the other hand, refers to the torque required to accelerate the vehicle itself. While load torque is affected by the weight and distribution of the load, acceleration torque is affected by the mass of the vehicle and its acceleration rate.

5. How can I use load torque and acceleration torque to determine the power requirements of a vehicle?

To determine the power requirements of a vehicle, you can use the load torque and acceleration torque values to calculate the total torque needed. Then, you can use this torque value along with the vehicle's speed to calculate the power required, using the formula Power = Torque x Angular Speed. This will give you the power requirement in units of force multiplied by distance per time (e.g. Nm/s or lb-ft/min).

Similar threads

  • Mechanical Engineering
2
Replies
58
Views
6K
  • Mechanical Engineering
Replies
10
Views
1K
  • Mechanical Engineering
Replies
2
Views
2K
Replies
6
Views
2K
  • Mechanical Engineering
Replies
3
Views
941
  • Mechanical Engineering
Replies
1
Views
578
  • Mechanical Engineering
Replies
5
Views
3K
  • Mechanical Engineering
Replies
8
Views
1K
  • Mechanical Engineering
Replies
18
Views
4K
Replies
8
Views
1K
Back
Top