Say we have two Poisson process $N_1$ and $N_2$ with parameter $\tau_1$ and $\tau_2$.
How can I derive the distribution of time of the 1st arrival? I know that for a single Poisson process $X(t)$ the the time of the first arrival, is exponential with parameter $\tau$ but what will be the scenario when there will be two process? Any idea?
I will assume $N_1$ and $N_2$ are independent. We want to find the distribution of the minimum of two independent exponentially distributed random variables.
The min $W$ is $\gt w$ if both exponentials are greater than $w$. Thus if $w\gt 0$, then $\Pr(W\gt w)=e^{-\tau_1w}e^{-\tau_2 w}$. So the cdf of $W$, for $w\gt 0$, is $1-e^{-(\tau_1+\tau_2)w}$. We recognize this as the cdf of the exponential with parameter $\tau_1+\tau_2$.
Another way: The sum of the two independent Poisson random variables is Poisson with parameter $\tau_1+\tau_2$. So the time to first arrival is exponential, same parameter.