I'm working on a set of equations that would tell a hypothetical robot soccer player whether or not to pass a ball to a teammate. After a lot of algebra, I arrived at these equations for the partial boundary of a region:
$$x=v_1t_{\alpha}\cos\left(90-\cos^{-1}\left(-\frac{v_2^2t_{\alpha}^2-v_1^2t_{\alpha}^2-d_{\Sigma}}{2v_1t_{\alpha}d_{\Sigma}}\right)\right)$$
$$y=v_1t_{\alpha}\sin\left(90-\cos^{-1}\left(-\frac{v_2^2t_{\alpha}^2-v_1^2t_{\alpha}^2-d_{\Sigma}}{2v_1t_{\alpha}d_{\Sigma}}\right)\right)$$
They are equations for $x$ and $y$, respectively, parameterized by time ($t_{\alpha}$).
How do I go about writing $x$ as a function of $y$? I'm looking for hints, not full solutions.