A projectile is two simple motions at once: a steady horizontal coast and a vertical throw under gravity. Splitting them is the whole trick.
Example
A projectile is two simple motions at once: a steady horizontal coast and a vertical throw under gravity. Splitting them is the whole trick. Exact arithmetic here means exact results for the stated model inputs; measured inputs still carry uncertainty and significant-figure limits.
highlighted = computed this step
A ball thrown up and forward
A ball is launched with a horizontal part of 5 metres per second and a vertical part of 10 metres per second. The slanted launch arrow is the real velocity; we work in these two parts precisely so we never need its messy diagonal length. The trick is to treat across and up as two separate, simpler problems.
vx=5m/s,vy=10m/s
Across: nothing pushes it sideways
Gravity only pulls down, so nothing changes the across speed. The horizontal part stays 5 metres per second the whole flight: across position is just that speed times time, equal steps every second.
x=vxt=5m/s⋅t
Same speed, more time, more across distance
Hold the across speed fixed and let time advance. The across distance grows by the same amount each second.
vx5m/s5m/s5m/st0s1s2sx0m5m10m
Same time, more across speed, more distance
Hold time fixed. A larger across speed gives a larger across distance in the same time.
vx5m/s10m/s15m/st1s1s1sx5m10m15m
Up: gravity slows it, stops it, drops it
The up part is free fall with a head start. Gravity takes 10 metres per second off the upward speed each second, so the climb slows to a stop at the top, then falls back. The vertical position is the launch-up minus the usual one-half g t squared.
y=vyt−21gt2
The vertical formula rises then returns
Keep the same launch-up speed and gravity. Reading the formula at successive seconds shows the height climb and then come back.
t0s1s2svy10m/s10m/s10m/sy0m5m0m
More upward launch speed gives more height
Hold the clock at the same instant. A larger launch-up speed leaves more height after gravity has pulled for that same time.
vy5m/s10m/s15m/st1s1s1sy0m5m10m
mechanicsGiving the launch as a clean horizontal part and vertical part lets each direction be solved on its own.