I.e., what is the set of solutions to this system of differential equations:
$\frac{dx}{dt} = a_x t + v_{ox}$
$\frac{dy}{dt} = a_y t + v_{oy}$
which corresponds to the path of an object under constant acceleration in both the $x$ and $y$ directions, with initial velocities $v_{ox}$ and $v_{oy}$.
By integrating both then solving one equation to find $t = \pm \sqrt{\frac{a_x t^2}{2}}$ and plugging that into the other, I have found that when $v_{ox}=x_o=0$, the solution set is:
$y = \frac{a_y}{a_x}x \pm v_{oy}\sqrt{\frac{2 x}{a_x}} + y_o$
where $x_o$ and $y_o$ are the initial $x$ and $$ positions, respectively.
How can I solve this for the general case, i.e. when $v_{ox}$ and $x_o$ are not constrained to be zero?