Active matter: Lecture notes
What is active matter?
- Active matter systems that are able to consume energy from their environment and use it as a fuel to self-propel and drive themselves far from equilibrium. Example: living organisms and artificial machines (micro-robots, artificial molecular machines, etc).
- Because of their intrinsic activity, these systems have the ability to spontaneously exhibit complex pattern of motion, e.g. swarming or flocking. This is also associated with some kind of emergent global order from the self-organization of the constituents of active matter.
- Emergent (self-organization) behaviors occur at many different scales. Some of these patterns are turning out to be robust and universal, e.g. they are independent of the type of animals constituting the swarm.
Examples of living active matter
School of fishE-coli swarming
Cell migration
- We can model the universal swarming behavior of self-propelled (active) particles with several minimal statistical models.
- In this lecture, we will introduce few minimal models of active particles. If we get to it, we'll also discuss different kind of orders (polar versus nematic) emerging from collective interactions of active particles.
Single active particles: Self-propelled Brownians
- Self-propulsion is a common feature in living organisms that allows for a more efficient exploration of the environment when looking for nutrients or running away from toxic substances.
- A paradigmatic example is the swimming of bacteria such as E-coli, which resemble that of a passive Brownian particle but it also has an active component due to its self-propulsion.
- We call them self-propelled Brownians, because they meander but also propel themselves by taking up energy from their environment and converting it into directed motion.
- Self-propelled Brownians = random meandering + active swimming
Active Brownian
This is like an overdamped (no inertia) Brownian particle which has two kinds of motion:
- random meandering like a passive Brownian with a noise amplitude determined by the translational diffusivity, \( D_T \).
- self-propulsion with a constant speed, \( v \), but in a random direction \( \theta \). The randomness in the orientation of the self-propulsion has a noise amplitude given by the rotational diffusivity, \( D_R \).
For a motion confined to the x-y plane, the active Brownian is modelled by 3 dynamical variables \( (x(t),y(t),\theta(t)) \) , representing its position and the angle of the self-propulsion speed. The dynamical equations for these variables are:
$$ \begin{eqnarray} \dot x &=& v\cos\theta +\sqrt{2D_T}\xi_x, \quad \langle\xi_x\rangle = 0,\quad \langle\xi_x(t)\xi_x(t')\rangle =\delta(t-t')\\ \dot y &=& v\sin\theta +\sqrt{2D_T}\xi_y, \quad \langle\xi_y\rangle = 0,\quad \langle\xi_y(t)\xi_y(t')\rangle =\delta(t-t')\\ \dot \theta &=& \sqrt{2D_R}\xi_\theta, \quad \langle\xi_\theta\rangle = 0,\quad \langle\xi_\theta(t)\xi_\theta(t')\rangle =\delta(t-t') \end{eqnarray} $$Overdamped motion
We can rewrite equations of motion in a vectorial form, so that it becomes more clear that this is an overdamped motion, with the drag coefficient \( \gamma \)
$$ \begin{equation} \gamma\mathbf{\dot r} = F\mathbf{\hat e} +\mathbf{\xi} \label{_auto1} \end{equation} $$Finite-difference equations
These equations are typically solved numerically using discrete time with \( \Delta t \) being the time increment between successive times, \( t_{n+1} = t_n+\Delta t \). The corresponding finite-difference equations are:
$$ \begin{eqnarray} x_{n+1} &=& x_n+v\cos\theta_n\Delta t+\sqrt{2D_T \Delta t}W_{x,n}\\ y_{n+1} &=& y_n+v\sin\theta_n\Delta t+\sqrt{2D_T \Delta t}W_{y,n}\\ \theta_{n+1} &=& \theta_nt+\sqrt{2D_R \Delta t}W_{\theta,n} \end{eqnarray} $$where \( W_{x}, W_{y}, W_\theta \) are Gaussian-distribution random numbers with zero mean and unit standard deviation which are independently drawn at each time-step.
Run-and-tumble
The run-and tumble model was inspired by chemotaxis of bacteria, i.e. how bacteria move towards or away from their food source.
It alternates between an active state when the particle move with a constant speed v in a given direction ('run') and a passive state when the particle's position is the same by the orientation keeps changing ('tumble'). The change in direction is taken as instantaneous and occurring with a given rate, \( \lambda/\Delta t \) , such that the particle has a linear trajectory between successive tumblings. The "run" state is punctuated at random times by an instantaneous "tumbling" (reorientation). This is modelled as a Poisson point process characterised by the Poisson probability distribution
$$ \begin{equation} P_\lambda(n) = \frac{\lambda^n}{n!}e^{-\lambda}, \label{_auto2} \end{equation} $$where \( n= 0,1,2,\cdots \) is the number of tumbling events observed in a time interval \( \Delta t \), \( \lambda \) = average number of tumbling events expected in \( \Delta t \)
Notice that \( P(n=0) = e^{-\lambda} \) is the probability of no tumbling in a time interval \( \Delta t \). Thus, we introduce the probability of tumbling in a time interval \( \Delta t \) as: \( P_{tumble} = 1-e^{-\lambda} \) and the probability of running as: \( P_{run} = P(n=0) = e^{-\lambda} \)
Now, we can model the motion of a single bacteria moving in the plane through 4 dynamical variables \( (x,y,\theta,\rho) \), the additional one being the variable \( \rho \) which keeps track of the state of the bacteria (1: run, 0: tumble).
The finite-difference evolution equations for these variables are:
$$ \begin{eqnarray} x_{t+1}&=& x_n+\rho_n v\cos\theta_n \Delta t+\sqrt{2D_T \Delta t}W_{x,n}\\ y_{n+1}&=& y_n+\rho_n v\sin\theta_n \Delta t+\sqrt{2D_T \Delta t}W_{y,n}\\ \theta_{n+1}&=& \theta_n+(1-\rho_n)\Delta \theta_n\\ \rho_{n+1} &=& \begin{cases} 0, \textrm{ with prob. } 1-e^{-\lambda} \\ 1, \textrm{ with prob } e^{-\lambda} \end{cases} \end{eqnarray} $$where \( W_{x}, W_{y}, W_\theta \) are Gaussian-distribution random numbers with zero mean and unit standard deviation which are independently drawn at each time-step.
Diffusive behavior of self-propelled Brownians
Let's introduce the characteristic timescale of rotational diffusion (meandering) as \( \tau_R = 1/D_R \). On timescales much larger that \( \tau_R \), the self-propelled Brownian will diffuse with an effective diffusivity that is larger than the thermal diffusivity
$$ \begin{equation} D_{eff} = D_T+ \frac{v^2\tau_R}{4} \label{_auto3} \end{equation} $$Diffusivity coefficient
$$ \begin{equation} D_{eff}= \lim\limits_{t\rightarrow\infty}\frac{\langle|\Delta r|^2\rangle}{4t} = D_T+\frac{v^2 \tau_R}{4} \label{_auto4} \end{equation} $$Interacting self-propelled Brownians: Vicsek model for swarming
Viscek (Vicsek et al. 1995) published a minimal model for flocking behavior due to alignment interactions between neighboring particles.
For simplicity, we consider active Brownians moving in the plane and each of them is described by their coordinates \( (x^{(i)}, y^{(i)}) \) and orientation of motion \( \theta^{(i)} \), where \( i \) is the particle label.
Finite-difference equations
The finite-difference evolution equations for particle i are:
$$ \begin{eqnarray} x_{n+1}^{(i)} &=& x_n^{(i)}+v\cos\theta^{(i)}_n\Delta t\\ y_{n+1}^{(i)} &=& y_n^{(i)}+v\sin\theta^{(i)}_n\Delta t\\ \theta_{n+1}^{(i)} &=& \theta_n^{(i)}+(\langle\theta_n^{(j)}\rangle_{S_i}-\theta_n^{(i)})+\sqrt{2D_R\Delta t} W_{\theta^{(i)},n} \end{eqnarray} $$where \( \langle\theta_n^{(j)}\rangle_{S_i} \) is the average orientation of all the active particles in the neighborhood of \( i \)-th particle (see illustration above)
Numerical examples showing the emergence of polar order (flocking):
Viksek model with an interaction radius \( R_1 = 0.1 L \) and higher noise
Viksek model with a larger interaction radius \( R_2 = 0.2 L \) and higher noise
Viksek model with \( R_1 \) and lower noise
Viksek model with \( R_2 \) and higher noise
Interacting active particles in confinement
Active particles with topological interactions and confined to a disk
Emergent nematic order in bacteria colonies
Bacteria are elongated particles with rod-like shapes and when they are closely packed they have a tendency to have a similar orientation by aligning their principal axis long a preferred orientation. In doing so, they break rotational symmetry (i.e. all directions are equally accessible) and form an ordered state with a preferred orientation. This called a nematic order.
Nematic order commonly found in passive systems, known as liquid crystals. By analogy, active matter nematic order is often called active liquid crystals.
Polar versus nematic orderPolar ordering of epithelial cell layers
Epithelial cells
Wiki: A thin, continuous, protective layer of compactly packed cells with a little intercellular matrix. Epithelial tissues line the outer surfaces of organs and blood vessels throughout the body, as well as the inner surfaces of cavities in many internal organs.
Topological defects
Flow and polar ordering
Integer topological defect annihilations drive polar ordering of epithelial monolayers (2023) Emma Lång, Anna Lång, Pernille Blicher, Torbjørn Rognes, Paul Dommersnes, Stig Ove Bøe
- a:
-
Time evolution of polar ordering. The color map represents the angle of the local velocity field relative to the x-axis. The surface of a whole circular monolayer is shown. Scale bar, 1 mm.
- b:
-
Detection and mapping of ±1 topological defects.
- h:
-
Time series showing annihilation of a ±1 topological defect pair. Scale bar, 100 µm.
Active Elastic Solid model
$$ \begin{eqnarray} \dot{{\bf R_i}}&=&V_c{\bf P_i}+\frac{1}{\xi}{\bf F_i} \label{eq:rdot} \\ \dot{{\bf P_i}}&=&\gamma({\bf P_i}\times\dot{{\bf R_i}})\times\dot{{\bf P_i}} \label{eq:pdot} \end{eqnarray} $$where \( \dot{{\bf R_i}} \) is the cell positions and \( \bf P_i \) the polarity of cell propulsion (direction of propulsion), \( V_c \) is the cell propulsion speed in the absence of elastic force, \( \bf F_i \) the elastic force on the cell, and \( \xi \) the substrate friction. While equation \eqref{eq:rdot} can be considered to express balance of forces, equation \eqref{eq:pdot} gives the polar ordering effect and implies that the direction of \( \gamma \) propulsion is turning towards the direction of the flow with a rate constant .
Suggested further reading
- Integer topological defect annihilations drive polar ordering of epithelial monolayers (2022) Emma Lång, Anna Lång, Pernille Blicher, Torbjørn Rognes, Paul Dommersnes, Stig Ove Bøe
- The statistical physics of active matter: From self-catalytic colloids to living cells (2018) Étienne Fodor and M.Cristina Marchetti
- The Mechanics and Statistics of Active Matter (2010) Sriram Ramaswamy