Velocity Calculator
Calculate velocity using displacement and time, acceleration equations, or 2D vector components. Choose a mode below.
Calculation Mode
Velocity
—
m/sm/s
—
km/h
—
mph
—
Direction
—
Chart
Velocity Diagram
Calculation Steps
Enter values and press Calculate to see steps.
Embed This Calculator
Copy the code and paste it into any webpage to embed this calculator.
WordPress users: add a Custom HTML block (not the Embed block) and paste the code there.
Free to use. A small "Powered by Blucalculator" credit is appreciated but not required.
How to use this calculator
Select what you want to find: Velocity, Displacement, Time, or Final Velocity (using kinematics). For the basic v = d/t mode, enter any two of velocity, displacement, and time. For the kinematic mode, enter initial velocity, acceleration, and time to find final velocity.
Use the unit selectors to work in metres, kilometres, miles, feet, or light-years for distance, and seconds, minutes, or hours for time. The calculator converts automatically.
Example: find velocity of a car travelling 150 km in 1.5 hours
Distance = 150 km, Time = 1.5 h. Velocity = 150 / 1.5 = 100 km/h = 27.78 m/s.
Velocity vs speed: the key distinction
Velocity and speed are related but not the same.
Speed is a scalar quantity: it has magnitude only. A car travelling at 60 km/h has a speed of 60 km/h regardless of direction.
Velocity is a vector quantity: it has both magnitude and direction. A car travelling at 60 km/h northward has a velocity of 60 km/h north. A car going 60 km/h southward has the same speed but a completely different velocity.
This distinction matters when direction changes. A car completing a full lap of a circuit returns to its starting point. Total distance = full lap length. Total displacement = 0. Average speed = lap length / time. Average velocity = 0 (no net displacement).
In one dimension, velocity can be positive or negative depending on the chosen direction convention. In two or three dimensions, velocity is described by components: v = (vₓ, vᵧ) or (vₓ, vᵧ, v_z).
The velocity formula
For constant velocity (no acceleration), the relationship between velocity, displacement, and time is:
Where Δx is displacement (change in position) and Δt is elapsed time. Rearranging:
This is average velocity. Instantaneous velocity is the limit of Δx/Δt as Δt approaches zero: the derivative of position with respect to time.
On a position-time graph, instantaneous velocity at any point is the slope of the tangent to the curve at that point. For constant velocity, the curve is a straight line and slope = average velocity = instantaneous velocity everywhere.
Kinematic equations for velocity with acceleration
When velocity changes at a constant rate (constant acceleration), a set of four kinematic equations applies. These relate initial velocity (u), final velocity (v), acceleration (a), displacement (s), and time (t).
These equations assume constant acceleration. They apply to uniformly accelerating objects: free-fall (ignoring air resistance), a car braking at constant deceleration, or a rocket with constant thrust.
Car braking from 30 m/s with deceleration of 5 m/s²:
Using v = u + at: v = 30 + (-5) × t = 0 when t = 6 s
Using v² = u² + 2as: 0 = 900 + 2(-5)s → s = 90 m stopping distance
Velocity in two dimensions
In two dimensions, velocity is a vector with x and y components. If an object moves with speed v at angle θ from the horizontal:
The magnitude of the velocity vector (speed) and direction can be recovered from components:
This decomposition is essential for projectile motion. A ball thrown at 20 m/s at 45°:
- Horizontal velocity: vₓ = 20 cos 45° = 14.14 m/s (constant, no horizontal acceleration)
- Vertical velocity: vᵧ = 20 sin 45° = 14.14 m/s (decreases at 9.81 m/s² due to gravity)
The horizontal and vertical motions are independent and can be treated separately. This is the key insight of Galilean kinematics.
Velocity-time graphs
A velocity-time graph plots velocity on the y-axis and time on the x-axis. Several important quantities can be read directly from such a graph.
Slope = acceleration: The gradient of the line at any point gives the instantaneous acceleration. A flat horizontal line means constant velocity (zero acceleration). A steep upward slope means large positive acceleration.
Area = displacement: The area under the v-t curve between two times equals the displacement in that time interval. For a rectangular section (constant velocity), area = v × t. For a triangular section (uniform acceleration from rest), area = ½ × v_max × t.
Reading a v-t graph:
A car accelerates uniformly from 0 to 20 m/s in 4 seconds, then maintains 20 m/s for 6 seconds, then brakes uniformly to rest in 5 seconds.
Acceleration phase: slope = 20/4 = 5 m/s². Distance = ½ × 20 × 4 = 40 m. Constant phase: slope = 0. Distance = 20 × 6 = 120 m. Braking phase: slope = -20/5 = -4 m/s². Distance = ½ × 20 × 5 = 50 m. Total distance = 210 m.
Relative velocity
Velocity depends on the reference frame from which it is measured. Relative velocity is the velocity of one object as observed from another moving object.
For two objects A and B moving in the same direction:
For opposite directions, the relative speed is the sum of the individual speeds.
Train overtaking problem:
Train A moves east at 80 km/h. Train B moves east at 60 km/h. Train A’s velocity relative to train B = 80 - 60 = 20 km/h east. From train B, train A appears to slowly move forward at 20 km/h.
If they were moving toward each other: relative approach speed = 80 + 60 = 140 km/h.
In Einstein’s special relativity, velocities do not simply add for speeds approaching the speed of light. The relativistic addition formula is:
At everyday speeds, v₁v₂/c² is essentially zero and the classical formula is accurate. At speeds above 10% of c, the correction becomes significant.
Escape velocity
Escape velocity is the minimum velocity needed for an object to escape a gravitational field without further propulsion. Derived by setting kinetic energy equal to gravitational potential energy:
Where G is the gravitational constant, M is the mass of the body, and r is the distance from its centre.
| Body | Escape velocity |
|---|---|
| Earth | 11.2 km/s |
| Moon | 2.38 km/s |
| Mars | 5.03 km/s |
| Jupiter | 59.5 km/s |
| Sun | 617.5 km/s |
| Neutron star (typical) | ~100,000 km/s (~c/3) |
The Moon’s low escape velocity explains why it has no significant atmosphere: gas molecules with typical thermal velocities can escape over geological time. Earth’s heavier molecules (N₂, O₂, CO₂) have thermal velocities well below escape velocity, so the atmosphere is retained. Lighter hydrogen and helium slowly leak away.
Velocity in circular motion
An object in circular motion at constant speed has a changing velocity. The speed is constant, but the direction continuously changes, meaning there is always a nonzero acceleration directed toward the centre (centripetal acceleration).
Where ω is angular velocity in radians per second and r is the radius of the circle. The centripetal acceleration required is:
For a car rounding a curve: if the car moves too fast, the required centripetal force (v²/r × m) exceeds the available friction force and the car slides outward. The maximum safe cornering speed is:
Where μ is the friction coefficient. A curve with radius 50 m and μ = 0.7 has a maximum safe speed of √(0.7 × 9.81 × 50) = 18.5 m/s = 67 km/h.
Velocity measurement methods
Doppler radar: Emits microwave pulses and measures the frequency shift of the reflected signal. The shift is proportional to the component of velocity along the radar beam. Used by traffic police, weather services, and sports (pitch speed, tennis serve speed).
GPS: Consecutive position fixes with known time intervals give average velocity. More precise GPS units also directly compute instantaneous velocity from Doppler shift of satellite signals.
Accelerometer integration: Integrating acceleration over time gives velocity change. Inertial navigation systems in aircraft and spacecraft use accelerometers to compute velocity from a known initial state.
Optical Doppler: Laser Doppler velocimetry fires two laser beams at a fluid. Particles in the flow scatter light with a frequency shift proportional to velocity. Used in research to measure flow fields without inserting physical probes.
Pitot tube: Measures the dynamic pressure of a fluid flow. Combined with static pressure, gives airspeed via Bernoulli’s equation. Standard in aircraft.
Notable velocities in science and nature
| Phenomenon | Velocity |
|---|---|
| Plate tectonic movement | ~3-10 cm/year |
| Human walking | ~1.4 m/s |
| Cheetah (top speed) | ~31 m/s |
| Sound in air (20°C) | 343 m/s |
| Rifle bullet | ~900 m/s |
| Earth orbital velocity | 29,800 m/s |
| Parker Solar Probe (max) | ~192,000 m/s |
| Speed of light (vacuum) | 299,792,458 m/s |
The orbital velocity formula gives Earth’s orbital speed from gravitational mechanics: v_orbit = √(GM_sun / r) = √(6.674×10⁻¹¹ × 2×10³⁰ / 1.496×10¹¹) = 29,800 m/s. This is the same result from the definition: Earth travels ~942 million km per year in roughly 365.25 days.
Frequently Asked Questions
What is the difference between velocity and speed?
Speed is a scalar quantity: it has magnitude only (e.g., 60 km/h). Velocity is a vector: it has both magnitude and direction (e.g., 60 km/h north). Two cars moving at 60 km/h in opposite directions have the same speed but opposite velocities.
What does negative velocity mean?
Negative velocity means the object is moving in the direction defined as negative. If you define rightward as positive, then leftward motion gives a negative velocity. The speed (magnitude) is still the absolute value. Negative velocity does not mean the object is slowing down.
What is average vs instantaneous velocity?
Average velocity is total displacement divided by total time: v_avg = Δx / Δt. Instantaneous velocity is the limit of this ratio as Δt approaches zero, i.e., the derivative dx/dt. A car may have average velocity 60 km/h over a trip but instantaneous velocities ranging from 0 to 120 km/h.
How do you calculate velocity in 2D?
In 2D, velocity has x and y components. The magnitude (speed) is |v| = √(vₓ² + vᵧ²). The direction angle from the positive x-axis is θ = atan2(vᵧ, vₓ) × 180/π. For example: vₓ = 3 m/s, vᵧ = 4 m/s gives |v| = 5 m/s at 53.1°.
Can velocity be zero while speed is nonzero?
No, if velocity is zero, speed (its magnitude) is also zero. However, the average velocity of a round trip can be zero (total displacement = 0) while average speed is nonzero (total distance > 0).
How do you add velocity vectors?
Add the x-components and y-components separately: v_total_x = v1x + v2x, v_total_y = v1y + v2y. Then the resultant magnitude is √(vtx² + vty²) and direction is atan2(vty, vtx). This is the standard parallelogram law of vector addition.
What is the velocity of light vs sound?
Light travels at about 299,792,458 m/s (3×10⁸ m/s) in a vacuum. Sound travels at about 343 m/s in air at 20°C, 1,480 m/s in water, and 5,100 m/s in steel. Light is about 874,000 times faster than sound in air.
What is terminal velocity in terms of constant velocity?
Terminal velocity is a special case of constant velocity: when drag force equals gravitational force, net force and acceleration are both zero, so the object falls at constant velocity. This is an example of Newton's first law: zero net force means constant velocity.
What is relative velocity?
Relative velocity is the velocity of one object as observed from another moving object. If train A moves at 60 km/h east and train B at 40 km/h east, B's velocity relative to A is 40 - 60 = -20 km/h (i.e., 20 km/h west from A's perspective). For objects in opposite directions: sum the magnitudes.
What is velocity in circular motion?
In circular motion, speed is constant but velocity continuously changes direction. The velocity vector is always tangent to the circle. Its magnitude is v = ωr where ω is angular velocity and r is radius. The centripetal acceleration v²/r points inward, continuously changing the velocity direction.
Related Calculators
Speed Calculator
Calculate speed, distance, or time with unit conversion for m/s, km/h, mph, and ft/s. Includes running pace and preset speeds.
Momentum Calculator
Calculate linear momentum (p = mv), kinetic energy, and impulse. Supports m/s, km/h, and mph velocity inputs.
Kinetic Energy Calculator
Calculate kinetic energy using KE = ½mv². Enter mass and velocity in m/s, km/h, or mph to find energy in joules.
Displacement Calculator
Calculate displacement from initial and final positions, or from initial velocity, acceleration, and time using kinematics equations.
Average Velocity Calculator
Calculate average velocity from displacement and time. Supports simple mode and multi-segment motion. Outputs in m/s, km/h, and mph.
Terminal Velocity Calculator
Calculate the terminal velocity of any falling object using mass, drag coefficient, cross-sectional area, and air density.