question id: owl-sell-radio-1
Chap 43 Exercises
Exercise 1 Lewis Fry Richardson (1881-1953) was an English scientist who worked in many areas, including weather prediction. (See XREF not implemented yet.) This problem concerns a model Richardson built to account for arms races between countries.
In the model,
The terms
The parameters
The parameters
- What should the signs of
and be if the countries have substantial grievances against each other?
- What should be the signs of
and , given that they represent “fear?”
question id: owl-sell-radio-2
- What should be the signs of
and , in a country which, on its own, would not like to build a large military? Note the sign preceeding these terms.
question id: owl-sell-radio-3
Depending on the values of the parameters
- In each of the three plots, start from initial point
, that is, a situation where Freedonia is more armed than Jackavia, and trace out the trajectory over time. - For each of the three plots, find any equilibrium point and say whether it is stable or unstable. If there is no equilibrium, move on.
- Identify which of the three plots is NOT the Richardson dynamics.
- In the non-Richardson flow, which coefficient has been reversed: it is one of
, , , , , or .
- Which of the previous plots are Not the Richardson Dynamics?
question id: owl-sell-radio-4
- In this plot which if the parameters is reversed?
question id: owl-sell-radio-5
Exercise 2 Lanchester’s model of combat is
Obviously, the state variables
Locate the fixed point of the model of combat.
Is it stable? In answering this question, consider two different state spaces and explain why your answer is different in the two spaces:
- All four quadrants of the
plane. - Only the first quadrant—that is,
—of the pane.
- All four quadrants of the
At a stable fixed point the state quantities—
The text introduced this conserved quantity for Lanchester’s model:
- Calculate
. Which of these is right? (Hint: Use the chain rule of differentiation and Lanchester’s equations to simplify more.)
question id: ptp47-3
- Perform the similar calculation
. Using your result and the result from question (3), is it the case that ?
question id: ptp47-4
Here are two more candidates for conserved quantities:
Take the derivative with respect to time of each of them to determine if they are conserved.
- Which of (a) and (b) are conserved?
Just (a).
Just (b).
Both (a) and (b).
Neither (a) nor (b).
question id: ptp47-5
Exercise 3
- Which of the three flows below corresponds to Lanchester’s Law?
question id: hamster-bend-sofa-1
- Which of these sentences best describes the dynamics of Lanchester’s Law?
Both forces battle to complete annihilation.
The stronger force wipes out the weaker force.
The weaker force holds off the stronger force.
question id: hamster-bend-sofa-2
Exercise 4 Here are three different first-order differential equations with fixed points at
The functions are graphed below.
A. For each of the equations, match the number (i, ii, iii) to the color (magenta, blue, black). Comment on the differences in shape among them.
B. By eye, integrate each of the differential equations from initial condition
Comment: Usually, many different mathematical functions can be used to model a given phenomenon. The different functions will have similar shapes, but do not need to be identical.
Exercise 5 In the rabbit/fox system, the quantity
This means that each of the level curves (contours) in the contour plot of
Make a contour plot of
over the domain , for .From the graph you made in (1), choose an appropriate initial condition that falls on one of the contours.
Using
integrateODE()
, find the trajectory from from the initial condition in (1) for . Add a layer to the graphic in (1) showing the trajectory to confirm that the conserved quantities are indeed conserved.Symbolically, calculate
. You will need to use the chain rule, which will leave you with terms and . Plug in the values for these from the differential equations and show that .
Exercise 6 Newton’s Law of Cooling is about how a hot (or cold) object comes into equilibrium with the ambient temperature. For instance, you might have a cup of coffee at
- What are the units of the output of
?
question id: birch-bring-bed-1
- What are the units of
?
question id: birch-bring-bed-2
- What is
?
the room temperature
the initial temperature of the coffee
the instantaneous coffee temperature as a function of time
the fixed rate at which the coffee cools
the instantaneous rate at which the coffee cools as a function of time
question id: birch-bring-bed-3
- What is
?
the room temperature
the initial temperature of the coffee
the instantaneous coffee temperature as a function of time
the instantaneous rate at which the coffee cools as a function of time
question id: birch-bring-bed-4
Exercise 7 Our generic model for limited growth is
The proportional-growth model will lead to
The limited growth model involves a carrying capacity
- If the units of
is, say, rabbits, what is the units of ?
rabbits
rabbits per day
rabbits per week
rabbits per year
question id: rhinosaurus-sharpen-knob-1
- Suppose the units of
is, rabbits per month, what is the units of ?
1/month
rabbits per month
months per rabbit
rabbits per month-squared
question id: rhinosaurus-sharpen-knob-2
- Even without finding the full solution
to the differential equation, you can figure out how big the population will be when growth falls to zero. How big?
question id: rhinosaurus-sharpen-knob-3
Activities
Exercise 8 In the description of the SIR model, we pointed out how a model of recovery MC_xref("fig-recovery-pattern")
.)
Find a value of
- Find a formula for the function
from the differential equation. - Guess an appropriate value for
. - Construct the appropriate integral using
to find the expectation value of . (See Chapter XREF not implemented yet.) - Modify your guess for
until the expectation value comes out to 7.
Loading required namespace: cubature
Exercise 9 The Susceptible-Infective-Recovered (SIR) model has only two parameters,
The
Using
and as in (1), set up a numerical integration of the SIR model. Integrate out to from an initial condition of and , corresponding to 0.1% of the population being infected. Plot out the time series . From the time series, what fraction of the population eventually get the disease?One sort of government tactic to keep small the spread of disease is to close borders, with the idea that there will be fewer infectives at the start of the epidemic which will keep the epidemic smaller. Public health professionals are skeptical of this common-sense tactic. Follow the same procedure in (2), but set the initial condition to
and . Does common sense hold?Another strategy is “social distancing” and isolating infectives. To model this, reduce
, the rate at which susceptibles interact with infectives. Keeping at the value you determined in (1), set that only about half the susceptibles are ever infected.