Kinematics: Motion in One and Two Dimensions
From the physics FB block test advent first curriculum
Kinematics: Motion in One and Two Dimensions
TL;DR
Kinematics describes how objects move without worrying about why they move. You'll learn to use position, velocity, and acceleration to track motion in straight lines and curves. Understanding vectors is key to dealing with movement in two dimensions.
1. The Mental Model
Imagine you're tracking a tiny ant: kinematics is about describing where it is, how fast it's moving, and if its speed or direction is changing. We don't care if a crumb or another ant pushed it, just its path. It's like writing a detailed travelogue for moving objects.
2. The Core Material
Kinematics helps us understand motion using a few core concepts: position, displacement, distance, velocity, speed, and acceleration.
2.1. Motion in One Dimension (1D)

Photo by Mahmoud Ramadan on Pexels
When an object moves in a straight line, like a car on a highway, we're dealing with 1D motion.
- Position ($x$): Where an object is relative to a starting point (origin). Think of it as a street address.
- Displacement ($\Delta x$): The change in position, $\Delta x = x_{final} - x_{initial}$. It has both magnitude (how far) and direction (which way). If you start at 0, go to 5m, and come back to 2m, your displacement is +2m.
- Distance: The total path length traveled. In the example above, the distance is 5m + 3m = 8m.
- Velocity ($v$): The rate of change of position, or displacement over time ($\Delta x / \Delta t$). It's a vector, meaning it has both magnitude (speed) and direction.
- Average velocity: Total displacement divided by total time.
- Instantaneous velocity: Velocity at a specific moment.
- Speed: The magnitude of velocity. It's how fast you're going, regardless of direction (e.g., 60 mph). It's a scalar.
- Acceleration ($a$): The rate of change of velocity, or change in velocity over time ($\Delta v / \Delta t$). It's also a vector. An object accelerates if its speed changes or its direction changes (or both!).
For constant acceleration in 1D, you'll use these handy equations:
- $v = v_0 + at$ (final velocity = initial velocity + acceleration × time)
- $\Delta x = v_0 t + \frac{1}{2}at^2$ (displacement = initial velocity × time + 0.5 × acceleration × time squared)
- $v^2 = v_0^2 + 2a\Delta x$ (final velocity squared = initial velocity squared + 2 × acceleration × displacement)
- $\Delta x = \frac{1}{2}(v_0 + v)t$ (displacement = average velocity × time)
Remember, $v_0$ is initial velocity and $v$ is final velocity.
2.2. Motion in Two Dimensions (2D)

Photo by Insaanu Studio on Pexels
Now, imagine that ant crawling on a tabletop. Its motion isn't just back and forth; it can go left/right and forward/backward. This is 2D motion.
The trick with 2D motion is to break it down into two independent 1D motions: one along the x-axis and one along the y-axis. The principles you learned for 1D still apply, but you'll apply them separately for the x and y components.
- Vectors: Quantities with both magnitude and direction. Position, displacement, velocity, and acceleration are all vectors. To deal with them in 2D, you'll often break them into components (e.g., $v_x$ and $v_y$).
- Projectile Motion: A classic example of 2D motion. Once launched, the only significant force acting on a projectile (ignoring air resistance) is gravity.
- Horizontal motion (x-direction): Constant velocity ($a_x = 0$). So, $v_x = v_{0x}$ and $\Delta x = v_{0x}t$.
- Vertical motion (y-direction): Constant acceleration due to gravity ($a_y = -g \approx -9.8 \text{ m/s}^2$). So, you use the 1D constant acceleration equations with $a_y$ for the y-components.
The key connection between the x and y motions is time ($t$). Time is a scalar, so it's the same for both dimensions.
graph TD
A["Start of Motion (Initial Velocity)"] --> B{{"Break Velocity into Components?"}};
B -->|Yes| C["Vx = V_initial * cos(theta)"];
B -->|Yes| D["Vy = V_initial * sin(theta)"];
C --> E["X-Motion (Horizontal)"];
D --> F["Y-Motion (Vertical)"];
E --> G["Constant Velocity (ax = 0)"];
F --> H["Constant Acceleration (ay = -g)"];
G --> I["Use: Delta_x = Vx * t"];
H --> J["Use: Vy = V_oy + ay*t"];
H --> K["Use: Delta_y = V_oy*t + 0.5*ay*t^2"];
H --> L["Use: Vy^2 = V_oy^2 + 2*ay*Delta_y"];
I & J & K & L --> M["Time (t) links X and Y motion"];
M --> N["Calculate Desired Quantity (e.g., Range, Max Height, Final Velocity)"];
2.3. Relative Motion

Photo by Ron Lach on Pexels
Sometimes you need to describe motion from different viewpoints. For example, if you're walking on a moving train, your velocity relative to the ground is different from your velocity relative to the train. The general rule is:
$\vec{v}_{object/ground} = \vec{v}_{object/reference} + \vec{v}_{reference/ground}$
This means the velocity of an object relative to the ground is the sum of its velocity relative to a moving reference frame and the velocity of that reference frame relative to the ground. Vectors are crucial here!
3. Worked Example
A ball is thrown horizontally from the top of a 45 m high building with an initial speed of 20 m/s. How far from the base of the building does it land? (Ignore air resistance, $g = 9.8 \text{ m/s}^2$).
1. Break into components:
* Horizontal (x-direction):
* Initial velocity, $v_{0x} = 20 \text{ m/s}$ (since thrown horizontally)
* Acceleration, $a_x = 0$
* Displacement, $\Delta x = ?$ (this is what we want to find)
* Vertical (y-direction):
* Initial velocity, $v_{0y} = 0 \text{ m/s}$ (since thrown horizontally, no initial vertical component)
* Acceleration, $a_y = -9.8 \text{ m/s}^2$ (downwards)
* Displacement, $\Delta y = -45 \text{ m}$ (it falls 45m downwards)
2. Find time ($t$) using the vertical motion:
We know $\Delta y$, $v_{0y}$, and $a_y$. We can use $\Delta y = v_{0y} t + \frac{1}{2}a_y t^2$.
$-45 = (0)t + \frac{1}{2}(-9.8)t^2$
$-45 = -4.9t^2$
$t^2 = \frac{-45}{-4.9} \approx 9.18$
$t = \sqrt{9.18} \approx 3.03 \text{ s}$
3. Use time ($t$) in the horizontal motion to find $\Delta x$:
Since $a_x = 0$, we use $\Delta x = v_{0x} t$.
$\Delta x = (20 \text{ m/s})(3.03 \text{ s})$
$\Delta x = 60.6 \text{ m}$
The ball lands approximately 60.6 meters from the base of the building.
4. Key Takeaways
- Kinematics describes motion using position, displacement, distance, velocity, speed, and acceleration.
- Vectors have both magnitude and direction; scalars only have magnitude.
- For 1D motion, use the three main constant acceleration equations.
- For 2D motion, break vectors into x and y components and treat them independently.
- Time is the critical link between the x and y components in 2D motion.
- Projectile motion assumes constant horizontal velocity and constant vertical acceleration due to gravity.
- Relative velocity involves adding or subtracting velocities from different reference frames.
Common Mistakes to Avoid:
- Mixing up distance and displacement, or speed and velocity.
- Forgetting that acceleration due to gravity ($g$) is always downwards.
- Not splitting initial velocity into components when dealing with angled launches.
- Confusing initial velocity components (e.g., using $v_0$ instead of $v_{0x}$ or $v_{0y}$).
- Using 1D equations directly for 2D problems without component breakdown.
5. Now Try It
A cannonball is fired from the ground with an initial velocity of 30 m/s at an angle of 30 degrees above the horizontal. Assuming no air resistance, calculate the maximum height the cannonball reaches.
What success looks like: You should be able to clearly identify the initial velocity components ($v_{0x}$ and $v_{0y}$), realize that at the maximum height the vertical velocity ($v_y$) is momentarily zero, and use the appropriate 1D kinematic equation for vertical motion to solve for the vertical displacement ($\Delta y$).
Frequently asked about Kinematics: Motion in One and Two Dimensions
Get the full physics FB block test advent first curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account