Type any topic — physics, history, language, music, code. Sage co-authors a session in real time, drawing on a board, branching when you ask, looking things up when it's not sure.
Kinematics is the branch of mechanics that describes how objects move — without yet asking why they move. We track three quantities through time: position, velocity, and acceleration. Each is a vector. Each is the time-derivative of the previous.
Velocity is the slope of position-vs-time. Acceleration is the slope of velocity-vs-time. The whole subject reduces to reading slopes off graphs.
Let's check: a particle moves with x(t) = 3t^2 + 2t. What's its velocity at t = 4?
| name | equation | missing |
|---|---|---|
| velocity-time | v = v₀ + at | x |
| position-time | x = x₀ + v₀t + ½at² | v |
| velocity-position | v² = v₀² + 2a(x − x₀) | t |
Sage is waiting for your next move…