Mechanics: Kinematics and Dynamics
From the Physics curriculum
Mechanics: Kinematics and Dynamics
TL;DR
Kinematics describes how things move (position, velocity, acceleration), while dynamics explains why they move (forces). Understanding both helps you predict and analyze motion using Newton's Laws. This topic is fundamental to comprehending the physical world around you.
1. The Mental Model
Imagine a car moving: kinematics tells you its speed and how fast it’s speeding up. Dynamics tells you that the engine creating a force makes it speed up, and friction slows it down.
2. The Core Material
You'll explore how objects move and interact. We'll break this down into "how" (kinematics) and "why" (dynamics).
2.1 Kinematics: Describing Motion
Kinematics is all about describing motion without considering the forces causing it. You'll typically deal with these quantities:
- Position (x, y, or s): Where an object is. It's a vector, meaning it has both magnitude and direction.
- Displacement (Δx, Δy, or Δs): The change in an object's position. Also a vector.
- Distance: The total path length traveled, a scalar (magnitude only).
- Velocity (v): How fast an object's position changes and in what direction. It's the rate of change of displacement.
- Average velocity: Δs / Δt
- Instantaneous velocity: The velocity at a specific moment.
- Speed: The magnitude of velocity; how fast an object is moving, a scalar.
- Acceleration (a): How fast an object's velocity changes. It's the rate of change of velocity.
- Average acceleration: Δv / Δt
- Instantaneous acceleration: The acceleration at a specific moment.
These are often related through a set of kinematic equations, especially for constant acceleration:
- v = u + at
- s = ut + ½at²
- v² = u² + 2as
- s = ½(u + v)t
Where u is initial velocity, v is final velocity, a is acceleration, t is time, and s is displacement. Remember to pick a consistent direction as positive!
2.2 Dynamics: Explaining Motion (Forces!)
Dynamics brings in the why. It's all about forces and how they cause changes in motion, governed by Newton's Laws. A force is a push or a pull.
Newton's Laws of Motion:
- First Law (Inertia): An object at rest stays at rest, and an object in motion stays in motion with the same speed and in the same direction unless acted upon by an unbalanced force.
- This tells you that forces cause changes in motion, not motion itself.
- Second Law (F=ma): The acceleration of an object is directly proportional to the net force acting on it and inversely proportional to its mass. The direction of the acceleration is in the direction of the net force.
- Net Force (ΣF) = mass (m) × acceleration (a)
- This is the workhorse equation for dynamics problems.
- Third Law (Action-Reaction): For every action, there is an equal and opposite reaction.
- If object A exerts a force on object B, then object B exerts an equal and opposite force on object A. These forces act on different objects.
Types of Forces you'll encounter:
- Weight (Fg or W): The force of gravity acting on an object. Fg = mg (where g ≈ 9.8 m/s² on Earth).
- Normal Force (Fn or N): The contact force exerted by a surface perpendicular to that surface, preventing objects from passing through each other.
- Tension (Ft or T): The force transmitted through a string, rope, cable, or chain when pulled tight.
- Friction (f): A force that opposes motion or attempted motion between surfaces in contact.
- Static Friction (fs): Prevents motion.
- Kinetic Friction (fk): Opposes motion when objects are sliding. Fk = μk * N (where μk is the coefficient of kinetic friction).
- Applied Force (Fa): A direct push or pull.
To solve dynamics problems, you'll often draw a Free-Body Diagram (FBD). This diagram isolates the object and shows all the forces acting on it as vectors starting from the object's center.
graph TD
A["Object Motion"] --> B["How it moves? (Kinematics)"];
A --> C["Why it moves? (Dynamics)"];
B --> D["Position / Displacement (s)"];
B --> E["Velocity (v)"];
B --> F["Acceleration (a)"];
C --> G["Forces (F)"];
C --> H["Mass (m)"];
H --> G;
G --> I["Newton's Laws"];
I --> J["1st Law: Inertia"];
I --> K["2nd Law: F=ma"];
I --> L["3rd Law: Action-Reaction"];
J --> B;
K --> B;
L --> B;
3. Worked Example
Let's combine concepts. A 2 kg box is pulled horizontally across a rough floor by a 10 N force. The coefficient of kinetic friction (μk) is 0.2. What's the acceleration of the box? (Use g = 9.8 m/s²)
-
Draw a Free-Body Diagram:
- Downward: Weight (Fg) = mg = 2 kg * 9.8 m/s² = 19.6 N
- Upward: Normal Force (Fn)
- Rightward: Applied Force (Fa) = 10 N
- Leftward: Kinetic Friction (fk)
-
Apply Newton's Second Law for vertical forces:
- Since the box isn't accelerating vertically, the net vertical force is zero.
- ΣFy = Fn - Fg = 0
- Fn = Fg = 19.6 N
-
Calculate the friction force:
- fk = μk * Fn = 0.2 * 19.6 N = 3.92 N
-
Apply Newton's Second Law for horizontal forces:
- ΣFx = Fa - fk = ma
- 10 N - 3.92 N = 2 kg * a
- 6.08 N = 2 kg * a
-
Solve for acceleration (a):
- a = 6.08 N / 2 kg = 3.04 m/s²
The box accelerates at 3.04 m/s² horizontally.
4. Key Takeaways
- Kinematics describes how motion happens (position, velocity, acceleration).
- Dynamics explains why motion happens, focusing on forces and mass.
- Newton's Second Law (F=ma) is the cornerstone for solving dynamics problems.
- Always draw a Free-Body Diagram to correctly identify and sum forces on an object.
- Forces like friction and normal force depend on contact between surfaces.
- Vectors (like velocity, acceleration, force) have both magnitude and direction; scalars (like mass, speed, distance) only have magnitude.
- The kinematic equations are powerful tools for constant acceleration problems.
Common Mistakes to Avoid:
- Confusing speed with velocity or distance with displacement.
- Not identifying all forces on a Free-Body Diagram, or including forces that aren't acting on the object.
- Forgetting that action-reaction pairs (Newton's 3rd Law) act on different objects.
- Mixing up positive and negative directions for vectors in your calculations.
- Using F=ma without first calculating the net force (ΣF).
5. Now Try It
A car starts from rest and accelerates uniformly to 20 m/s in 5 seconds. If the car has a mass of 1200 kg, what is the net force acting on the car during this acceleration?
What to do: First, use kinematic equations to find the acceleration. Then, apply Newton's Second Law to find the net force.
What success looks like: You arrive at a single numerical value for the net force, expressed in Newtons (N).
Frequently asked about Mechanics: Kinematics and Dynamics
More from Physics
Get the full Physics curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account