Table of Contents
What is Displacement?
Displacement is a vector quantity that describes the change in position of an object. Unlike distance, which measures the total path length traveled, displacement only considers the straight-line distance and direction from the starting point to the ending point. An object that travels in a circle and returns to its starting point has zero displacement despite having covered a significant distance.
In one-dimensional kinematics with constant acceleration, displacement can be calculated using the fundamental kinematic equations. These equations relate displacement to initial velocity, final velocity, acceleration, and time. Understanding displacement is crucial for analyzing projectile motion, vehicle dynamics, and any system involving motion under constant forces.
Kinematic Equations
Where s is displacement, v_0 is initial velocity, v is final velocity, a is acceleration, and t is time. These equations apply when acceleration is constant throughout the motion.
Distance vs Displacement
| Property | Distance | Displacement |
|---|---|---|
| Type | Scalar | Vector |
| Sign | Always positive | Can be negative |
| Path | Total path length | Straight line start to end |
| Return trip | Sum of both legs | Zero |
Example Scenarios
- Free fall from rest: s = ½(9.81)(t²). After 3s: s = 44.1 m downward
- Car braking from 30 m/s at -5 m/s²: stops in 6s, displacement = 90 m
- Ball thrown up at 20 m/s: max height at 2.04s, displacement = 20.4 m
FAQ
Can displacement be negative?
Yes, displacement is a vector quantity and can be negative, indicating motion in the negative direction (opposite to the chosen positive direction). For example, if upward is positive, a falling object has negative displacement. The magnitude of displacement equals the absolute distance between start and end points.
What if acceleration is not constant?
When acceleration varies with time, displacement must be found by integrating velocity over time: s = integral of v(t)dt. For simple cases like sinusoidal acceleration, analytical solutions exist. For complex acceleration profiles, numerical integration methods are used in computational physics and engineering simulations.
How is displacement used in real-world navigation?
GPS navigation uses displacement vectors to determine the straight-line distance and bearing between waypoints. Aircraft navigation systems track displacement from origin using inertial measurement units. In robotics, displacement tracking through encoders and sensors is essential for position control and path planning.