Displacement from velocity and constant acceleration
For one-dimensional motion with constant acceleration, the velocity-squared kinematic equation relates initial velocity, final velocity, acceleration, and displacement without requiring elapsed time.
Despite the legacy URL, the equation returns signed displacement—not automatically a maximum and not total distance traveled. A maximum position requires additional initial-position and motion context.
How to calculate displacement without time
- Choose an axis: Assign one direction as positive and use that sign convention for every input.
- Enter both velocities: Use signed initial and final velocities in m/s.
- Enter acceleration: Use a constant, non-zero signed acceleration in m/s².
- Interpret displacement: Read the sign as direction along the chosen axis, not as distance traveled.
Formula and variables
Use velocities measured along one chosen axis and a constant non-zero acceleration in matching SI units.
Δx = (v² − v₀²)/(2a)- Δx — Displacement
- Final position minus initial position (m)
- v₀ — Initial velocity
- Velocity at the start of the interval (m/s)
- v — Final velocity
- Velocity at the end of the interval (m/s)
- a — Acceleration
- Constant signed acceleration along the axis (m/s²)
Speeding up from rest
An object accelerates from 0 m/s to 10 m/s at a constant 2 m/s².
- Initial velocity
- 0 m/s
- Final velocity
- 10 m/s
- Acceleration
- 2 m/s²
- Δx = (10² − 0²)/(2 × 2)
- Δx = 100/4
Result: The displacement is 25 m.
The positive result is along the axis chosen as positive.
Understanding your results
Displacement includes direction
A negative result can be physically valid and means final position is in the negative direction relative to the starting position.
- The equation assumes constant acceleration.
- Velocity signs must use one axis convention.
- Displacement is not necessarily path length.
- The result is not necessarily a maximum position or stopping distance.
Assumptions
- Motion is one-dimensional over the interval.
- Acceleration is constant and non-zero.
- All inputs use a single inertial reference frame and consistent sign convention.
Limitations
- Does not calculate time or total distance traveled.
- Does not handle variable acceleration, multidimensional paths, or relativistic speeds.
- A zero-acceleration case requires another relationship and is not uniquely solved by this rearrangement.
Common mistakes
- Dropping velocity signs before squaring without considering the motion interval.
- Calling signed displacement distance traveled.
- Using average acceleration when acceleration varies materially.
- Assuming the result is always a maximum displacement.
Practical use cases
Kinematics coursework
Solve constant-acceleration displacement when time is not given.
Motion checks
Verify a one-dimensional interval after establishing consistent velocity and acceleration signs.
Frequently asked questions
Is this really a maximum displacement calculator?
Not by itself. The equation calculates signed displacement between two velocity states; a maximum requires extra physical context.
Can displacement be negative?
Yes. Its sign identifies direction relative to your chosen positive axis.
Why can’t acceleration be zero?
This rearranged equation divides by acceleration. With zero acceleration, the velocities alone do not determine displacement.
Sources and review
- Key Equations: Representing Acceleration with Equations and Graphs — OpenStax Physics. Accessed 2026-07-13.
Reviewed 2026-07-13.