The Vector-Host ADR Model

Tracking Disease Through Blood and Air: The Vector-Host ADR Model for Mosquito-Borne Epidemics
A Spatial PDE Framework for Malaria, Dengue, and Beyond


🦟 Introduction

Every year, over 700,000 people die from diseases carried not by people—but by insects. Malaria, dengue, Zika, chikungunya, and West Nile virus all share a hidden courier: the mosquito. Unlike flu or measles, which spread directly from person to person, these illnesses rely on a two-host dance—first infecting a human, then a mosquito, then another human. This biological relay race makes them harder to predict, contain, and eliminate.

For over a century, scientists have used the Ross-Macdonald model—a set of ordinary differential equations (ODEs)—to understand this cycle [1–2]. But just as with directly transmitted diseases, real-world outbreaks don’t happen in a “well-mixed pot.” Mosquitoes breed in stagnant ponds, humans cluster in villages, and wind carries insects kilometers in a single night. To capture this spatial reality, epidemiologists have fused the classic Ross-Macdonald framework with advection-diffusion-reaction (ADR) physics, creating the Vector-Host ADR model.

This powerful PDE-based system treats both humans and vectors as continuous fields spreading across landscapes. It answers critical questions:

  • How fast will malaria spread upriver after rains create new breeding sites?
  • Can urban planning slow dengue by breaking mosquito dispersal corridors?
  • Where should we spray insecticide to halt an advancing infection front?

In this article, we unpack the mathematics behind this model—not as abstract symbols, but as a living map of disease risk. We’ll explore its core equations, realistic parameter values, key assumptions, and modern extensions that incorporate climate, immunity, and human mobility. Whether you’re a student, policymaker, or science enthusiast, you’ll gain insight into how spatial modeling is transforming the fight against vector-borne diseases.


🧬 Model Description

The Vector-Host ADR model extends the classic Ross-Macdonald framework into two spatially distributed populations:

  • Human host: divided into Susceptible (Sₕ), Infectious (Iₕ), and Recovered (Rₕ)
  • Vector (e.g., mosquito): divided into Susceptible (Sᵥ) and Infectious (Iᵥ) — mosquitoes don’t recover; they die

All are functions of space (x) and time (t). The full PDE system is:

∂Sₕ/∂t = Dₕ∇²Sₕ − vₕ·∇Sₕ − βₕ Sₕ Iᵥ
∂Iₕ/∂t = Dₕ∇²Iₕ − vₕ·∇Iₕ + βₕ Sₕ Iᵥ − γ Iₕ
∂Rₕ/∂t = Dₕ∇²Rₕ − vₕ·∇Rₕ + γ Iₕ

∂Sᵥ/∂t = Dᵥ∇²Sᵥ − vᵥ·∇Sᵥ − βᵥ Sᵥ Iₕ − μᵥ Sᵥ + Λᵥ
∂Iᵥ/∂t = Dᵥ∇²Iᵥ − vᵥ·∇Iᵥ + βᵥ Sᵥ Iₕ − μᵥ Iᵥ

Let’s interpret each term:

  • Dₕ, Dᵥ: Diffusion coefficients for humans and vectors (km²/day). Humans diffuse slowly (local walking); mosquitoes diffuse faster (flight, wind).
  • vₕ, vᵥ: Advection velocities (km/day). Humans may commute; mosquitoes drift with wind or water flow.
  • βₕ: Transmission rate from infectious vectors to susceptible humans (per mosquito per day).
  • βᵥ: Transmission rate from infectious humans to susceptible vectors (per human per day).
  • γ: Human recovery rate (1/day). After ~1/γ days, infected humans stop transmitting.
  • μᵥ: Mosquito mortality rate (1/day). Average lifespan = 1/μᵥ (typically 5–20 days).
  • Λᵥ: Vector birth/recruitment rate (mosquitoes/km²/day), often modeled as density-dependent.

The reaction terms (e.g., βₕ Sₕ Iᵥ) encode the Ross-Macdonald transmission cycle:

  • A susceptible human becomes infected after contact with an infectious mosquito
  • A susceptible mosquito becomes infected after biting an infectious human

The diffusion terms (D∇²) model random local movement.
The advection terms (−v·∇) model directed transport (e.g., mosquitoes blown downstream).

Total human population: Nₕ = Sₕ + Iₕ + Rₕ
Total vector population: Nᵥ = Sᵥ + Iᵥ

In many formulations, human demography is ignored (no births/deaths), while vector populations are dynamically regulated by Λᵥ and μᵥ.


📊 Parameter Definitions and Typical Values

Realistic parameterization is key to predictive power. Below are typical ranges for malaria and dengue:

βₕHuman infection rate1/(mosquito·day)0.1 – 1.00.2 – 0.8
βᵥVector infection rate1/(human·day)0.05 – 0.30.1 – 0.5
γHuman recovery rate1/day0.05 – 0.2 (5–20 days)0.14 – 0.33 (3–7 days)
μᵥMosquito death rate1/day0.05 – 0.2 (5–20 days)0.07 – 0.14 (7–14 days)
DₕHuman diffusionkm²/day0.01 – 0.50.1 – 1.0 (urban)
DᵥMosquito diffusionkm²/day0.5 – 5.01.0 – 10.0
**vᵥ**Mosquito advection speedkm/day

Sources: [3–6]

Initial conditions often assume a localized human outbreak:
Iₕ(x, 0) = I₀ exp(−|x−x₀|²/δ²), with Iᵥ(x, 0) = 0 elsewhere.

Boundary conditions may include:

  • No-flux: ∇Sₕ·n = 0, ∇Iᵥ·n = 0 (closed region)
  • Inflow: Iᵥ = Iᵢₙ(t) at river or wind boundaries

The basic reproduction number in spatial settings becomes more complex, but a local approximation is:
ℛ₀ ≈ √[ (βₕ βᵥ Nₕ) / (γ μᵥ²) ]
When ℛ₀ > 1, the disease can invade; spatial spread depends on Dᵥ and vᵥ.


🔍 Assumptions and Applicability

The Vector-Host ADR model rests on biologically grounded—but simplifying—assumptions:

Well-mixed biting: Mosquitoes bite humans proportionally to local densities (mass-action)
No vertical transmission: Mosquitoes aren’t born infected
Constant parameters: No seasonality in temperature or rainfall (though extensions add this)
Continuous populations: Valid for large human/vector densities (>100/km²)

When is this model most appropriate?

  • Malaria in river basins where Anopheles mosquitoes disperse with water flow [4]
  • Dengue in urban corridors where Aedes aegypti hitchhike via human transport [7]
  • West Nile virus spreading via wind-dispersed Culex mosquitoes across farmland [8]
  • Zika outbreaks in island chains with directional mosquito drift [9]

When should you consider alternatives?
❌ Small villages (<1,000 people): use stochastic or agent-based models
❌ Complex immunity (e.g., dengue with ADE): requires multi-strain extensions
❌ Highly seasonal climates: need time-varying parameters

Crucially, this model shines when vector movement is the dominant spatial driver—not human travel. For diseases like yellow fever (where humans move more than mosquitoes), hybrid models may be better.


🚀 Model Extensions and Variants

To bridge the gap between theory and reality, researchers have developed powerful extensions:

1. Climate-Driven Parameters
Temperature affects mosquito lifespan, biting rate, and parasite development. Replace:
μᵥ → μᵥ(T(x,t)), βₕ → βₕ(T(x,t)), etc.
Application: Predicting malaria expansion under climate change [10].

2. Aquatic Mosquito Stage
Add an egg/larva/pupa compartment L(x,t) with its own diffusion and advection:
∂L/∂t = Dₗ∇²L − vₗ·∇L + b(Nᵥ) − (μₗ + δₗ)L
Λᵥ = δₗ L (emergence rate)
Application: Targeting larval source reduction in flood-prone areas [11].

3. Human Mobility Networks
Replace human diffusion Dₕ∇²Sₕ with a non-local integral term:
∫ K(x,y) Sₕ(y,t) dy
where K is a mobility kernel (e.g., from mobile phone data).
Application: Dengue spread in megacities like Bangkok [7].

4. Multi-Host Systems
Include animal reservoirs (e.g., birds for West Nile):
Add S_b, I_b for birds, with cross-species transmission β_bv I_b Sᵥ
Application: Zoonotic spillover forecasting [8].

5. Control Interventions
Incorporate time- and space-dependent interventions:

  • Insecticide: μᵥ → μᵥ + u(x,t)
  • Bed nets: βₕ → βₕ (1 − ε u(x,t))
    Optimal control theory can then find u(x,t) to minimize cases [12].

6. Stochastic Vector-Host ADR
Add noise terms (e.g., + σ dW/dt) to capture random extinction in low-density zones.
Application: Elimination campaigns in island settings [13].

Each variant increases realism but demands more data—highlighting the need for field surveillance, remote sensing, and participatory mapping.


🌟 Conclusion

The Vector-Host ADR model transforms the century-old Ross-Macdonald theory into a dynamic, spatially explicit compass for epidemic forecasting. By treating mosquitoes and humans as interacting fields shaped by diffusion, wind, rivers, and behavior, it reveals how geography sculpts disease risk.

This framework is not just academic—it’s operational. Public health agencies now use spatial PDE models to:

  • Prioritize larvicide spraying in high-risk hydrological zones
  • Design buffer zones around outbreak epicenters
  • Simulate “what-if” scenarios for climate-driven range shifts

As satellite imagery, drone surveillance, and genomic sequencing provide ever-finer data on vector habitats and pathogen strains, the Vector-Host ADR model will only grow more precise. The goal is no longer just to understand epidemics—but to outrun them.

So the next time you hear about a dengue surge or a malaria resurgence, remember: it’s not random. It’s a wave solution to a coupled PDE system, propagating through the delicate interface of blood, water, and air. And with the right models, we can meet it—not with panic, but with prediction.


📚 References

[1] Ross, R. (1911). The Prevention of Malaria. John Murray.

[2] Macdonald, G. (1957). The Epidemiology and Control of Malaria. Oxford University Press.

[3] Smith, D. L., et al. (2012). Ross, Macdonald, and a theory for the dynamics and control of mosquito-transmitted pathogens. PLoS Pathogens, 8(4), e1002588. https://doi.org/10.1371/journal.ppat.1002588

[4] Wang, W., & Zhao, X.-Q. (2012). A nonlocal and time-delayed reaction-diffusion model of dengue transmission. SIAM Journal on Applied Mathematics, 72(3), 839–861.

[5] Reiner, R. C., et al. (2013). A systematic review of mathematical models of mosquito-borne pathogen transmission: 1970–2010. Journal of the Royal Society Interface, 10(81), 20120921. https://doi.org/10.1098/rsif.2012.0921

[6] Brady, O. J., et al. (2013). Refining the global spatial limits of dengue virus transmission. eLife, 2, e00834. https://doi.org/10.7554/eLife.00834

[7] Wesolowski, A., et al. (2015). Quantifying the impact of human mobility on malaria. Science, 338(6104), 267–270.

[8] Maidana, N. A., & Yang, H. M. (2008). Spatial spreading of West Nile virus described by traveling waves. Journal of Theoretical Biology, 258(3), 403–417. https://doi.org/10.1016/j.jtbi.2009.02.010

[9] Zhang, X., et al. (2020). Modeling the transmission dynamics of Zika virus with spatial heterogeneity. Mathematical Biosciences, 328, 108431. https://doi.org/10.1016/j.mbs.2020.108431

[10] Mordecai, E. A., et al. (2017). Thermal biology of mosquito-borne disease. Ecology Letters, 20(10), 1265–1278. https://doi.org/10.1111/ele.12825

[11] Wu, X., et al. (2021). A reaction-diffusion model for mosquito-borne diseases with larval control. Bulletin of Mathematical Biology, 83(5), 45.

[12] Ding, W., et al. (2019). Optimal control of a vector-borne disease with spatial dynamics. Nonlinear Analysis: Real World Applications, 45, 438–458. https://doi.org/10.1016/j.nonrwa.2018.07.012

[13] Turell, M. J., et al. (2005). Vector competence of North American mosquitoes for West Nile virus. Emerging Infectious Diseases, 11(10), 1553–1559.