Physics: Mechanics, Waves & Thermodynamics Kinematics & Projectile Motion Constant-acceleration (SUVAT) kinematics

Final Velocity Calculator

Enter an initial velocity and an acceleration, then tell the calculator whether you know the time the acceleration lasts or the distance it acts over. It returns the final velocity from the matching SUVAT equation — v = u + at for a known time, v² = u² + 2as for a known displacement — along with the other kinematic quantity you did not supply, the change in velocity, and the average velocity over the interval. Every arithmetic step is shown so you can reproduce it on paper. The equations assume acceleration is constant over the whole interval.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
What do you know?Pick the quantity you actually measured; the calculator selects the matching SUVAT equation.Time the acceleration lasts
Initial velocity uSpeed at the start of the interval. Use a negative value if the body starts out moving opposite to your chosen positive direction.0 m/s
Acceleration aConstant acceleration over the interval. Negative means the body is slowing along the positive direction.3 m/s²
Time tHow long the acceleration acts. Used only in time mode.8 s
Displacement sStraight-line displacement covered while accelerating. Used only in distance mode.100 m

It returns

  • Final velocity v — Velocity at the end of the interval, in the same positive direction you used for u.
  • Final velocity
  • Change in velocity Δv
  • Displacement over the interval
  • Elapsed time
  • Average velocity

The formula

v=u+at
v2=u2+2as
s=ut+12at2

In plain text: v = u + a·t and v² = u² + 2·a·s

  • vFinal velocity at the end of the interval (m/s)
  • uInitial velocity at the start of the interval (m/s)
  • aConstant acceleration (m/s²)
  • tDuration of the interval (s)
  • sDisplacement during the interval (m)

Both equations hold only while the acceleration is constant. They are two of the five SUVAT relations, which together link u, v, a, s and t; knowing any three lets you find the other two.

Updated Category Kinematics & Projectile Motion Verified against published test cases Reading time 12 min

What final velocity means and when the SUVAT equations apply

Final velocity is the velocity a body has at the end of an interval during which its acceleration stayed constant. The word velocity matters: it carries a direction as well as a magnitude, so a final velocity of −15 m/s is a perfectly good answer and means the body ends up moving in the direction opposite to the one you called positive.

You need only one assumption for this calculator to be exact, and it is a strong one: the acceleration does not change during the interval. That assumption holds well for a body falling near the Earth's surface with negligible drag, a train braking at a fixed deceleration rate, a puck sliding on ice against constant friction, or a charged particle crossing a uniform field. It fails for a car accelerating through the gears, for anything at high speed in air, and for a spring, where the force — and therefore the acceleration — depends on position.

When acceleration is not constant, no algebraic shortcut exists and you have to integrate. That is why every introductory mechanics course spends so long on this special case: it is the one where a single line of algebra replaces calculus. Once you leave it, tools like the projectile motion calculator keep the assumption alive only along each axis separately, and drag models abandon it entirely.

Physics courses in the United Kingdom and much of the Commonwealth call these the SUVAT equations after their five symbols — s, u, v, a, t. There are five equations, each omitting one of the five quantities. Knowing any three lets you find the remaining two, which is exactly what this calculator automates.

Why the two velocity equations have the shape they do

Start from the definition of acceleration: it is the rate at which velocity changes. If velocity changes at a constant rate a, then over a time t it changes by a·t. Add that change to where you started and you have v = u + at. There is nothing more to it — the whole equation is the definition of acceleration rearranged.

The second equation exists because sometimes you do not know how long the acceleration acted, but you do know how far the body travelled. Because the velocity rises linearly, the average velocity over the interval is the plain arithmetic mean of the endpoints, (u + v)/2. Displacement is that average multiplied by time, so s = (u + v)t/2. Substitute t = (vu)/a from the first equation and the times cancel, leaving v² − u² = 2as.

That form is worth recognising on sight, because multiplying both sides by half the mass turns it into the work–energy theorem: ½mv² − ½mu² = mas = Fs. The change in kinetic energy equals the work done by the net force. The kinematic equation and the energy equation are the same statement written twice.

Note that the square root has two roots, −√(u² + 2as) as well as +√. The algebra cannot choose between them, but the physics can: only one of the two is reached at a non-negative elapsed time t = (vu)/a. The calculator evaluates that time for both roots and returns the branch the body actually reaches. A body driven backwards — u = 0, a = −2 m/s², s = −100 m — therefore returns −20 m/s at 10 s, not +20 m/s at −10 s. Where both roots are reached, which happens when a decelerating body passes a point on the way out and again on the way back, it returns the first arrival.

Worked example: a train braking from 30 m/s over 250 m

A train enters a restricted section at 30 m/s and must be down to 10 m/s by the end of a 250 m approach. What constant deceleration does that need, and how long does it take?

  1. Choose the equation. You know u, v and s but not t, so use v² = u² + 2as.
  2. Substitute. 10² = 30² + 2 × a × 250, so 100 = 900 + 500a.
  3. Solve for the acceleration. 500a = 100 − 900 = −800, so a = −1.6 m/s². The minus sign is the whole point: the train is decelerating.
  4. Find the time. From v = u + at: 10 = 30 + (−1.6)t, so t = 20 ÷ 1.6 = 12.5 s.
  5. Check with the average velocity. The mean of 30 and 10 is 20 m/s. Over 12.5 s that gives 20 × 12.5 = 250 m, which is the distance you started with. The answer is consistent.

To reproduce that in the calculator, set the mode to distance, enter u = 30 m/s, a = −1.6 m/s² and s = 250 m. It returns v = 10 m/s and an elapsed time of 12.5 s. Now push the displacement to 300 m: u² + 2as = 900 − 960 = −60, which is negative, and the calculator reports no real solution. That is physically correct — at 1.6 m/s² the train stops dead after 281.25 m and never reaches the 300 m mark while still moving forward.

How to read the answer, including the awkward cases

Check the sign first. If your final velocity has the opposite sign to your initial velocity, the body turned round inside the interval. Everything the calculator reports remains correct, but the displacement is net displacement, measured from start point to end point, not the distance the body actually travelled. A ball thrown straight up and caught again has zero net displacement and a very non-zero path length.

Check the magnitude second. A deceleration that brings a road vehicle to rest from highway speed in a couple of seconds implies a rate around 12–15 m/s², which is beyond what tyres on dry asphalt deliver; if your inputs demand that, one of them is wrong. A useful anchor is that 1 g is 9.80665 m/s², and the calculator offers g as an acceleration unit for exactly that reason.

Finally, watch for the case with no real solution. It arises whenever u² + 2as is negative, which in ordinary problems means you have asked a decelerating body to cover more ground than its stopping distance u²/(2|a|). The calculator flags it rather than returning a meaningless number, because the honest answer is that the motion you described does not happen.

The five constant-acceleration equations and what each one omits

Choose the equation that omits the quantity you neither know nor want. All five assume acceleration is constant throughout.
EquationOmitsUse it when
v = u + atsYou know the duration and want the end speed
s = ut + ½at²vYou know the duration and want the distance
v² = u² + 2astYou know the distance but not the time
s = (u + v)t / 2aYou know both end speeds and the duration
s = vt − ½at²uYou are working backwards from the end state

The calculator uses the first and third of these directly and derives the rest. Any two of the five are enough to generate the other three by substitution.

Mistakes that produce a wrong final velocity

  • Applying the equations when acceleration is not constant. This is the single largest source of error. A car pulling away through the gears, an aircraft on takeoff roll, and anything falling far enough for drag to matter all violate the assumption, and no amount of careful arithmetic rescues the answer.
  • Mixing sign conventions mid-problem. Decide once which direction is positive and keep it. If up is positive, gravity is −9.80665 m/s² and you must enter it that way — the calculator does not assume a direction for you.
  • Confusing displacement with distance travelled. They differ whenever the body reverses. The calculator warns you when the velocity changes sign, and the number it reports is displacement.
  • Entering speed in km/h against an acceleration in m/s². Use the unit selectors rather than converting in your head; a factor of 3.6 slipped in the wrong direction is the classic exam-hall mistake.
  • Taking only the positive square root by hand. v² = u² + 2as fixes the magnitude, not the direction. Choose the root your body actually reaches by checking that the implied time (vu)/a is not negative — which is exactly what the calculator does for you.
  • Reading the average velocity as the mean of the readings you happened to take. Under constant acceleration the average velocity is the mean of the two endpoint velocities — that shortcut is only valid because the velocity graph is a straight line.

If the acceleration is gravity and the body starts from rest, the free fall calculator is the specialised version of this one, with u = 0 and a = g already filled in and an impact-energy figure added. If the motion has two components — a horizontal one at constant velocity and a vertical one under gravity — you want the projectile motion calculator, which applies these same SUVAT relations to the vertical axis while the horizontal axis coasts.

If what you actually want is the force that produced the acceleration, feed the result into the F = ma calculator; if you want the impulse delivered, the linear momentum calculator works with mΔv directly and will also convert a velocity change into an average collision force. And when the body moves in a circle rather than a straight line, none of this applies to the direction of motion — use the centripetal force calculator, where the acceleration points sideways and the speed may not change at all.

One historical note that genuinely illuminates the algebra: Galileo established the distance–time-squared relationship for rolling balls before the concept of acceleration had a symbol, by timing balls down an inclined plane and finding that the distances covered in successive equal intervals stood in the ratio 1 : 3 : 5 : 7. Those odd numbers sum to perfect squares, which is st² written in the only arithmetic available to him.

Key terms

Velocity
Rate of change of position, carrying both a magnitude and a direction. Speed is its magnitude only, so speed is never negative but velocity often is.
Displacement
The straight-line vector from start point to end point. It equals distance travelled only when the body never reverses direction.
Uniform acceleration
Acceleration that does not change in magnitude or direction throughout the interval. It is the sole condition under which the SUVAT equations are exact.
SUVAT
A mnemonic for the five constant-acceleration variables: displacement s, initial velocity u, final velocity v, acceleration a and time t.

Frequently asked questions

How do I find final velocity without knowing the time?

Use v² = u² + 2as, the SUVAT equation that omits time. Switch this calculator to distance mode and enter the initial velocity, the acceleration and the displacement. It returns the final velocity and back-calculates the elapsed time as (vu)/a, choosing the root of the square that puts that time at zero or above. The only case with no answer is when u² + 2as comes out negative, which means the body stops before covering that displacement.

What is the difference between v = u + at and v² = u² + 2as?

They describe the same motion but omit different variables: the first has no displacement in it, the second has no time. Use the first when you know how long the acceleration lasted, and the second when you know how far the body went. Both are exact for constant acceleration, and each can be derived from the other by eliminating the variable it lacks, so they can never disagree.

Can final velocity be negative?

Yes, and a negative value is meaningful rather than an error. It says the body ends the interval moving opposite to the direction you chose as positive — a ball thrown upward, with up entered as positive, has a negative velocity on the way back down. In distance mode the calculator chooses between the two roots of v² = u² + 2as for you, by taking the one whose implied elapsed time (vu)/a is not negative, so it returns a negative final velocity wherever the physics calls for one.

Why does the calculator say there is no real solution?

Because u² + 2as came out negative, and a real velocity cannot be the square root of a negative number. In practice this means you have entered a deceleration together with a displacement larger than the body's stopping distance, u²/(2|a|). The body comes to rest and reverses before reaching the point you specified, so no forward final velocity exists there.

Do these equations work for a falling object?

They work well for short drops in air and exactly in a vacuum, with a = 9.80665 m/s² directed downward. They break down once the object has fallen far enough for aerodynamic drag to become comparable to its weight, because the acceleration is then no longer constant. For drops from rest the free fall calculator is the more convenient tool and carries the same caveat.

What acceleration is realistic for a braking car?

Sustained braking deceleration on dry asphalt is limited by tyre grip, so it is roughly the coefficient of friction times g. With a peak friction coefficient near 0.8 that is about 7.8 m/s², and figures much above 1 g require aerodynamic downforce or a non-road surface. If your inputs imply more than that, check them. The friction force calculator makes the grip limit explicit.

How do I get the average velocity from these numbers?

Under constant acceleration the average velocity is simply (u + v)/2, the mean of the two endpoint velocities. That shortcut works only because the velocity–time graph is a straight line, so the area under it equals the area of a rectangle at the mid-height. The calculator reports it as displacement divided by elapsed time, which gives the same figure and shows the two definitions agree.

Does the calculator handle motion in two dimensions?

No — it treats motion along one straight line. For two-dimensional motion you resolve the initial velocity into components and apply these equations to each axis independently, which is exactly what the projectile motion calculator does: constant velocity horizontally, constant acceleration vertically. For circular motion the speed can be constant while the velocity changes continuously, and you need the centripetal force calculator instead.

References