Suppose we have $n$ sites and, within those sites, $m$ equally spaced positions, so that $2$ of those $m$ positions are in the extremities of the $n$ points. For $n=10$, for example, there are only the possibilities, $m=2$, $m=4$ and $m=10$, as sketched:
Now, assume each site in red activates at a rate $f$, after which it triggers an activation wave that propagates in both direction at a speed $v$, activating neighboring sites, as shown
Once a site is activated, it remains so. Note that dormant (unactivated) red sites can become activated from neighbouring activating waves.
My question is: how can I calculate the expected time it takes for a site (red or black) to be activated? In other words: how long, on average, does one site stay unactivated.
I understand if this problem becomes easier if we consider $n=m$ and/or a ring (periodic case), but I would just like to know where to start and how to think about a problem like this.
My attempt: It seems that, as a starting point, might be easier to consider the ring with $m=n$
To calculate the expected time it takes for a site to be activated, we can use a first-passage time analysis. This involves determining the probability that a site remains unactivated up to a certain time, and then taking the inverse of that probability.
Let's denote the probability that a site remains unactivated at time $t$ as $P(t)$. The rate at which a site becomes activated is equal to the rate of activation $f$ plus the rate at which an activation wave reaches it, which is equal to the product of the rate at which the neighboring site is activated ($f$) and the probability that the activation wave reaches the site before it has already been activated $(1-P(t-v/n))$. Therefore, we can write the following differential equation for $P(t)$ $$ \frac{dP(t)}{dt}=-f(1-P(t-v/n))-f $$ To solve this equation, we can use the initial condition $P(0) = 1$ (since all sites start unactivated) and the boundary condition $P(t) = 0$ for $t\geq T$ (where T is the maximum time we are interested in).
Once we have solved for $P(t)$, we can find the expected time for a site to be activated by taking the inverse of the probability that the site remains unactivated at time t. This can be found by the formula $E[T] = -1/P'(0)$.
This seems relatively correct, although I am not too sure whether the differential equation is quite correct, as the rate of wave activation should include other potential sites (rather than just immediate neighbours). Perhaps consider a sum of the form $2\sum_j^{\lfloor{n/2}\rfloor}P(t-v|i-j|/n)$, for a focal site $i$? Somewhat I feel the answer should be simpler, but I might be wrong. Any ideas?


