Displacement Physics Formula- Calculation Methods

What Displacement Actually Means

Displacement is the shortest path between two points. That's it. Not the total distance traveled — the straight line from where you started to where you ended up.

A runner going around a track for one full lap covers 400 meters of distance. But their displacement is zero — they ended up where they started. This distinction trips up a lot of students.

Displacement is a vector quantity. That means it has both magnitude (how far) and direction. If you walk 10 meters east then 10 meters west, your distance is 20 meters but your displacement is 0 meters east.

The Displacement Formula

The most common displacement formula looks like this:

Δx = x₂ - x₁

Where:

This works for one-dimensional motion along a straight line. Plug in your numbers and you get displacement with its sign telling you the direction.

For two-dimensional motion, you need the magnitude formula:

|Δr| = √[(x₂-x₁)² + (y₂-y₁)²]

This gives you the magnitude of the displacement vector. The direction comes from trigonometry.

How to Calculate Displacement — Step by Step

Here's how to actually work through a displacement problem:

For 1D Problems

  1. Identify your initial position (x₁)
  2. Identify your final position (x₂)
  3. Subtract: Δx = x₂ - x₁
  4. Check your sign — positive means in the positive direction, negative means opposite

For 2D Problems

  1. Find the change in x: Δx = x₂ - x₁
  2. Find the change in y: Δy = y₂ - y₁
  3. Calculate magnitude: √(Δx² + Δy²)
  4. Find angle: tan⁻¹(Δy/Δx) measured from the positive x-axis

That's the entire process. No shortcuts, no tricks — just identify what you have and apply the right formula.

Displacement vs Distance — The Difference

Students confuse these constantly. Here's the direct comparison:

Property Displacement Distance
Type Vector Scalar
Direction Has direction No direction
Can be negative Yes No
Path dependency No — only start and end Yes — follows actual path
Minimum value Zero Equal to or greater than displacement

The distance can never be less than displacement magnitude. It can only equal it when you travel in a straight line without reversing.

Velocity from Displacement

Once you have displacement, finding average velocity is straightforward:

v̄ = Δx / Δt

Average velocity equals displacement divided by time elapsed. This is different from speed because speed uses distance, not displacement.

If you need instantaneous velocity, you take the derivative:

v = dx/dt

This gives you velocity at any specific moment — useful when dealing with changing speeds.

Acceleration Connection

Displacement also ties into the kinematic equations. The most useful one:

v² = v₀² + 2aΔx

This equation connects velocity, acceleration, and displacement without needing time. Useful when time isn't given in the problem.

Common Mistakes to Avoid

Worked Example

Problem: You walk 30 meters north, then 40 meters east. What is your displacement?

Step 1: Draw it out. You have a right triangle with legs 30m and 40m.

Step 2: Use the 2D displacement formula:

|Δr| = √(30² + 40²) = √(900 + 1600) = √2500 = 50 meters

Step 3: Find direction:

θ = tan⁻¹(30/40) = tan⁻¹(0.75) = 36.9° north of east

Your displacement is 50m at 36.9° north of east. Your distance traveled was 70m. Notice the difference.

Quick Reference Formulas

Scenario Formula
1D displacement Δx = x₂ - x₁
2D magnitude |Δr| = √(Δx² + Δy²)
Average velocity v̄ = Δx/Δt
Kinematic (no time) v² = v₀² + 2aΔx

When to Use Each Formula

Straight line motion with known start and end positions → Δx = x₂ - x₁

Motion on a plane with coordinates → √(Δx² + Δy²)

Need velocity from displacement data → divide by time

Have velocity and acceleration but not time → use the kinematic form

Match the formula to what the problem gives you. Don't force a 2D solution into a 1D problem or vice versa.