This must a simple math problem, but i'm scratching my head here.
An object is falling from its resting position with constant acceleration $9.8m/s^2$ (gravity) and hits the ground with velocity $29.4m/s$. I need to know from what distance this object fell.
I know that "flight-plan" was like this:
$$\begin{array}{c|c|c|} \text{Time ($s$)} & \text{Acceleration ($m/s^2$)} & \text{Velocity ($m/s$)} \\ \hline \text{1} & 9.8 & 9.8 \\ \hline \text{2} & 9.8 & 19.6 \\ \hline \text{3} & 9.8 & 29.4 \\ \hline \end{array}$$
I can establish time traveled by dividing velocity by acceleration: $29.4 / 9.8 = 3s$. To check the units: $(m/s) / (m/s^2) = (m / s * s^2) / (m) = (m *s) / (m) = s$ - seems okay. Now i need to transform time and acceleration into distance. Can i do that?
There are some pages on the Internet that suggest this formula: $$s=v_0t + 1/2at^2$$
$s$ - distance, $v_0$ - initial velocity, $t$ - time, $a$ - acceleration. In this case $v_0$ is zero, so it can be simplified to $$s=1/2at^2$$
But this can't be right, because if i plug values into it when $t = 1$, then i get $1/2 * 9.8 * 1^2 = 1/2 * 9.8 = 4.9m$, but it has to be $9.8m$ if time is $1s$ and acceleration is $9.8m/s^2$. No? If i put other values, then i also don't get result that i expect.
Is there an actual formula to get traveled distance from time and constant acceleration?
The acceleration is the change in velocity.
During the first second, the velocity increases from zero to $9.8$ m/s.
The distance traveled during the first second, therefore, must be less than $9.8$ m.
The formula you have is correct.