Rotational Kinematics
Why this matters
Imagine you're at a state fair, standing on the edge of a giant, spinning carousel. Your friend, Priya, is standing closer to the center. In one full rotation, you both complete the circle in the same amount of time, say, 10 seconds. But you've traveled a much larger distance in a big circle, while Priya has traveled a shorter distance in a small circle. You're moving faster through space than she is!
So how can we describe the motion of the carousel itself, if every point on it has a different speed? This is where our old tools for linear motion (like displacement in meters and velocity in meters per second) fall short. We need a new language to talk about rotation.
In this lesson, we'll build that new language. We'll learn about angular displacement, angular velocity, and angular acceleration—the rotational siblings of the concepts you already know and are great at.
Diagram
Concept map
flowchart TD
A[Start: Problem with a rotating object] --> B{Identify Knowns};
B --> C{List known variables: θ₀, θ, ω₀, ω, α, t};
C --> D{Identify the Unknown Variable};
D --> E{Choose the kinematic equation that links knowns and the unknown};
subgraph Equations
E1[`ω = ω₀ + αt`]
E2[`θ = θ₀ + ω₀t + ½αt²`]
E3[`ω² = ω₀² + 2αΔθ`]
end
E --> Equations;
Equations --> F[Solve for the unknown];
F --> G{Check units and sign};
G --> H[End: Final Answer];
Core explanation
Welcome to the world of rotation! Until now, we've mostly treated objects as points moving in straight lines. But the real world is full of things that spin, twist, and turn: a basketball spinning on a fingertip, the blades of a helicopter, or a vinyl record playing your favorite album.
As we saw with the carousel example, describing this motion with linear variables like x (position) and v (velocity) gets complicated. A point on the edge of a record moves faster (in m/s) than a point near the label. But the entire record is one single, solid object—a rigid system. It holds its shape as it rotates. We need a way to describe the motion of the entire system at once.
Let's build our new toolkit, variable by variable.
Angular Displacement (Δθ)
Instead of asking "how far did it travel in meters?", we ask "how much did it turn?". This "how much" is the angular displacement, and its symbol is Δθ (delta theta).
- DefinitionAngular displacement is the change in the angle of an object as it rotates around a fixed axis.
- UnitsIn physics, we almost always measure angles in radians, not degrees. A radian is a "purer" unit for angles. One full circle is 2π radians (which is the same as 360°).
- EquationJust like linear displacement, it's the final position minus the initial position:
Δθ = θ_final - θ_initial - DirectionThis is crucial. By convention, we define counter-clockwise (CCW) rotation as the positive (+) direction, and clockwise (CW) rotation as the negative (-) direction.
Imagine a pizza spinning on a lazy Susan. If you rotate it counter-clockwise by a quarter turn to give your friend Carlos the slice with the most pepperoni, its angular displacement is +π/2 radians.
Angular Velocity (ω)
Now, instead of asking "how fast is it moving in m/s?", we ask "how fast is it spinning?". This is the angular velocity, and its symbol is ω (the Greek letter omega).
- DefinitionAngular velocity is the rate of change of angular displacement. It tells you how many radians the object turns through each second.
- EquationThe average angular velocity is:
ω_avg = Δθ / Δt - UnitsSince Δθ is in radians and Δt is in seconds, the units for ω are radians per second (rad/s).
If that pizza for Carlos made its quarter-turn (π/2 radians) in 2 seconds, its average angular velocity was (π/2 rad) / (2 s) = π/4 rad/s.
Angular Acceleration (α)
Finally, what if the spinning motion is speeding up or slowing down? Instead of asking "what is its acceleration in m/s²?", we ask "how quickly is its spin rate changing?". This is the angular acceleration, and its symbol is α (the Greek letter alpha).
- DefinitionAngular acceleration is the rate of change of angular velocity.
- EquationThe average angular acceleration is:
α_avg = Δω / Δt - UnitsThe units are radians per second squared (rad/s²).
If you give the lazy Susan a push and it goes from rest (ω = 0) to π/4 rad/s in 0.5 seconds, its angular acceleration was (π/4 rad/s) / (0.5 s) = π/2 rad/s².
The Beautiful Analogy: Rotational Kinematics
Here is the best news you'll hear all day. If you mastered the "Big Three" kinematic equations for linear motion, you already know the equations for rotational motion. They are mathematically identical.
| Linear Motion (1D) | Rotational Motion | Relationship |
|---|---|---|
Displacement: x (m) |
Angular Displacement: θ (rad) |
x becomes θ |
Velocity: v (m/s) |
Angular Velocity: ω (rad/s) |
v becomes ω |
Acceleration: a (m/s²) |
Angular Acceleration: α (rad/s²) |
a becomes α |
Now, let's translate our kinematic equations. These only work when the angular acceleration α is constant.
Linear Equation 1: v = v₀ + at
Rotational Version: ω = ω₀ + αt
(The final angular velocity is the initial angular velocity plus the acceleration multiplied by time.)
Linear Equation 2: x = x₀ + v₀t + (1/2)at²
Rotational Version: θ = θ₀ + ω₀t + (1/2)αt²
(The final angular position depends on the initial position, initial velocity, and acceleration over time.)
Linear Equation 3: v² = v₀² + 2a(x - x₀)
Rotational Version: ω² = ω₀² + 2α(θ - θ₀) or ω² = ω₀² + 2αΔθ
(Relates final velocity to initial velocity, acceleration, and displacement, without needing time.)
This is where so many students breathe a sigh of relief. You don't need to memorize a whole new set of rules. You just need to swap the symbols. The problem-solving strategy is exactly the same: identify your knowns, identify your unknown, pick the equation that connects them, and solve.
A Note on Graphs
The relationships between graphs also carry over perfectly.
- The slope of an angular position vs. time (θ vs. t) graph is the angular velocity (ω).
- The slope of an angular velocity vs. time (ω vs. t) graph is the angular acceleration (α).
- The area under an angular velocity vs. time (ω vs. t) graph is the angular displacement (Δθ).
- The area under an angular acceleration vs. time (α vs. t) graph is the change in angular velocity (Δω).
So, when you see a problem about a spinning object, take a deep breath. You've got this. It's just kinematics in a new outfit.
Worked examples
Let's put these new equations into practice. The key is always to identify what you're given and what you need to find, then choose the right tool for the job.
Spinning Up a Computer Fan
A computer's cooling fan starts from rest. It accelerates with a constant angular acceleration of α = 30.0 rad/s² for 0.50 seconds. What is its final angular velocity?
1. Identify Knowns and Unknowns:
- It starts from rest, so initial angular velocity
ω₀ = 0 rad/s. - We're given the angular acceleration
α = 30.0 rad/s². - We're given the time
t = 0.50 s. - We need to find the final angular velocity,
ω.
2. Choose the Right Equation:
We have ω₀, α, and t, and we want ω. The equation that connects these four variables is:
ω = ω₀ + αt
3. Solve the Problem:
Plug in the values:
ω = 0 rad/s + (30.0 rad/s²)(0.50 s)
ω = 15.0 rad/s
A Carousel Slowing Down
A carousel at a park in Chicago is initially rotating at ω₀ = 1.5 rad/s (counter-clockwise). The operator applies the brake, causing it to slow down and stop after rotating through an angle of Δθ = 2.8 rad. Find the angular acceleration of the carousel.
1. Identify Knowns and Unknowns:
- Initial angular velocity
ω₀ = +1.5 rad/s(it's positive because it's CCW). - It comes to a stop, so final angular velocity
ω = 0 rad/s. - It turns through an angular displacement
Δθ = +2.8 rad. - We need to find the angular acceleration,
α. Notice that time,t, is not given and not asked for.
2. Choose the Right Equation:
We have ω₀, ω, and Δθ, and we want α. The equation that connects these variables without time is:
ω² = ω₀² + 2αΔθ
3. Solve the Problem:
First, rearrange the equation to solve for α:
ω² - ω₀² = 2αΔθ
α = (ω² - ω₀²) / (2Δθ)
Now, plug in the values:
α = ( (0 rad/s)² - (1.5 rad/s)² ) / ( 2 * 2.8 rad )
α = ( -2.25 rad²/s² ) / ( 5.6 rad )
α = -0.402 rad/s²
Why this makes sense: The angular acceleration is negative. This is exactly what we expect! The carousel was spinning in the positive direction (ω was positive), but it was slowing down, which means the acceleration must be in the opposite (negative) direction.
Try it yourself
Here's a chance to try it on your own.
Problem 1: Aaliyah is riding a stationary bike. The wheel is initially spinning at 12.0 rad/s. She stops pedaling, and the wheel slows down with a constant angular acceleration of -0.75 rad/s². (a) How many full revolutions does the wheel make before coming to a stop? (b) How long does it take for the wheel to stop?
Hints:
- For part (a), you're looking for
Δθ. You know the initial and final angular velocities and the angular acceleration. Which equation connects these without time? Remember to convert your final answer from radians to revolutions. - For part (b), you're looking for
t. Now that you know almost everything else, which is the simplest equation you can use to find the time?
Practice — 8 questions
In simple terms, rotational kinematics is about describing how things spin—how far they turn, how fast they spin, and how their spin speed changes, using a new set of tools that mirror what we already know about linear motion.
- 5.1.A: Describe the rotation of a system with respect to time using angular displacement, angular velocity, and angular acceleration.
- 5.1.A.1
- Angular displacement is the measurement of the angle, in radians, through which a point on a rigid system rotates about a specified axis. Relevant equation: Δθ = θ - θ₀
- 5.1.A.1.i
- A rigid system is one that holds its shape but in which different points on the system move in different directions during rotation. A rigid system cannot be modeled as an object.
- 5.1.A.1.ii
- One direction of angular displacement about an axis of rotation—clockwise or counterclockwise—is typically indicated as mathematically positive, with the other direction becoming mathematically negative.
- 5.1.A.1.iii
- If the rotation of a system about an axis may be well described using the motion of the system's center of mass, the system may be treated as a single object. For example, the rotation of Earth about its axis may be considered negligible when considering the revolution of Earth about the center of mass of the Earth-Sun system.
- 5.1.A.2
- Average angular velocity is the average rate at which angular position changes with respect to time. Relevant equation: ω_avg = Δθ/Δt
- 5.1.A.3
- Average angular acceleration is the average rate at which the angular velocity changes with respect to time. Relevant equation: α_avg = Δω/Δt
- 5.1.A.4
- Angular displacement, angular velocity, and angular acceleration around one axis are analogous to linear displacement, velocity, and acceleration in one dimension and demonstrate the same mathematical relationships.
- 5.1.A.4.i
- For constant angular acceleration, the mathematical relationships between angular displacement, angular velocity, and angular acceleration can be described with the following equations: ω = ω₀ + αt θ = θ₀ + ω₀t + (1/2)αt² ω² = ω₀² + 2α(θ – θ₀)
- 5.1.A.4.ii
- Graphs of angular displacement, angular velocity, and angular acceleration as functions of time can be used to find the relationships between those quantities.
flowchart TD
A[Start: Problem with a rotating object] --> B{Identify Knowns};
B --> C{List known variables: θ₀, θ, ω₀, ω, α, t};
C --> D{Identify the Unknown Variable};
D --> E{Choose the kinematic equation that links knowns and the unknown};
subgraph Equations
E1[`ω = ω₀ + αt`]
E2[`θ = θ₀ + ω₀t + ½αt²`]
E3[`ω² = ω₀² + 2αΔθ`]
end
E --> Equations;
Equations --> F[Solve for the unknown];
F --> G{Check units and sign};
G --> H[End: Final Answer];
Read what Saavi narrates
Hey everyone, it's Saavi. Let's talk about things that spin.
Imagine you're at a state fair, on one of those big, spinning carousels. You're on the edge, and your friend Priya is standing closer to the center. When the ride starts, you both go around in a circle together, right? You both complete one rotation in the same amount of time. But... you're moving much faster. You have to cover a huge circle, while Priya only has to cover a small one.
So if every part of the carousel is moving at a different speed, how do we even begin to describe its motion? That's what this lesson is all about. We're going to learn a new language to talk about rotation. It's a set of tools that are direct parallels to the linear motion stuff you already know so well.
So we're going to introduce three new quantities... angular displacement, which is how much something has turned... angular velocity, which is how fast it's spinning... and angular acceleration, which is how its spin rate is changing. You'll see these are just the rotational siblings of position, velocity, and acceleration that you've already mastered.
Let's walk through an example. A computer's cooling fan starts from rest. It accelerates with a constant angular acceleration of 30 radians per second squared, for half a second. What is its final angular velocity?
Okay, let's break it down. "Starts from rest" tells us the initial angular velocity, which we call omega-naught, is zero. The problem gives us the angular acceleration, alpha, as 30 rad/s squared, and the time, t, as 0.5 seconds. We need to find the final angular velocity, omega.
The equation that connects all these is... omega equals omega-naught plus alpha times t. It's just like v equals v-naught plus a-t!
So, we plug in the numbers. Omega equals zero, plus thirty times zero-point-five. That gives us a final angular velocity of 15 radians per second. See? The process is exactly the same as for linear motion.
Now, here's a mistake I see every single year. Students use degrees in these equations. The kinematic formulas are built on radians. They just don't work with degrees. If you're given an angle in degrees or revolutions, your very first step must be to convert it to radians. Remember that one full circle is two-pi radians.
You're building a powerful new toolkit here. It might feel a little strange at first, but with practice, you'll see it's just a familiar pattern in a new context. You can do this. Keep up the great work.
The kinematic equations are derived based on the mathematical definition of a radian. Using degrees will give you an answer that is off by a factor of 180/π (about 57.3). The equations simply do not work with degrees.
Always convert any angles given in degrees or revolutions into radians before plugging them into an equation. Remember: 1 revolution = 360° = 2π radians.
An object is slowing down when its velocity and acceleration have opposite signs. If a carousel is spinning clockwise (negative ω) and slowing down, its angular acceleration `α` must be positive. If it's spinning counter-clockwise (positive ω) and slowing down, `α` is negative.
Look at the signs of both `ω` and `α`. If they are the same, the object is speeding up. If they are different, it's slowing down.
Many real-world problems (like engine or motor speeds) are given in Revolutions Per Minute (RPM). You cannot use RPM directly in your equations.
Use dimensional analysis. To convert RPM to rad/s, multiply by `2π rad / 1 rev` and `1 min / 60 s`. For example: `10 RPM * (2π rad / 1 rev) * (1 min / 60 s) ≈ 1.05 rad/s`.
They describe different physical quantities and have different units. `v` is a speed in meters per second, while `ω` is a spin rate in radians per second. Using one in place of the other will lead to incorrect answers and conceptual confusion.
Before starting a problem, consciously decide if you are in the "linear world" or the "rotational world." Write down your knowns using the correct symbols (`ω₀`, `α`, etc.) to keep yourself organized.