Question:
Let $X(t)$ be a continuous-time Markov chain on all non-negative integers with generator matrix $Q$ having for all $i\geq 0:$
$$
q_{i,i}=-i(\lambda +\mu ) \qquad q_{i,i+1}=\lambda i \qquad q_{i,i-1}=\mu i
$$
(this last rate does not have any meaning for $i=0)$ and all other $q_{i,j}=0.$ Here $\lambda >0$ and $\mu >0.$ We write
$$
h(t)=\Bbb{P}(X(t)=0|X(0)=1).
$$
Show that
$$
h(t)=\int _{0}^t e^{-(\lambda +\mu )u}\Big\{\mu +\lambda (h(t-u))^2\Big\}\ du
$$
Context:
I'm trying some exercises to prepare for my exam. This is an old exam question.
Effort:
I've done quite some work, not sure if it the quickest route, but according to my calculation it suffices to show that $$P(X(t)=0 | X(0)=2)= P(X(t)=0 | X(0)=1)^{2} \tag{*}.$$
But I don't know how to show that. I think my calculations are correct, not sure if you guys want to see it, will make this post a bit chaotic. As I think those calculations are correct I'm most interested in showing that $(*)$ is true. Any ideas ?