@ PowerFang
Sorry to say but thats totally wrong. If you want to find out the height of an object, such as ball when gravity is effecting it, you need to use the equations of motion, which are :
v = u + at
s = ut + 0.5 * at^2
v^2 = u^2 + 2as
a = accelerataion [m/s^2]
s = displacement (distance) [m]
t = time [s]
v = final velocity (final speed) [m/s]
u = intial velocity (start speed) [m/s]
Acceleration is gravity, which can be taken to be 9.81 m/s^2 (on Earth), altough alot of people approximate it to 10 m/s^2.
If you throw a ball vertically upward at a velocity of 50 m/s from the ground (and we take acceleration as 10 m/s^2, and also ignore air resistance), then the following happens:
@ 1s : s = 45 m, v = 40 m/s
@ 2s : s = 80 m, v = 30 m/s
@ 3s : s = 105 m, v = 20 m/s
@ 4s : s = 120 m, v = 10 m/s
@ 5s : s = 125 m, v = 0 m/s - This is the heighest point
The ball then falls back down like this
@ 6s : s = 120 m, v = 10 m/s
@ 7s : s = 105 m, v = 20 m/s
@ 8s : s = 80 m, v = 30 m/s
@ 9s : s = 45 m, v = 40 m/s
@ 10s : s = 0 m, v = 0 - Its back at the point where it was thrown