- AIM:
- To solve the given questions related to forces acting on a vehicle.
- THEORY:
- Tire Nomenclature/C
- The ISO Metric tire code consists of a string of letters and numbers, as follows:
- An optional letter (or letters) indicating the intended use or vehicle class for the tire:
- P: Passenger Car
- LT: Light Truck
- ST: Special Trailer
- T: Temporary (restricted usage for "space-saver" spare wheels)
P indicates that the tire is engineered to TRA standards, and the absence of a letter indicates that the tire is engineered to ETRTO standards. In practice, the standards of the two organizations have evolved together and are fairly interchangeable, but not fully, since the load index will be different for the same size tire.
- 3-digit number: The "nominal section width" of the tire in millimeters; the widest point from both outer edges (sidewall to sidewall). The tire surface that touches the road usually has a narrower width (called "tread width").
- /: Slash character for character separation.
- 2- or 3-digit number: The "aspect ratio" of the sidewall height as a percentage of the nominal section width of the tire. If the information is omitted, it is assumed to be 82% (if written, it should be like xxx/82). If the number is larger than 200, then this is the diameter of the entire tire in millimeters.
- An optional letter indicating the speed rating of the tire. Alternatively, the letter may appear at the end, following the load index. If the letter here is Z, indicating a maximum speed over 240 km/h (149 mph), then a more specific letter W or Y may appear after the load index (see speed rating, below).
- An optional letter indicating the construction of the fabric carcass of the tire:
- B: bias belt (where the sidewalls are the same material as the tread, leading to a rigid ride)
- D: diagonal
- R: radial
- if omitted, it is a cross-ply tire
- 1- or 2-digit number: Diameter in inches of the wheel that the tires are designed to fit. There is the rare exception of metric-diameter tires, such as the use of the 390 sizes, which in this case would indicate a wheel of 390 mm in diameter. Few tires are made to this size currently. The number may be longer where a half-inch size is used, for example, many heavy transport trucks now use 22.5-inch tires.
- 2- or 3-digit number: Load index; see table below. Some light-truck tires are approved for "dual-use", that is they can be run in pairs next to each other. If so, separate load indexes will be specified for single and dual usage.
-

- 1- or 2-digit/letter combo: Speed rating; see table below

- GOVERNING EQUATIONS IF ANY:
- Diameter of tire (Dt) :- Dt=Dr+2⋅Hs
- Where,
- Dr = Rim Diameter (m)
- Hs = Section Hight (m)
- Ws = section Width(m)
- Aspect ratio (R) :- R=HsWs
- Angular Velocity (ω) :- ω=vr (Radian)
- Where,
- v=velocity(ms)
- r=Radius(m)
- Relation between Speeds & Gear Ratio :- S1⋅T1=S2⋅T2
- Where,
- S1 = Speed of Driven Wheel (Tire)
- S2 = Speed of Driver Wheel (Motor)
- T1 =Teeth of Driven Gear
- T2 =Teeth of Driver Gear
- Gear Ratio (G) :- G=T1T2
- Rolling Resistance Force (Frr) :- Frr=μrr⋅m⋅g(N)
- Where,
- μrr= Coefficient of rolling resistance
- m= mass (kg)
- g=9.81(ms2)
- Aerodynamic Drag Force (Fad) :- Fad=0.5⋅ρ⋅A⋅Cd⋅v2(N)
- Where,
- ρ = Air Density (kgm3)
- A = Frontal Area (m2)
- Cd = Drag Coefficient
- v = Velocity (ms)
- Hill Climb Force (Fh) :- Fh=m⋅g⋅sin(θ)(N)
- Where,
- θ = Angle of Inclination
- Total Tractive Force in case of no inclination Fte=Frr+Fad (N)
- Total Tractive Force in case of inclination Fte=Frr+Fad+Fh(N)
- Power (P) = Fte⋅v (W)
- Acceleration Power (Pa) = 0.5⋅m⋅(Δv)2ta (W)
- Where,
- Δv = Increase Change in Velocity
- ta = Acceleration Time (s)
- Note – Acceleration is Power is only required during acceleration of the vehicle.
- Total Power (Pt) = P+Pa (W)
- QUESTIONS & SOLUTION :
- Q1.a What should be the maximum speed of the motor used in an electric scooter capable to run at 90 kmph, if the fixed gear ratio is 7 and tire size is 90/100 R10 53J? Assume the following arrangement from the motor to the wheel.
- Solution 1.a
- Given Data –
- Speed = 90 kmph = 25 m/sec
- Gear Ratio = 7
- Tyre Info = 90/100 R10 53J
- To Find –
- Maximum Speed of the motor.
- Answer
- Tyre Decoding -90/100 R10 53J
- Tyre Width = 90 mm
- Tyre Height = 90 mm (Since Aspect Ratio is 100%)
- Rim Diameter = 10*25.4 = 254 mm
- Tyre Diameter = 254 + 90*2 = 434 mm = 0.434 m
- Tyre Radius = 0.217 m
- Angular Velocity of Tyre = 25/0.217 = 115.207 Rad/sec
- Angular Velocity of Motor = 115.207*7 = 806.452 Rad/sec
- Angular Velocity of Motor = 7705 RPM
- Q1.b Recalculate the same value if the tire code is 90/90 R18 51P.
- Solution 1.b
- Given Data –
- Speed = 90 kmph = 25 m/sec
- Gear Ratio = 7
- Tyre Info = 90/90 R18 51P
- To Find –
- Maximum Speed of the motor.
- Answer
- Tyre Decoding -90/90 R18 51P
- Tyre Width = 90 mm
- Tyre Height = 81 mm (Since Aspect Ratio is 90%)
- Rim Diameter = 18*25.4 = 457.2 mm
- Tyre Diameter = 457.2 + 81*2 = 619.2 mm = 0.6192 m
- Tyre Radius = 0.3096 m
- Angular Velocity of Tyre = 25/0.3096 = 80.749 Rad/sec
- Angular Velocity of Motor = 80.749*7 = 565.245 Rad/sec
- Angular Velocity of Motor = 5400 RPM
- Q2. Prepare a simple excel calculator to identify vehicle propulsion power based on given inputs and outputs. Implement formulas in cells.
- Inputs: Kerb Weight (kg), Payload (kg), Coefficient of rolling resistance, Air density (kg/m3), Width (m), Height (m), Drag coefficient, Acceleration (0 to top speed in specified seconds), Hill climbing angle, Speed.
- Output: Total power in kW.
- What are the limitations of this calculation?
- Solution 2.
- A file link and screenshot of a file are attached below.
- https://drive.google.com/file/d/1hp9VW5tXA1EydqpH8kOLm1S1ktryBfnM/view?usp=sharing

- Limitations of this calculation.
- The coefficient of rolling resistance is considered constant, where in reality it varies with tire pressure and the road condition
- The Air Density is taken constant but it varies the temperature, pressure, humidity, and other factors.
- Drag Coefficient is taken constant but it varies with the velocity and aerodynamics of the vehicle.
- Constant speed and slope are considered constant while it’s not constant in reality.
- Hill climb Power & Acceleration Power is not required always it is only required during climbing a hill & accelerating the vehicle.
- Q3. Assuming that tire pressure reduction by 15% results in the increase of rolling resistance effect by two times, how much will be the difference in total traction power keeping all other parameters the same?
- Solution 3.
- From the below figure we see that reducing the tire pressure by 15% doubles the coefficient of rolling resistance, which increases the tractive force by 20.42% & 40.77% of the respective vehicles.
- And increase the total power by 1.31% & 7.04% of respective vehicles.

- Q4. See the video of the Range rover sport dragon challenge. How much is the gradeability? What was the average speed? Which are the forces acting on the car?
Link to the video: https://www.youtube.com/watch?v=EUwzWHD3Htg
- Solution 4.
- The slope during the stairs climbing is 45 degrees, thus gradeability is 100%.
- The Average Speed = Total distance travel / Total time
- Total Distance = 11.3 kms = 11300 m (Reference link is attached in references)
- Total Time = 22 min 41 secs = 1361 secs (From the Video)
- Average Speed = 11300/1361 = 8.3027 m/sec = 30kmph
- Forces Acting on Vehicle
- Rolling Resistance Force (All the time)
- Aerodynamic Force (All the time)
- Hill Climbing Force (All the time, since the whole track was on a hill)
- Acceleration Force (During changing Speeds)
- Centrifugal Force (During taking turns)
- REFERENCES: