Problem 1: Non-Self-Destructive Interactions¶
In this problem, we study the Pairwise Annihilation protocol with non-self-destructive interactions. That is, we replace the reaction $A+B \to \emptyset$ by the two reactions $A+B\to A$ and $A+B \to B$ (both with rate constant $\delta/2$).
How does this change affect the probability of achieving majority consensus? All ways of tackling this problem are fair game, in particular analytical reasoning, simulation, and experimentation.
Problem 2: No Interaction¶
In this problem, we study two parallel bacterial colonies without interaction. For this, we add the individual death reactions $A \to \emptyset$ and $B \to \emptyset$ for each of the two species (both with an identical rate constant $\delta$).
How does this change affect the probability of achieving majority consensus? All ways of tackling this problem are fair game, in particular analytical reasoning, simulation, and experimentation.
Problem 3: Biological Implementation via Conjugation¶
In this problem, we want to model and simulate a plausible biological implementation of the Pairwise Annihilation protocol. For that, we will assume:
- individual birth and death reactions
- birth reactions of the form $A + R \to A + A$ with some resource $R$
- a typical resource concentration of about $[R] = 10^8 mL^{-1}$ in LB medium
- non-self-destructive interactions since bacterial conjugation is uni-directional
- a significantly increased death rate (as opposed to instant annihilation) after conjugation by the other species
- a realistic conjugation rate for E. coli, taken from this paper00577-7) for example
Some rates and parameters are missing from the above list. Try to find estimations for them on your own (sources are abound).
Analyze the model you came up with via simulation.