Pick a real ride — a bike computer log, a car's dashboard footage, or a rollercoaster POV video with a speed readout. From here forward, that data is the whole assignment: your job is to reconstruct exactly what happened, one segment at a time, and then say what should happen next.
Enter the (time, velocity) pairs from YOUR real data — every point where the ride's pace noticeably changes. This builds your calculation table live, segment by segment.
| Segment | Δt (s) | Δv (m/s) | a (m/s²) | Δx (m) | Running Δx (m) |
|---|---|---|---|---|---|
| 0–5s | 5 | +8.0 | 1.60 | 20.0 | 20.0 |
| 5–12s | 7 | +0.0 | 0.00 | 56.0 | 76.0 |
| 12–18s | 6 | -5.0 | -0.83 | 33.0 | 109.0 |
Assuming the acceleration from your last segment continues, predict what happens after this many more seconds:
This tool doesn't save your data — copy your table and forecast into your notebook before you write up your method.