questioner said:
yes, thank you. but my uncle told me that gravitational acceleration on Earth is 9.8m/s(2). and that it means that the first second it will move 9.8m/s(in vacuum and in the second second ca 100m/s this is not true right?
That's a little too simplistic, but it's along the correct lines. You can't quantize the situation each second -- that introduces approximation errors. Instead, look at the equation for the position of a dropped object versus time:
[tex]x = x_0 + v_0 t + \frac{a t^2}{2}[/tex]
For a dropped object, call the initial position 0 and the initial velocity 0, so the first two terms on the RHS go away. Then you are left with the dropped distance x versus time like this:
[tex]x = \frac{a t^2}{2}[/tex]
So now you can calculate how far you go each second. After 1 second, you have dropped an x distance of
[tex]9.8 \frac{m}{s^2} * {(1s)}^2 = 9.8 m[/tex]
After 2 seconds, you have dropped a total x distance of
[tex]9.8 \frac{m}{s^2} * {(2s)}^2 = 39.2 m[/tex]
After 3 seconds,... and so on. So once you have calculated how far the ball drops total for each time, you can go back and figure out how far it dropped in the first second (9.8m), and then how far in the second second (39.2-9.8m), etc.