Kinematics is one of the first places many students get stuck in physics because the words sound familiar but the quantities do not mean the same thing in everyday life. Speed, velocity, acceleration, displacement, and time all connect, and small setup errors can turn a manageable problem into a confusing one. This guide gives you a reusable bank of kinematics problems with step-by-step solutions, answer checks, and common mistake notes. Use it as physics homework help, as a physics study guide before a quiz, or as a practice set for AP Physics help and college physics help.
Overview
This article is built as a checklist-style practice resource. Instead of only showing final answers, it focuses on the process you can repeat on new motion problems physics assignments. Each example follows the same structure:
- Identify the knowns and unknowns
- Choose a sign convention
- Select a kinematics equation that matches the given information
- Substitute units along with numbers
- Check whether the answer is physically reasonable
These examples assume motion in one dimension unless stated otherwise and use constant acceleration where needed. That makes them a good starting point for high school physics, AP Physics 1 review, and many introductory college courses.
Keep this quick reference nearby:
- Average velocity: v = Δx / Δt
- Acceleration: a = Δv / Δt
- Constant-acceleration formulas:
- v = v0 + at
- x = x0 + v0t + (1/2)at2
- v2 = v02 + 2a(x - x0)
- x - x0 = [(v + v0)/2]t
If you need a broader method for translating text into equations, see How to Solve Physics Word Problems Step by Step. For a wider map of mechanics topics around kinematics, High School Physics Topics by Unit: A Complete Study Roadmap is a useful companion.
Checklist by scenario
Use these worked examples as a reusable checklist. The numbers change from class to class, but the decision process stays the same.
Scenario 1: Constant speed with no acceleration
Problem: A student walks 120 m down a straight hallway in 80 s. Find the average velocity.
Checklist:
- Is the motion along a straight line? Yes.
- Are displacement and time given? Yes.
- Use average velocity, not acceleration.
Solution:
Given: Δx = 120 m, Δt = 80 s
Formula: v = Δx / Δt
Substitute: v = 120 m / 80 s = 1.5 m/s
Answer: The average velocity is 1.5 m/s.
Answer check: Meters divided by seconds gives m/s, which is correct for velocity.
Common mistake note: If the student walked away from the starting point and then back, total distance would not equal displacement. The problem gives a straight hallway displacement, so the simple ratio works.
Scenario 2: Finding acceleration from changing velocity
Problem: A bicycle speeds up from 4.0 m/s to 10.0 m/s in 3.0 s. What is its acceleration?
Checklist:
- Initial and final velocities are given.
- Time is given.
- Use a = Δv / Δt.
Solution:
Given: v0 = 4.0 m/s, v = 10.0 m/s, t = 3.0 s
Formula: a = (v - v0) / t
Substitute: a = (10.0 - 4.0) / 3.0 = 6.0 / 3.0 = 2.0 m/s2
Answer: The acceleration is 2.0 m/s2.
Answer check: Velocity increased, so a positive acceleration makes sense.
Common mistake note: Do not divide final velocity by time unless the object started from rest.
Scenario 3: Starting from rest and finding displacement
Problem: A cart starts from rest and accelerates at 1.5 m/s2 for 6.0 s. How far does it travel?
Checklist:
- Initial velocity is zero because it starts from rest.
- Acceleration and time are given.
- Use x = x0 + v0t + (1/2)at2.
Solution:
Let x0 = 0 for convenience.
Given: v0 = 0, a = 1.5 m/s2, t = 6.0 s
Formula: x = v0t + (1/2)at2
Substitute: x = 0 + (1/2)(1.5)(6.0)2
x = 0.75 × 36 = 27 m
Answer: The cart travels 27 m.
Answer check: Units: (m/s2) × s2 = m. Good.
Common mistake note: Students often forget to square the time.
Scenario 4: Braking to a stop
Problem: A car moving at 18 m/s slows uniformly to rest in 4.5 s. Find its acceleration.
Checklist:
- Stopping means final velocity is zero.
- Slowing down in the positive direction gives negative acceleration.
- Use v = v0 + at.
Solution:
Given: v0 = 18 m/s, v = 0, t = 4.5 s
Formula: a = (v - v0) / t
Substitute: a = (0 - 18) / 4.5 = -4.0 m/s2
Answer: The acceleration is -4.0 m/s2.
Answer check: The negative sign matches braking.
Common mistake note: A negative acceleration does not always mean the object is slowing down. It depends on your sign convention. Here it does, because the original velocity is positive.
Scenario 5: Free fall from rest
Problem: A ball is dropped from rest and falls for 2.0 s. Neglect air resistance. How far does it fall?
Checklist:
- “Dropped” means v0 = 0.
- Near Earth, use a = g. Choose one sign convention and keep it consistent.
- If downward is positive, use a = +9.8 m/s2.
Solution:
Given: v0 = 0, a = 9.8 m/s2, t = 2.0 s
Formula: x = v0t + (1/2)at2
Substitute: x = 0 + (1/2)(9.8)(2.0)2
x = 4.9 × 4.0 = 19.6 m
Answer: The ball falls 19.6 m.
Answer check: A 2-second fall should be on the order of tens of meters, not hundreds, so this is reasonable.
Common mistake note: Do not use 9.8 m/s for g. It must be 9.8 m/s2.
Scenario 6: Thrown upward, find maximum height
Problem: A ball is thrown straight up at 14 m/s. How high does it rise above the launch point?
Checklist:
- At the highest point, final velocity is zero.
- Time is not given, so use the formula without t.
- If upward is positive, acceleration is -9.8 m/s2.
Solution:
Given: v0 = 14 m/s, v = 0, a = -9.8 m/s2
Formula: v2 = v02 + 2aΔx
Substitute: 0 = 142 + 2(-9.8)Δx
0 = 196 - 19.6Δx
19.6Δx = 196
Δx = 10 m
Answer: The maximum height is 10 m.
Answer check: The result is positive, as height above the launch point should be.
Common mistake note: Students sometimes keep acceleration positive while also taking upward as positive. That sign mismatch gives an unphysical answer.
Scenario 7: Two-part motion problem
Problem: A runner accelerates from rest at 2.0 m/s2 for 5.0 s, then continues at constant velocity for 8.0 s. What total distance does the runner cover?
Checklist:
- Split the problem into segments.
- Find the velocity at the end of segment 1.
- Use that velocity in segment 2.
- Add distances, not velocities.
Solution:
Segment 1:
Given: v0 = 0, a = 2.0 m/s2, t = 5.0 s
Velocity after 5.0 s: v = v0 + at = 0 + (2.0)(5.0) = 10.0 m/s
Distance in segment 1: x1 = v0t + (1/2)at2 = 0 + (1/2)(2.0)(5.0)2 = 25 m
Segment 2:
Constant velocity 10.0 m/s for 8.0 s
x2 = vt = (10.0)(8.0) = 80 m
Total:
xtotal = 25 + 80 = 105 m
Answer: The runner covers 105 m.
Answer check: Once the runner reaches 10 m/s, covering 80 m in 8 s is reasonable.
Common mistake note: A common error is using 13 s in one formula with constant acceleration even though the acceleration only lasts 5 s.
Scenario 8: Finding time from displacement
Problem: A stone is thrown downward from a bridge with an initial speed of 3.0 m/s. It travels 25 m downward. How long is it in the air?
Checklist:
- Choose downward as positive to simplify signs.
- Use the displacement equation because displacement, initial velocity, and acceleration are known.
- Expect a quadratic in time.
Solution:
Given: Δx = 25 m, v0 = 3.0 m/s, a = 9.8 m/s2
Formula: Δx = v0t + (1/2)at2
25 = 3.0t + 4.9t2
Rearrange: 4.9t2 + 3.0t - 25 = 0
Using the quadratic formula:
t = [-3.0 ± √(3.02 - 4(4.9)(-25))] / [2(4.9)]
t = [-3.0 ± √(9 + 490)] / 9.8 = [-3.0 ± √499] / 9.8
√499 ≈ 22.34
Positive root: t ≈ (19.34) / 9.8 ≈ 1.97 s
Answer: The time is about 2.0 s.
Answer check: The negative root is not physically meaningful here, so discard it.
Common mistake note: When time comes from a quadratic, always examine whether both roots make physical sense.
For more mixed exam review, pair this article with Physics Final Exam Checklist: Topics, Formulas, and Practice Priorities and AP Physics 1 Practice Test Topics: What to Study First.
What to double-check
Before you box an answer, run through this short kinematics answer key checklist:
- Quantity match: Did you solve for velocity, speed, displacement, distance, acceleration, or time? These are not interchangeable.
- Sign convention: Did you define positive direction first and keep it throughout the problem?
- Units: Is time in seconds, distance in meters, and acceleration in m/s2?
- Starting conditions: Does “starts from rest” mean v0 = 0? Does “stops” mean v = 0?
- Equation choice: Did you choose a formula that uses the information actually given?
- Reasonableness: Does the object go farther when it moves longer or faster? Does a braking problem produce a negative acceleration under your sign convention?
- Rounding: Keep extra digits in the middle of the calculation and round at the end.
These checks are especially useful if you are building your own physics cheat sheet or flashcards. If you want organized formula support, AP Physics 1 Formula Sheet Explained and Organized by Unit can help you group equations by use case rather than memorizing them as a list.
Common mistakes
Most errors in velocity acceleration practice do not come from advanced math. They come from small setup mistakes that repeat across many assignments and tests.
- Mixing distance and displacement: Distance is total path length. Displacement is change in position.
- Confusing speed and velocity: Velocity includes direction. Speed does not.
- Using constant-acceleration formulas when acceleration changes: The standard kinematics equations assume constant acceleration.
- Ignoring signs in vertical motion: Gravity must be consistent with your axis choice.
- Forgetting that average velocity is not always final velocity: These can be very different.
- Plugging in numbers before thinking: A sketch and variable list often prevent the wrong equation choice.
- Dropping units: Unit checks catch many algebra mistakes early.
- Treating multi-part motion as one continuous formula problem: Break the motion into segments whenever conditions change.
If your class also includes lab analysis, careful setup habits carry over well to graph work and error analysis. A related resource is Physics Lab Report Guide: Data Tables, Uncertainty, and Error Analysis.
When to revisit
This is the kind of topic worth returning to whenever your inputs change: new units, new problem types, or a test date getting closer. Revisit this checklist in these situations:
- Before a quiz or unit test: Work one example from each scenario without looking at the solution first.
- At the start of a mechanics review block: Use the problems to identify whether your weak point is equations, signs, or algebra.
- When moving from high school to AP or college physics: Recheck fundamentals before adding vectors, graphs, or calculus-based ideas. See College Physics vs AP Physics: Differences in Topics, Math, and Pace and Physics 101 Topics List: What to Expect in an Introductory Course.
- When your workflow changes: If you start using a new calculator, formula sheet, or digital notebook, test it on a few familiar kinematics problems first. A helpful starting point is Best Physics Calculators and Study Tools for Students.
- Before seasonal planning cycles: At the start of a semester, before midterms, or before finals, rebuild your practice bank by difficulty and topic. You can organize that schedule with Physics Revision Timetable: How to Plan for Tests and Finals.
Action plan: Choose three problems from this page. Solve them once with notes, then solve similar versions from memory the next day. If you miss a step, do not just correct the arithmetic. Write down which part of the checklist failed: equation choice, sign convention, units, or interpretation. That turns practice into a repeatable study system and makes future physics exam prep more efficient.