Reading the across and up positions at each second and plotting the points traces the curved path of a thrown ball.
Example
Reading the across and up positions at each second and plotting the points traces the familiar curved path of a thrown ball. Exact arithmetic here means exact results for the stated model inputs; measured inputs still carry uncertainty and significant-figure limits.
highlighted = computed this step
Track both parts each second
We already have across position equal to 5 times time, and up position equal to 10 times time minus 5 times time squared. Now read both at each second.
x=5m/st,y=10m/st−5t2
After one second
At one second the ball has moved across to 5 and risen to 5 metres. It is still climbing.
(x,y)=(5,5)
After two seconds
At two seconds it has coasted across to 10 and fallen back to the ground at height 0. Plotting the points traces a parabola.
(x,y)=(10,0)
The height values make the curve
The sideways part moves evenly, but the height values do not. That uneven vertical list is why the plotted path bends instead of forming a straight diagonal.
t0s1s2svy10m/s10m/s10m/sy0m5m0m
mechanicsWith clean components and g = 10, the second-by-second positions are whole numbers that fall on a parabola.