Guglielmo Camporese (gool-yell-moe)

Research Engineer at The Walt Disney Studios

Ph.D. in Brain, Mind and Computer Science

guglielmocamporese [at] gmail [dot] com

Computing the Probability of Catching a Mosquito by Hands

You are resting in bed trying to fall asleep.. and suddenly a mosquito comes into play - what is the chance that you are going to catch it with your hands? Let's try to answer this question by modeling this situation.

The involved variables are:

In this scenario, we assume that the mosquito is exactly in the position of the ear $e.$ When you decide to move the arm in order to catch the mosquito, instantaneously, the mosquito starts to fly away. In this setting, after an interval of $\nabla t$ seconds, the mosquito is close to the ear in the half-sphere of radius $d_m$.

Considering the max speed of the mosquito $v_m$ traveled in a straight line, the radius of the half-sphere $H\text{-}S$ can be computed as follows:

$$d_m = v_m \cdot \nabla t \ [m]$$
where the interval $\nabla t$ is the amount of time required for the arm to reach the ear (assuming a linear trajectory of the hand):
$$\nabla t = \frac{d_{es} + l_a}{v_a} \ [s].$$
Assuming a uniform spatial distribution of the mosquito in the sphere region, the probability $P_{catch}$ of catching it in a region ball of radius $h$ (this region coincides with your closed hand once you try to catch the mosquito) is:
$$ \begin{split} P_{catch} &= \int_{H\text{-}S(h)} \frac{1}{Volume(H\text{-}S)} \cdot dx dy dz \\ &= \int_0^h \int_0^\pi \int_0^\pi \frac{2}{\frac{4}{3}\pi d_m^3} r^2 sin\phi \ d\theta \ d\phi \ dr \\ &= \left( \frac{v_a}{v_m} \frac{h}{d_{es} + l_a} \right)^3 \end{split}$$
Now it's time to get some numbers. Searching online I found that: Using such number values we get that the probability of catching the mosquito in your ear is:
$$ P_{catch} = \left( \frac{2.5}{0.56} \frac{0.04}{0.6 + 0.2} \right)^3 \approx 1.11\%$$

$\Rightarrow$ The mosquito will probably fly away :)

References

[1] - Kurt M. DeGoede, James A. Ashton-Miller, Jimmy M. Liao, Neil B. Alexander, How Quickly Can Healthy Adults Move Their Hands to Intercept an Approaching Object? Age and Gender Effects, _The Journals of Gerontology: Series A_, Volume 56, Issue 9, 1 September 2001, Pages M584–M588, [link]