aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Stay in the loop

Study tips, product updates, and early access to new features.

aimnova.

AI-powered IB study platform with personalised plans, instant feedback, and examiner-style marking.

IB Subjects
  • All IB Subjects
  • IB Diploma
  • IB ESS
  • IB Economics
  • IB Business Management
  • IB Math AI
  • IB Math AA
Question Banks
  • ESS Question Bank
  • Economics Question Bank
  • Business Management Question Bank
  • Math AI Question Bank
  • Math AA Question Bank
Predicted Topics 2026
  • ESS Predictions 2026
  • Economics Predictions 2026
  • Business Management Predictions 2026
  • Math AI Predictions 2026
  • Math AA Predictions 2026

Study Resources

  • Free Study Notes
  • Mock Exams
  • Revision Guide
  • Flashcards
  • Exam Skills
  • Command Terms
  • Past Paper Feedback
  • Grade Calculator
  • Exam Timetable 2026

Company

  • Features
  • Pricing
  • About Us
  • Blog
  • Contact
  • Terms
  • Privacy
  • Cookies

© 2026 Aimnova. All rights reserved.

Made with 💜 for IB students worldwide

v0.1.1038
NotesPhysicsTopic 1.1
Unit 1 · Space, time and motion · Topic 1.1

IB Physics — Kinematics

Topic 1.1 of IB Physics covers Kinematics, which is part of Unit 1: Space, time and motion. Students explore key concepts including Velocity and displacement, Acceleration, Displacement from a velocity–time graph, and more. A strong understanding of kinematics is essential for IB Physics exams and builds the foundation for connected topics across the syllabus.

Exam technique guidePractice questions

Key concepts in Kinematics

Key Idea: Kinematics is the maths of motion — describing how things move with displacement, velocity and acceleration, without asking what causes it. It is the foundation of the whole course and is tested in every paper: quick one-step reads in Paper 1A (multiple choice), graph-plotting in Paper 1B, and full determine / show that / sketch questions in Paper 2.

📈 Reading a motion graph

Almost every kinematics graph question comes down to two readings: take the slope or take the area. Which one depends on which graph you are looking at.

On a v–t graph the slope is the acceleration and the area is the displacement — mixing these up is the most common motion-graph mistake. Area below the time axis is negative — the object is moving the other way.

🧮 The key equations

For constant acceleration (a straight v–t line) the four suvat equations link the five quantities s, u, v, a and t. All four are given in the data booklet.

v=u+atv = u + atv=u+at
No s — use it when displacement is not involved.
sss
displacement (m)
uuu
initial velocity (m s⁻¹)
vvv
final velocity (m s⁻¹)
aaa
acceleration (m s⁻²)
ttt
time (s)
s=ut+12at2s = ut + \tfrac{1}{2}at^{2}s=ut+21​at2
No v — use it for displacement from a known acceleration and time.
v2=u2+2asv^{2} = u^{2} + 2asv2=u2+2as
No t — use it when time is neither known nor wanted.
s=u+v2 ts = \frac{u + v}{2}\,ts=2u+v​t
No a — average velocity × time. This is also the area of the trapezium under a straight v–t line.
sss
displacement (m)
uuu
initial velocity (m s⁻¹)
vvv
final velocity (m s⁻¹)
ttt
time (s)
List your knowns, mark the one you want, and pick the equation that is missing the quantity you neither know nor need. Always write the formula first, then substitute.

🪂 Free fall & projectiles

Free fall is just constant-acceleration motion with a = g = 9.81 m s⁻² pointing down (independent of mass). A projectile splits into two independent motions — constant horizontal velocity, free-fall vertical — sharing one clock.

R=ux tR = u_x\,tR=ux​t
Horizontal range = constant horizontal velocity × the time of flight (the time comes from the vertical drop). Not in the booklet — it is just distance = speed × time applied sideways.
RRR
horizontal range (m)
uxu_xux​
horizontal velocity — stays constant (m s⁻¹)
ttt
time of flight, set by the vertical drop (s)

💨 Fluid resistance & terminal velocity

Real falling objects meet drag (fluid resistance), which acts against the motion and grows with speed. The suvat equations no longer apply (the acceleration is changing), so this part is described, not calculated.

At terminal velocity the forces are not absent — weight and drag are equal and opposite, so they cancel. Zero resultant force means zero acceleration, so the velocity stays constant.

✍️ Worked examples

IB-style question — pick the right suvat equation

A motorbike accelerates uniformly from 6.0 m s⁻¹ to 30 m s⁻¹ over a distance of 90 m. Find its acceleration.

Solution:

  1. Knowns: u = 6.0, v = 30, s = 90; want a. No t, so use the given equation with no t:

    v2=u2+2asv^{2} = u^{2} + 2asv2=u2+2as
  2. Make a the subject — formula first:

    a=v2−u22sa = \frac{v^{2} - u^{2}}{2s}a=2sv2−u2​
  3. Substitute the values:

    a=302−6.022×90a = \frac{30^{2} - 6.0^{2}}{2 \times 90}a=2×90302−6.02​
  4. Work it out — keep the unit:

    a=900−36180=4.8 m s−2a = \frac{900 - 36}{180} = 4.8\ \text{m s}^{-2}a=180900−36​=4.8 m s−2
Final answer:

a = 4.8 m s⁻².

IB-style question — displacement from a v–t graph

A tram's velocity–time graph is a straight line rising from 5.0 m s⁻¹ to 17 m s⁻¹ over 8.0 s. Find the distance it travels.

Solution:

  1. Displacement is the area under the line — a trapezium. Use the given equation first:

    s=u+v2 ts = \frac{u + v}{2}\,ts=2u+v​t
  2. Substitute (u = 5.0, v = 17, t = 8.0):

    s=5.0+172×8.0s = \frac{5.0 + 17}{2} \times 8.0s=25.0+17​×8.0
  3. Average velocity, then × time — keep the unit:

    s=11×8.0=88 ms = 11 \times 8.0 = 88\ \text{m}s=11×8.0=88 m
Final answer:

s = 88 m.

IB-style question — free fall

A stone is dropped from rest down a well and takes 1.8 s to reach the water. Find (a) its speed on impact and (b) the depth of the well. Take g = 9.81 m s⁻².

Solution:

  1. (a) Dropped from rest so u = 0, a = g. Want v, have t — use the given equation with no s:

    v=u+atv = u + atv=u+at
  2. Substitute (u = 0, a = 9.81, t = 1.8):

    v=0+9.81×1.8=17.7 m s−1v = 0 + 9.81 \times 1.8 = 17.7\ \text{m s}^{-1}v=0+9.81×1.8=17.7 m s−1
  3. (b) Want s, have u, a, t — use the given equation with no v:

    s=ut+12at2s = ut + \tfrac{1}{2}at^{2}s=ut+21​at2
  4. Substitute (u = 0):

    s=0+12(9.81)(1.8)2=15.9 ms = 0 + \tfrac{1}{2}(9.81)(1.8)^{2} = 15.9\ \text{m}s=0+21​(9.81)(1.8)2=15.9 m
Final answer:

(a) v = 17.7 m s⁻¹ ≈ 18 m s⁻¹; (b) s = 15.9 m ≈ 16 m.

IB-style question — projectile launched horizontally

A ball is thrown horizontally at 7.0 m s⁻¹ from the top of a 31 m cliff. Find (a) the time to land and (b) how far from the base it lands. Take g = 9.8 m s⁻².

Solution:

  1. (a) Vertical motion is free fall from rest (uy = 0). Use the given equation:

    s=uyt+12gt2s = u_y t + \tfrac{1}{2}gt^{2}s=uy​t+21​gt2
  2. Substitute (s = 31, uy = 0, g = 9.8) and rearrange for t:

    t=2×319.8=2.5 st = \sqrt{\frac{2 \times 31}{9.8}} = 2.5\ \text{s}t=9.82×31​​=2.5 s
  3. (b) Horizontal velocity is constant — use the horizontal relation:

    R=ux tR = u_x\,tR=ux​t
  4. Substitute (uₓ = 7.0, t = 2.5 s from part a):

    R=7.0×2.5=17.5 mR = 7.0 \times 2.5 = 17.5\ \text{m}R=7.0×2.5=17.5 m
Final answer:

(a) t = 2.5 s; (b) R = 17.5 m ≈ 18 m from the base.


✅ Quick self-check

Tap each card to check yourself.


Exam Tips

  • v–t graph: slope = acceleration, area = displacement. Never swap the two.
  • The suvat equations apply only when the acceleration is constant (a straight v–t line) — not once drag matters.
  • Choose a suvat equation by the quantity that is missing: list knowns, mark the unknown, pick the equation without the spare one.
  • Always write the equation first, then substitute, and keep the unit on every line of working.
  • Free fall: a = g = 9.81 m s⁻² down, same for every mass. Decide which direction is positive before you start.
  • Projectiles: treat horizontal (constant uₓ) and vertical (free fall) separately — they share only the time.
  • Watch the sign: a falling v–t line / a 'deceleration' / area below the axis are all negative.

What you'll learn in Topic 1.1

  • 1.1.1 Velocity and displacement
  • 1.1.2 Acceleration
  • 1.1.3 Displacement from a velocity–time graph
  • 1.1.4 The suvat equations
  • 1.1.5 Free fall
  • 1.1.6 Projectiles
  • 1.1.7 Fluid resistance and terminal velocity
Suggested study order: Read the notes for each sub-topic below → test yourself with flashcards → attempt practice questions → review exam technique.

Study resources — 1.1 Kinematics

1.1.1

Velocity and displacement

Notes
1.1.2

Acceleration

Notes
1.1.3

Displacement from a velocity–time graph

Notes
1.1.4

The suvat equations

Notes
1.1.5

Free fall

Notes
1.1.6

Projectiles

Notes
1.1.7

Fluid resistance and terminal velocity

Notes

Ready to study Kinematics?

Get AI-powered practice questions, personalised feedback, and a study planner tailored to your IB Physics exam date.

Start studying free

Topic 1.1 Kinematics forms a core part of Unit 1: Space, time and motion in IB Physics. Mastering these concepts will strengthen your understanding of connected topics across the syllabus and prepare you for exam questions that require analysis, evaluation, and real-world application.

Next topic
1.2 Forces and momentum
All Physics topics
Exam technique

Ready to practice?

Get AI-graded practice questions, mock exams, flashcards, and a personalised study plan — all aligned to your IB syllabus.

Start Studying Free

No credit card required · Cancel anytime