Skip to content

Constant acceleration and SUVAT equations

The SUVAT equations connect displacement, velocity, acceleration and time when acceleration is constant. Their power comes from choosing the equation that contains exactly the quantities you know and the one you need.

This lesson considers motion along a straight line. You must choose a positive direction and keep that choice throughout each stage of the motion.

You should be able to:

The name SUVAT comes from five symbols:

SymbolMeaningSI unit
ssdisplacement during the time intervalm\mathrm m
uuvelocity at the start of the intervalms1\mathrm{m\,s^{-1}}
vvvelocity at the end of the intervalms1\mathrm{m\,s^{-1}}
aaconstant accelerationms2\mathrm{m\,s^{-2}}
ttelapsed times\mathrm s

The words start and end refer to the chosen time interval. If a journey is split into stages, the final velocity of one stage may become the initial velocity of the next.

Displacement, velocity and acceleration are directed quantities, so they can be negative. Time is normally positive. Distance and speed are magnitudes, so they are non-negative.

For constant acceleration,

v=u+at\boxed{v=u+at} s=ut+12at2\boxed{s=ut+\frac12at^2} s=vt12at2\boxed{s=vt-\frac12at^2} s=u+v2t\boxed{s=\frac{u+v}{2}t} v2=u2+2as\boxed{v^2=u^2+2as}

You do not need all five equations in every problem. Each equation omits one SUVAT quantity:

EquationQuantity omitted
v=u+atv=u+atss
s=ut+12at2s=ut+\frac12at^2vv
s=vt12at2s=vt-\frac12at^2uu
s=u+v2ts=\frac{u+v}{2}taa
v2=u2+2asv^2=u^2+2astt

This gives a reliable selection method:

  1. Write down the quantities you know, with signs and units.
  2. Identify the quantity you need.
  3. Choose an equation containing those quantities but no unwanted unknown.
  4. Substitute only after choosing the equation.
  5. Solve, then interpret the sign and check whether the answer is physically possible.

Constant acceleration means velocity changes at a constant rate, so

a=vut.a=\frac{v-u}{t}.

Rearranging gives v=u+atv=u+at.

On a velocity-time graph, constant acceleration produces a straight line. Displacement is the signed area under that line, which is average velocity multiplied by time:

s=u+v2t.s=\frac{u+v}{2}t.

Substituting v=u+atv=u+at gives

s=u+(u+at)2t=ut+12at2.s=\frac{u+(u+at)}{2}t =ut+\frac12at^2.

The other equations follow by similar substitution. This connection is explored further in kinematics graphs and calculus in kinematics.

A cyclist starts from rest and accelerates uniformly at 1.8 ms21.8\ \mathrm{m\,s^{-2}} for 77 seconds. Find the cyclist’s speed and displacement after 77 seconds.

Choose the direction of motion as positive. Then

u=0,a=1.8,t=7.u=0,\qquad a=1.8,\qquad t=7.

For the final velocity, use v=u+atv=u+at:

v=0+1.8(7)=12.6 ms1.v=0+1.8(7)=12.6\ \mathrm{m\,s^{-1}}.

For displacement, use s=ut+12at2s=ut+\frac12at^2:

s=0(7)+12(1.8)(72)=44.1 m.\begin{aligned} s&=0(7)+\frac12(1.8)(7^2)\\ &=44.1\ \mathrm m. \end{aligned}

The cyclist travels 44.1 m\boxed{44.1\ \mathrm m} and reaches a speed of 12.6 ms1\boxed{12.6\ \mathrm{m\,s^{-1}}}.

A train increases its speed uniformly from 8 ms18\ \mathrm{m\,s^{-1}} to 20 ms120\ \mathrm{m\,s^{-1}} in 1515 seconds. Find its acceleration and displacement.

Answer

Using v=u+atv=u+at,

a=vut=20815=0.8 ms2.a=\frac{v-u}{t}=\frac{20-8}{15}=0.8\ \mathrm{m\,s^{-2}}.

Using average velocity,

s=u+v2t=8+202(15)=210 m.s=\frac{u+v}{2}t=\frac{8+20}{2}(15)=210\ \mathrm m.

Acceleration is not automatically positive. If positive is chosen in the direction of the initial motion, slowing down is represented by a<0a<0.

The precise rule is:

  • velocity and acceleration with the same sign means speed is increasing;
  • velocity and acceleration with opposite signs means speed is decreasing.

A car is travelling at 24 ms124\ \mathrm{m\,s^{-1}}. The brakes produce a constant acceleration of magnitude 6 ms26\ \mathrm{m\,s^{-2}}. Find the time and distance required for the car to stop.

Take the car’s initial direction as positive. Braking acceleration acts in the opposite direction, so

u=24,v=0,a=6.u=24,\qquad v=0,\qquad a=-6.

For time, use v=u+atv=u+at:

0=246t,0=24-6t,

so

t=4 s.t=4\ \mathrm s.

For displacement, the equation omitting time is efficient:

v2=u2+2as.v^2=u^2+2as.

Therefore

02=242+2(6)s,0^2=24^2+2(-6)s,

so

12s=576s=48 m.12s=576 \quad\Longrightarrow\quad s=48\ \mathrm m.

The car stops after 4 s\boxed{4\ \mathrm s} and travels 48 m\boxed{48\ \mathrm m} while braking.

A particle has initial velocity 18 ms118\ \mathrm{m\,s^{-1}} and constant acceleration 3 ms2-3\ \mathrm{m\,s^{-2}}. Find when it first comes to rest and its displacement by then.

Answer

At rest, v=0v=0. Hence

0=183tt=6 s.0=18-3t \quad\Longrightarrow\quad t=6\ \mathrm s.

Then

s=18(6)+12(3)(62)=54 m.s=18(6)+\frac12(-3)(6^2)=54\ \mathrm m.

When displacement, initial velocity and acceleration are known, using

s=ut+12at2s=ut+\frac12at^2

often produces a quadratic in tt. A quadratic may have two valid positive roots because a particle can pass the same position twice.

A particle moves along a line with initial velocity 14 ms114\ \mathrm{m\,s^{-1}} and constant acceleration 2 ms2-2\ \mathrm{m\,s^{-2}}. Find the times at which its displacement from its starting point is 4040 m.

Here

u=14,a=2,s=40.u=14,\qquad a=-2,\qquad s=40.

Use s=ut+12at2s=ut+\frac12at^2:

40=14t+12(2)t2.40=14t+\frac12(-2)t^2.

Rearrange:

t214t+40=0.t^2-14t+40=0.

Factorise:

(t4)(t10)=0.(t-4)(t-10)=0.

Therefore

t=4 sort=10 s.\boxed{t=4\ \mathrm s\quad\text{or}\quad t=10\ \mathrm s}.

These are not duplicate mathematical answers. At t=4t=4,

v=142(4)=6 ms1,v=14-2(4)=6\ \mathrm{m\,s^{-1}},

so the particle passes the point in the positive direction. It reaches its greatest displacement when v=0v=0, at t=7t=7 seconds, then reverses. At t=10t=10,

v=142(10)=6 ms1,v=14-2(10)=-6\ \mathrm{m\,s^{-1}},

so it passes the same point on its return.

Near Earth’s surface, a freely moving particle is modelled as having constant downward acceleration of magnitude gg. Unless a question specifies otherwise, use the given value of gg, commonly

g=9.8 ms2.g=9.8\ \mathrm{m\,s^{-2}}.

Air resistance is neglected. The sign of aa depends on the chosen positive direction:

  • positive upwards gives a=ga=-g;
  • positive downwards gives a=+ga=+g.

The acceleration remains downward even while an object is travelling upwards. At the highest point, velocity is instantaneously zero, but acceleration is still g-g if upwards is positive.

Worked example 4: thrown vertically upwards

Section titled “Worked example 4: thrown vertically upwards”

A ball is projected vertically upwards from a point 1.51.5 m above the ground with speed 19.6 ms119.6\ \mathrm{m\,s^{-1}}. Ignore air resistance and take g=9.8 ms2g=9.8\ \mathrm{m\,s^{-2}}. Find:

  1. the time taken to reach its highest point;
  2. the greatest height above the ground;
  3. the speed just before it reaches the ground.

Choose upwards as positive. During the whole flight,

u=19.6,a=9.8.u=19.6,\qquad a=-9.8.

At the highest point, v=0v=0. Therefore

0=19.69.8t,0=19.6-9.8t,

giving

t=2 s.t=2\ \mathrm s.

Let ss be displacement from the launch point. At the top,

02=19.62+2(9.8)s,s=19.6 m.\begin{aligned} 0^2&=19.6^2+2(-9.8)s,\\ s&=19.6\ \mathrm m. \end{aligned}

The launch point is 1.51.5 m above the ground, so the greatest height is

19.6+1.5=21.1 m.19.6+1.5=\boxed{21.1\ \mathrm m}.

At the ground, displacement from the launch point is s=1.5s=-1.5 m. Hence

v2=19.62+2(9.8)(1.5)=413.56.\begin{aligned} v^2&=19.6^2+2(-9.8)(-1.5)\\ &=413.56. \end{aligned}

Thus v=±413.56v=\pm\sqrt{413.56}. The ball is moving downwards at impact, so its velocity is negative:

v20.3 ms1.v\approx-20.3\ \mathrm{m\,s^{-1}}.

The question asks for speed, which is the magnitude. The speed is therefore

20.3 ms1\boxed{20.3\ \mathrm{m\,s^{-1}}}

to 33 significant figures.

A stone is released from rest 4545 m above the ground. Taking g=9.8 ms2g=9.8\ \mathrm{m\,s^{-2}}, find the time it takes to reach the ground and its impact speed.

Answer

Choose downwards as positive. Then u=0u=0, a=9.8a=9.8 and s=45s=45.

45=12(9.8)t2t=909.83.03 s.45=\frac12(9.8)t^2 \quad\Longrightarrow\quad t=\sqrt{\frac{90}{9.8}}\approx3.03\ \mathrm s.

Only the positive time is physically relevant. Also,

v2=02+2(9.8)(45),v^2=0^2+2(9.8)(45),

so

v=882=29.7 ms1v=\sqrt{882}=\boxed{29.7\ \mathrm{m\,s^{-1}}}

to 33 significant figures.

A single SUVAT calculation cannot cross a point where acceleration changes. Split the motion into stages and transfer shared information between them.

A train leaves a station from rest and accelerates uniformly at 0.6 ms20.6\ \mathrm{m\,s^{-2}} for 3030 seconds. It then travels at constant speed for 5050 seconds before braking uniformly to rest in 2020 seconds. Find the total distance travelled.

Stage 1: accelerating

u=0,a=0.6,t=30.u=0,\qquad a=0.6,\qquad t=30.

The speed after this stage is

v=0+0.6(30)=18 ms1.v=0+0.6(30)=18\ \mathrm{m\,s^{-1}}.

The distance is

s1=0(30)+12(0.6)(302)=270 m.s_1=0(30)+\frac12(0.6)(30^2)=270\ \mathrm m.

Stage 2: constant speed

Here a=0a=0, so

s2=vt=18(50)=900 m.s_2=vt=18(50)=900\ \mathrm m.

Stage 3: braking

The speed changes uniformly from 1818 to 0 ms10\ \mathrm{m\,s^{-1}}. Using average velocity,

s3=18+02(20)=180 m.s_3=\frac{18+0}{2}(20)=180\ \mathrm m.

Therefore the total distance is

s1+s2+s3=270+900+180=1350 m.s_1+s_2+s_3=270+900+180=\boxed{1350\ \mathrm m}.

Notice that the end speed of Stage 1 supplies the speed for Stages 2 and 3.

A speed of 12 ms112\ \mathrm{m\,s^{-1}} gives a magnitude but no direction. After choosing positive, the corresponding velocity may be 1212 or 12 ms1-12\ \mathrm{m\,s^{-1}}.

Making deceleration positive automatically

Section titled “Making deceleration positive automatically”

The word decelerates means speed decreases. It does not determine the sign of acceleration until a positive direction is chosen.

Using distance where the formula needs displacement

Section titled “Using distance where the formula needs displacement”

In SUVAT, ss is signed displacement. If a particle goes out and returns to its start, then s=0s=0 although the distance travelled is positive.

An average acceleration over a whole journey does not make SUVAT valid over that journey. Use separate calculations whenever acceleration changes.

At the top of vertical motion, v=0v=0 for an instant while a=ga=-g remains nonzero.

Taking the positive square root without checking

Section titled “Taking the positive square root without checking”

From v2=kv^2=k, algebra gives v=±kv=\pm\sqrt{k}. The direction of motion selects the appropriate velocity. If the question asks for speed, report v|v|.

A lift is moving upwards at 2 ms12\ \mathrm{m\,s^{-1}} when it begins to accelerate downwards at a constant 0.5 ms20.5\ \mathrm{m\,s^{-2}}.

  1. How long does it take to stop momentarily?
  2. How far above its initial position is it then?
  3. Find its displacement from the initial position after 88 seconds.
  4. Find the total distance travelled during those 88 seconds.
Answer

Choose upwards as positive, so u=2u=2 and a=0.5a=-0.5.

At the turning point, v=0v=0:

0=20.5tt=4 s.0=2-0.5t \quad\Longrightarrow\quad t=4\ \mathrm s.

Its displacement then is

s=2(4)+12(0.5)(42)=4 m.s=2(4)+\frac12(-0.5)(4^2)=4\ \mathrm m.

After 88 seconds,

s=2(8)+12(0.5)(82)=0.s=2(8)+\frac12(-0.5)(8^2)=0.

The lift has returned to its initial position, so its displacement is 00 m. It travelled 44 m upwards and then 44 m downwards, so the total distance is

8 m.\boxed{8\ \mathrm m}.

Before accepting an answer, ask:

  • Is acceleration constant over the interval?
  • Have I chosen and stated a positive direction?
  • Are all quantities in compatible units?
  • Is ss displacement rather than distance?
  • Does my equation contain only one unknown?
  • Have I interpreted every root and sign in context?
  • Is the size of the result plausible?