Problem sheet 5

Thomas E. Woolley
 
Last edited on:

December 18, 2017

1 Squirrels


pict

Figure 1: Squirrels do not like each other.

Grey, G, and red, R, squirrel populations undergo the following interactions:

1.
Write down the interaction equations specified by the above description.

Hint: You should create six equations over all and they should be symmetric in G and R (i.e. if you swap G and R the dynamics should be the same).

2.
Show that the interaction equations lead to the following ODEs
Ġ = b1G - d1G2 - c 1RG, (1)
= b2R - d2R2 - c 2RG. (2)
3.
What are the dimensions of b1, b2, d1, d2, c1 and c2 in terms of density and time?
4.
Non-dimensionalise the system to produce the following equations
-du
 dτ = u(1 - u - α12v), (3)
-dv
 dτ = ρv(1 - v - α21u). (4)

Specify the population scales and the time scales and show that the scales have the appropriate dimensions.

5.
What are the parameter groupings ρ, α12 and α21 in terms of b1, b2, d1, d2, c1 and c2? Show that ρ, α12 and α21 are dimensionless.
6.
Find all steady states of the system, noting any parameter dependencies that need to be satisfied for the steady state to exist.
7.
Calculate the stability of the trivial steady states. Namely, those in which one of the populations is zero, noting parameter dependencies of the stability criterion.

Calculating the stability of the fourth steady state,

                 1
(us,vs ) =  ------------(1 -  α12, 1 - α21 ),
            1 - α12 α21
(5)

leads to a complicated eigenvalue calculation and we will use curve sketching in the next question to consider the stability of this steady state.

Hint: you should find there are four cases:

(a)
α12 < 1 and α21 < 1;
(b)
α12 < 1 and α21 > 1;
(c)
α12 > 1 and α21 < 1;
(d)
α12 > 1 and α21 > 1.
8.
Sketch the (u,v) phase plane in each of the cases (a)-(d). You should include: the nullclines; annotations regarding the signs of du∕ dτ and dv∕ dτ in each region delineated by the nullclines; accompanying directional arrows in each region; directional arrows on the nullclines; and, finally, trajectories illustrating the expected evolution with initial conditions taken from each region.

Use these sketches to determine the stability of (us,vs), when it exists.

9.
Describe what happens to the grey and red squirrels in each of the cases (a)-(d).

2 Fitzhugh-Nagumo

In 1952 Alan Hodgkin and Andrew Huxley developed the first quantitative model of the propagation of an electrical signal along a squid giant axon. They received the 1963 Nobel Prize in Physiology or Medicine for this work. Fitzhugh and Nagumo simplified this work and showed how the essentials of the excitable process could be distilled into a simpler model, which is analytically tractable.

Let v be membrane voltage potential (note this can go negative) and let n be the cellular recovery variable. The non-dimensional equation controlling voltage spikes in a nerve are given by

ϵv˙ = v(0.5 - v)(v - 1) - n, (6)
= v - γn, (7)

where γ and ϵ are positive.

1.
Derive the steady states noting any parameter restrictions.
2.
Assume γ < 16, characterise the stability of any steady states that exist.
3.
Draw, with as much detail as possible, the (v,n) phase diagrams in the γ < 16 case.

3 Computer simulation

Simulate equations (6) and (7) with parameters γ = 2 and ϵ = 0.001. Specifically, plot the trajectories in the (v,n) space along with the nullclines. Further, initialise the trajectories near the (0,0) steady state but with negative v initially. Hint: for this simulation you will have to use a ‘stiff’ solver. Matlab’s standard solver is ode23s.

1.
What happens to the trajectories (see Figure 2)?
2.
Why is this weird?
3.
What happens when you increase γ?
4.
Suppose we have a trajectory that starts at the origin and we increase γ past 16 and then lower it again. Could this model exhibit hysteresis?

pict
Figure 2: Simulation of equations (6) and (7) with parameters γ = 2 and ϵ = 0.001.

Exam revision

4 Damped pendulum

The equation of a damped pendulum is

¨θ +              ηθ˙            +k  sin (θ) =  0,
                 ◟◝◜◞
     Energy loss due to air resistance
(8)

where k and η are positive constants.

1.
Write the second order differential equation (8) as two first order ODEs.
2.
Identify the steady states of your two variable system, noting any parameter dependencies.
3.
Characterise the stability of the steady states, noting any parameter dependencies.
4.
Draw the phase diagram of the system in the (θ,˙
θ) plane. Include nullclines, trajectory directions, stability information of the steady states and draw a number of trajectories to illustrate potential dynamics.

5 Similar systems

Consider the two following systems:

u˙1 = u2, (9)
u˙2 = -u1, (10)

and

v˙1 = v1v2, (11)
v˙2 = -v12. (12)

1.
Show that the quantities of u12 + u22 and v12 + v22 are conserved across their respective systems. What does this mean?
2.
Illustrate the differences between the two systems by calculating the steady states, characterising their stability and drawing the phase planes with as much information as possible.