This activity belongs to the GeoGebra book The Domain of the Time.
This animation simulates the vertical launch of an object upwards in
real time, neglecting air resistance, with a given
initial velocity vy. The animation
does not use formulas (neither equations nor trigonometry nor differential calculus) and only performs the necessary variations in the vectors that direct the motion.
Remember that, after using the clock to establish small time intervals (
dt), the animation, at each step,
essentially uses these two instructions:
SetValue(
v,
v +
dt g)
SetValue(
M,
M +
dt v)
This means that each time the value of the "anima" slider is updated, the velocity
v increases slightly (by dtdtdt) in the direction and sense of
g, and
M moves slightly in the direction and sense of
v. As you can observe, the result fits quite well with reality.