Lecture 3: Equilibria (univariate)
Lecture overview
1. Equilibria
An equilibrium is any state of a system which tends to persist unchanged over time.
For discrete-time models, the equilibria are defined as those values of the variables where no changes occur from one time step to the next.
For example, those values of allele frequency \(p(t)\) where
Similarly, for continuous-time models, the equilibria are defined as those values of the variables for which the rate of change in the variables equals zero.
For example, those values of allele frequency \(p(t)\) where
What are the equilibria of the exponential population growth and haploid selection models discussed in the previous lecture?
2. Example: diploid selection
The model
Let's now consider selection on diploid individuals, where each individual is characterized by two alleles at a locus. This leads to three genotypes: \(AA\), \(Aa\), and \(aa\). The \(Aa\) genotype is called the heterozygote and the others are homozygotes.
Let the number of individuals with each genotype be
- \(n_{AA}(t) =\) number of individuals with the \(AA\) genotype in generation \(t\)
- \(n_{Aa}(t) =\) number of individuals with the \(Aa\) genotype in generation \(t\)
- \(n_{aa}(t) =\) number of individuals wite the \(aa\) genotype in generation \(t\)
The frequency of allele \(A\) is calculated by counting up all the \(A\) alleles in the population and dividing by the total number of alleles,
To determine the recursion equation, let's use the following life cycle diagram, where we census the population immediately after the diploid individuals are formed by union of the haploid gametes
graph LR;
A((p'')) --gamete union--> B((p));
B --selection--> C((p'));
C --meiosis--> A;
Now, let’s assume that during selection each diploid individual has reproductive factor
- \(W_{AA} =\) reproductive factor of individuals with the \(AA\) genotype
- \(W_{Aa} =\) reproductive factor of individuals with the \(Aa\) genotype
- \(W_{aa} =\) reproductive factor of individuals with the \(aa\) genotype
These reproductive factors are again referred to as the absolute fitnesses as they determine the (absolute) numbers of individuals after selection, \(n_i' = W_i n_i(t)\) for \(i=AA\), \(i=Aa\), and \(i=aa\).
After selection these genotypes segregate into haploids via meiosis, go through the haploid phase of the life cycle, and then randomly pair to create diploids again. Random union and segregation shuffle alleles between genotypes but don't affect allele frequency. The frequency of \(A\) in the next generation is therefore
We want the recursion equation in terms of allele frequency, so we want to replace the \(n_i\)'s on the right hand side of this equation with \(p\)'s. To do this we note that given the random union of gametes the diploid offspring are in Hardy-Weinberg proportions, i.e.,
where \(n(t) = n_{AA}(t) + n_{Aa}(t) + n_{aa}(t)\) is the total population size.
Substituting these Hardy-Weinberg proportions in and simplifying, the total population size cancels out and we can rewrite the above equation in terms of allele frequency alone,
where we have used \(q(t)=1-p(t)\) for the frequency of \(a\) for convenience. This is a recursion equation for allele frequency in our model of diploid selection.
The equilbria
To find the equilibria we replace \(p(t+1)\) and \(p(t)\) with \(\hat p\) and the \(q(t)\) with \(\hat{q}\) and solve for these equilibrium values, \(\hat p\) and \(\hat q\),
We see that \(\hat{p}=0\) is one equilibrium as then both sides of the equation are 0. If \(\hat p\) is not 0 we can divide by \(\hat p\) to get
And so \(\hat{q}=0\implies\hat{p}=1\) is another equilibrium. Dividing by \(\hat{q}\) and putting everything in terms of \(p\) we have
We therefore have three equilibria under diploid selection:
- \(\hat{p}=0\)
- \(\hat p = \frac{W_{Aa} - W_{aa}}{2W_{Aa} - W_{AA} - W_{aa}}\)
- \(\hat p = 1\)
Since a frequency is bounded between 0 and 1, we must have \(0 \leq p \leq 1\). We therefore call \(\hat{p}=0\) and \(\hat{p}=1\) boundary equilibria. These bounds also imply the third equilibrium is only biologically valid when
When \(W_{Aa} = W_{aa}\) this equilibrium reduces to \(\hat{p}=0\) and when \(W_{Aa} = W_{AA}\) this reduces to \(\hat{p}=1\) (check this for yourself). The third equilibrium will be an internal equilibrium, representing a population with both \(A\) and \(a\) alleles, when
The equilibrium is positive when the numerator and denominator have the same sign (i.e., are both positive or both negative). Let's split this into two "cases". Case A will have a positive numerator, \(W_{Aa} > W_{aa}\), and Case B will have a negative numerator, \(W_{Aa} < W_{aa}\). So, in Case A, the equilibrium is positive when the denominator is positive, \(2 W_{Aa} - W_{AA} - W_{aa} > 0\). Meanwhile in case B the equilibrium is positive when the denominator is negative, \(2 W_{Aa} - W_{AA} - W_{aa} < 0\).
Now we can rearrange the equilibrium to show that it is less than 1 when
Again, we need the numerator and denominator to have the same sign for this inequality to hold. In case A, where we've said that denominator is positive, this means we also need the numerator to be positive, \(W_{Aa} > W_{AA}\). While in case B we said that the denominator is negative, so we also need the numerator to be negative, \(W_{Aa} < W_{AA}\).
Putting this all together, there is a biologically-relevant internal equilibrium when either
- Case A: \(W_{Aa} > W_{aa}\) and \(W_{Aa} > W_{AA}\) (which ensures \(2 W_{Aa} - W_{AA} - W_{aa} > 0\); go ahead and check!)
- Case B: \(W_{Aa} < W_{aa}\) and \(W_{Aa} < W_{AA}\) (which ensures \(2 W_{Aa} - W_{AA} - W_{aa} < 0\))
Case A therefore represents "heterozygote advantage", \(W_{AA} < W_{Aa} > W_{aa}\), while Case B represents "heterozygote disadvantage", \(W_{AA} > W_{Aa} < W_{aa}\).
3. Summary
Equilibria are defined by the values of the variables that persist over time, i.e., where the change is zero.
With diploid selection there are three equilibria, two external and one potentially internal -- in the next lecture we'll see which are stable.