Displacement Calculator
Calculate displacement in 1D, 2D, or from constant velocity and time. All fields accept decimals and negative values.
What Is Displacement?
In physics, displacement is the change in position of an object from its starting point to its ending point. It is a vector quantity, which means it has both magnitude and direction. This is different from distance, which only tells you how much ground was covered.
If you walk 10 meters east and then 6 meters west, your total distance traveled is 16 meters, but your displacement is only 4 meters east. Displacement only cares about where you started and where you finished.
Displacement Formulas
1D Motion (Straight Line)
For motion along a single axis:
Δx = x2 - x1
- x1 = initial position
- x2 = final position
- Δx = displacement
2D Motion (Coordinate Plane)
When motion occurs in two dimensions:
Δx = x2 - x1, Δy = y2 - y1
Magnitude of displacement:
|Δr| = √(Δx² + Δy²)
Direction (angle from positive x-axis):
θ = tan-1(Δy / Δx)
Constant Velocity
If velocity is constant:
Δx = v × t
- v = constant velocity
- t = elapsed time
How to Use This Displacement Calculator
- Select the appropriate calculation mode.
- Enter known values (positions, coordinates, or velocity/time).
- Click Calculate.
- Read the result, including sign or directional interpretation.
Use meters (m), seconds (s), and meters per second (m/s) for clean SI-unit outputs.
Worked Examples
Example 1: 1D Position Change
A cyclist moves from x = -4 m to x = 9 m.
Δx = 9 - (-4) = 13 m
The positive sign means the motion is in the positive axis direction.
Example 2: 2D Coordinate Movement
A drone flies from (1, 2) to (7, 10).
- Δx = 6 m
- Δy = 8 m
- |Δr| = √(6² + 8²) = 10 m
Displacement magnitude is 10 m, with direction in the first quadrant.
Example 3: Constant Velocity Motion
A cart moves at 3.5 m/s for 12 s:
Δx = 3.5 × 12 = 42 m
Displacement vs Distance: Quick Comparison
- Distance: scalar, total path length, always non-negative.
- Displacement: vector, start-to-end change in position, can be positive, negative, or zero.
- Same value only when: object moves in one direction without turning back.
Common Mistakes to Avoid
- Mixing up initial and final positions (order matters).
- Ignoring sign conventions (+ / - direction).
- Confusing velocity with speed (velocity includes direction).
- Using inconsistent units, such as km with m/s.
- Assuming distance and displacement are always equal.
Where Displacement Is Used
Displacement appears in many real-world and engineering contexts:
- Mechanics and kinematics problems
- Navigation and robotics path planning
- GPS tracking and route analysis
- Sports science and motion capture
- Vehicle and drone control systems
Final Takeaway
Displacement is one of the most important ideas in motion analysis because it captures true positional change, not just path length. Use the calculator above whenever you need quick, accurate displacement results in one dimension, two dimensions, or constant-velocity motion.