Ekuation

Physics

Motion Calculator

This Motion Calculator helps you solve problems involving motion, including calculations for velocity, acceleration, distance, and time. It supports both uniform motion and uniformly accelerated motion, making it perfect for physics students and professionals.

Starting velocity of the object

m/s

Rate of change of velocity

m/s²

Duration of motion

s
Physics Tips

Click to show tips

Try an Example

Pick a scenario to see how the calculator works, then adjust the values

Free Fall

Object dropped from rest under Earth gravity for 5 seconds

Key values: v₀ = 0 m/s · a = 9.8 m/s² · t = 5 s

Projectile Launch

Calculate the distance traveled by a ball launched at 20 m/s

Key values: v₀ = 20 m/s · a = -9.8 m/s² · t = 2 s

Car Braking

Find acceleration when a car decelerates from 30 to 0 m/s in 6 seconds

Key values: v₀ = 30 m/s · v = 0 m/s · t = 6 s

Documentation

About the Motion Calculator

Kinematics problems typically give you three of the five variables — displacement, initial velocity, final velocity, acceleration, and time — and ask you to find the others. Which three you know determines which equation applies, and that's where most textbook confusion starts. Enter what you have; the calculator selects the right formula.


How to Use This Calculator

Follow these steps to use the Motion Calculator:

  1. Select Calculation Type: Choose what parameter you want to calculate (velocity, acceleration, distance, or time).
  2. Choose Unit System: Select either metric (m, m/s, m/s²) or imperial (ft, ft/s, ft/s²) units.
  3. Enter Known Values: Fill in the required values for your chosen calculation type.
  4. View Results: The calculated result will appear in the results section.

You can use the hint buttons below each input field to quickly enter common values or switch between calculation types to solve different motion problems.


Understanding Kinematics

Kinematics is the branch of mechanics that describes the motion of objects without considering the forces that cause the motion. The four key parameters in kinematics are:

  • Velocity (v): The rate of change of position with respect to time, measured in meters per second (m/s) or feet per second (ft/s).
  • Acceleration (a): The rate of change of velocity with respect to time, measured in meters per second squared (m/s²) or feet per second squared (ft/s²).
  • Distance (d): The total length of the path traveled, measured in meters (m) or feet (ft).
  • Time (t): The duration of motion, measured in seconds (s).

These parameters are related by the kinematic equations used in this calculator. Understanding these relationships allows us to determine unknown parameters when others are known.


Kinematic Equations

The calculator uses the following standard kinematic equations for objects moving with constant acceleration:

Final Velocity Equation:

v=v0+atv = v_0 + a t

Where v is final velocity, v₀ (v_0) is initial velocity, a is acceleration, and t is time

Acceleration Equation:

a=vv0ta = \frac{v - v_0}{t}

Where a is acceleration, v is final velocity, v₀ (v_0) is initial velocity, and t is time

Distance Equation:

d=v0t+12at2d = v_0 t + \frac{1}{2} a t^2

Where d is distance, v₀ (v_0) is initial velocity, a is acceleration, and t is time

Time Equation:

t=vv0at = \frac{v - v_0}{a}

Where t is time, v is final velocity, v₀ (v_0) is initial velocity, and a is acceleration

Time-Independent Equation:

v2=v02+2adv^2 = v_0^2 + 2 a d

Relates final velocity, initial velocity, acceleration, and distance without time.

These equations form the foundation of kinematics and are valid for objects moving with constant acceleration in a straight line.


Calculation Types Explained

The calculator offers four different calculation types, each solving for a different parameter:

1. Velocity Calculator

Calculates the final velocity of an object given its initial velocity, acceleration, and time. This is useful for determining how fast an object is moving after a certain period of acceleration.

Required inputs: Initial velocity, acceleration, and time

2. Acceleration Calculator

Determines the acceleration of an object based on its initial velocity, final velocity, and the time taken. This helps in understanding how quickly an object's velocity is changing.

Required inputs: Initial velocity, final velocity, and time

3. Distance Calculator

Calculates the distance traveled by an object given its initial velocity, acceleration, and time. This is useful for determining how far an object has moved during a period of acceleration.

Required inputs: Initial velocity, acceleration, and time

4. Time Calculator

Computes the time required for an object to change from one velocity to another, given a constant acceleration. This helps in determining how long a particular motion will take.

Required inputs: Initial velocity, final velocity, and acceleration


Unit Systems and Conversions

The calculator supports both metric and imperial unit systems, and automatically converts values when you switch between systems:

ParameterMetric UnitsImperial UnitsConversion Factor
Distancemeters (m)feet (ft)1 m = 3.28084 ft
Velocitymeters per second (m/s)feet per second (ft/s)1 m/s = 3.28084 ft/s
Accelerationmeters per second squared (m/s²)feet per second squared (ft/s²)1 m/s² = 3.28084 ft/s²
Timeseconds (s)seconds (s)No conversion needed

Common Physics Values

These are some common physics constants and values that might be useful when performing motion calculations:

ConstantValueDescription
Gravitational Acceleration (Earth)9.8 m/s² (32.2 ft/s²)The acceleration due to gravity on Earth's surface
Speed of Light in Vacuum299,792,458 m/sThe ultimate speed limit in the universe
Speed of Sound in Air343 m/s (1,125 ft/s)The speed at which sound waves travel through air at sea level at 20°C
Terminal Velocity (Human)~53 m/s (~174 ft/s)Approximate speed a human reaches in freefall (spread-eagle)

Tips and Considerations

  • Constant Acceleration: These equations assume constant acceleration. If acceleration changes, more advanced calculus-based methods are needed.
  • Direction: Be mindful of direction. Choose a positive direction (e.g., right or up) and use negative signs for quantities in the opposite direction (e.g., deceleration or velocity downward).
  • Units: Ensure all entered values use consistent units within the chosen system (metric or imperial).
  • Gravity: For vertical motion problems near Earth's surface (ignoring air resistance), acceleration (a) is typically -9.8 m/s² or -32.2 ft/s² if the upward direction is chosen as positive.
  • Starting from Rest: If an object starts from rest, its initial velocity (v₀) is 0.

Worked Examples

Concrete numerical walk-throughs for each calculation type:

1. Free fall — final velocity

An object dropped from rest, falling for 3 s under Earth gravity.

v₀ = 0 m/s, a = 9.8 m/s², t = 3 s  →  v = 0 + 9.8 × 3 = 29.4 m/s

2. Car braking — distance traveled

A car at 25 m/s (≈90 km/h) decelerates at −5 m/s² for 5 s before stopping.

v₀ = 25, a = −5, t = 5  →  d = 25 × 5 + ½ × (−5) × 25 = 125 − 62.5 = 62.5 m

3. 0–100 km/h sprint — time

A car accelerates from 0 to 100 km/h (27.78 m/s) at 3.5 m/s² — a brisk family sedan.

v₀ = 0, v = 27.78, a = 3.5  →  t = 27.78 / 3.5 ≈ 7.94 s


Frequently Asked Questions

Do these kinematic equations work for objects with changing acceleration?

No. The standard kinematic equations used in this calculator assume constant acceleration throughout the motion. If acceleration varies over time (e.g., a car gradually pressing the throttle), you need calculus-based methods: integrate a(t) to get velocity, then integrate velocity to get displacement.

What is the difference between distance and displacement?

Distance is the total length of the path traveled and is always positive. Displacement is the change in position from start to finish, including direction, so it can be negative. This calculator computes displacement (d), which can be negative if the object moves opposite to the chosen positive direction.

How do I handle deceleration in this calculator?

Deceleration is just negative acceleration. If an object is moving in the positive direction and slowing down, enter a negative value for acceleration. For example, a car going 20 m/s that brakes at 5 m/s² uses a = -5 m/s².

What value should I use for gravitational acceleration?

Near Earth’s surface, use 9.8 m/s² (or 32.2 ft/s²). If you define upward as positive, enter acceleration as -9.8 m/s² for falling objects. On the Moon, gravitational acceleration is about 1.62 m/s²; on Mars it is about 3.72 m/s².

Can I use this calculator for projectile motion?

You can use it for the vertical or horizontal component separately. Projectile motion decomposes into horizontal motion (constant velocity, zero acceleration if air resistance is ignored) and vertical motion (constant acceleration due to gravity). Calculate each axis independently, then combine the results.

Why does the time calculator sometimes give a negative result?

A negative time from the equation t = (v - v₀) / a can occur when the inputs describe a scenario where the object already passed through the target velocity before the reference time. Physically, negative time means the event happened before the starting moment. Check your sign conventions for velocity and acceleration.

What is the difference between speed and velocity?

Speed is the magnitude of velocity and is always non-negative. Velocity includes direction, so it can be positive or negative depending on the chosen reference frame. This calculator works with velocity (signed values), not speed.


Disclaimer


References

The formulas, constants, and pedagogical framing here are sourced from:

Related Calculators

3 Calculators

More Physics calculators

Calculator Search

Search and find calculators