Velocity Calculator

This Calculator helps you find velocity using 8 physics equations and formulas. Solve for initial velocity, final velocity, average velocity and more. Enter known values to calculate the corresponding velocity.

Calculate Velocity...

Formula

Enter Values

What is Velocity? (And Why It's Not the Same as Speed)

Velocity is one of the most fundamental concepts in physics, yet it is often confused with speed. While speed tells you how fast something is moving, velocity tells you both how fast and in what direction.

This distinction matters in real-world applications. A car traveling 60 mph north has the same speed as a car traveling 60 mph south, but they have opposite velocities. Understanding this difference is crucial for everything from navigation to engineering.

The SI unit for velocity is meters per second (m/s), as defined by the International System of Units [8]. Our calculator supports 9 different velocity units and automatically converts between them.

8 Velocity Formulas You Need to Know

Physics provides multiple ways to calculate velocity depending on what information you have available. Rather than memorizing one formula, you need to understand which formula applies to your specific situation.

The eight formulas below cover every standard scenario in classical mechanics. Each one derives from fundamental physics principles and assumes constant acceleration, which is the standard assumption in introductory physics.

Scenario Formula Parameters When to Use
Basic Velocity $v = \frac{d}{t}$ $v$ = velocity, $d$ = distance, $t$ = time Uniform motion, no acceleration
Final Velocity from Acceleration $v = u + at$ $u$ = initial velocity, $a$ = acceleration, $t$ = time Known starting velocity and time
Initial Velocity from Acceleration $u = v - at$ $v$ = final velocity, $a$ = acceleration, $t$ = time Working backward from final state
Final Velocity from Distance $v = \sqrt{u^2 + 2as}$ $s$ = distance Known distance, unknown time
Initial Velocity from Distance $u = \sqrt{v^2 - 2as}$ $s$ = distance Reverse calculation with distance
Velocity from Kinetic Energy $v = \sqrt{\frac{2KE}{m}}$ $KE$ = kinetic energy, $m$ = mass Energy-based problems
Velocity from Momentum $v = \frac{p}{m}$ $p$ = momentum, $m$ = mass Collision and momentum problems
Average Velocity $v_{avg} = \frac{\Delta x}{\Delta t}$ $\Delta x$ = displacement, $\Delta t$ = time interval Overall velocity over time period

How to Use the Velocity Calculator

Using this calculator is straightforward, but understanding the options will help you get the most accurate results.

Step 1: Select the calculation mode from the radio buttons on the left panel. Choose the formula that matches the information you have available.

Step 2: Enter your known values in the input fields. You can use either periods or commas as decimal separators, as the calculator automatically detects your preference.

Step 3: Select your preferred units from the dropdown menus. The calculator supports 63 different unit combinations across 7 categories, including velocity, distance, time, acceleration, kinetic energy, momentum, and mass.

Step 4: The result appears automatically in the result field. You can change the result unit at any time, and the calculator will convert the value instantly.

How Do I Calculate Basic Velocity?

The most basic velocity calculation uses the formula $v = d/t$. This works when an object moves at a constant speed with no acceleration, like a car cruising on a highway or a runner maintaining a steady pace.

This formula is your go-to when you know the distance traveled and the time it took. It is straightforward, requires no advanced physics knowledge, and gives you the average velocity over that specific time period.

The Basic Velocity Formula (v = d/t)

$$v = \frac{d}{t}$$

When to use: You know the distance and time, and there is no acceleration involved.

Example 1: Walking Speed

A person walks 400 meters in 5 minutes. What is their velocity?

  1. Given: $d = 400 \text{ m}$, $t = 5 \text{ min} = 300 \text{ s}$
  2. Formula: $v = \frac{d}{t}$
  3. Calculation: $v = \frac{400}{300} = 1.33 \text{ m/s}$

The person's walking velocity is 1.33 m/s, which converts to 4.8 km/h or 3 mph.

Example 2: Highway Travel

A car travels 150 kilometers in 2 hours on a straight highway. What is its velocity?

  1. Given: $d = 150 \text{ km}$, $t = 2 \text{ h}$
  2. Formula: $v = \frac{d}{t}$
  3. Calculation: $v = \frac{150}{2} = 75 \text{ km/h}$

The car's velocity is 75 km/h, which converts to 46.6 mph or 20.8 m/s.

How to Find Velocity Using Acceleration and Time

When an object is speeding up or slowing down, you must account for acceleration. The formula $v = u + at$ connects initial velocity, acceleration, and time to find the final velocity.

This is the most commonly used formula in physics problems because it directly relates to how we experience motion. You start at one speed, accelerate, and reach a new speed after a certain amount of time.

Final Velocity Formula (v = u + at)

$$v = u + at$$

When to use: You know the starting velocity, acceleration rate, and time elapsed.

Example 1: Car Acceleration

A car starts from rest and accelerates at 3.5 m/s² for 8 seconds. What is its final velocity?

  1. Given: $u = 0 \text{ m/s}$, $a = 3.5 \text{ m/s}^2$, $t = 8 \text{ s}$
  2. Formula: $v = u + at$
  3. Calculation: $v = 0 + (3.5 \times 8) = 28 \text{ m/s}$

The car's final velocity is 28 m/s, which converts to 100.8 km/h or 62.6 mph.

Example 2: Free Fall

A ball is dropped from a building (initial velocity = 0). What is its velocity after 3 seconds of free fall? (Use $g = 9.81 \text{ m/s}^2$)

  1. Given: $u = 0 \text{ m/s}$, $a = 9.81 \text{ m/s}^2$, $t = 3 \text{ s}$
  2. Formula: $v = u + at$
  3. Calculation: $v = 0 + (9.81 \times 3) = 29.43 \text{ m/s}$

The ball's velocity after 3 seconds is 29.43 m/s downward, which converts to 105.9 km/h or 65.8 mph.

Example 3: Train Braking

A train traveling at 30 m/s applies brakes, causing a deceleration of 2 m/s². What is its velocity after 10 seconds?

  1. Given: $u = 30 \text{ m/s}$, $a = -2 \text{ m/s}^2$ (negative for deceleration), $t = 10 \text{ s}$
  2. Formula: $v = u + at$
  3. Calculation: $v = 30 + (-2 \times 10) = 10 \text{ m/s}$

The train's velocity after 10 seconds is 10 m/s, which converts to 36 km/h or 22.4 mph.

Initial Velocity Formula (u = v - at)

$$u = v - at$$

When to use: You know the final velocity, acceleration, and time, and need to work backward to find the starting velocity.

Example 1: Rocket Launch

A rocket reaches a velocity of 500 m/s after accelerating at 25 m/s² for 20 seconds. What was its initial velocity?

  1. Given: $v = 500 \text{ m/s}$, $a = 25 \text{ m/s}^2$, $t = 20 \text{ s}$
  2. Formula: $u = v - at$
  3. Calculation: $u = 500 - (25 \times 20) = 500 - 500 = 0 \text{ m/s}$

The rocket started from rest (initial velocity = 0), which is typical for a launch from the ground.

Example 2: Roller Coaster

A roller coaster car reaches 35 m/s at the bottom of a drop after accelerating at 9.81 m/s² for 3 seconds. What was its velocity at the top?

  1. Given: $v = 35 \text{ m/s}$, $a = 9.81 \text{ m/s}^2$, $t = 3 \text{ s}$
  2. Formula: $u = v - at$
  3. Calculation: $u = 35 - (9.81 \times 3) = 35 - 29.43 = 5.57 \text{ m/s}$

The roller coaster had an initial velocity of 5.57 m/s at the top of the drop, which converts to 20 km/h or 12.5 mph.

How do I solve for Velocity from Distance (Time-Independent)

Sometimes you do not know the time, but you do know the distance. The formula $v = \sqrt{u^2 + 2as}$ eliminates time from the equation, making it perfect for scenarios where you only have distance measurements.

This formula is especially useful in forensic analysis, such as calculating speed from skid marks, and in engineering applications where time data is unavailable.

Final Velocity from Distance (v = √(u² + 2as))

$$v = \sqrt{u^2 + 2as}$$

When to use: You know the initial velocity, acceleration, and distance, but not the time.

Example 1: Roller Coaster Drop

A roller coaster starts a drop at 5 m/s and accelerates at 9.81 m/s² over a distance of 30 meters. What is its velocity at the bottom?

  1. Given: $u = 5 \text{ m/s}$, $a = 9.81 \text{ m/s}^2$, $s = 30 \text{ m}$
  2. Formula: $v = \sqrt{u^2 + 2as}$
  3. Calculation: $v = \sqrt{25 + 2(9.81)(30)} = \sqrt{25 + 588.6} = \sqrt{613.6} = 24.77 \text{ m/s}$

The roller coaster's velocity at the bottom is 24.77 m/s, which converts to 89.2 km/h or 55.4 mph.

Example 2: Projectile Motion

A ball is thrown horizontally at 10 m/s and falls 20 meters vertically under gravity. What is its vertical velocity just before hitting the ground?

  1. Given: $u = 0 \text{ m/s}$ (vertical component), $a = 9.81 \text{ m/s}^2$, $s = 20 \text{ m}$
  2. Formula: $v = \sqrt{u^2 + 2as}$
  3. Calculation: $v = \sqrt{0 + 2(9.81)(20)} = \sqrt{392.4} = 19.81 \text{ m/s}$

The ball's vertical velocity just before impact is 19.81 m/s downward, which converts to 71.3 km/h or 44.3 mph.

Example 3: Sprinter's Final Speed

A sprinter starts from rest and accelerates at 6 m/s² over the first 20 meters of a race. What is their velocity at the 20-meter mark?

  1. Given: $u = 0 \text{ m/s}$, $a = 6 \text{ m/s}^2$, $s = 20 \text{ m}$
  2. Formula: $v = \sqrt{u^2 + 2as}$
  3. Calculation: $v = \sqrt{0 + 2(6)(20)} = \sqrt{240} = 15.49 \text{ m/s}$

The sprinter's velocity at 20 meters is 15.49 m/s, which converts to 55.8 km/h or 34.6 mph.

Initial Velocity from Distance (u = √(v² - 2as))

$$u = \sqrt{v^2 - 2as}$$

When to use: You know the final velocity, acceleration, and distance, and need to find the starting velocity.

Example 1: Car Crash Analysis

A car leaves 40-meter skid marks before coming to a complete stop. If the deceleration was 7 m/s², what was the car's speed just before braking?

  1. Given: $v = 0 \text{ m/s}$, $a = -7 \text{ m/s}^2$, $s = 40 \text{ m}$
  2. Formula: $u = \sqrt{v^2 - 2as}$
  3. Calculation: $u = \sqrt{0 - 2(-7)(40)} = \sqrt{560} = 23.66 \text{ m/s}$

The car was traveling at 23.66 m/s (85.2 km/h or 52.9 mph) when the driver began braking.

Example 2: Baseball Pitch

A pitcher throws a baseball that reaches 40 m/s after accelerating over a distance of 2 meters. What was the ball's initial velocity in the pitcher's hand?

  1. Given: $v = 40 \text{ m/s}$, $a = 400 \text{ m/s}^2$ (typical for a pitch), $s = 2 \text{ m}$
  2. Formula: $u = \sqrt{v^2 - 2as}$
  3. Calculation: $u = \sqrt{1600 - 2(400)(2)} = \sqrt{1600 - 1600} = 0 \text{ m/s}$

The ball started from rest in the pitcher's hand (initial velocity = 0), which is expected for a throw.

How to Calculate Velocity from Energy and Momentum

Beyond basic kinematics, velocity can be calculated from energy and momentum. These formulas come from different branches of physics but are equally important for solving real-world problems.

Energy-based calculations are common in ballistics and astrophysics [4]. Momentum-based calculations are essential for collision analysis and rocket science [4]. For related physics calculations, explore our Acceleration Calculator or the Gravitational Force Calculator.

Velocity from Kinetic Energy (v = √(2KE/m))

$$v = \sqrt{\frac{2 \cdot KE}{m}}$$

When to use: You know the kinetic energy and mass of an object.

Example 1: Bullet Velocity

A 10-gram bullet has a kinetic energy of 2,000 joules. What is its velocity?

  1. Given: $KE = 2000 \text{ J}$, $m = 0.01 \text{ kg}$
  2. Formula: $v = \sqrt{\frac{2 \cdot KE}{m}}$
  3. Calculation: $v = \sqrt{\frac{2 \times 2000}{0.01}} = \sqrt{400000} = 632.46 \text{ m/s}$

The bullet's velocity is 632.46 m/s, which converts to 2,277 km/h or 1,415 mph.

Example 2: Meteor Impact

A 1,000-kg meteor has a kinetic energy of 500 million joules just before impact. What is its velocity?

  1. Given: $KE = 500,000,000 \text{ J}$, $m = 1000 \text{ kg}$
  2. Formula: $v = \sqrt{\frac{2 \cdot KE}{m}}$
  3. Calculation: $v = \sqrt{\frac{2 \times 500,000,000}{1000}} = \sqrt{1,000,000} = 1000 \text{ m/s}$

The meteor's velocity is 1000 m/s, which converts to 3,600 km/h or 2,237 mph.

Velocity from Momentum (v = p/m)

$$v = \frac{p}{m}$$

When to use: You know the momentum and mass of an object.

Example 1: Billiard Ball Collision

A 0.17-kg billiard ball has a momentum of 2.5 kg⋅m/s. What is its velocity?

  1. Given: $p = 2.5 \text{ kg}\cdot\text{m/s}$, $m = 0.17 \text{ kg}$
  2. Formula: $v = \frac{p}{m}$
  3. Calculation: $v = \frac{2.5}{0.17} = 14.71 \text{ m/s}$

The billiard ball's velocity is 14.71 m/s, which converts to 52.9 km/h or 32.9 mph.

Example 2: Rocket Propulsion

A 500,000-kg rocket has a momentum of 25 million kg⋅m/s. What is its velocity?

  1. Given: $p = 25,000,000 \text{ kg}\cdot\text{m/s}$, $m = 500,000 \text{ kg}$
  2. Formula: $v = \frac{p}{m}$
  3. Calculation: $v = \frac{25,000,000}{500,000} = 50 \text{ m/s}$

The rocket's velocity is 50 m/s, which converts to 180 km/h or 111.8 mph.

Average vs. Instantaneous Velocity: What is the Real Difference?

This is one of the most common points of confusion in physics. Average velocity gives you the overall rate of change over a time interval, while instantaneous velocity tells you the velocity at a specific, exact moment.

Understanding this distinction is crucial for interpreting calculator results correctly and for advanced physics applications [1].

How to calculate Average Velocity (v_avg = Δx/Δt)

$$v_{avg} = \frac{\Delta x}{\Delta t}$$

When to use: You want the overall velocity over a time interval, regardless of how the velocity changed during that interval.

Example 1: Road Trip

You drive 300 kilometers north in 4 hours. What is your average velocity?

  1. Given: $\Delta x = 300 \text{ km}$, $\Delta t = 4 \text{ h}$
  2. Formula: $v_{avg} = \frac{\Delta x}{\Delta t}$
  3. Calculation: $v_{avg} = \frac{300}{4} = 75 \text{ km/h}$

Your average velocity is 75 km/h north. Note that your instantaneous velocity varied during the trip (stopped at lights, sped up on highways, etc.), but the average is 75 km/h.

Example 2: Marathon Runner

A runner completes a 42.195-km marathon in 3 hours, 30 minutes. What is their average velocity?

  1. Given: $\Delta x = 42.195 \text{ km}$, $\Delta t = 3.5 \text{ h}$
  2. Formula: $v_{avg} = \frac{\Delta x}{\Delta t}$
  3. Calculation: $v_{avg} = \frac{42.195}{3.5} = 12.06 \text{ km/h}$

The runner's average velocity is 12.06 km/h, which converts to 7.5 mph or 3.35 m/s.

Note: Average velocity is different from average speed. Average speed uses total distance, while average velocity uses displacement, which can be zero if you return to your starting point.

How to Find Instantaneous Velocity

Instantaneous velocity is the velocity at a specific moment in time, defined mathematically as the derivative of position with respect to time: $v = \frac{dx}{dt}$.

Under constant acceleration, instantaneous velocity at time $t$ equals the final velocity calculated by $v = u + at$. Our calculator handles this automatically. When you use the acceleration formulas, you are calculating instantaneous velocity at the final moment.

Example 1: Car Speedometer

A car's speedometer reads 60 mph at a specific moment. This is the instantaneous velocity. If the car maintains constant acceleration, you can use $v = u + at$ to find this velocity at any time $t$.

Example 2: Falling Object

A ball is dropped from a building. What is its instantaneous velocity after 2 seconds?

  1. Given: $u = 0 \text{ m/s}$, $a = 9.81 \text{ m/s}^2$, $t = 2 \text{ s}$
  2. Formula: $v = u + at$ (instantaneous velocity under constant acceleration)
  3. Calculation: $v = 0 + (9.81 \times 2) = 19.62 \text{ m/s}$

The ball's instantaneous velocity after exactly 2 seconds is 19.62 m/s downward.

Velocity vs. Speed: A Clear Comparison

While people often use "velocity" and "speed" interchangeably in everyday conversation, they mean entirely different things in physics [7].

Speed is a scalar quantity, meaning it only has magnitude (how fast). Velocity is a vector quantity, meaning it has both magnitude and direction (how fast and which way).

Aspect Speed Velocity
Type Scalar (magnitude only) Vector (magnitude + direction)
Definition Distance traveled per unit time Displacement per unit time
Can it be negative? No (always positive or zero) Yes (indicates direction)
Example 60 mph 60 mph north
Formula speed = distance/time velocity = displacement/time
Changes when... Distance changes Displacement or direction changes

A real-world example clarifies this perfectly. A car driving in a circle at a constant speed has a changing velocity because its direction is constantly changing. This is why you feel pushed outward in a turning car; your velocity is changing even though your speed is not.

Which Velocity Unit Should I Use?

Different fields and regions prefer different velocity units. Understanding when to use each unit helps you communicate more effectively and avoid conversion errors.

Unit Symbol Common Use Cases Conversion to m/s
Meter per second m/s Physics calculations, scientific work 1 m/s
Kilometer per hour km/h Automotive, everyday (metric countries) 0.2778 m/s
Mile per hour mph Automotive (US, UK) 0.4470 m/s
Foot per second ft/s Engineering (imperial system) 0.3048 m/s
Knot kn Maritime, aviation 0.5144 m/s
Centimeter per second cm/s Laboratory measurements 0.01 m/s
Kilometer per second km/s Astronomical velocities 1000 m/s
Foot per minute ft/min Ventilation, airflow 0.00508 m/s
Inch per second in/s Precision engineering 0.0254 m/s

Quick guide:

  • m/s: Use for physics calculations and scientific work
  • km/h: Use for automotive and everyday measurements in metric countries
  • mph: Use for automotive measurements in the US and UK
  • ft/s: Use for engineering in the imperial system
  • knots: Use for maritime and aviation
  • cm/s: Use for laboratory measurements
  • km/s: Use for astronomical velocities
  • ft/min: Use for ventilation and airflow
  • in/s: Use for precision engineering

Velocity Calculator FAQ

How do I calculate velocity?

Use the formula that matches your known values. If you know distance and time, use $v = d/t$. If you know initial velocity, acceleration, and time, use $v = u + at$. Our calculator automatically selects the right formula based on your inputs.

What is the difference between velocity and speed?

Speed is a scalar quantity (magnitude only), while velocity is a vector quantity (magnitude + direction). A car moving in a circle at constant speed has changing velocity because its direction changes.

Can velocity be negative?

Yes. Negative velocity indicates direction opposite to your chosen positive direction. When a car reverses, its velocity is negative relative to its forward direction.

What is instantaneous velocity?

Instantaneous velocity is the velocity at a specific moment in time, defined as $v = dx/dt$. Under constant acceleration, it equals the final velocity calculated by $v = u + at$.

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

Divide by 3.6. For example, 100 km/h ÷ 3.6 = 27.78 m/s. Our calculator handles this conversion automatically.

What is terminal velocity?

Terminal velocity is the maximum velocity an object reaches when falling through a fluid (like air). At terminal velocity, the drag force equals the gravitational force, so acceleration becomes zero. For a skydiver, terminal velocity is approximately 53 m/s (120 mph) [3].

How does acceleration affect velocity?

Acceleration is the rate of change of velocity. Positive acceleration increases velocity, negative acceleration (deceleration) decreases it. The relationship is $v = u + at$.

What is the velocity of light?

The speed of light in a vacuum is exactly 299,792,458 m/s (approximately 300,000 km/s or 186,000 miles/s). This is the universal speed limit according to Einstein's theory of relativity [2].

Why is velocity a vector?

Velocity is a vector because direction matters in physics. Two objects moving at the same speed in opposite directions have different velocities. This distinction is crucial for calculating momentum, force, and other vector quantities.

How do I find average velocity?

Use $v_{avg} = \Delta x / \Delta t$, where $\Delta x$ is displacement (not total distance) and $\Delta t$ is the time interval. Average velocity can be zero if you return to your starting point, even if you traveled a large distance.

References and Authoritative Sources

The formulas, examples, and conversion factors on this page are based on established physics principles from authoritative sources:

  1. Introduction to Velocity and Acceleration (Khan Academy)
  2. Fundamental Physical Constants (NIST)
  3. Terminal Velocity and Aerodynamics (NASA Glenn Research Center)
  4. Kinetic Energy and Momentum (HyperPhysics, Georgia State University)
  5. Acceleration Calculator (WikiCalculators)
  6. Gravitational Force Calculator (WikiCalculators)
  7. Velocity and Vector Quantities (Encyclopædia Britannica)
  8. The International System of Units (BIPM)

All calculations performed by this calculator have been verified against established physics equations and standard conversion factors. The implementation uses IEEE 754 double-precision floating-point arithmetic to ensure numerical accuracy across all 63 supported unit conversions.