Guide · Science

How to Calculate Acceleration (With Examples)

Updated 2026-08-12 · 4 min read

Average acceleration is the change in velocity divided by the time that change took:

a = Δv / t

Δv means v_final − v_initial, not “how fast it is going.” If you only have a single speed and no time, you do not have enough for this formula. If you have distance and time but no velocities, you are in velocity territory first.

The acceleration calculator applies a = Δv/t in the browser. No account. It will not notice if you typed km/h into a field that expects m/s, so the unit check is still yours.

What Δv is, and what it is not

Velocity is a signed quantity along an axis you pick. East-positive is a common homework choice. A bike that goes from 2.0 m/s east to 10.0 m/s east has Δv = +8.0 m/s. The same bike that goes from 10.0 m/s east to 2.0 m/s east has Δv = −8.0 m/s. The time is positive either way. The sign of a tells you whether velocity increased or decreased along that axis.

Problems that say “slowed from 20 m/s to rest in 5.0 s” want Δv = 0 − 20 = −20 m/s, then a = −4.0 m/s². Writing a = 20/5 = 4.0 m/s² and calling it “deceleration” sometimes gets the point, but it loses the sign a later force problem will need. F = ma inherits that sign.

Δv is not the average velocity. Average velocity over an interval is displacement over time. You can have a large average velocity and zero acceleration (steady speed in a straight line). You can have zero average velocity and large acceleration (out and back in equal times).

Units that keep a in m/s²

SI acceleration is meters per second squared. That happens automatically if velocity is in m/s and time is in seconds:

(m/s) / s = m/s²

The traps:

  • km/h with seconds. 54 km/h is 54 / 3.6 = 15 m/s. If a scooter reaches 54 km/h from rest in 6.0 s, a = 15 / 6.0 = 2.5 m/s². Using 54 / 6.0 = 9.0 gives a number with no honest unit.
  • Minutes. A train that changes speed over 2.0 min needs t = 120 s, not 2.
  • cm/s. Fine if you stay consistent, but F = ma wants kg and m/s² for newtons. Convert before you leave kinematics.

Write the unit on the answer. “2.5” is not an acceleration.

A cart that speeds up in 4.0 s

A lab cart’s motion sensor reads 2.0 m/s at t = 0 and 10.0 m/s at t = 4.0 s, both in the same direction.

Δv = 10.0 m/s − 2.0 m/s = 8.0 m/s
a = 8.0 m/s / 4.0 s = 2.0 m/s²

That is the average acceleration over those four seconds. If the cart actually jerked (fast then slow), the instantaneous values on a graph would wiggle around 2.0 m/s². The formula does not recover the wiggle. It only recovers the net change.

If the same cart then takes 5.0 s to stop from 10.0 m/s:

Δv = 0 − 10.0 = −10.0 m/s
a = −10.0 / 5.0 = −2.0 m/s²

Same magnitude, opposite sign. A later “find the net force” item on a 0.80 kg cart would use F = (0.80 kg)(−2.0 m/s²) = −1.6 N.

When a = Δv/t is the wrong model

Not constant a. Many textbook problems assume constant acceleration so you can also use v² = v₀² + 2aΔx and the other SUVAT equations. a = Δv/t is still true as an average even when a is not constant. The other equations are not.

Circular motion. A car at constant speed on a curve has changing velocity direction, so it has centripetal acceleration v²/r. That is not (v − v)/t = 0. Speed unchanged does not mean a = 0.

Two dimensions. If you have v_x and v_y, accelerate each component separately. Do not dump the speed change into one a unless the motion is along a line.

You were given distance, not Δv. Distance and time give average speed. You cannot get acceleration from 100 m in 10 s alone. You would need another velocity or a statement that it started from rest and a was constant, plus a second equation.

Mistakes that show up on every stack of papers

Using v instead of Δv. If the problem says “velocity 12 m/s, time 3 s,” that is not enough unless one of those velocities is implied (from rest, or to rest). 12/3 = 4 m/s² is only correct if Δv really is 12 m/s.

Forgetting the axis. “Deceleration of 3 m/s²” while traveling in the +x direction is a = −3 m/s², not +3.

Mixing a with g casually. Free-fall problems use g ≈ 9.80 m/s² downward. That is a specific acceleration, not a reason to paste 9.80 into a horizontal braking problem.

Reporting too many digits. Sensors that read 2.0 and 10.0 over 4.0 s do not justify 2.00000 m/s². Two significant figures is already generous if the time is “about 4 seconds.”

Check the arithmetic in the browser

Once Δv and t are in matching units, the arithmetic is one division. The acceleration calculator does that division locally. Use it to catch a misplaced decimal, not to skip converting 72 km/h.

If you still need the velocity that went into Δv, start from distance and time on the velocity calculator, then come back. If the next line of the problem is mass, continue with F = ma.

Frequently asked questions

What is the formula for average acceleration?

a = Δv / t, where Δv is the change in velocity (final minus initial) and t is the time interval during that change. SI units are m/s².

Do I use speed or velocity in a = Δv/t?

Velocity. Direction matters. If a car going +20 m/s brakes to rest, Δv is −20 m/s and a is negative. Using only the magnitudes hides the sign that tells you it is slowing down.

Why is my answer off by 3.6?

You probably left speed in km/h. 1 m/s = 3.6 km/h, so dividing km/h by seconds without converting produces a number that is 3.6 times too large. Convert to m/s first.

Is this the same as instantaneous acceleration?

No. a = Δv/t is the average over the interval. Instantaneous acceleration is the slope of v versus t at one moment. A problem that gives only two speeds and a stopwatch is asking for the average.

Can acceleration be negative?

Yes. The sign follows the axis you chose. Negative a means velocity is becoming more negative (or less positive). People call that deceleration only when the object is slowing down; an object speeding up in the negative direction still has negative a.

Does the acceleration calculator need an account?

No. The acceleration calculator runs in the browser. Enter Δv and t, keep the units consistent, copy the result.

More reading that links back to the same tools and workflows.