Are this equations correct, in order to calculate the parabolic motion of an arrow with the computation of the drag with the air?
$$ \begin{cases} x(t)=\left(v_0-\frac{1/2C_DA\rho v_0^2}{m}t\right)\cos(\theta)t\\ y(t)=\left(v_0-\frac{1/2C_DA\rho v_0^2}{m}t\right)\sin(\theta)t-\frac{1}{2}gt^2+h \end{cases} $$
Update: correction.
$$ \vec{r}= \begin{vmatrix} \left(v_0-\frac{C_DA\rho v_0^2}{4m}t\right)\cos(\theta)t \\ \left(v_0-\frac{C_DA\rho v_0^2}{4m}t\right)\sin(\theta)t-\frac{1}{2} g t^2+h \\ 0 \end{vmatrix} $$
$$ \vec{a} = \ddot{\vec{r}} = \begin{vmatrix} -\frac{C_DA\rho v_0^2}{2m}\cos(\theta) \\ -\frac{C_DA\rho v_0^2}{2m}\sin(\theta) -g \end{vmatrix} $$
Update for AlanSE:
\begin{equation} \begin{split} m\frac{d^2 x(t)}{d t^2}&=-\frac{C_DA\rho}{2}\sqrt{\left(\frac{dx(t)}{dt}\right)^2+\left(\frac{dy(t)}{dt}\right)^2}\frac{dx(t)}{dt},\\ m\frac{d^2 y(t)}{dt^2}&=-mg-\frac{C_DA\rho}{2}\sqrt{\left(\frac{dx(t)}{dt}\right)^2+\left(\frac{dy(t)}{dt}\right)^2}\frac{d y(t)}{dt}. \end{split} \end{equation}
Related Cauchy problem:
\begin{equation} \begin{cases} \displaystyle x(0)=0,\\ \displaystyle y(0)=h. \end{cases} \end{equation}