I'm trying to solve exercises about relative motion and having hard times in finding out the initial conditions in respect to the inertial and non-intertial frame of reference, while I'm able to do everything else. Here's a fine example (pretty easy apparently):
Imagine being inside a train moving on a straight line railway with a constant speed of $v_0 = 90 km/h$
At $t_0 = 0$ the train starts a constant deceleration $A=-2m/s^2$ when a particle point starts falling from a table inside the train (with no friction). Determin the trajectory of the point when observed by the two systems.
My considerations are:
$\cdot$ Inside a non intertial frame of reference, when the point starts falling, i.e. there's no more interaction of the point particle with the table, the forces on the body are the weight $W = -mg$ and a fictitious force $F_t = -mA$ so that I can tell for sure that vertical acceleration is $a_y = -g$ and horizontal one is $a_x = -A = 2m/s^2$ so that
$\ddot{\gamma}'(t) = \begin{cases} \ddot{x}'(t) =-A \\ \ddot{y}'(t) = -g\end{cases} \implies \gamma'(t) = \begin{cases} x'(t) =x_0 + v_0t-A\frac{t^2}{2} \\ y'(t) = h-g\frac{t^2}{2}\end{cases}$
By selecting the origin in $x_0$ it becomes
$\gamma'(t) = \begin{cases} x'(t) =v_0t-A\frac{t^2}{2} \\ y'(t) = h-g\frac{t^2}{2}\end{cases}$
which would be a line because it's composition of two uniformly accelerated straight line motions. Here I'm usually not sure how to select the initial condition for velocity.
Remembering that $\vec{OO'}(t) = v_ot+A\frac{t^2}{2}$ and $\gamma(t) = \gamma'(t) + \gamma_{OO'}(t)$ which would result in
$\gamma(t) = \begin{cases} x(t) =2v_0t \\ y'(t) = h-g\frac{t^2}{2}\end{cases}$
which would turn me in a laugh to me cause it's really unlikely that this resould coult even be correct (The trajectory would be parabolic as composition of uniform and uniformly accelerated straight line motions).
Is there any trick that would lead me to significantly reduce this kind of errors in establishing the initial conditions? (Expecially velocity)