Cartesian equation of uniformly accelerated motion

now the idea is to solve the first equation with respect $T$, then plug the result in the second equation and hoping to find an expression of the form \begin{equation}\Delta \eta_k=a(\Delta \xi_k)^2+b\Delta \xi_k+c \qquad k=0,1,\dots,K\end{equation} or in the form \begin{equation}\Delta \xi_k=a(\Delta \eta_k)^2+b\Delta \eta_k+c \qquad k=0,1,\dots,K\end{equation} for suitables $a,b,c$ depending on the data $\dot{\xi}_0, \dot{\eta}_0, u_{\xi}, u_{\eta}, T$.

This is an interesting idea. The limitation of this approach is that $\Delta \eta_k=a(\Delta \xi_k)^2+b\Delta \xi_k+c$ describes a parabola whose axis is parallel to the vertical axis and $\Delta \xi_k=a(\Delta \eta_k)^2+b\Delta \eta_k+c$ describes a parabola whose axis is parallel to the horizontal axis. But in general the axis of a parabola can be parallel to an arbitrary line through the origin, not necessarily one of the chosen axes.

Rather than translate the system of coordinates, try rotating the system of coordinates: $$ \begin{pmatrix} \xi' \\ \eta' \end{pmatrix} = \begin{pmatrix} p & -q \\ q & p \end{pmatrix} \begin{pmatrix} \xi \\ \eta \end{pmatrix} $$ where $p^2 + q^2 = 1$, in such a way that you get a formula $$ \xi_k'=a(\eta_k')^2+b\eta_k'+c. $$

The first step in this direction is to find $p$ and $q$ such that $$ \eta_k' = c_2 + b_2 (kT), $$ that is, eliminate the one of the quadratic terms. Then you can solve for $kT$ as a degree-one polynomial in $\eta_k',$ and having done that, can plug that polynomial in $\eta_k'$ for every value of $kT$ in the formula for $\xi_k'$, which will then turn out to be a quadratic polynomial in $\eta_k'$.

Note that if you use an arbitrary rotation matrix $\begin{pmatrix} p & -q \\ q & p \end{pmatrix},$ the formula you get for $\eta_k'$ is a quadratic polynomial in $kT$ whose quadratic term is $$ \left(\frac12 p u_\xi + \frac12 q u_\eta\right) (kT)^2.$$ So it comes down to finding $p$ and $q$ such that $p u_\xi + q u_\eta = 0$ and $p^2 + q^2 = 1,$ followed by a lot of algebra if you want to find the values of $a,$ $b,$ and $c$ in terms of the original given information.

Less algebra is required if you merely want to convince someone like me that $\xi_k'$ is a quadratic polynomial in $\eta_k',$ that is, $\xi_k'=a(\eta_k')^2+b\eta_k'+c$ for constants $a,$ $b,$ and $c$ that could (in principle) be computed in terms of the given information if you really wanted to do so, which says the points $(\xi_k,\eta_k)$ all like on a single parabola parallel to the $\xi'$ axis.


Incidentally, I find it easier to do the continuous version of this problem, in which we let \begin{align} \xi &= \xi_0 + \dot{\xi}_0 t + \frac12 u_\xi t^2, \\ \eta &= \eta_0 + \dot{\eta}_0 t + \frac12 u_\eta t^2 \end{align} so that $t = kT,$ $\xi = \xi_k,$ and $\eta = \eta_k$ satisfy the system of equations for each $k = 0, 1, \ldots, K.$ Once we have shown a solution for all real values of $t,$ we know it is also valid for the $K+1$ particular values $t = kT.$