Two particles are projected with the same speed from the same point. The angles of projection are $2\alpha$ and $\alpha$ and a time $T$ elapses between the instants of projection. If the particles collide in flight, find the speed of projection in terms of $T$ and $\alpha$.
If the collision occurs when one of the particles is at its greatest height, show that $\alpha$ is given by $$4\cos^4 \alpha - \cos^2 \alpha -1 =0. $$
If the particles collide then $x_1=x_2$ where $x_1$ is the $x$-coordinate of the particle with projection angle 2α. We are given that they have they same speed at projection. The position of particle 1 is given by: $$x_1=u(t+T)\cos2α,$$ and $$y_1=u(t+T)\sin2α−\frac12g(t+T)^2.$$ Where t is the time taken for the second particle to hit the first. I understand that I need to solve for u, however I'm not sure of the best way to proceed. I can also find equations for the displacement for the first particle and similarly for the second particle. This all seems messy though!!
The two particles $p_1,p_2$ have the paths
$$ \cases{ p_1 = (v_0\cos(2\alpha)(t-T),v_0\sin(2\alpha)(t-T)-\frac 12 g(t-T)^2)\\ p_2 = (v_0\cos(\alpha)t,v_0\sin(\alpha)t-\frac 12 gt^2) } $$
at the intersection we have $p_1=p_2$ and eliminating $t$ we get
$$ v_0 = \frac 12 g(1-2\cos\alpha)\cot\left(\frac{\alpha}{2}\right)T $$
If the intersection occurs at the maximum height for the second particle, then we have to solve
$$ \cases{ p_1=p_2\\ t=\frac{v_0}{g}\sin\alpha } $$
and after eliminating $T$ we get
$$ \sin ^2\alpha (4 \cos ^4\alpha-\cos ^2\alpha-1)=0 $$