VStamp

Mathematical Biology: Pattern formation in biology, lecture 1 - Oxford Mathematics 3rd Yr Lecture

Understanding Pattern Formation in Biology Through Reaction-Diffusion Models

LectureOxford Mathematics9,187 viewsMay 3, 2025

An in-depth exploration of diffusion-driven instability and reaction-diffusion systems in biological pattern formation, based on Alan Turing's pioneering work.

Mathematical Biology
Pattern Formation
Reaction-Diffusion Models
Diffusion-Driven Instability
Alan Turing
Alan Turing's Reaction-Diffusion Theory
Morphogens
Partial Differential Equations
Linear Stability Analysis
Diffusion Coefficients
Boundary Conditions
Spatial Patterns
Biological Patterning
Mathematical Modeling
Jacobian Matrix
Diffusion
Chemical Systems
Animal Skin Patterns
Ruth Baker
Oxford Mathematics

Blurb

This lecture introduces the concept of pattern formation in biology using reaction-diffusion models, a mathematical framework pioneered by Alan Turing. Key points include:

  • Explanation of diffusion-driven instability as a mechanism for pattern formation.
  • Formulation of a two-species reaction-diffusion system with diffusion coefficients and reaction kinetics.
  • Discussion of boundary conditions and their impact on pattern outcomes.
  • Linear stability analysis around spatially uniform steady states to determine conditions for pattern emergence.
  • The counterintuitive role of diffusion in destabilizing uniform states to create spatial heterogeneity.
  • Real-world relevance to chemical systems and biological patterns such as animal skin markings.

The lecture sets the stage for further analysis and live pattern generation demonstrations in subsequent sessions.

Want the big picture?

Highlighted Clips

1.

Introduction to Reaction-Diffusion Models and Pattern Formation

Overview of reaction-diffusion models and the concept of diffusion-driven instability as a pattern formation mechanism.

2.

Mathematical Formulation of the Two-Species Reaction-Diffusion System

Presentation of the system of partial differential equations describing two interacting chemical species with diffusion and reaction terms.

3.

Boundary Conditions and Their Role in Pattern Formation

Discussion on different boundary conditions (Dirichlet and Neumann) and their influence on the resulting spatial patterns.

4.

Definition and Explanation of Diffusion-Driven Instability

Clarification of how a spatially uniform steady state stable without diffusion can become unstable when diffusion is introduced, leading to pattern formation.

Introduction to Pattern Formation and Reaction-Diffusion Models

The lecture opens by setting the stage for the study of pattern formation in biological systems, focusing specifically on reaction-diffusion (RD) models. These models are a cornerstone in mathematical biology for explaining how spatial patterns emerge from the interaction of chemicals, or morphogens, that diffuse and react within a domain.

"There are lots of different models for pattern information but we're thinking about at the moment PD models uh and in particular here we're going to focus on reaction diffusion models and we're going to focus on models that generate patterns uh through what is called a diffusion driven instability."

The lecturer emphasizes the mechanism of diffusion-driven instability, also known as Turing instability or Turing-His Ching stability, a concept pioneered by Alan Turing and later formalized by Alan Chéring. This mechanism explains how a uniform steady state can become unstable due to diffusion, leading to the spontaneous formation of spatial patterns.

Key points:

  • Focus on reaction-diffusion models generating patterns via diffusion-driven instability.
  • The goal is to analyze these models to determine conditions for pattern formation.
  • The approach starts generically before moving to specific examples.
  • Encouragement to use computational tools (laptops, iPads) for live pattern generation during lectures.

Setting Up the Reaction-Diffusion System

The lecture proceeds to define the mathematical framework for the RD system, focusing on a two-species model with species ( U ) and ( V ). The system is described by partial differential equations (PDEs) that combine diffusion and reaction kinetics:

[ \frac{\partial U}{\partial t} = D_u \nabla^2 U + F(U, V) ] [ \frac{\partial V}{\partial t} = D_v \nabla^2 V + G(U, V) ]

where ( D_u ) and ( D_v ) are diffusion coefficients, and ( F ) and ( G ) represent nonlinear reaction terms.

"We've got D DT is equal to so our system we've got a diffusion of our species U with diffusion coefficient du and then we've got some reaction kinetics so you can react with another species of V According to some reaction term F and then we have a very similar equation for v where uh V can also so diffuse uh in our domain and it can react uh with you according to some reaction kinetics G."

The spatial domain is denoted by (\Omega), with time ( t \in [0, \infty) ). Initial conditions ( U_0(x) ) and ( V_0(x) ) are left general, and boundary conditions are discussed, typically either Dirichlet (fixed values) or homogeneous Neumann (zero flux) conditions.

Key points:

  • Two-species RD system with diffusion and nonlinear reaction terms.
  • Spatial domain (\Omega) and time domain specified.
  • Initial and boundary conditions are crucial; boundary conditions influence pattern outcomes.
  • Students are encouraged to consider how changing boundary conditions affects pattern formation.

Defining Patterns and Diffusion-Driven Instability

The lecturer clarifies what constitutes a pattern in this context: a stable, time-independent, spatially heterogeneous solution to the RD system.

"Patterns for us are going to be stable um time independent um spatially varying or spatially heterogeneous Solutions of this system of equations with one of these sets of boundary conditions."

The key concept of diffusion-driven instability is defined precisely:

"A diffusion driven instability occurs when a spatially uniform steady state that is stable in the absence of diffusion becomes unstable when the diffusion is present."

This means that without diffusion, the system rests at a stable uniform steady state. However, introducing diffusion can destabilize this state, causing small spatial perturbations to grow and form patterns.

The lecturer highlights the counterintuitive nature of this phenomenon:

"It sort of seems counterintuitive that adding diffusion drives a steady state become unstable and effectively enables the generation of a spatial pattern... diffusion on its own essentially is just driving dispersal everything towards equilibrium but when we combine the diffusion with the reactions we can get patterns."

Key points:

  • Patterns are stable, spatially heterogeneous steady states.
  • Diffusion-driven instability: diffusion destabilizes an otherwise stable uniform state.
  • Diffusion alone smooths gradients, but combined with reactions, it can create patterns.
  • Experimental evidence supports the existence of such mechanisms in chemical and biological systems.
  • Examples include animal skin patterning.

Starting the Linear Stability Analysis

The lecture transitions into the mathematical analysis of the RD system to understand when patterns form. The first step is linear stability analysis around the spatially uniform steady state ( \mathbf{u}_s = (u_s, v_s) ), which satisfies:

[ F(u_s, v_s) = 0, \quad G(u_s, v_s) = 0 ]

"We're going to only really start this today maybe lay out the framework and we will sort of finish the linear analysis tomorrow."

The system is rewritten in matrix form:

[ \frac{\partial \mathbf{U}}{\partial t} = D \nabla^2 \mathbf{U} + \mathbf{F}(\mathbf{U}) ]

where

[ \mathbf{U} = \begin{pmatrix} U \ V \end{pmatrix}, \quad D = \begin{pmatrix} D_u & 0 \ 0 & D_v \end{pmatrix}, \quad \mathbf{F}(\mathbf{U}) = \begin{pmatrix} F(U,V) \ G(U,V) \end{pmatrix} ]

Boundary conditions are specified as homogeneous Neumann:

[ \mathbf{n} \cdot \nabla \mathbf{U} = 0 \quad \text{on } \partial \Omega ]

Key points:

  • Linearize around the uniform steady state.
  • Express system in vector-matrix form for compactness.
  • Boundary conditions remain homogeneous Neumann.
  • The goal is to find conditions on ( D_u, D_v ) and the Jacobian of ( \mathbf{F} ) that lead to instability.

Perturbation and Taylor Expansion

To analyze stability, a small perturbation ( \mathbf{W} ) is introduced:

[ \mathbf{U} = \mathbf{u}_s + \mathbf{W} ]

where ( \mathbf{W} ) is small. Substituting into the RD system and performing a Taylor expansion of ( \mathbf{F} ) around ( \mathbf{u}_s ) yields:

[ \frac{\partial \mathbf{W}}{\partial t} = D \nabla^2 \mathbf{W} + J \mathbf{W} + \text{higher order terms} ]

where ( J ) is the Jacobian matrix of partial derivatives of ( F ) and ( G ) evaluated at the steady state:

[ J = \begin{pmatrix} \frac{\partial F}{\partial U} & \frac{\partial F}{\partial V} \ \frac{\partial G}{\partial U} & \frac{\partial G}{\partial V} \end{pmatrix}_{(u_s, v_s)} ]

"If you think about that what I want to do is effectively tailor expands with f so the first term that comes out is just going to be F evaluated at the the steady state okay and then the second term that comes out is going to be the sort of um the the first order term in my taor series expansion and I'm going to write that as JW."

Higher order terms are neglected in the linear analysis.

Key points:

  • Perturbation approach linearizes the system.
  • Taylor expansion isolates the Jacobian matrix as the key linear operator.
  • The linearized PDE governs the evolution of small perturbations.
  • Boundary conditions for ( \mathbf{W} ) remain homogeneous Neumann.

Summary and Next Steps

The lecture concludes by summarizing the current state of the analysis and previewing the next steps:

"This is essentially the equation that's going to uh we're going to analyze to get all our all our conditions out... tomorrow first thing is we're effectively going to think okay this is a linear equation I can write down um it will sort of begin to write down the form for these Solutions and then as I proceed to analyze this equation try and derrive essentially a set of conditions on um these various partial derivatives and on the diffusion coefficients that gives me this spatially uniform study State being stable when I don't have the fusion and then I will ask questions about how I can drive unstable when I put diffusion back in."

The lecturer promises to continue with the linear stability analysis, deriving explicit criteria for diffusion-driven instability, and exploring how diffusion coefficients and reaction kinetics influence pattern formation.

Key points:

  • The linearized system is the foundation for deriving stability conditions.
  • Next lecture will focus on solving the linear PDE and extracting instability criteria.
  • Emphasis on understanding how diffusion can destabilize the uniform steady state.
  • Encouragement to engage with problem sheets and think about boundary condition effects.

This detailed breakdown captures the flow and technical depth of the lecture, preserving the lecturer’s voice and highlighting the fundamental concepts and mathematical tools introduced for understanding pattern formation through reaction-diffusion systems.

Key Questions

A reaction-diffusion model describes how two or more chemical substances (morphogens) interact and diffuse through space, leading to the emergence of spatial patterns due to their reactions and diffusion dynamics.

Have more questions?

Analyzing video...

This may take a few moments.

Background illustration light mode

Ready to dive in?