The SUVAT equations are among the first major tools students learn in mechanics, but the hard part is usually not memorizing them. It is knowing which one to use, when the constant-acceleration model actually applies, and how to avoid sign and unit mistakes under exam pressure. This guide gives you a reusable decision process for kinematics problems with solutions in mind: identify the knowns, choose the missing variable strategically, pick the matching formula, and check the result before you move on. If you want kinematics equations explained in a way that is practical rather than abstract, this is the checklist to keep nearby while studying.
Overview
Before choosing a formula, it helps to remember what SUVAT stands for. In one-dimensional motion with constant acceleration, the standard variables are:
- s: displacement
- u: initial velocity
- v: final velocity
- a: acceleration
- t: time
The constant acceleration formulas are:
- v = u + at
- s = ut + 1/2 at²
- s = vt - 1/2 at²
- s = (u + v)t / 2
- v² = u² + 2as
These are often called the suvat equations. They are not five unrelated formulas. They are a compact toolkit for one situation only: motion along a straight line, or along a chosen axis, when acceleration is constant.
That last condition matters. If acceleration changes with time, position, or velocity, these equations do not apply directly. Air resistance, changing thrust, variable force, and curved motion without separating components are common places where students misuse them.
Here is the quickest way to decide whether you are in SUVAT territory:
- Choose a positive direction.
- Write every known quantity with a sign.
- Check whether acceleration is constant.
- List the four quantities you know and the one you want.
- Pick the formula that includes your knowns and excludes the unnecessary unknown.
A useful memory trick is that each equation leaves out one variable:
- v = u + at leaves out s
- s = ut + 1/2 at² leaves out v
- s = vt - 1/2 at² leaves out u
- s = (u + v)t / 2 leaves out a
- v² = u² + 2as leaves out t
If you remember nothing else, remember that pattern. It turns “when to use kinematics formulas” into a sorting task instead of a guessing game.
For a broader list of equations across mechanics and other topics, see Physics Formulas Cheat Sheet: Core Equations by Topic With Units and When to Use Them.
Checklist by scenario
This section is the core decision guide. Start with the data you have, identify the variable you want, and match the scenario to the right equation.
Scenario 1: You know u, a, and t, and want v
Use v = u + at.
This is the most direct formula for updating velocity over time under constant acceleration. Use it when displacement does not matter yet.
Example: A car starts at 5 m/s and accelerates at 2 m/s² for 4 s. Find the final velocity.
Solution:
v = u + at = 5 + (2)(4) = 13 m/s
Why this formula: You know u, a, and t. You want v. The equation does not involve s, which you do not know.
Scenario 2: You know u, a, and t, and want s
Use s = ut + 1/2 at².
This is the standard displacement formula when initial velocity, acceleration, and time are known.
Example: A cyclist moves at 3 m/s, then accelerates at 1.5 m/s² for 6 s. How far does the cyclist travel?
Solution:
s = ut + 1/2 at² = (3)(6) + 1/2(1.5)(6²)
= 18 + 0.75(36)
= 18 + 27 = 45 m
Why this formula: Final velocity is unknown and unnecessary. This equation avoids it.
Scenario 3: You know u, v, and t, and want s
Use s = (u + v)t / 2.
This works because with constant acceleration, the average velocity is the mean of initial and final velocity.
Example: A train slows from 20 m/s to 8 m/s in 6 s. Find the displacement during this interval.
Solution:
s = (u + v)t / 2 = (20 + 8)(6)/2 = 28 x 3 = 84 m
Why this formula: You do not know acceleration, and you do not need it.
Scenario 4: You know u, a, and s, and want v
Use v² = u² + 2as.
This is especially useful when time is not given and would only create an extra step.
Example: A ball is thrown upward at 12 m/s. Take upward as positive and acceleration as -9.8 m/s². What is its velocity after rising 5 m?
Solution:
v² = u² + 2as = 12² + 2(-9.8)(5)
= 144 - 98 = 46
v = √46 ≈ 6.8 m/s
Why this formula: Time is absent from the data, so choose the formula that leaves out t.
Important note: Since the equation gives v², think about the physical direction before choosing a sign for v. On the way up, v is positive here. On the way down at the same height, it would be negative.
Scenario 5: You know v, a, and t, and want s
Use s = vt - 1/2 at².
This is less commonly used in introductory work, but it is valid and helpful when final velocity is known instead of initial velocity.
Example: An object reaches a final velocity of 18 m/s after accelerating at 3 m/s² for 4 s. Find the displacement.
Solution:
s = vt - 1/2 at² = (18)(4) - 1/2(3)(4²)
= 72 - 24 = 48 m
Why this formula: Initial velocity is unknown, and this equation leaves out u.
Scenario 6: You know u, v, and a, and want t
Use v = u + at, rearranged to t = (v - u)/a.
Example: A runner speeds up from 2 m/s to 8 m/s with acceleration 1.5 m/s². Find the time taken.
Solution:
t = (v - u)/a = (8 - 2)/1.5 = 4 s
Why this formula: Displacement is irrelevant to the question.
Scenario 7: Vertical motion under gravity
Use the same equations, but define your axis carefully. Near Earth’s surface, acceleration is approximately constant, so SUVAT works well if air resistance is neglected.
If upward is positive, then a = -g. If downward is positive, then a = +g. The equations do not change; only the signs do.
Example: A stone is dropped from rest from a height of 20 m. How long does it take to hit the ground? Take downward as positive.
Knowns: u = 0, s = 20 m, a = 9.8 m/s², want t.
Use s = ut + 1/2 at².
20 = 0 + 1/2(9.8)t²
20 = 4.9t²
t² ≈ 4.08
t ≈ 2.02 s
Why this formula: Final velocity is unknown, so avoid introducing it.
Scenario 8: Two-stage problems
Many homework questions are really two separate SUVAT problems joined together. For example, an object may accelerate, then move at constant velocity, then decelerate. Split the motion into intervals and solve each part separately.
Example structure:
- Acceleration phase: use a SUVAT equation.
- Constant velocity phase: use s = vt, not SUVAT.
- Braking phase: use SUVAT again with negative acceleration.
This is one of the most effective habits for physics homework help in mechanics: do not force one equation onto a problem that clearly has multiple phases.
Fast decision table
- Need v and know u, a, t → v = u + at
- Need s and know u, a, t → s = ut + 1/2 at²
- Need s and know u, v, t → s = (u + v)t / 2
- Need v and know u, a, s → v² = u² + 2as
- Need s and know v, a, t → s = vt - 1/2 at²
- Need t and know u, v, a → rearrange v = u + at
What to double-check
Even when you choose the correct formula, most lost marks come from setup errors rather than algebra. Use this short audit before finalizing any answer.
1. Is acceleration really constant?
SUVAT only works under constant acceleration. In many school and first-year university problems, that assumption is given or implied. But if the question mentions drag force, changing engine power, or acceleration as a function of time, stop and reassess.
2. Are you using displacement or distance?
The variable s is displacement, which includes sign and direction. If an object moves forward and then backward, the total distance traveled is not the same as displacement.
3. Did you choose a positive direction and stick with it?
This is essential in classical mechanics explained clearly: signs are part of the physics, not just the algebra. For upward motion, downward acceleration must usually be negative if upward is positive.
4. Are the units consistent?
Convert everything before substitution. Common problems include km/h mixed with m/s, centimeters mixed with meters, and minutes mixed with seconds.
If you want a reliable method for checking units and formula structure, read Dimensional Analysis in Physics: How to Check Equations, Derivations, and Answers.
5. Is your answer physically reasonable?
Ask simple questions:
- Should the speed increase or decrease?
- Should the displacement be positive or negative?
- Is the time too large or too small for the situation?
- Did you get a negative time, and if so, does that indicate a setup error?
Reasonableness checks often catch more mistakes than redoing the full calculation.
6. Did you solve for the quantity the question actually asks for?
Students often stop after finding an intermediate value. If the question asks for stopping distance, a computed stopping time is not enough.
Common mistakes
These are the errors that repeatedly appear in kinematics problems with solutions, lab writeups, and exam scripts.
Using speed where velocity is needed
Speed is scalar; velocity has direction. In one-dimensional SUVAT work, signs carry that direction. Dropping the sign too early can flip the interpretation of the whole problem.
Forgetting that v² does not fix the sign of v
From v² = u² + 2as, you may get two mathematical roots. The correct one depends on the physical motion at that moment.
Using g with the wrong sign
This is probably the most common mistake in vertical motion. Decide first whether up or down is positive. Then assign the sign of acceleration accordingly.
Treating curved motion as one-dimensional without components
Projectile motion can use constant acceleration formulas, but only after splitting into horizontal and vertical components. Horizontally, acceleration is often zero. Vertically, acceleration is -g or +g depending on your sign convention. Do not use a single one-dimensional s for the entire curved path.
Mixing average velocity and final velocity
The formula s = (u + v)t / 2 uses the average velocity under constant acceleration. It does not say that average velocity always equals half the final velocity.
Memorizing without identifying the missing variable
If you learn the equations as isolated expressions, exam stress makes them blur together. A better approach is to ask: which variable do I want to avoid? That usually points directly to the right formula.
Rounding too early
Keep a few extra digits until the final line, especially in multi-step problems. Early rounding can create visible discrepancies with answer keys.
Not separating phases of motion
If the acceleration changes between intervals, you need separate equations for each interval. One formula will not cover the full process.
When to revisit
This topic is worth revisiting whenever your problem setup changes, not just when you first learn the chapter. SUVAT becomes much easier with repetition, especially if you use the same checklist every time.
Come back to this guide when:
- You are starting a mechanics revision block and need a quick decision framework.
- You keep choosing the wrong formula even though you know all five.
- You are moving from basic straight-line motion to vertical motion and projectiles.
- You are preparing for exams and want a compact pre-question checklist.
- You are tutoring someone else and need a clean way to explain formula choice.
Here is a practical action plan you can use right away:
- Write the five equations on a page.
- Next to each one, write the variable it leaves out.
- Practice ten short problems by sorting them before solving them.
- For every answer, check sign, unit, and physical meaning.
- If you miss a question, classify the error: wrong formula, wrong sign, wrong unit, or wrong algebra.
That process turns revision into pattern recognition, which is exactly what most students need.
To build a stronger study system around this, you might also use Best Physics Textbooks by Subject and Level for extra practice sources, and Best Physics YouTube Channels, Simulations, and Free Learning Tools if you learn better from visual walkthroughs.
If you want one final takeaway, make it this: the best suvat equations strategy is not to memorize more. It is to classify the problem correctly. List the knowns, identify the target, choose the equation that excludes the extra unknown, and check the result against the physics. That simple checklist is what makes kinematics equations explained in class become usable in actual problem solving.