Calculate displacement, velocity, and acceleration using kinematic equations. Supports 1D and 2D motion with time-evolution tables.
Displacement is the vector quantity describing the change in position of an object—not the total distance traveled, but the straight-line distance from start to finish with direction. The kinematic equations of motion relate displacement, velocity, acceleration, and time for uniformly accelerated motion, forming the backbone of classical mechanics.
The fundamental kinematic equation s = v₀t + ½at² connects displacement (s) to initial velocity (v₀), constant acceleration (a), and time (t). This single equation, combined with v = v₀ + at and v² = v₀² + 2as, can solve virtually any problem involving motion with constant acceleration—from free-falling objects to braking vehicles.
This calculator implements these kinematic equations with 2D component support, time-evolution tables showing how position and velocity change throughout the motion, and automatic detection of stopping points where velocity reverses direction. It is especially useful when a single worked answer is not enough and you want to see how the entire motion develops over time.
Kinematics problems often go wrong because distance, displacement, sign convention, and component motion get mixed together. This calculator keeps the main motion equations, component breakdowns, and time-evolution results in one workflow so you can verify each step instead of trusting a single final number. It is especially helpful when you need to check braking, free-fall, or projectile calculations against a consistent axis choice.
Displacement: s = v₀t + ½at² Final velocity: v = v₀ + at Average velocity: v_avg = (v₀ + v) / 2 = s/t Velocity-displacement: v² = v₀² + 2as Components: x = s·cos(θ), y = s·sin(θ)
Result: Displacement = 19.62 m, final velocity = 19.62 m/s
An object in free fall from rest for 2 seconds travels 19.62 m downward and reaches a velocity of 19.62 m/s, demonstrating the s = ½gt² relationship.
One of the most common mistakes in introductory mechanics is using the total distance traveled when the equation asks for displacement. If an object reverses direction, the path length keeps increasing while displacement can shrink, reach zero, or become negative. Keeping that distinction clear will usually fix half of the sign errors in a kinematics problem.
The equations themselves are straightforward once the axis definition is fixed. Choose a positive direction at the start and keep velocity, acceleration, and displacement consistent with it all the way through. Most wrong answers come from changing the sign convention halfway through, not from using the wrong equation.
For projectiles and angled motion, the cleanest method is to treat horizontal and vertical motion as separate one-dimensional problems. The calculator supports that directly, which makes it easier to check whether a result is wrong because of time, angle, or acceleration rather than because of a complicated combined formula.
Displacement is a vector (has direction) measuring the straight-line change in position. Distance is a scalar measuring total path length. For back-and-forth motion, distance exceeds displacement.
These equations apply only to constant (uniform) acceleration. For variable acceleration, you need calculus-based methods (integration of a(t)).
Negative acceleration (deceleration) means the acceleration acts opposite to the positive direction. If an object moves right, negative acceleration slows it down.
Split into horizontal (constant velocity, a = 0) and vertical (a = −9.81 m/s²) components. Use this calculator separately for each component with the appropriate angle.
When acceleration opposes velocity, the object momentarily stops at t = −v₀/a before reversing direction. This is important for braking problems.
Yes, negative displacement means motion in the opposite direction of the chosen positive axis. The sign convention is arbitrary but must be consistent.