Particles $P_1$ and $P_2$ have position vectors $r_1(t)=t\vec i+\frac{t^2}{2}\vec j +\vec t$ and $r_2(t)=\frac{t^2}{2}\vec i +t\vec j+t\vec k$ respectively.
Question asks us to:
Find the angle $θ$ between the paths of these two particles at times $t = 0$ and $t → \infty$.
So the derivative of the particle's path is the velocity of the particle so to find that:
\begin{align*} v_1={}& 1\vec i + t\vec j + 1\vec k \\ v_2 ={}& t\vec i + 1\vec j + 1\vec k \end{align*}
Then to find the angle I am assuming we compute the dot product:
$$v_1\cdot v_2= |v1||v2|cos θ,$$
which I then got to be:
$$\cos\theta = \dfrac{(2t+1)}{(2+t^2)},$$
and I'm not really sure where to go from here?