๐ Acceleration Calculator, Solve a = (vf - vi) / t
By ToolNimba Editorial Team ยท Updated 2026-06-21
Pick what to solve for, fill in the other three values, and read the result.
Acceleration is the rate at which an object speeds up or slows down, measured in metres per second squared. This calculator uses the core kinematics relationship a = (vf - vi) / t, and it can solve for any one of the four quantities: acceleration, initial velocity, final velocity, or time. Choose what you want to find, enter the other three values, and read the answer along with the change in velocity.
What is the Acceleration Calculator?
Acceleration describes how quickly an object changes its velocity. If a car goes from a standstill to 27 metres per second in 9 seconds, its velocity changed by 27 m/s over 9 seconds, which is an average acceleration of 3 m/s every second, written 3 m/s squared. The defining equation for average acceleration is a = (vf - vi) / t, where vf is the final velocity, vi is the initial velocity, and t is the elapsed time. The numerator (vf - vi) is the change in velocity, often written as delta v. This single relationship is the workhorse of introductory mechanics and shows up in homework, driving theory, sports science, and engineering alike.
Because this is a single equation linking four quantities, you can rearrange it to solve for whichever one is unknown. To find the final velocity use vf = vi + a times t. To find the initial velocity use vi = vf - a times t. To find the time use t = (vf - vi) / a. The calculator above does this rearranging for you: pick the variable you want from the "Solve for" menu and the matching box is filled in automatically once you supply the other three numbers. There is no algebra to remember, but knowing the rearrangements helps you check that the answer is sensible.
There is more than one way to reach acceleration, and competing methods are worth knowing. From Newton second law you can use a = F / m, where F is the net force in newtons and m is the mass in kilograms, which is the right tool when you know the pushing or pulling force rather than the times. When you know the distance travelled but not the time, the kinematic equation vf squared = vi squared + 2 times a times s rearranges to a = (vf squared - vi squared) / (2 times s), where s is the displacement. Pick the formula that matches the data you actually have: velocity and time, force and mass, or velocity and distance.
Sign matters in acceleration problems. A positive acceleration means the object is speeding up in the direction you have chosen as positive, while a negative value (sometimes called deceleration or retardation) means it is slowing down or speeding up in the opposite direction. For example, a car braking from 30 m/s to a stop has a negative acceleration because its velocity is decreasing. Always keep your initial and final velocities measured in the same direction so the subtraction (vf - vi) carries the correct sign. Acceleration is a vector, so direction is as much a part of the answer as the number.
Keep your units consistent. The formula returns m/s squared only when velocities are in metres per second and time is in seconds. If your speed is given in kilometres per hour, convert it first (divide by 3.6 to get metres per second), and if your time is in minutes or hours convert it to seconds. To express the result in feet per second squared, multiply m/s squared by 3.281, and to express it in g (multiples of standard gravity) divide by 9.81. Always convert before you calculate, never after, to avoid compounding rounding errors.
Note that this tool computes average acceleration over an interval, the total change in velocity divided by the total time. When acceleration is constant (as in free fall near the surface of the Earth, about 9.81 m/s squared) the average value equals the instantaneous value at every moment, so the two are identical. When the acceleration varies during the interval, the result is the average across the whole interval rather than the value at any single instant. For changing acceleration, instantaneous acceleration is the derivative of velocity with respect to time, but for the constant case this calculator covers, the simple difference quotient is exact.
When to use it
- Solving physics homework where you must find acceleration, a velocity, or the time from the formula a = (vf - vi) / t.
- Working out how fast a vehicle accelerates from rest to a known speed over a measured time, such as a 0 to 60 mph time.
- Calculating the deceleration of a braking car or train so you can compare it against safe stopping limits.
- Finding the final speed of an object after a known acceleration acts on it for a given number of seconds.
- Converting a car spec sheet 0 to 100 km/h time into an average acceleration in m/s squared or in g.
- Checking sports and fitness data, such as a sprinter or a rollercoaster, by turning velocity changes into g-force.
How to use the Acceleration Calculator
- Choose what you want to solve for from the "Solve for" menu: acceleration, final velocity, initial velocity, or time.
- Convert your inputs first if needed: speeds to metres per second (km/h divided by 3.6) and time to seconds.
- Enter the three values you already know in metres per second and seconds.
- Read the answer in the result panel, along with the change in velocity (vf - vi).
- Use the Copy result button to grab the full set of values, or the sample buttons to load a worked scenario.
Formula & method
Worked examples
A car accelerates from rest (0 m/s) to 27 m/s in 9 seconds. Find its average acceleration.
- Identify the knowns: vi = 0 m/s, vf = 27 m/s, t = 9 s.
- Change in velocity: vf - vi = 27 - 0 = 27 m/s.
- Apply the formula: a = (vf - vi) / t = 27 / 9.
- Divide: a = 3 m/s squared.
Result: The car accelerates at 3 m/s squared (its speed rises by 3 m/s every second).
A ball is dropped and accelerates at 9.81 m/s squared for 4 seconds from rest. Find its final velocity.
- Identify the knowns: vi = 0 m/s, a = 9.81 m/s squared, t = 4 s.
- Use the rearranged formula: vf = vi + a times t.
- Substitute: vf = 0 + 9.81 times 4.
- Multiply: vf = 39.24 m/s.
Result: After 4 seconds of free fall the ball is moving at about 39.24 m/s.
A car travelling at 60 km/h brakes to a complete stop in 3 seconds. Find its deceleration.
- Convert the speed: 60 km/h divided by 3.6 = 16.67 m/s, so vi = 16.67 m/s and vf = 0 m/s.
- Change in velocity: vf - vi = 0 - 16.67 = -16.67 m/s.
- Apply the formula: a = (vf - vi) / t = -16.67 / 3.
- Divide: a = -5.56 m/s squared.
Result: The car decelerates at about 5.56 m/s squared. The minus sign shows the velocity is decreasing.
Rearrangements of a = (vf - vi) / t
| To find | Formula | You need to know |
|---|---|---|
| Acceleration (a) | a = (vf - vi) / t | vi, vf, t |
| Final velocity (vf) | vf = vi + a times t | vi, a, t |
| Initial velocity (vi) | vi = vf - a times t | vf, a, t |
| Time (t) | t = (vf - vi) / a | vi, vf, a |
| Acceleration from force | a = F / m | net force F, mass m |
| Acceleration from distance | a = (vf^2 - vi^2) / (2s) | vi, vf, distance s |
Reference accelerations for comparison
| Situation | Approximate acceleration | Notes |
|---|---|---|
| Free fall near Earth | 9.81 m/s squared (1 g) | Standard gravity, ignoring air resistance |
| Family car, 0 to 100 km/h in 10 s | about 2.78 m/s squared | 100 km/h is about 27.8 m/s |
| Sports car, 0 to 100 km/h in 3 s | about 9.26 m/s squared | Roughly one g of acceleration |
| Commercial jet at takeoff | about 3 m/s squared | Sustained along the runway |
| Emergency car braking | about -8 m/s squared | Negative because the car slows down |
| Fighter pilot, sustained turn | about 90 m/s squared (9 g) | Near the limit of human tolerance |
Acceleration unit conversions
| Convert from | To | Multiply by |
|---|---|---|
| m/s squared | ft/s squared | 3.281 |
| m/s squared | g (standard gravity) | 0.1019 (divide by 9.81) |
| m/s squared | km/h per second | 3.6 |
| ft/s squared | m/s squared | 0.3048 |
| g | m/s squared | 9.81 |
| km/h (speed, divide by this for m/s) | m/s | 0.2778 (divide by 3.6) |
Common mistakes to avoid
- Mixing up initial and final velocity. The change in velocity is final minus initial, vf - vi, in that order. Swapping them flips the sign of the acceleration, turning speeding up into slowing down. Decide which value is the starting speed before you subtract.
- Leaving speeds in km/h. The formula gives m/s squared only when velocities are in metres per second. If a speed is in kilometres per hour, divide by 3.6 first. For example 90 km/h becomes 25 m/s before you put it into the calculation.
- Dividing by zero time. You cannot find acceleration over zero seconds, because a = (vf - vi) / t would divide by zero. If you are solving for time instead, make sure the acceleration is not zero, otherwise the velocity never changes and no finite time exists.
- Dropping the negative sign for deceleration. When an object slows down, vf is smaller than vi, so the acceleration comes out negative. That minus sign is meaningful: it tells you the object is decelerating. Reporting only the size loses the direction of the change.
- Confusing acceleration with velocity or speed. Velocity is how fast something moves; acceleration is how fast that velocity changes. An object can have a high speed and zero acceleration (cruise control) or zero speed and large acceleration (the instant a ball reverses at the top of a bounce).
- Using the wrong formula for the data you have. Use a = (vf - vi) / t when you know velocities and time, a = F / m when you know force and mass, and a = (vf^2 - vi^2) / (2s) when you know velocities and distance but not the time. Picking the formula that matches your knowns avoids needless conversions.
Glossary
- Acceleration (a)
- The rate of change of velocity with time, measured in metres per second squared (m/s squared). It is a vector, so it has both size and direction.
- Initial velocity (vi)
- The velocity of the object at the start of the time interval being measured, sometimes written u.
- Final velocity (vf)
- The velocity of the object at the end of the time interval being measured, sometimes written v.
- Change in velocity (delta v)
- The difference vf minus vi, the amount by which the velocity changed over the interval.
- Deceleration
- A negative acceleration, where the object slows down because its velocity decreases over time. Also called retardation.
- Average acceleration
- The total change in velocity divided by the total time, as opposed to the instantaneous value at a single moment.
- Instantaneous acceleration
- The acceleration at one exact moment, equal to the derivative of velocity with respect to time. It matches the average value when acceleration is constant.
- g-force
- Acceleration expressed in multiples of standard gravity, where 1 g equals 9.81 m/s squared. Used to describe forces felt by people in vehicles, aircraft, and rides.
Frequently asked questions
What is the formula for acceleration?
Average acceleration is a = (vf - vi) / t, the change in velocity divided by the time taken. Here vf is the final velocity, vi is the initial velocity, and t is the elapsed time. The result is in metres per second squared when velocities are in m/s and time is in seconds.
How do I calculate acceleration from velocity and time?
Subtract the initial velocity from the final velocity to get the change in velocity, then divide by the time. For instance, going from 0 to 27 m/s in 9 seconds gives (27 - 0) / 9 = 3 m/s squared. Enter the three values above and the calculator does this for you.
What are the units of acceleration?
The SI unit of acceleration is metres per second squared, written m/s squared or m/s^2. It means the velocity changes by that many metres per second every second. Other units include feet per second squared (multiply by 3.281) and g, multiples of standard gravity (divide by 9.81).
Can acceleration be negative?
Yes. A negative acceleration means the object is slowing down in the direction you chose as positive, which is commonly called deceleration. It happens whenever the final velocity is less than the initial velocity, such as a car braking from 30 m/s to a stop.
How do I find final velocity from acceleration and time?
Rearrange the formula to vf = vi + a times t. Start with the initial velocity and add the acceleration multiplied by the time. For example, an object starting at 5 m/s with an acceleration of 2 m/s squared for 6 seconds reaches 5 + 2 times 6 = 17 m/s.
How do I calculate acceleration from force and mass?
Use Newton second law, a = F / m, where F is the net force in newtons and m is the mass in kilograms. For example, a net force of 1000 N on a 500 kg car gives a = 1000 / 500 = 2 m/s squared. Use this method when you know the force rather than the times or velocities.
How do I find acceleration without time, using distance?
Use the kinematic equation vf squared = vi squared + 2 times a times s, rearranged to a = (vf^2 - vi^2) / (2s), where s is the distance. For example, a car going from 0 to 20 m/s over 50 m has a = (400 - 0) / (2 times 50) = 4 m/s squared.
What is the difference between acceleration and velocity?
Velocity is how fast and in what direction an object moves, measured in m/s. Acceleration is how quickly that velocity changes, measured in m/s squared. An object can move at constant high velocity with zero acceleration, or momentarily have zero velocity yet large acceleration.
How do I convert acceleration to g-force?
Divide the acceleration in m/s squared by 9.81, the value of standard gravity. For example, 19.62 m/s squared equals 2 g. This is how vehicle, aircraft, and rollercoaster forces are commonly described, with sustained values above about 5 g being hard for people to tolerate.
Is this average acceleration or instantaneous acceleration?
This calculator gives average acceleration over the time interval you enter. When the acceleration is constant, such as free fall under gravity, the average value equals the instantaneous value at every moment, so the two are the same. If the acceleration varies, the result is the average across the whole interval.