Optimal Speed of an 18-Wheeler
by J. Schattman
Sir John A. Macdonal Secondary School, Waterloo, Canada
jschattman@rogers.com
Problem description
Suppose you manage a trucking company that delivers goods between two cities. You want to maximize profits by choosing the best cruising speed of your trucks on the highway. Driving faster increases the number of goods your company can deliver per week (and thus, your revenue) but also increases your fuel costs because of the lower efficiency of the trucks at higher speeds.
In this application, we use real fuel-economy data to build a mathematical model for determining the optimal speed. We'll solve the model graphically, and then analytically using calculus.
At the end just for fun, you can use dials to adjust the parameters of the problem, and the speedometer will display the optimal speed.
Units:-AddUnit(CAD, context=CA
Define the variables
Independent variable
s = cruising speed of the truck
Parameters
d = distance of the delivery route
r = revenue earned per delivery (Canadian $)
f = cost per litre of diesel fuel (
w = weight of the truck plus its cargo (kg)
Dependent variables
e = fuel economy of the truck, as a function of s and w
p = profit earned per hour of driving, as a function of s, d, r, f, w and e
Build a mathematical model
We seek to maximize
(3.1)
Revenue per hour is just
. This is easiest to see by cancelling units, as illustrated below.




Fuel cost per hour is just
. (We divide by 100 because e is measured in Litres per 100 km.)




Thus, we have
 |
(3.2) |
If e were constant, then the optimal strategy would be to drive as fast as possible and hope the police aren't looking. (This assumes
.) But as we will see in the next section, e falls drastically with s, and so we will need to curb our aggressive driving habits if we wish to maximize profits.
Estimating e using real data
In this section, we use data from the 2004 report "Factors Affecting Truck Fuel Economy", published by Goodyear Inc., to estimate mpg(s), the fuel economy of a typical 18-wheeler in mpg as a function of speed. We'll then use mpg(s) to derive
, the fuel economy in km/L, by converting to Canadian units. Finally, we'll obtain e(s) by inverting kpl(s) and multiplying by 100.
Estimating e in American units
According to the Goodyear report:
- The optimal fuel economy of an 18-wheeler is achieved at a speed of 55 mph.
- At 55 mph, a 25,000-lb truck on a flat road gets about 5.7 mpg.
- For every 1000-lb increase in load, fuel efficiency drops by about
mpg.
- Aerodynamic drag on the truck increases exponentially with its speed. As a result, for every 5 mph increase in speed above 55 mph, fuel economy drops by about 8%.
Letting w represent the weight in pounds, points 1-3 imply that
which simplifies to
 |
(4.1.1) |
To account for point 4 above, we just multiply
by
, obtaining
where we assume that
Converting to Canadian/European units
Maple can save us a great deal of drudgery here with the handy Replace Units menu option (Right-click/Units/Replace Units).














With these conversions, we may now assume that s is measured in km/h and w is measured in kg in the following formula
which simplifies to
 |
(4.2.1) |
Finally, we have
or
 |
(4.2.2) |
Exploring the model
Substituting this estimate for into , our formula for hourly profit becomes
 |
(5.1) |
A numerical example
Assuming r = $1,500, d = 500 km, f = $1.35/L, and w = 60000 kg, equation becomes
 |
(5.1.1) |
   ![[[s = 120.0682877]]](/view.aspx?SI=6573/18_wheeler_63.gif) 
|
|
In this case, the optimal speed would be 120 km/hour. It doesn't always pay to drive as fast as possible!
In search of a general formula
Let's try to maximize p generally in terms of r, d, f and w.
 |
(5.2.1) |
Differentiating with respect to s, we get
(5.2.2)
We set the RHS to zero and try to solve for s, but there is no closed-form solution!

 |
(5.2.3) |
Warning, solutions may have been lost |
|
(5.2.4) |
Not that we expected one anyway! The product of an exponential term with a linear term (note s in the numerator) usually spells doom for algebraic solutions, and this function is no exception. (We were able to solve the problem in Equation
only because all coefficients were numeric and so Maple could find the zeros of the derivative numerically).
Can we get around this road block?
Simplifying the model by linearizing e.
Recall our formula for e(s).
 |
(5.3.1) |
Note that the graph of the factor
is almost linear over the range of speeds truckers drive!
Idea: Replace y with its "closest" linear approximation in the formula for p making it much easier to solve for the optimal value of s algebraically.
To derive a good linear approximation of y, we will determine the linear function
that has the minimum squared difference with y over an interval of typical speeds, say 80-130 km/h. To do this, we minimize the following definite integral over all choices of a and b:
= 

The fitted linear function is
and is plotted below with the original.
With this approximation, p becomes
 |
(5.3.2) |
Differentiating in s, we get
Setting to 0 and solving for s, we get

 |
(5.3.3) |
This is called a mess. Let's demessify it by assigning a numerical value to one of the parameters, say,
in the first solution (which is the one that makes physical sense).
![[s = `+`(202.0250284, `-`(`/`(`*`(119.8354802, `*`(`^`(`*`(r, `*`(d, `*`(f))), `/`(1, 2)))), `*`(r))))]](/view.aspx?SI=6573/18_wheeler_93.gif) |
(5.3.5) |
Maple would have made me much happier if it had printed this as
but the punch line is the same and makes perfect intuitive sense: increasing f or d pulls the optimal speed down, while increasing r pulls it up.
Control panel
If you've read this far, you have eaten enough mathematical vegetables to get dessert.
Using the dials below, set the distance of the delivery route (d), the revenue per delivery (r), the fuel price per litre (f), and the weight of the loaded truck (w).
The speedometer will then display the optimum speed under those conditions.
distance per trip (km)
|
|
Optimal Speed
|
revenue per trip ($)
|
|
|
fuel cost
|
|
weight (tons)
|
|