Displacement Calculator

Calculate displacement, velocity, and acceleration using kinematic equations. Supports 1D and 2D motion with time-evolution tables.

Displacement
19.620 m
Net change in position (vector quantity)
Final Velocity
19.620 m/s
v = v₀ + at
Average Velocity
9.810 m/s
v_avg = Δx / Δt
X-Component
19.620 m
Horizontal displacement
Y-Component
0.000 m
Vertical displacement
Distance Traveled
19.620 m
Total path length (scalar)

Displacement Progress

0.3s
0.31 m
0.5s
1.23 m
0.8s
2.76 m
1.0s
4.91 m
1.3s
7.66 m
1.5s
11.04 m
1.8s
15.02 m
2.0s
19.62 m

Time Evolution

Time (s)Displacement (m)Velocity (m/s)
0.000.0000.000
0.250.3072.453
0.501.2264.905
0.752.7597.358
1.004.9059.810
1.257.66412.263
1.5011.03614.715
1.7515.02217.168
2.0019.62019.620
Planning notes, formulas, and examples

About the Displacement Calculator

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.

When This Page Helps

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.

How to Use the Inputs

  1. Select the kinematic mode: standard equation or given initial/final velocities.
  2. Enter the initial velocity, acceleration, and time interval.
  3. Set the direction angle for 2D displacement components.
  4. Use presets for free fall, braking, projectile, and elevator scenarios.
  5. Review the displacement, velocity, and time-evolution table.
  6. Check horizontal and vertical components for angled motion.
Formula used
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(θ)

Example Calculation

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.

Tips & Best Practices

  • For free fall, use a = 9.81 m/s² (downward) and v₀ = 0.
  • If an object reverses direction, total distance ≠ displacement.
  • The v-t graph slope gives acceleration; the area gives displacement.
  • For braking distance, use v² = v₀² + 2as with v = 0 to find stopping distance.
  • At maximum height, vertical velocity is zero: t_max = v₀sinθ / g.

Displacement Is Not Total Path Length

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.

Sign Convention Matters More Than Memorization

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.

Split Two-Dimensional Motion Into Components

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.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • 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.