A particle $P$ of mass $m$ lies on a plane inclined at an angle $\alpha$ to the direction vector $\mathbf{i}$. At $t=0$ the particle is projected from the origin of the coordinate system with speed $U$ at an angle $\theta$ to the plane. The particle is in a gravitational field $-g\,\mathbf{j}.$
Show that the particle hits the plane at time $t = \frac{2U\sin(\theta)}{g\cos(\alpha)}$, by considering the motion perpendicular to the plane.
I'm really stuck here. I have resolved the weight into perpendicular and parallel components, so that the perpendicular component of the weight is $-mg\cos(\alpha)\,\mathbf{j}$. Then I used $N2L$ which gives the acceleration as $-g\cos(\alpha)\,\mathbf{j}$. But this is where I get stuck.
I'm unsure how to incorporate the velocity in to this?
Hint:
The equations of motion are ( for $x$ horizontal axis and $y$ vertical axis): $$ x=\left[u\cos(\alpha+\theta)\right]t $$ $$ y=\left[u\sin(\alpha+\theta)\right]t-\frac{1}{2}gt^2 $$ where $u\cos(\alpha+\theta)$ and $u\sin(\alpha+\theta)$ are the components of the speed $v$ in the $x$ and $y$ direction.
And the equation of the plane is $$ y=x\tan \alpha $$
So the particle is on the plane when: $$ \left[u\sin(\alpha+\theta)\right]t-\frac{1}{2}gt^2=\tan \alpha \left[u\cos(\alpha+\theta)\right]t $$
solve for $t$ and you find the result.