Motion in a Straight Line

CSEC Additional Mathematics Essential Knowledge: Motion in a straight line (rectilinear motion) is the study of how objects move along a straight path. This topic connects calculus concepts like differentiation and integration with physical motion, allowing us to analyze displacement, velocity, and acceleration mathematically. Understanding these concepts is crucial for solving real-world physics problems.

Key Concept: Motion along a straight line can be described using three fundamental quantities: displacement (change in position), velocity (rate of change of displacement), and acceleration (rate of change of velocity). These quantities are related through differentiation and integration.

Part 1: Basic Concepts and Definitions

📐

Displacement, Velocity, and Acceleration

📍
Displacement (s)

The change in position of an object from its starting point. Displacement is a vector quantity (has magnitude and direction).

\[s = x_{\text{final}} – x_{\text{initial}}\]
Displacement
Vector Quantity
Measured in meters (m)

Note: Displacement is different from distance. Distance is scalar (magnitude only), while displacement is vector (magnitude and direction).

🚀
Velocity (v)

The rate of change of displacement with respect to time. Velocity is a vector quantity.

\[v = \frac{ds}{dt}\]

Average velocity: \(v_{\text{avg}} = \frac{\text{total displacement}}{\text{total time}}\)

Instantaneous velocity: Velocity at a specific instant (derivative of displacement)

Velocity
Rate of change of displacement
m/s or ms⁻¹
Acceleration (a)

The rate of change of velocity with respect to time. Acceleration is a vector quantity.

\[a = \frac{dv}{dt} = \frac{d^2s}{dt^2}\]

Note: Acceleration can be positive (speeding up), negative (slowing down), or zero (constant velocity).

Acceleration
Rate of change of velocity
m/s² or ms⁻²

Direction Matters!

In straight-line motion, we typically use positive and negative signs to indicate direction:

  • Positive (+): Motion to the right or upward (depending on coordinate system)
  • Negative (-): Motion to the left or downward

Example: A velocity of -5 m/s means the object is moving 5 m/s in the negative direction.

Part 2: The SUVAT Equations

📝

Equations of Motion for Constant Acceleration

🔢
SUVAT Variables
\(s\)

Displacement (m)

\(u\)

Initial velocity (m/s)

\(v\)

Final velocity (m/s)

\(a\)

Acceleration (m/s²)

\(t\)

Time (s)

📚
The Four SUVAT Equations

These equations apply when acceleration is constant:

\[1.\quad v = u + at\] \[2.\quad s = ut + \frac{1}{2}at^2\] \[3.\quad v^2 = u^2 + 2as\] \[4.\quad s = \frac{1}{2}(u + v)t\]

Memory Aid: SUVAT equations only work for constant acceleration. If acceleration is not constant, you must use calculus methods.

📝 Example 1: Using SUVAT Equations

A car accelerates from rest at 3 m/s² for 5 seconds. Find:

(a) Its final velocity

(b) The distance traveled

1
Identify knowns: \(u = 0\) (from rest), \(a = 3\) m/s², \(t = 5\) s
2
Part (a): Find v using \(v = u + at\): \(v = 0 + (3)(5) = 15\) m/s
3
Part (b): Find s using \(s = ut + \frac{1}{2}at^2\): \(s = 0 + \frac{1}{2}(3)(5^2) = \frac{1}{2}(3)(25) = 37.5\) m
4
Verify with \(s = \frac{1}{2}(u + v)t\): \(\frac{1}{2}(0 + 15)(5) = 7.5 \times 5 = 37.5\) m ✓
📝 Example 2: Deceleration Problem

A car traveling at 20 m/s brakes and comes to rest in 40 m. Calculate:

(a) The deceleration

(b) The time taken to stop

1
Identify knowns: \(u = 20\) m/s, \(v = 0\) (comes to rest), \(s = 40\) m
2
Part (a): Find a using \(v^2 = u^2 + 2as\): \(0 = (20)^2 + 2a(40)\)
3
\(0 = 400 + 80a \Rightarrow 80a = -400 \Rightarrow a = -5\) m/s²
4
Interpretation: Deceleration = 5 m/s² (negative indicates slowing down)
5
Part (b): Find t using \(v = u + at\): \(0 = 20 + (-5)t \Rightarrow 5t = 20 \Rightarrow t = 4\) s

Part 3: Calculus and Motion

🧮

Using Differentiation and Integration

📊
The Calculus Relationships
\[v = \frac{ds}{dt} \quad \text{and} \quad a = \frac{dv}{dt} = \frac{d^2s}{dt^2}\]
D
Differentiate displacement → velocity
D
Differentiate velocity → acceleration
Integrate acceleration → velocity
Integrate velocity → displacement

Integration formulas (with initial conditions):

\(v = \int a \, dt + C\) and \(s = \int v \, dt + C\)
📝 Example 3: Using Differentiation

The displacement of a particle is given by \(s = 2t^3 – 3t^2 + 4t – 1\) meters. Find:

(a) Velocity as a function of time

(b) Acceleration as a function of time

(c) Velocity and acceleration at \(t = 2\) seconds

1
Part (a): Differentiate s to get v: \(v = \frac{ds}{dt} = 6t^2 – 6t + 4\) m/s
2
Part (b): Differentiate v to get a: \(a = \frac{dv}{dt} = 12t – 6\) m/s²
3
Part (c): At t = 2: \(v = 6(2)^2 – 6(2) + 4 = 24 – 12 + 4 = 16\) m/s
4
\(a = 12(2) – 6 = 24 – 6 = 18\) m/s²
📝 Example 4: Using Integration

A particle moves with acceleration \(a = 6t + 2\) m/s². Given that when \(t = 0\), \(v = 3\) m/s and \(s = 1\) m, find:

(a) Velocity as a function of time

(b) Displacement as a function of time

1
Part (a): Integrate acceleration: \(v = \int (6t + 2) dt = 3t^2 + 2t + C\)
2
Use initial condition: When \(t = 0\), \(v = 3\): \(3 = 0 + 0 + C \Rightarrow C = 3\)
3
So \(v = 3t^2 + 2t + 3\) m/s
4
Part (b): Integrate velocity: \(s = \int (3t^2 + 2t + 3) dt = t^3 + t^2 + 3t + D\)
5
Use initial condition: When \(t = 0\), \(s = 1\): \(1 = 0 + 0 + 0 + D \Rightarrow D = 1\)
6
So \(s = t^3 + t^2 + 3t + 1\) meters

Part 4: Graphical Analysis of Motion

📈

Interpreting Motion Graphs

Displacement-Time Graph

Slope = Velocity

• Steeper slope = greater velocity

• Zero slope = stationary (v = 0)

• Negative slope = moving backward

Curvature indicates acceleration

Velocity-Time Graph

Slope = Acceleration

Area under curve = Displacement

• Above time axis = positive displacement

• Below time axis = negative displacement

• Horizontal line = constant velocity

Acceleration-Time Graph

Area under curve = Change in velocity

• Above axis = increasing velocity

• Below axis = decreasing velocity

• Horizontal line = constant acceleration

📏
Key Relationships from Graphs
Graph Type Gradient (Slope) Area Under Graph
Displacement-time Velocity (\(v = \frac{ds}{dt}\)) No physical meaning
Velocity-time Acceleration (\(a = \frac{dv}{dt}\)) Displacement (\(s = \int v \, dt\))
Acceleration-time Jerk (\(\frac{da}{dt}\)) Change in velocity (\(\Delta v = \int a \, dt\))
📝 Example 5: Interpreting a Velocity-Time Graph

The velocity-time graph for a car is shown below:

• From t=0 to t=5: v increases from 0 to 20 m/s (straight line)

• From t=5 to t=15: v = 20 m/s (constant)

• From t=15 to t=20: v decreases from 20 to 0 m/s (straight line)

1
Find acceleration from 0-5s: Slope = \(\frac{20-0}{5-0} = 4\) m/s²
2
Acceleration from 5-15s: Slope = 0 (constant velocity)
3
Acceleration from 15-20s: Slope = \(\frac{0-20}{20-15} = -4\) m/s²
4
Total displacement = area under graph:
5
Area 1 (triangle): \(\frac{1}{2} \times 5 \times 20 = 50\) m
6
Area 2 (rectangle): \(10 \times 20 = 200\) m
7
Area 3 (triangle): \(\frac{1}{2} \times 5 \times 20 = 50\) m
8
Total displacement: \(50 + 200 + 50 = 300\) m

Part 5: Problem Solving Strategies

🎯

Approaching Motion Problems

📋
Step-by-Step Problem Solving
1
Read carefully: Identify what’s given and what’s needed
2
Choose approach: SUVAT (constant acceleration) or Calculus (variable acceleration)
3
List knowns: Write down s, u, v, a, t values with signs (+/- for direction)
4
Select equation: Choose SUVAT equation with only one unknown
5
Solve and check: Calculate, include units, verify answer makes sense

Common Mistakes to Avoid: 1. Forgetting that displacement, velocity, and acceleration are vectors (direction matters!)
2. Using SUVAT equations when acceleration is not constant
3. Mixing up initial and final velocities
4. Forgetting to include units in final answers
5. Not using consistent signs for direction (+/-)
6. Confusing distance (scalar) with displacement (vector)

📝 Example 6: Multi-Stage Problem (CSEC Past Paper Style)

A particle starts from rest and accelerates at 2 m/s² for 6 seconds. It then travels at constant speed for 8 seconds before decelerating at 3 m/s² until it stops. Calculate:

(a) Maximum speed reached

(b) Total distance traveled

(c) Total time taken

1
Stage 1: Acceleration
\(u = 0, a = 2, t = 6\)
\(v = u + at = 0 + 2(6) = 12\) m/s (maximum speed)
\(s_1 = ut + \frac{1}{2}at^2 = 0 + \frac{1}{2}(2)(36) = 36\) m
2
Stage 2: Constant velocity
\(v = 12\) m/s, \(t = 8\) s
\(s_2 = vt = 12 \times 8 = 96\) m
3
Stage 3: Deceleration
\(u = 12, v = 0, a = -3\)
Time: \(t = \frac{v-u}{a} = \frac{0-12}{-3} = 4\) s
Distance: \(s_3 = \frac{1}{2}(u+v)t = \frac{1}{2}(12+0)(4) = 24\) m
4
Totals:
(a) Max speed = 12 m/s
(b) Total distance = \(36 + 96 + 24 = 156\) m
(c) Total time = \(6 + 8 + 4 = 18\) s

Quiz: Test Your Understanding

Motion in a Straight Line Quiz
Question 1: A car accelerates from 10 m/s to 30 m/s in 5 seconds. Calculate its acceleration.
Answer:
Using \(v = u + at\):
\(30 = 10 + a(5)\)
\(5a = 20\)
\(a = 4\) m/s²
Question 2: A ball is thrown vertically upward with initial velocity 20 m/s. Taking g = 10 m/s² downward, find:
(a) Time to reach maximum height
(b) Maximum height reached
Answer:
At max height, \(v = 0\). Acceleration = -10 m/s² (opposite to motion)
(a) Using \(v = u + at\): \(0 = 20 + (-10)t \Rightarrow 10t = 20 \Rightarrow t = 2\) s
(b) Using \(s = ut + \frac{1}{2}at^2\): \(s = 20(2) + \frac{1}{2}(-10)(4) = 40 – 20 = 20\) m
Or using \(v^2 = u^2 + 2as\): \(0 = 400 + 2(-10)s \Rightarrow 20s = 400 \Rightarrow s = 20\) m
Question 3: A particle moves such that its displacement is \(s = t^3 – 6t^2 + 9t\) meters. Find when it is momentarily at rest.
Answer:
Momentarily at rest when \(v = 0\)
\(v = \frac{ds}{dt} = 3t^2 – 12t + 9\)
Set \(v = 0\): \(3t^2 – 12t + 9 = 0\)
Divide by 3: \(t^2 – 4t + 3 = 0\)
Factor: \((t-1)(t-3) = 0\)
So \(t = 1\) s and \(t = 3\) s
Question 4: A train decelerates uniformly from 40 m/s to 20 m/s over 100 m. Find:
(a) The deceleration
(b) The time taken
Answer:
Known: \(u = 40, v = 20, s = 100\)
(a) Using \(v^2 = u^2 + 2as\): \(400 = 1600 + 2a(100)\)
\(200a = 400 – 1600 = -1200\)
\(a = -6\) m/s² (deceleration of 6 m/s²)
(b) Using \(v = u + at\): \(20 = 40 + (-6)t \Rightarrow 6t = 20 \Rightarrow t = \frac{20}{6} = 3.33\) s
Question 5: The velocity of a particle is \(v = 4t – t^2\) m/s. Find the displacement from \(t = 0\) to \(t = 4\) seconds.
Answer:
Displacement = \(\int_0^4 v \, dt = \int_0^4 (4t – t^2) dt\)
\(= \left[ 2t^2 – \frac{t^3}{3} \right]_0^4\)
\(= \left( 2(16) – \frac{64}{3} \right) – 0\)
\(= 32 – \frac{64}{3} = \frac{96}{3} – \frac{64}{3} = \frac{32}{3} \approx 10.67\) m

🎯 Key Concepts Summary

  • Displacement (s): Change in position (vector, meters)
  • Velocity (v): Rate of change of displacement (\(v = \frac{ds}{dt}\), m/s)
  • Acceleration (a): Rate of change of velocity (\(a = \frac{dv}{dt} = \frac{d^2s}{dt^2}\), m/s²)
  • SUVAT Equations (constant acceleration only):
    • \(v = u + at\)
    • \(s = ut + \frac{1}{2}at^2\)
    • \(v^2 = u^2 + 2as\)
    • \(s = \frac{1}{2}(u + v)t\)
  • Calculus Relationships:
    • Differentiate displacement → velocity
    • Differentiate velocity → acceleration
    • Integrate acceleration → velocity (with initial condition)
    • Integrate velocity → displacement (with initial condition)
  • Graph Interpretation:
    • Displacement-time: slope = velocity
    • Velocity-time: slope = acceleration, area = displacement
    • Acceleration-time: area = change in velocity
  • CSEC Exam Strategy:
    • Identify if acceleration is constant (SUVAT) or variable (calculus)
    • Use consistent signs for direction (+/-)
    • Sketch diagrams for complex problems
    • Show all steps: formula, substitution, calculation, units
    • Check if answer is reasonable (e.g., time shouldn’t be negative)

CSEC Exam Strategy: Motion in a straight line questions frequently appear in Paper 2. Common question types: (1) SUVAT problems with constant acceleration, (2) Calculus problems with variable acceleration, (3) Graph interpretation questions, (4) Multi-stage motion problems. Always identify whether acceleration is constant (use SUVAT) or variable (use calculus). Show clear working: write the formula, substitute values, calculate step by step, and include units in final answers.

Real-World Applications

Vehicle motion analysis (cars, trains, aircraft)
Sports physics (projectile motion, running, jumping)
Free fall and vertical motion under gravity
Elevator and lift movement calculations
Conveyor belt and production line motion
Traffic engineering and road safety analysis
Amusement park ride design

Pro Tip: When solving motion problems, always define your positive direction at the start and stick to it. If an object changes direction, you may need to break the motion into segments. For vertical motion problems, remember that acceleration due to gravity is approximately 9.8 m/s² or 10 m/s² downward (use the value specified in the question).

Scroll to Top