Physics Calculator

Kinematics Calculator & Kinematic Equations Solver

Calculate velocity, acceleration, and solve all kinematic equations with step-by-step solutions.

Velocity = Distance ÷ Time

Quick Examples

Equation 1No s
Equation 2No v
Equation 3No u
Equation 4No t
Equation 5No a

How helpful was this?

Help other students find great tools

What is Velocity?

Velocity is a vector quantity that describes how fast an object is moving and in which direction. Unlike speed (which only tells you how fast), velocity includes directional information, making it essential for physics calculations.

Velocity Formula

v = d / t

Velocity (v) = Distance (d) ÷ Time (t)

For example, if a car travels 100 meters in 5 seconds, its velocity is:

v = 100m ÷ 5s = 20 m/s

The calculator above can solve for any variable: enter distance and time to find velocity, or enter velocity and time to find distance.

Speed (Scalar)

  • • Magnitude only (how fast)
  • • Always positive
  • • Example: 50 km/h
  • • No direction specified

Velocity (Vector)

  • • Magnitude AND direction
  • • Can be negative (opposite direction)
  • • Example: 50 km/h north
  • • Direction matters for calculations

What is Acceleration?

Acceleration measures how quickly velocity changes over time. It tells you how fast an object is speeding up (positive acceleration) or slowing down (negative acceleration, also called deceleration).

Acceleration Formula

a = (v - u) / t

Acceleration (a) = (Final velocity - Initial velocity) ÷ Time

For example, if a car accelerates from 0 m/s to 20 m/s in 4 seconds:

a = (20 - 0) ÷ 4 = 5 m/s²

The unit m/s² (meters per second squared) means the velocity increases by that many m/s every second. Use the calculator above to solve acceleration problems with step-by-step working.

Common Acceleration Values

ScenarioAccelerationNotes
Free fall (Earth)9.81 m/s²Standard gravity (g)
Free fall (Moon)1.62 m/s²≈ 1/6 of Earth
Family car (0-60 mph)2-3 m/s²Typical acceleration
Sports car5-8 m/s²High performance
Emergency braking-8 to -10 m/s²Deceleration (negative)
Sprinter (start)4-5 m/s²Olympic level

Common Mistakes in Kinematics Problems

Avoid these frequent errors when solving kinematic equations questions in AP Physics 1 and high school physics exams:

1

Mixing up displacement and distance

Displacement (s) is the straight-line distance from start to finish WITH direction. Distance is the total path travelled. If you walk 10m east then 10m west, displacement = 0m, but distance = 20m.

✓ FIX:

Always check if the question asks for displacement (can be negative) or distance (always positive).

2

Forgetting to convert units

Kinematic equations require consistent SI units: meters (m), seconds (s), and m/s for velocity. Using km/h or minutes will give wrong answers.

✓ FIX:

Convert km/h to m/s by dividing by 3.6. Convert minutes to seconds by multiplying by 60.

3

Wrong sign for acceleration in free fall

When an object is thrown upward, gravity acts downward. If you define 'up' as positive, then a = -9.81 m/s² (negative). Many students use +9.81 incorrectly.

✓ FIX:

Define your positive direction first. If up = positive, then g = -9.81 m/s². If down = positive, then g = +9.81 m/s².

4

Using the wrong kinematic equation

Each kinematic equation omits one variable. If you don't have 't' and don't need 't', you must use v² = u² + 2as (the only equation without 't').

✓ FIX:

List your 3 known values + 1 unknown. Choose the equation containing all 4. Our calculator auto-selects the correct equation!

5

Confusing initial and final velocity

'u' is always the starting velocity, 'v' is always the ending velocity. For an object dropped from rest, u = 0, not v = 0.

✓ FIX:

Ask yourself: What's the velocity at the START of the motion? That's u. What's the velocity at the END? That's v.

6

Forgetting that acceleration can be negative

Deceleration (slowing down) is negative acceleration. A car braking has negative acceleration even though it's still moving forward.

✓ FIX:

If the object is slowing down, acceleration is negative. If speeding up, acceleration is positive.

Worked Examples: Kinematic Problems

Practice with these AP Physics 1 style kinematics questions:

AP Physics 1v = d/t

Example 1: Finding Velocity

A cyclist travels 450 meters in 30 seconds. Calculate the cyclist's average velocity.

Solution:

Given: d = 450m, t = 30s, v = ?

Formula: v = d / t

v = 450 / 30

v = 15 m/s

AP Physics 1a = (v-u)/t

Example 2: Finding Acceleration

A car accelerates from rest to 25 m/s in 5 seconds. What is the acceleration?

Solution:

Given: u = 0 m/s (rest), v = 25 m/s, t = 5s, a = ?

Formula: a = (v - u) / t

a = (25 - 0) / 5

a = 5 m/s²

AP Physics 1v² = u² + 2as

Example 3: Free Fall Problem

A ball is dropped from rest from a height of 45 meters. Calculate the velocity just before it hits the ground. (Take g = 10 m/s²)

Solution:

Given: u = 0 m/s, s = 45m, a = 10 m/s², v = ?

Missing: t (not given, not asked for)

Use equation without t: v² = u² + 2as

v² = 0² + 2(10)(45)

v² = 900

v = 30 m/s

AP Physics 1v² = u² + 2as

Example 4: Braking Distance

A car traveling at 20 m/s brakes with a deceleration of 4 m/s². How far does it travel before stopping?

Solution:

Given: u = 20 m/s, v = 0 m/s (stopped), a = -4 m/s², s = ?

Missing: t (not given, not asked for)

Use equation without t: v² = u² + 2as

0² = 20² + 2(-4)(s)

0 = 400 - 8s

8s = 400

s = 50 meters

What are Kinematic Equations?

Kinematic equations describe uniformly accelerated motion — motion where acceleration is constant. They relate five variables:

  • s = Displacement (meters)
  • u = Initial velocity (m/s)
  • v = Final velocity (m/s)
  • a = Acceleration (m/s²)
  • t = Time (seconds)

These equations are essential for solving problems involving cars, projectiles, free fall, and any motion with constant acceleration.

Key Physics Formulas

Velocityv = d/t
Accelerationa = (v-u)/t
Gravity (Earth)g = 9.81 m/s²

The 5 Kinematic Equations

v = u + atno s

Find final velocity from acceleration and time

s = ut + ½at²no v

Find displacement from initial velocity and acceleration

s = vt - ½at²no u

Find displacement from final velocity and acceleration

v² = u² + 2asno t

Relate velocities to acceleration and displacement

s = ½(u + v)tno a

Find displacement from average velocity

Pro Tips for Exams

  • • Always list your known values first (s, u, v, a, t)
  • • Identify which variable you need to find
  • • Choose the equation that has your 3 knowns + 1 unknown
  • • Check your units are all in SI (m, s, m/s, m/s²)
  • • Remember: up is usually positive, down is negative

Frequently Asked Questions

What are the 5 kinematic equations?

The 5 kinematic equations are: v = u + at, s = ut + ½at², s = vt - ½at², v² = u² + 2as, and s = ½(u + v)t. Each equation omits one variable, so you can always find one if you know three others.

What does SUVAT stand for?

SUVAT stands for the five kinematic variables: S (displacement), U (initial velocity), V (final velocity), A (acceleration), and T (time).

How do I choose which equation to use?

Identify your three known values and what you need to find. Pick the equation that contains all four variables. Each equation is missing one variable, so choose the one that doesn't include the variable you neither know nor need.

What is the acceleration due to gravity?

On Earth, g ≈ 9.81 m/s². Use positive g when an object is falling, negative when thrown upward (if you define 'up' as positive).

What is the difference between speed and velocity?

Speed is just magnitude (how fast), while velocity includes direction. Velocity can be negative (moving backwards), but speed is always positive.

Is this calculator suitable for AP Physics 1?

Yes! This calculator covers all AP Physics 1 kinematics topics including kinematic equations, free fall, and uniformly accelerated motion with step-by-step solutions.

How do I convert km/h to m/s?

Divide by 3.6. For example, 72 km/h ÷ 3.6 = 20 m/s. To convert m/s to km/h, multiply by 3.6.

When is acceleration negative?

Acceleration is negative when an object is slowing down (decelerating) in the positive direction, or speeding up in the negative direction. For free fall with 'up' as positive, a = -9.81 m/s².

Explore More Free Tools

All our tools are 100% free with step-by-step learning