Consider a particle moving in a straight line from the fixed point $(0,2)$ to another $(\pi,0)$. The only force acting on the particle is gravity.
How would we parametrically define the motion of the particle with time?
From kinematics, I found that
$\hspace{150pt} y(t)=2-\dfrac{gt^2}{2}$
The slope can be found to be
$\hspace{140pt} m=\dfrac{0-2}{\pi-0}=-\dfrac{2}{\pi}$
Since the path the particle moves on is a straight line, we have
$\hspace{132pt}y=mx+b=-\dfrac{2}{\pi}x+2$
so $\hspace{150pt}x(t)=\dfrac{\pi gt^2}{4}$
Therefore the parametric equations for the position of the particle are
$\hspace{150pt}x(t)=\dfrac{\pi gt^2}{4}$
$\hspace{150pt} y(t)=2-\dfrac{gt^2}{2}$
Does this seem correct? Any suggestions?
The assumption $y=2-\frac 12g\,t^2$ is wrong.
In fact the energy conservation law says that $$v^2-v_0^2=2g\,(y_0-y)$$If $y=f(x)$, then $v^2=\dot x^2+\dot y^2=\dot x^2+f'(x)^2\,\dot x^2\;$ hence $$\dot x^2=\frac {v_0^2+2g\,[f(x_0)-f(x)]}{1+f'(x)^2}$$If $f(x)=kx+q$ and one puts $x_0=0$ and $v_0=0$, after solving the ode it follows that $$x=-\frac 12g\frac{k}{1+k^2}t^2$$and so$$y=-\frac 12g\frac{k^2}{1+k^2}t^2+q$$considering $\dot x>0$.
Note that $$\lim_{k\rightarrow\infty}\,\frac{k^2}{1+k^2}=1$$ as to the vertical motion.