mapa said:
When I learn physics I like to visualize what is happening in my head.
I can understand why this problem is multiplied by t^2; from my rational
it is to get (m/s^2) just to meters. But why is this equation multiplied by
one half? I do not understand why this happens. Can someone please explain
the reasoning behind this?
There are a couple of reasons that could be given. One involves calculus. More simply though, you can just use algebra. You know that for constant acceleration in one dimension:
[tex]v = v_0 + at[/tex]
[tex]v_{av} = \dfrac{v_0 + v}{2}[/tex]
Now, if you have a body that accelerates but has a known average velocity, then its displacement is:
[tex]x = x_0 + v_{av}t[/tex]
So, you can plug in the average velocity formula:
[tex]x = x_0 + \dfrac{v_0 + v}{2}t[/tex]
But since we're considering constant acceleration, we can substitute the equation for v and get:
[tex]x = x_0 + \dfrac{v_0 + (v_0 + at)}{2}t[/tex]
[tex]x = x_0 + \dfrac{2v_0 + at}{2}t[/tex]
And finally, after distributing, we end up with the familiar position function formula:
[tex]x = x_0 + v_0t + \dfrac{1}{2}at^2[/tex]
If you just set the initial position and velocity equal to zero, this reduces to the equation you cited. So you can see that the factor of 1/2 comes because we can conside the average velocity of a moving body by simply taking half the sum of its initial and present velocities.