Electric Car Driven On A Simple Racing Track Kenyatta University Control Systems Assignments 1
Electric Car Driven On A Simple Racing Track Kenyatta University Control Systems Assignments 1
Reference Text “Control systems fundamentals” William S. Levine, CRC press LLC
Assumptions
(i) All Electric Racing Car is driven around the racing track shown in Fig.1
(ii) The racing car can be represented by a simple Cart on wheels
F
(iii) The plant transfer function of a Cart on wheels G p ( s )=
Ms+ b
(iv) Assume the power source is a battery bank enough to cover 160km before
recharging,mmmm
Q1(a) Assuming the racing car driver has a maximum weight of 80Kg, calculate the
motor rating (KW) and the value of F to achieve a maximum speed of 150Km/h
(Hint 1 Watt = 1Nm/s)
Q1(b) Explain how you can estimate values for the car superstructure masses consisting
of drive system, batteries, wheels, etc.
ESTIMATED MASSES:
Motors : 3 x 120kg = 360kg
Driver and two passengers each of 80kg: 3 x 80kg = 240kg
Car superstructure: 400kg
Q1(c) With the value of the masses calculated in Q1(b) above calculate the value of b.
Q1(d) Using values of F, M, and b obtained above, solve for v(t) and calculate 4
transient and 1 steady-state value of v(t). Plot your solution using MATLAB and
submit 1 page of your MATLAB solution showing values of Motor Rating, F, M,
and b and the 5 calculated values of v(t) on the graph.
let time t = 10 s
= 12.5m/s
At transient state(exponential)
V(t) = Ce-(b/m)t
Assuming C=1 at t=10s,C=2 at t = 20s,C=3 at t=30s and C=4 at t=40s.
V(10) = 1 x e-((35.46/1000) x 10)
= 0.7m/s
MATLAB
Gp(s) = F/Ms + b
= 1477.78/1000s+35.46
num= 1477.78
G= tf(num,den)
Step(G)
Q1(e) Calculate the approximate time to make one 1 lap around the track.
It can be reduced by increasing the speed of the racing car by addition of more batteries
to supply power to the racing car .
Restructuring the shape of the car to be more streamline to reduce aerodynamic drag.
Reduce the frictional coefficient.
Q1(g) With your new choice to improve the lap time, plot your solution using MATLAB
showing values of Motor Rating, F, M and b and calculate the lap time.
ESTIMATED MASSES:
Motors : 5 x 120kg = 600kg
Driver and two passengers each of 80kg: 3 x 80kg = 240kg
Car superstructure: 350kg
b = F/v = 1099.86/41.67
= 26.39
MATLAB
Gp(s) = F/Ms+b
=1099.86/1090s+26.39
num = 1099.86
G= tf(num,den)
Step(G)