Displacement

How Do You Find The Displacement

PL
l-diplomas.com
8 min read
How Do You Find The Displacement
How Do You Find The Displacement

You're staring at a physics problem. A car drives 30 kilometers east, then 40 kilometers north. The question asks for displacement. Your brain immediately wants to add 30 and 40 and call it 70 kilometers.

That's the trap. And it's the one almost everyone falls into on their first try.

What Is Displacement

Displacement is the straight-line distance from where you started to where you ended up — plus the direction. It's a vector. It has magnitude and it has direction. That's it. Which means it's just the total ground covered. Distance, on the other hand, is a scalar. No direction attached.

Think of it like this: you walk from your front door to the mailbox and back. Your distance traveled might be 40 meters. Your displacement? Zero. You're right back where you started.

The symbol for displacement is usually Δx (delta-x) in one dimension, or Δr (delta-r) for position vectors in two or three dimensions. Day to day, the delta means "change in. " So Δx = x_final − x_initial. Simple subtraction. But the direction matters.

One Dimension: The Number Line

In one dimension, displacement is just final position minus initial position. If you define right as positive and left as negative, a move from x = 2 m to x = 7 m gives Δx = +5 m. A move from x = 7 m back to x = 2 m gives Δx = −5 m. Same distance traveled. Opposite displacement.

The sign tells you the direction. That's the whole point of using a coordinate system.

Two Dimensions: Components and Vectors

Real motion rarely stays on a line. A drone flies 3 km east, then 4 km north. The displacement isn't 7 km. It's the hypotenuse of a right triangle.

You break each leg into components. East is the +x direction. North is the +y direction. That said, first leg: Δx₁ = 3 km, Δy₁ = 0. Second leg: Δx₂ = 0, Δy₂ = 4 km. Total displacement components: Δx_total = 3 km, Δy_total = 4 km.

Magnitude: √(3² + 4²) = 5 km. Direction: arctan(4/3) ≈ 53° north of east.

That's the displacement vector. Now, five kilometers at 53° north of east. Which means not seven kilometers. Not "3 east and 4 north" — that's the path, not the displacement.

Three Dimensions: Same Idea, More Components

Add a z-component for up/down. Set up your axes: +x east, +y north, +z up. A helicopter rises 100 m, flies 500 m east, then 300 m south. On the flip side, the moves in vector form: (0, 0, 100), (500, 0, 0), (0, −300, 0). Add them component-wise: (500, −300, 100).

Magnitude: √(500² + (−300)² + 100²) = √(250000 + 90000 + 10000) = √350000 ≈ 591.6 m.

Direction gets trickier in 3D. In real terms, you'd typically give two angles — azimuth and elevation — or just leave it as the component form (500, −300, 100) m. Both are valid. The component form is often more useful for further calculations.

Why It Matters / Why People Care

Displacement shows up everywhere. Velocity is displacement over time. Kinematics equations use displacement, not distance. Work done by a constant force is force dot displacement. Day to day, acceleration is change in velocity over time. If you use distance instead of displacement, your signs go wrong, your energy calculations go wrong, your whole model breaks.

In navigation, displacement is the "as the crow flies" distance. GPS systems calculate it constantly. On top of that, in engineering, structural displacement under load tells you if a bridge will hold. In robotics, end-effector displacement determines if the arm reaches the target.

The confusion between distance and distance-traveled is one of the most persistent misconceptions in introductory physics. Worth adding: it persists because in everyday language, we use "distance" for both. "How far is it to the store?Here's the thing — " could mean the driving distance (path length) or the straight-line distance (displacement magnitude). Physics demands precision.

How to Find Displacement: Step by Step

The method depends on what you're given. Here are the common scenarios.

Scenario 1: Initial and Final Positions Given Directly

Easiest case. You have coordinates for start and end. Subtract component by component.

Start: (2, −3, 5) m. End: (7, 1, 2) m. Δr = (7−2, 1−(−3), 2−5) = (5, 4, −3) m.

Magnitude: √(5² + 4² + (−3)²) = √(25 + 16 + 9) = √50 ≈ 7.07 m.

Done. If you only need magnitude, stop at the square root. That's the displacement vector. If you need direction, compute the angles.

Scenario 2: A Series of Movements (Path Given)

This is the classic textbook problem. Here's the thing — "A person walks 5 m east, 12 m north, 3 m west. " You could find the final position by adding each move to a running position coordinate, then subtract the initial position. Or — faster — just add the displacement vectors of each leg directly.

Leg 1: (5, 0) Leg 2: (0, 12) Leg 3: (−3, 0) Sum: (2, 12)

That's the total displacement from start. Magnitude: √(2² + 12²) = √148 ≈ 12.Consider this: 17 m. Here's the thing — direction: arctan(12/2) ≈ 80. 5° north of east.

Notice: the total distance walked was 5 + 12 + 3 = 20 m. Because of that, displacement magnitude is only 12. 17 m. Now, the path wandered. The displacement didn't care.

Scenario 3: Velocity Function Given (Calculus Approach)

If you have v(t), the velocity as a function of time, displacement over a time interval [t₁, t₂] is the definite integral of v(t) dt from t₁ to t₂.

If you found this helpful, you might also enjoy how many fingers are there answer or in the xy plane a parabola has vertex 9 -14.

Δx = ∫ v(t) dt from t₁ to t₂.

This works in one dimension. In multiple dimensions, integrate each component separately.

Example: v(t) = (3t², 4t, 5) m/s from t = 0 to t = 2 s. Δx = ∫ 3t² dt = [t³]₀² = 8 m Δy = ∫ 4t dt = [2t²]₀² = 8 m Δz = ∫ 5 dt = [5t]₀² = 10 m Displacement: (8, 8, 10) m.

This is the fundamental theorem

Scenario 4: Position Function Given (Direct Integration)

In many textbook problems you’re handed a position function ( \mathbf{r}(t) ). The displacement between two instants is simply the difference of the position vectors:

[ \Delta \mathbf{r} = \mathbf{r}(t_2) - \mathbf{r}(t_1) ]

Example:
( \mathbf{r}(t) = (2t^2, 3t, \sin t) ) m, ( t_1 = 0 ) s, ( t_2 = \pi ) s.

[ \mathbf{r}(\pi) = (2\pi^2,; 3\pi,; 0), \qquad \mathbf{r}(0) = (0,; 0,; 0) ]

[ \Delta \mathbf{r} = (2\pi^2,; 3\pi,; 0) \text{ m} ]

Magnitude:
[ |\Delta \mathbf{r}| = \sqrt{(2\pi^2)^2 + (3\pi)^2} \approx 12.2 \text{ m} ]

The displacement is independent of how the object moved between the two points; it depends only on the endpoints.


Scenario 5: Acceleration Function Known

Sometimes you’re given an acceleration ( \mathbf{a}(t) ) and you need the displacement. That said, two integrations are required: first to obtain velocity, then to obtain position. If initial velocity and position are known, the process is straightforward.

Step 1 – Integrate acceleration to get velocity:

[ \mathbf{v}(t) = \mathbf{v}0 + \int{t_0}^{t} \mathbf{a}(t'),dt' ]

Step 2 – Integrate velocity to get position:

[ \mathbf{r}(t) = \mathbf{r}0 + \int{t_0}^{t} \mathbf{v}(t'),dt' ]

Example:
Let ( \mathbf{a}(t) = (0, -9.8, 0) ) m/s² (free fall), ( \mathbf{v}_0 = (5, 0, 0) ) m/s, ( \mathbf{r}_0 = (0, 100, 0) ) m, and we want the displacement after ( t = 4 ) s.

  1. Velocity: [ \mathbf{v}(t) = (5, -9.8t, 0) ] At ( t = 4 ) s: ( \mathbf{v}(4) = (5, -39.2, 0) ) m/s.

  2. Position: [ \mathbf{r}(t) = (5t, 100 - 4.9t^2, 0) ] At ( t = 4 ) s: ( \mathbf{r}(4) = (20, 100 - 78.4, 0) = (20, 21.6, 0) ) m.

  3. Displacement: [ \Delta \mathbf{r} = \mathbf{r}(4) - \mathbf{r}_0 = (20, -78.4, 0) \text{ m} ]

Magnitude: [ |\Delta \mathbf{r}| = \sqrt{20^2 + (-78.4)^2} \approx 80.9 \text{ m} ]


Scenario 6: Displacement in Polar or Cylindrical Coordinates

When motion is naturally described in polar coordinates ((r, \theta)) or cylindrical ((r, \theta, z)), it’s often easier to convert to Cartesian components before applying the subtraction rule. The displacement vector in Cartesian form is:

[ \Delta \mathbf{r} = (r_2\cos\theta_2 - r_1\cos\theta_1,; r_2\sin\theta_2 - r_1\sin\theta_1,; z_2 - z_1) ]

Example:
Start at ( (r_1=5,\text{m}, \theta_1=30^\circ, z_1=0) ), end at ( (r_2=10,\text{m}, \theta_2=120^\circ, z_2=3,\text{

[ \Delta \mathbf{r}= \bigl(10\cos120^{\circ}-5\cos30^{\circ},; 10\sin120^{\circ}-5\sin30^{\circ},; 3-0\bigr) = \bigl(-8.66-4.33,; 8.In real terms, 66-2. 5,; 3\bigr) = (-13.0,; 6.

Magnitude: [ |\Delta \mathbf{r}|=\sqrt{(-13.0)^{2}+6.16^{2}+3^{2}}\approx 15.0;\text{m}. ]


Putting It All Together

Known What to Integrate Formula Key Take‑away
Position ( \mathbf{r}(t) ) None ( \Delta\mathbf{r}= \mathbf{r}(t_2)-\mathbf{r}(t_1) ) Direct subtraction; path irrelevant
Velocity ( \mathbf{v}(t) ) ( \int\mathbf{v},dt ) ( \mathbf{r}(t)=\mathbf{r}0+\int{t_0}^{t}\mathbf{v}(t')dt' ) One integration
Acceleration ( \mathbf{a}(t) ) Two integrations First ( \mathbf{v}=\mathbf{v}_0+\int\mathbf{a},dt ); then ( \mathbf{r}=\mathbf{r}_0+\int\mathbf{v},dt ) Two steps, but straightforward
Polar/Cylindrical coordinates Convert to Cartesian first ( \Delta\mathbf{r}=(r_2\cos\theta_2-r_1\cos\theta_1,;imap) ) Avoids trigonometric pitfalls

In every case the displacement vector is the net change in position, independent of the trajectory taken. Once the displacement vector is known, its magnitude gives the straight‑line distance between the two points, while its direction points from the initial to the final position.


Conclusion

Displacement, the cornerstone of kinematics, is a simple yet powerful concept: a vector that links two points in space, irrespective of how the object moved in between. Whether you start from a position function, a velocity curve, an acceleration profile, or a polar description, the procedure boils down to integrating (if necessary) and subtracting the endpoint vectors. Mastering these techniques equips you to tackle a wide range of physics problems—from textbook exercises to real‑world motion analysis—while keeping the underlying mathematics clear and consistent.

New

Latest Posts

Related

Related Posts

Readers Went Here Next


Thank you for reading about How Do You Find The Displacement. We hope this guide was helpful.

Share This Article

X Facebook WhatsApp
← Back to Home
L-

l-diplomas

Staff writer at l-diplomas.com. We publish practical guides and insights to help you stay informed and make better decisions.