Three identical particles lie, not touching one another, in a straight line on a smooth horizontal surface. One particle is projected with speed \(u\) directly towards the other two which are at rest. The coefficient of restitution in all collisions is \(e\), where \(0 < e < 1\,\).
Show that, after the second collision, the speeds of the particles are \(\frac12u(1-e)\), \(\frac14u (1-e^2)\) and \(\frac14u(1+e)^2\). Deduce that there will be a third collision whatever the value of \(e\).
Show that there will be a fourth collision if and only if \(e\) is less than a particular value which you should determine.
Solution:
First Collision:
By NEL, \(v_2 = v_1 + eu\), so
\begin{align*}
\text{COM}: && mu &= mv_1 + m(v_1 + eu) \\
\Rightarrow && 2mv_1 &= mu(1-e) \\
\Rightarrow && v_1 &= \frac12 u(1-e) \\
&& v_2 &= \frac12 u(1-e) + eu \\
&&&= \frac12 u(1+e)
\end{align*}
The second collision is identical to the first except replacing \(u\) with \(\frac12u(1+e)\), therefore after that collision:
\begin{align*}
&& \text{first particle} &= \frac12 u(1-e) \\
&& \text{second particle} &= \frac12 \left (\frac12 u(1+e) \right)(1-e) \\
&&&= \frac14 u(1-e^2) \\
&& \text{third particle} &= \frac12 \left (\frac12 u(1+e) \right)(1+e) \\
&&&= \frac14 u(1+e)^2
\end{align*}
After all these collisions, all particles are moving in the same direction (since they all have positive velocity), but the first particle is now travelling faster than the second particle (as \(\frac12(1-e) < 1\)). Therefore they will collide again.
The random variable \(U\) has a Poisson distribution with parameter \(\lambda\). The random variables \(X\) and \(Y\) are defined as follows.
\begin{align*}
X&=
\begin{cases}
U & \text{ if \(U\) is 1, 3, 5, 7, \(\ldots\,\)} \\
0 & \text{ otherwise}
\end{cases}
\\
Y&=
\begin{cases}
U & \text{ if \(U\) is 2, 4, 6, 8, \(\ldots\,\) } \\
0 & \text{ otherwise}
\end{cases}
\end{align*}
Find \(\E(X)\) and \(\E(Y)\) in terms of \(\lambda\), \(\alpha\) and \(\beta\), where
\[
\alpha = 1+\frac{\lambda^2}{2!}+\frac{\lambda^4}{4!} +\cdots\,
\text{ \ \ and \ \ }
\beta = \frac{\lambda}{1!} + \frac{\lambda^3}{3!} + \frac{\lambda^5}{5!}
+\cdots\,.
\]
Show that
\[
\var(X) = \frac{\lambda\alpha+\lambda^2\beta}{\alpha+\beta}
- \frac{\lambda^2\alpha^2}{(\alpha+\beta)^2}
\]
and obtain the corresponding expression for \(\var(Y)\). Are there any non-zero values of \(\lambda\) for which \( \var(X) + \var(Y) = \var(X+Y)\,\)?
A biased coin has probability \(p\) of showing a head
and probability \(q\) of showing a tail, where \(p\ne0\), \(q\ne0\)
and \(p\ne q\). When the coin is tossed repeatedly, runs occur.
A straight run of length \(n\) is a sequence of \(n\) consecutive
heads or \(n\) consecutive tails. An alternating run of length
\(n\) is a sequence of length \(n\) alternating between heads and tails. An
alternating run can start with either a head or a tail.
Let \(S\) be the length of the longest straight run beginning with the
first toss and let \(A\) be the length of the longest
alternating run beginning with the
first toss.
Explain why \(\P(A=1)=p^2+q^2\) and find \(\P(S=1)\). Show that
\(\P(S=1)<\P(A=1)\).
Show that
\(\P(S=2)= \P(A=2)\)
and determine the relationship between
\(\P(S=3)\) and \( \P(A=3)\).
Show that, for \(n>1\), \(\P(S=2n)>\P(A=2n)\) and determine
the corresponding relationship between \(\P(S=2n+1)\) and \(\P(A=2n+1)\).
[You are advised not to use \(p+q=1\) in this part.]
Solution:
The only way \(A = 1\) is if we get \(HH\) or \(TT\) which has probability \(p^2+q^2\). The only way we get \(S=1\) is if we have \(HT\) to \(TH\), ie \(2pq\).
Since \((p-q)^2 = p^2 + q^2 - 2pq >0\) we must have \(\mathbb{P}(A=1) > \mathbb{P}(S=1)\).