I have this parametric plot: $$x=A{t^2}+{V_0}\cos(\theta){t}\\ y=B{t^2}+{V_0}\sin(\theta){t}$$ which $A$ and $B$ are constant. I want to find $V_0$ and $\theta$ when plot crosses points $(x1,y1)$ and $(x2,y2)$.
Means i have a 4 equations 4 unknowns system: $$x_1=A{t_1^2}+{V_0}\cos(\theta){t_1}\\ x_2=A{t_2^2}+{V_0}\cos(\theta){t_2}\\ y_1=B{t_1^2}+{V_0}\sin(\theta){t_1}\\ y_2=B{t_2^2}+{V_0}\sin(\theta){t_2}$$
Now i have serious problem solving this system for $V_0$ and $\theta$. Please help me