Skip to main content
physics

Displacement Calculator

Calculate the displacement of an object using initial velocity, time, and constant acceleration with the kinematic equation s = v₀t + ½at², essential for uniformly accelerated motion problems.

Reviewed by Christopher FloiedUpdated

This free online displacement calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Displacement Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Displacement Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Displacement Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Displacement Calculator when you need accurate results quickly without the risk of manual computation errors or unit conversion mistakes.
  • Use it to verify calculations made by hand or in spreadsheets — an independent check can catch errors before they lead to costly decisions.
  • Use it to explore how changing input parameters affects the output — a quick way to develop intuition and identify the most influential variables.
  • Use it when collaborating with others to ensure everyone is working from the same numbers and applying the same assumptions.

About This Calculator

The Displacement Calculator is a free, browser-based calculation tool for engineers, students, and technical professionals. Calculate the displacement of an object using initial velocity, time, and constant acceleration with the kinematic equation s = v₀t + ½at², essential for uniformly accelerated motion problems. It implements standard formulas and supports both metric (SI) and imperial unit systems with automatic unit conversion. All calculations are performed instantly in your browser with no data sent to a server. Use this calculator as a quick reference and sanity-check tool during design, analysis, and learning. Always verify results against primary engineering references and applicable standards for any safety-critical application.

About Displacement Calculator

The Displacement Calculator computes the net change in position for an object undergoing constant acceleration. Unlike distance, displacement accounts for direction and represents the straight-line shift from start to finish. This kinematic equation s = v₀t + ½at² is one of the most essential in classical mechanics and applies to everything from cars braking on highways to rockets launching into orbit. It naturally handles both acceleration and deceleration cases, and simplifies to basic uniform motion when acceleration is zero.

The Math Behind It

Displacement is a vector quantity representing net positional change. The kinematic equation s = v₀t + ½at² is derived by integrating acceleration twice with respect to time, assuming constant a. **Derivation**: Starting from a = dv/dt, integrate to get v = v₀ + at. Then integrate velocity: s = ∫v dt = v₀t + ½at². The first term is distance from initial motion; the second term is additional displacement from acceleration. **Special cases**: 1. **No acceleration (a = 0)**: s = v₀t — uniform motion. 2. **From rest (v₀ = 0)**: s = ½at² — displacement grows with t². 3. **Deceleration**: Use negative a. Object slows and may reverse direction. **Displacement vs distance**: If you throw a ball upward and it returns to your hand, displacement is zero but distance traveled is 2h (up and back down). Displacement can be negative. **Connection to other kinematics equations**: - v = v₀ + at (velocity-time) - v² = v₀² + 2as (velocity-displacement) - s = ½(v₀ + v)t (average velocity method) These four equations, along with constant acceleration, form the complete toolkit for solving 1D kinematics problems.

Formula Reference

Displacement

s = v₀t + ½at²

Variables: v₀ = initial velocity (m/s), a = acceleration (m/s²), t = time (s)

Worked Examples

Example 1: Car Accelerating

Car starts at 10 m/s, accelerates at 2 m/s² for 5 s

Step 1:s = 10(5) + 0.5(2)(25)
Step 2:= 50 + 25 = 75 m

Displacement of 75 m.

Example 2: Braking Vehicle

Car at 30 m/s brakes at −6 m/s² for 3 s

Step 1:s = 30(3) + 0.5(−6)(9)
Step 2:= 90 − 27 = 63 m

Displacement of 63 m before stopping.

Common Mistakes & Tips

  • !Confusing displacement (vector, can be negative) with distance (scalar, always positive).
  • !Forgetting the sign of acceleration — braking is negative acceleration in the direction of motion.
  • !Applying this equation when acceleration is not constant, such as in circular motion.
  • !Mixing up units between km/h and m/s without converting.

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

Can displacement be negative?

Yes. Displacement is a vector. If you move backward past your starting point, displacement is negative. For example, a ball thrown upward and caught below the throw point has negative displacement.

What if acceleration changes over time?

This equation requires constant acceleration. For variable acceleration, you must integrate a(t) twice, or use numerical methods. Real scenarios like car engines often have varying acceleration.

How is displacement related to velocity?

Velocity is the time derivative of displacement: v = ds/dt. Conversely, displacement is the integral of velocity over time.