Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 93

Arms race modeling

(Adapted from various sources. For general worldwide military expenditure and arms race issues see http://www.sipri.org)

Background

Worldwide military expenditures have grown sharply during the past 15 years, even after adjusting for inflation -- more than a 60% increase between 2001 and 2010 alone. One of the major factors that causes escalation in weapons spending across the world is arms races. Irrationality abounds in the competition between groups of nations to outdo one another in weapons acquisitions and strengthening their military power. The undisputed leader of the pack, of course, remains the U.S., with a military budget nearly 6 times larger than its nearest competitor, China, and with 43% of the world's total share of military spending.

One of the earliest and best known mathematical models for arms competitions is the Richardson Arms Race Model, named after a Quaker mathematician who developed the model in the 1930s. Richardson believed that as nations accumulated larger and larger stockpiles of weapons, their willingness to use them also increases, eventually leading to war. In his view, the arms buildup process itself is the precursor to, and key predictor of, impending war.

I. A simple 2-nation arms race model

The scene: Two countries named "Green" and "Purple" are engaged in a competition to buildup their military strength and weapons stockpiles. We will model this competition via functions that measure their respective annual military expenditures as a function of time (in some common units of currency). Here is our modeling strategy:

  • We will model the rate of change in their military expenditures, with respect to time.
  • Let G(t) = military expenditure of country Green at time t.
  • Let P(t) = military expenditure of country Purple at time t.
  • Let t be in units of years. Assume G(t), P(t) are always positive.
Be sure to start your lab report with a brief overview of the ojectives and modeling strategy we are using here.
Model 0: The simplest model of a 2-nation arms competition is one in which we assume each nation increases its spending in direct proportion to the other nation's current level of spending. A schematic diagram of the situation is shown in the sketch
As usual, we want to think in terms of the derivatives dGdt\displaystyle \frac{dG}{dt} and dPdt\displaystyle \frac{dP}{dt}, although in this simple example it may be easy to directly model G(t)G(t) and P(t)P(t). Here are some explorations to try:
  • The schematic diagram helps us see the trend/shape of GG vs tt and PP vs tt, if we assume G(0)G(0) and P(0)P(0) are positive. Sketch graphs showing those qualitative behaviors.
  • From the general trend in your graphs, what can you say about the sign of dGdt\displaystyle \frac{dG}{dt} and dPdt\displaystyle \frac{dP}{dt}? Notice how the schematic diagram also tells us exactly that, even if we ignore our graphs.
  • We want to capture this behavior in a model that looks like: dGdt=f(t,G,P)\displaystyle \frac{dG}{dt}=f(t,G,P), where f(t,G,P)f(t,G,P) is a function of tt and/or GG and/or PP. Conjecture a form for the function ff. For example, you could say: f=1f=1, or f=tf=t, or f=Gf=G, or, ... Given the assumptions in this scenario, what would be a good choice for ff?
  • Model dPdt\displaystyle \frac{dP}{dt} in a similar way.
The Sage interaction below lets you explore solutions using a model of this type. Try a few different parameter values and initial conditions, and discuss what you find.
Interact: please open in CoCalc
Model 1: Well, Model 0 was pretty lame, and told us nothing insightful. It predicts a runaway arms race, which is exactly what we would expect under the assumptions of that model (i.e., each nation increases its spending in proportion to what the other nation spends, and there are no other constraining factors). Our next model adds the assumption of budgetary constraints. In a general sense we want to account for the fact that sustaining high levels of military spending strains a country's budget. This idea can be captured in the form of a new assumption: The rate of change in a country's military spending decreases in proportion to the amount currently being spent. Thus, each country's spending is influenced by two factors: (1) How much the other country is spending; and (2) the country's own current expenditures. With this in mind, carry out the following explorations
  • Consider the task of modeling dGdt\displaystyle \frac{dG}{dt}, or GG^\prime. The simplest way to account for the two factors that influence GG is to set: G=G^\prime= term1 +term2 What sign should these terms have? Why?
  • We already have a reasonable form for term1 from Model 0. Conjecture a similar reasonable form for term2.
  • Put everything together and write the complete model for G(t)G^\prime(t) and P(t)P^\prime(t).
  • There are 4 parameters in this model, say a, b, c, and d. Their numerical values (assumed positive) have a significant effect on the long-term predictions from the model. What range of values might be reasonable for these parameters? Why?
Try simulating a few different parameter values and initial conditions using the interactive Sage interface below. Discuss what you find, e.g., when do you get runaway arms buildups? when do you get complete mutual disarmament? etc.?
Interact: please open in CoCalc
Model 2: The actual model that Richardson proposed was a slight extension of Model 1, with the following form G=a  Pc  G+mP=b  Gd  P+nG^\prime = a\; P - c\; G + m \\ P^\prime = b\; G - d\; P + n The parameters aa, bb, cc, dd are positive, and have the same interpretation as before. The new parameters mm and nn can take positive or negative values, depending on the situation under consideration. To understand the interpretation of these parameters, explore the following questions

  • Consider country GG, and suppose mm is positive. What effect does it have on GG's military spending? Does your conclusion depend in any way on the other country PP's military spending?
  • Likewise, if mm is negative, it has a certain effect on GG, independent of other factors.
  • Clearly, the parameter mm is trying to capture some behavior pattern of GG that persists independent of other things. A common interpretation is that it accounts for historical grievances (if mm is positive), or good will (if mm is negative) that country GG feels towards country PP. A similar interpretation applies to parameter nn.
  • Note that the range of typical numerical values for mm and nn is very different from those of the other parameters. Why? Hint: Look closely at the terms in the equations; think about comparing their magnitudes.
Despite its simplicity, the Richardson model is quite flexible in that it allows arms race analysts to choose the relative importance of the 3 driving factors, based on their own differing beliefs. For example, any of the parameters can be set to 0, if one believes it doesn't play a significant role in any particular nation's arms strategy.

 
To explore some of these possibilities, let's try simulating a few different parameter values and initial conditions using the interactive segment below. Discuss what you find, e.g., do you get runaway arms buildups? do you get complete mutual disarmament? is it possible to get a fixed point (i.e., a constant value of GG and PP that doesn't change as tt increases)? etc.?

Interact: please open in CoCalc