Browse physics topics

Motion and Kinematics

Distance and Displacement

Compare how path geometry and journey endpoints govern translational motion. Toggle between 1D number lines, 2D paths, and maps to master scalar distance versus vector displacement.

Distance and Displacement Simulator

Position pins on the grid, customize path paths, or add steps to a coordinate line. Drag pins A and B to inspect scalar and vector values live.

Live Result

Total Distance
0 m
Displacement (s)
0 m
Displacement Angle
Start Position (A)
(0, 0)
End Position (B)
(0, 0)
Current Position
(0, 0)
Path Difference
0 m

Distance and Displacement in Motion

Kinematics always starts by describing where an object is and where it went. Although we often use the words distance and displacement interchangeably in conversation, physics distinguishes between them as scalar and vector quantities.

Distance is a scalar value that tracks the total actual ground covered during a journey, regardless of direction. Displacement is a vector value that measures only the net change in position, represented as the shortest straight-line vector pointing from the initial position to the final position.

Core Principles

Understanding the difference between path tracking and coordinate change.

  • Path Dependent vs. Independent: Distance depends entirely on the specific route taken. Displacement ignores the route and only looks at the start and end coordinates.
  • Scalar vs. Vector: Distance has magnitude only (e.g., 100 m). Displacement has both magnitude and direction (e.g., 100 m directed 45° Northeast).
  • Return to Start Zeroes Displacement: If you walk in a complete circle and stop where you started, your distance equals the circle's circumference, but your displacement is exactly 0.
  • Inequality of Size: The magnitude of displacement is always less than or equal to the distance traveled ($|s| \le d$). They are equal only during straight-line, one-directional motion.

Mathematical Formulations

Distance = ∑ |dn| = |d₁| + |d₂| + |d₃| + ...

1D Displacement: Δx = xfinal - xinitial

For two-dimensional coordinate motion, displacement magnitude and direction are computed as:

  • Displacement Magnitude (s):
    s = √((x₂ - x₁)² + (y₂ - y₁)²)
  • Displacement Direction Angle (θ):
    θ = tan-1(y₂ - y₁x₂ - x₁)

Side-by-Side Comparison

  • Sign & Limits
  • FeatureDistanceDisplacement
    Physical QuantityScalar (magnitude only)Vector (magnitude & direction)
    DefinitionTotal length of route coveredStraight-line path from start to end
    Path DependencyYes, depends on actual path shapeNo, depends only on start and end points
    Always positive or zeroCan be positive, negative, or zero
    RelationshipDistance ≥ |Displacement||Displacement| ≤ Distance
    Lap on Oval TrackCircumference of oval (e.g. 400 m)0 meters

    Visual Comparison

    A walker travels along a winding dashed road (distance) to get from town A to town B, while the direct displacement arrow points straight across:

    Solved Examples

    A student walks 30 meters east, then 40 meters north, and finally 30 meters west. Calculate the total distance traveled and the final displacement from the starting point.
    1. Identify the path segments: Segment 1 = 30 m east, Segment 2 = 40 m north, Segment 3 = 30 m west.
    2. To find the total distance, add the magnitudes of all path segments: Distance = 30 + 40 + 30 = 100 meters.
    3. To find the displacement, determine the straight-line distance and direction from start to end.
    4. The start position is (0, 0). Walking 30 m east puts the position at (30, 0). Walking 40 m north puts it at (30, 40). Walking 30 m west puts it at (0, 40).
    5. The shortest distance from start (0, 0) to end (0, 40) is a straight vertical line of 40 meters directed due north.

    Answer: Distance = 100 m, Displacement = 40 m north

    An athlete runs on a circular track with a radius of 14 meters. If the athlete completes exactly one full lap, determine the distance traveled and the displacement. Use π ≈ 22/7.
    1. Identify the given values: radius r = 14 meters, number of laps = 1.
    2. The distance traveled is the perimeter (circumference) of the circular track: Distance = 2 × π × r.
    3. Substitute values: Distance = 2 × (22/7) × 14 = 2 × 22 × 2 = 88 meters.
    4. Displacement is the straight-line change in position between starting and ending points.
    5. Since the athlete completes a full lap, they stop at the exact starting point. Therefore, the change in position is zero: Displacement = 0 meters.

    Answer: Distance = 88 m, Displacement = 0 m

    A toy car moves on a coordinate line. It starts at x = -5 meters, travels forward to x = 15 meters, and then rolls backward to x = 5 meters. Calculate its total distance and final displacement.
    1. Identify the movements: Start x₁ = -5 m. First motion is to x₂ = 15 m. Second motion is to x₃ = 5 m.
    2. Decompose into segments: Segment 1 (forward) = |15 - (-5)| = 20 meters. Segment 2 (backward) = |5 - 15| = 10 meters.
    3. Total distance = Segment 1 + Segment 2 = 20 + 10 = 30 meters.
    4. Displacement is the change in coordinate position: Displacement = final position - initial position = x₃ - x₁.
    5. Substitute values: Displacement = 5 - (-5) = 5 + 5 = 10 meters directed in the positive direction.

    Answer: Distance = 30 m, Displacement = 10 m (positive direction)

    Common Mistakes

    • Assuming they are always identical: Confusing the actual path taken with the shortest distance coordinate change. They are only identical during straight-line, one-directional motion.
    • Omitting displacement direction: Describing a displacement as just "10 meters". Vector values must have directions (e.g., "10 meters North").
    • Summing coordinates directly: Adding numbers like vectors without accounting for directions. For instance, traveling 30 m East and 40 m West results in a distance of 70 m, but a displacement of 10 m West (not 70 m).
    • Ignoring coordinate signs on number lines: Forgetting that moving left results in a negative displacement component, whereas distance is always positive.

    Quick Summary

    • Distance is the cumulative scalar length of the actual path covered.
    • Displacement is the vector measuring the direct straight-line distance from start to end.
    • For any motion, Distance ≥ |Displacement|.
    • Displacement equals zero when the final position returns to the starting point.
    • Distance is always positive, whereas displacement can be positive, negative, or zero.

    Practice Questions

    1. A person walks 5 meters east, then turns around and walks 5 meters west. Find the distance and displacement.

    Distance is the total path: 5 + 5 = 10 meters. Displacement is the change in position: since they return to the starting point, displacement = 0 meters.

    2. A car travels along a straight highway from coordinate x = 3 km to coordinate x = 12 km. Find the displacement.

    Displacement = xfinal - xinitial = 12 - 3 = 9 km in the positive direction.

    3. A student walks 6 meters north and then 8 meters east. Find the total distance and the displacement magnitude.

    Distance = 6 + 8 = 14 meters. Displacement is the hypotenuse of the right triangle: √(6² + 8²) = √(36 + 64) = √100 = 10 meters.

    4. A runner completes one-half of a circular track with a radius of 20 meters. Find the distance and the magnitude of the displacement. (Use π ≈ 3.14)

    Distance is half the circumference: π × r = 3.14 × 20 = 62.8 meters. Displacement is the straight line from start to end (diameter): 2 × r = 2 × 20 = 40 meters.

    5. Can the magnitude of displacement ever be greater than the distance traveled?

    No. Displacement represents the shortest straight-line distance between two points, so it is always less than or equal to the actual path distance.

    6. Under what condition are the distance traveled and the magnitude of displacement equal?

    Distance and displacement are equal in magnitude only when an object moves in a single straight line without changing its direction.

    FAQ

    Frequently Asked Questions

    What is distance in physics?

    Distance is the total length of the path traveled by an object, regardless of the direction of motion. It is a scalar quantity.

    What is displacement in physics?

    Displacement is the shortest straight-line distance from the starting position to the ending position of an object, including direction. It is a vector quantity.

    What is the main difference between distance and displacement?

    Distance measures the complete actual route traveled and has no direction (scalar), while displacement measures only the straight-line gap between the start and end points and includes direction (vector).

    Can displacement be zero when the distance traveled is not zero?

    Yes. If an object moves and returns to its original starting point (like running a full lap on a track), the distance is the path length, but the displacement is zero because there is no net change in position.

    Is distance a scalar or vector quantity?

    Distance is a scalar quantity because it is fully described by its magnitude (numerical size) only, without any direction.

    Is displacement a scalar or vector quantity?

    Displacement is a vector quantity because it requires both a magnitude (size) and a specific direction (e.g. north, 30° northeast) to be fully described.

    Can distance be negative?

    No. Distance is a cumulative length of path segments and cannot be negative. It is always zero or positive.

    Can displacement be negative?

    Yes. In one-dimensional motion along a coordinate axis, a negative displacement (e.g. -5 meters) indicates that the object has moved in the negative direction relative to its starting point.

    When are the magnitude of distance and displacement identical?

    They are identical in magnitude only when the object moves along a straight path in a single constant direction without turning back.

    How does the simulator calculate distance?

    The simulator calculates distance by adding together the lengths of all path coordinates traveled by the object during the journey.

    How does the simulator calculate displacement?

    The simulator calculates displacement using only the starting coordinate A and final coordinate B, computing the straight-line vector between them.

    What is the physical meaning of a return-to-start journey?

    A return-to-start journey means the final location of the object is identical to its start location. Because the position has not changed overall, the displacement is zero, even though work was done and distance was covered.