Mosquito Vectorial Capacity Simulator: Malaria Transmission Potential

simulator intermediate ~10 min
Loading simulation...
Vectorial capacity C ≈ 2.52 with 28.2% of mosquitoes surviving the 12-day extrinsic incubation period

With biting rate 0.3/day, 90% daily survival, 12-day EIP, and 10 mosquitoes per human, the vectorial capacity is 2.52. The average mosquito lives 9.5 days, and only 28.2% survive long enough for the parasite to complete development. Reducing daily survival from 90% to 80% would cut vectorial capacity by 80%, illustrating why insecticide-treated bed nets are so effective.

Formula

C = m * a^2 * p^n / (-ln(p))
P(survive EIP) = p^n
Mosquito life expectancy = -1 / ln(p)

Vectorial Capacity: The Engine of Transmission

Vectorial capacity is the central concept linking mosquito biology to disease transmission potential. Developed by Garrett-Jones in 1964, it quantifies the daily rate at which future infectious bites arise from a currently infectious host, mediated entirely through the vector population. The formula C = m * a^2 * p^n / (-ln(p)) elegantly captures how vector density, feeding behavior, survival, and parasite development interact to determine transmission intensity.

Dissecting the Formula

Each component of the vectorial capacity equation represents a distinct biological process. The vector-to-host ratio (m) reflects mosquito abundance. The biting rate squared (a^2) appears because the mosquito must bite twice — once to acquire the infection and once to transmit it. The term p^n represents the probability of surviving the extrinsic incubation period, and -1/ln(p) is the expected mosquito lifespan after becoming infectious.

Sensitivity to Survival

The most striking feature of the vectorial capacity equation is its extreme sensitivity to daily survival probability p. Because p is raised to the power n (typically 10-14 for malaria), small reductions in survival produce dramatic reductions in C. Reducing daily survival from 0.9 to 0.8 reduces p^12 from 0.28 to 0.07 — a 75% reduction. This is why interventions targeting adult mosquito survival (insecticide-treated nets, indoor residual spraying) are the most effective malaria control tools.

Applications to Vector Control

Use this simulator to compare the relative impact of different interventions. Reducing vector density (m) through larval source management produces a linear reduction in C. Reducing biting rate (a) through bed nets produces a quadratic effect. Reducing survival (p) through insecticides has an exponential effect. The visualization shows the relative contribution of each parameter and the dramatic nonlinearity of survival's influence.

FAQ

What is vectorial capacity?

Vectorial capacity (C) measures the potential of a mosquito population to transmit a pathogen. It is defined as C = m * a^2 * p^n / (-ln(p)), where m is vector density, a is the human biting rate, p is daily survival probability, and n is the extrinsic incubation period. It represents the expected number of infectious bites arising from one infectious human per day.

Why is mosquito survival the most important parameter?

Daily survival probability p appears both as p^n (probability of surviving the EIP) and in the denominator as -ln(p) (related to life expectancy). Because p is raised to the power n, small changes in survival have enormous effects on transmission. Reducing p from 0.9 to 0.8 can reduce vectorial capacity by 80%.

What is the extrinsic incubation period?

The EIP is the time required for the parasite to complete development inside the mosquito (sporogony for malaria). For P. falciparum, the EIP is 10-14 days at typical tropical temperatures. The mosquito can only transmit infection after surviving this period.

How do bed nets reduce malaria transmission?

Insecticide-treated bed nets (ITNs) reduce transmission through multiple mechanisms captured in the vectorial capacity equation: they reduce biting rate (a), increase mosquito mortality (reducing p), and may reduce vector density (m). The combined effect on C is multiplicative and dramatic.

Sources

Embed

<iframe src="https://homo-deus.com/lab/parasitology/vector-capacity/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub