Rolling
Why this matters
Have you ever been bowling? Think about the moment you release the ball. For the first few feet, it just skids down the lane, not really spinning much. Then, it seems to "catch" the wood and starts rolling smoothly toward the pins. That transition from skidding to smooth rolling is exactly what we're talking about today.
Why doesn't it roll perfectly from the start? And what does it mean for the ball to "catch" the lane? The answers involve a mix of two kinds of motion and two kinds of friction. We're going to break down the physics of a rolling object, like that bowling ball, a car tire, or a ball rolling down a hill. We’ll figure out how to describe its energy and what conditions make it roll perfectly.
Diagram
Concept map
flowchart TD
A[Object is moving and rotating] --> B{Is it rolling without slipping?};
B -->|Yes| C[v_cm = rω applies];
C --> D[Use static friction, f_s];
D --> E[Mechanical energy is conserved (usually)];
B -->|No (it's slipping)| F[v_cm ≠ rω];
F --> G[Use kinetic friction, f_k];
G --> H[Kinetic friction dissipates energy];
Core explanation
When we talk about rolling, we're looking at one of the most common ways objects move in our world. A bicycle wheel, a soccer ball, a can of soup rolling off a shelf—they all combine moving from one place to another with spinning. Let's break this down.
Two Energies in One Motion
Imagine a basketball. If you just slide it across the court without any spin, it only has translational kinetic energy, the energy of moving in a line. The formula for this is one you already know:
K_trans = 1/2 * m * v_cm²
where v_cm is the velocity of the object's center of mass.
Now, imagine you lift the basketball and just spin it in your hands. It's not going anywhere, but it's still moving. This is rotational kinetic energy. The formula for this is the rotational analog of the first one:
K_rot = 1/2 * I * ω²
where I is the moment of inertia and ω is the angular velocity.
A rolling object does both at the same time. So, its total kinetic energy is simply the sum of the two:
K_total = K_trans + K_rot = (1/2)mv_cm² + (1/2)Iω²
This is a crucial formula. For any object that is both moving and spinning, you must account for both types of kinetic energy.
The "Golden Rule": Rolling Without Slipping
Think back to that bowling ball. After it skids for a bit, it starts rolling smoothly. We call this rolling without slipping. This is an ideal state where the rotation and translation are perfectly matched.
Here’s the key idea: when an object rolls without slipping, the very bottom point of the object that touches the ground is, for an instant, completely stationary relative to the ground.
How can that be?
- The center of the wheel moves forward with velocity
v_cm. - Due to rotation, the bottom edge of the wheel is trying to move backward with a tangential speed of
v_tangential = rω.
For the bottom point to be momentarily at rest, these two speeds must be equal and opposite.
v_cm - rω = 0
This gives us the most important relationship in this topic, the no-slip condition:
v_cm = rω
This equation is your bridge between the translational world (left side) and the rotational world (right side). If an object is rolling without slipping, you can always use this to relate its linear speed to its angular speed. This also extends to acceleration (a_cm = rα) and displacement (Δx_cm = rΔθ).
What About Friction?
But wait, doesn't friction do work and dissipate energy? Not in this case. Work is force times displacement (W = Fd). Since the static friction force acts on the point of the wheel that is momentarily at rest, the displacement of that point is zero. So, the work done by static friction is zero!
W_friction = f_s * d = f_s * 0 = 0
In rolling without slipping, static friction acts as a pivot. It causes torque that changes the object's angular velocity, but it doesn't drain any mechanical energy from the system. It just helps convert some of the potential or translational energy into rotational energy.
When Things Get Messy: Rolling With Slipping
Now let's go back to the start of the bowling ball's journey. It's skidding. This is rolling with slipping.
In this case, the no-slip condition is broken: v_cm ≠ rω.
Usually, an object is skidding because its center of mass is moving too fast for its rotation.
v_cm > rω
Since the bottom of the object is sliding against the surface, we no longer have static friction. We have kinetic friction. And kinetic friction is a whole different story.
- 1It Dissipates EnergyThe force of kinetic friction acts over a distance, so it does negative work on the system. This work removes mechanical energy, converting it into heat. Your rolling object will slow down and heat up slightly.
- 2It Drives the System Toward No-SlipKinetic friction will act to oppose the slipping.
- The friction force acts backward on the object, creating a net force that decreases
v_cm. - This same friction force creates a torque that increases the angular velocity
ω.
- The friction force acts backward on the object, creating a net force that decreases
This continues until v_cm has decreased enough and ω has increased enough that they finally match up and v_cm = rω. At that exact moment, kinetic friction turns off and static friction takes over for smooth, no-slip rolling.
So, when you see a problem:
- If it says "rolls without slipping," you can use
v_cm = rωand conserve mechanical energy (if no other outside forces do work). - If it's slipping, skidding, or sliding, you CANNOT use
v_cm = rω, and you must account for energy loss due to kinetic friction.
Worked examples
Let's put these ideas into practice with a couple of classic AP Physics problems.
The Great Ramp Race
Problem: A solid sphere and a hollow sphere, both with the same mass M and radius R, are released from rest at the top of a ramp of height h. They both roll without slipping. Which one reaches the bottom first?
Solution: "Reaches the bottom first" is a question about final velocity. A higher final velocity means it gets there faster. This is a perfect job for conservation of energy.
- 1Set up Energy ConservationAt the top, all the energy is gravitational potential energy (
U_g = Mgh). At the bottom, all that potential energy has been converted into total kinetic energy (translational + rotational).U_g (top) = K_total (bottom)Mgh = (1/2)Mv_cm² + (1/2)Iω² - 2Apply the No-Slip ConditionThe problem states they roll without slipping, so we can use our golden rule:
v_cm = Rω. Let's rearrange this toω = v_cm / Rand substitute it into our energy equation.Mgh = (1/2)Mv_cm² + (1/2)I(v_cm / R)² - 3Analyze for the Solid SphereThe moment of inertia for a solid sphere is
I = (2/5)MR². Let's plug this in.Mgh = (1/2)Mv_cm² + (1/2)(2/5)MR²(v_cm² / R²)Notice theMs andR²s cancel out nicely!gh = (1/2)v_cm² + (1/5)v_cm²gh = (7/10)v_cm²v_cm, solid = √(10gh / 7) - 4Analyze for the Hollow SphereThe moment of inertia for a thin hollow sphere is
I = (2/3)MR². Let's repeat the process.Mgh = (1/2)Mv_cm² + (1/2)(2/3)MR²(v_cm² / R²)gh = (1/2)v_cm² + (1/3)v_cm²gh = (5/6)v_cm²v_cm, hollow = √(6gh / 5) - 5CompareWe need to compare
√(10/7)to√(6/5).10/7 ≈ 1.436/5 = 1.2Since10/7 > 6/5, the solid sphere has a greater final velocity. The solid sphere reaches the bottom first.
Why? The solid sphere has a smaller moment of inertia. This means it's "easier" to spin. Less of its initial potential energy has to be converted into rotational energy, leaving more to be converted into translational energy, making it faster. This is a common mistake: students think the heavier or bigger object wins, but it's all about how the mass is distributed.
Energy of a Car Tire
Problem: A 12 kg car tire can be modeled as a hoop with a radius of 35 cm. If the car is moving at 20 m/s and the tire is rolling without slipping, what is the total kinetic energy of the tire?
Solution:
- 1Identify the GoalWe need to find
K_total. We know the formula isK_total = (1/2)mv² + (1/2)Iω². - 2List Knowns
m = 12 kgr = 35 cm = 0.35 m(Always convert to meters!)v_cm = 20 m/s
- 3Calculate Translational KEThis is the easy part.
K_trans = (1/2)mv_cm² = (1/2)(12 kg)(20 m/s)² = (6)(400) = 2400 J - 4Calculate Rotational KEThis takes a few steps.
- Find Moment of Inertia (I)The tire is modeled as a hoop, so
I = mr².I = (12 kg)(0.35 m)² = 1.47 kg·m² - Find Angular Velocity (ω)The tire is rolling without slipping, so we can use
v_cm = rω.ω = v_cm / r = (20 m/s) / (0.35 m) ≈ 57.14 rad/s - Calculate K_rot
K_rot = (1/2)Iω² = (1/2)(1.47 kg·m²)(57.14 rad/s)² ≈ (0.5)(1.47)(3265) ≈ 2400 J
- Find Moment of Inertia (I)
- 5Find Total KE
K_total = K_trans + K_rot = 2400 J + 2400 J = 4800 J
Key Takeaway: For a hoop rolling without slipping, its kinetic energy is split exactly 50/50 between translational and rotational. This isn't true for other shapes! It's a great example of why you can't just use (1/2)mv² and call it a day.
Try it yourself
Ready to try a couple on your own? Remember to show your steps clearly.
- 1The Ramp Race, Part 2A solid disk and a hoop of the same mass and radius are released from rest at the top of an incline. They both roll without slipping. Which one has a greater speed at the bottom? Justify your answer using conservation of energy.
- Hint: The moment of inertia for a solid disk is
I = 1/2 MR², and for a hoop it'sI = MR². How does this affect the split between translational and rotational energy?
- Hint: The moment of inertia for a solid disk is
- 2Bicycle PhysicsPriya is riding her bike at a steady 8 m/s. Each wheel has a radius of 40 cm and a mass of 1.5 kg, and can be treated as a hoop. What is the total kinetic energy of just one of her wheels?
- Hint: You'll need to find both the translational and rotational kinetic energy and add them together. Don't forget to use the no-slip condition to find the angular velocity.
Practice — 8 questions
In simple terms, rolling is about how an object's forward motion and its spinning motion combine, and how that affects its total energy and speed.
- 6.5.A: Describe the kinetic energy of a system that has translational and rotational motion.
- 6.5.B: Describe the motion of a system that is rolling without slipping.
- 6.5.C: Describe the motion of a system that is rolling while slipping.
- 6.5.A.1
- The total kinetic energy of a system is the sum of the system's translational and rotational kinetic energies. Relevant equation:. K_tot = K_trans + K_rot
- 6.5.B.1
- While rolling without slipping, the translational motion of a system's center of mass is related to the rotational motion of the system itself with the equations: Δx_cm = rΔθ v_cm = rω a_cm = rα
- 6.5.B.2
- For ideal cases, rolling without slipping implies that the frictional force does not dissipate any energy from the rolling system.
- 6.5.C.1
- When slipping, the motion of a system's center of mass and the system's rotational motion cannot be directly related.
- 6.5.C.2
- When a rotating system is slipping relative to another surface, the point of application of the force of kinetic friction exerted on the system moves with respect to the surface, so the force of kinetic friction will dissipate energy from the system.
flowchart TD
A[Object is moving and rotating] --> B{Is it rolling without slipping?};
B -->|Yes| C[v_cm = rω applies];
C --> D[Use static friction, f_s];
D --> E[Mechanical energy is conserved (usually)];
B -->|No (it's slipping)| F[v_cm ≠ rω];
F --> G[Use kinetic friction, f_k];
G --> H[Kinetic friction dissipates energy];
Read what Saavi narrates
(Upbeat, warm music starts and fades to background)
Hi everyone, it's Saavi from Shrutam.
Have you ever been bowling? Think about the moment you release the ball. For the first few feet, it just skids down the lane, not really spinning much. Then, it seems to "catch" the wood and starts rolling smoothly toward the pins. That transition from skidding to smooth rolling is exactly what we're talking about today.
In short, rolling motion is a combination of two simpler types of motion: moving forward in a straight line, which we call translation, and spinning in place, which we call rotation. The total energy of a rolling object is the sum of its energy from moving forward and its energy from spinning.
Let's look at a classic problem: a race down a ramp. Imagine we release a solid sphere and a hollow sphere from the top of a ramp. They have the same mass and radius. Which one gets to the bottom first?
You might think it's a tie, but it's not. The winner is the one with the higher speed at the bottom. We use conservation of energy to figure this out. The potential energy at the top, M-g-h, gets converted into two kinds of kinetic energy at the bottom: translational, one-half m v squared, and rotational, one-half I omega squared.
The key is that the object with the smaller moment of inertia, I, needs less energy to get spinning. For the solid sphere, its moment of inertia is two-fifths M R squared, while the hollow sphere is two-thirds M R squared. Since two-fifths is smaller than two-thirds, the solid sphere puts more of its energy into moving forward, and less into spinning. It ends up with a higher final velocity and wins the race.
This brings up a really common mistake I see every year. When calculating the energy of a rolling object, students often just use one-half m v squared. But that only tells half the story! You're forgetting all the energy tied up in the spinning motion. You have to add the rotational kinetic energy, one-half I omega squared, to get the total. Always account for both.
So, when you see a rolling object, remember it's doing two things at once, and it has energy for both. Keep practicing, you've got this!
(Music swells and fades out)
This formula only accounts for the energy of moving in a line (translation). It completely ignores the energy the object has from spinning (rotation).
Always use the total kinetic energy formula for rolling objects: `K_total = (1/2)mv_cm² + (1/2)Iω²`.
This relationship is a special case that is only true when the rotation and translation are perfectly synchronized. If the object is slipping, they are not synchronized.
Treat `v_cm` and `ω` as independent variables. Use Newton's second law for forces (to find `a_cm`) and for torques (to find `α`) separately.
Kinetic friction (from slipping) always dissipates energy as heat. But static friction (in no-slip rolling) does no work because the point of application doesn't move. It's necessary for rolling to occur but doesn't "cost" you any mechanical energy.
Identify the type of friction first. If it's static friction in a no-slip rolling scenario, you can usually conserve mechanical energy. If it's kinetic, you cannot.
The way an object's mass is distributed drastically affects how it rolls. A hollow hoop (`I = MR²`) is much harder to spin than a solid disk (`I = 1/2 MR²`) of the same mass and radius. Using the wrong `I` will give the wrong energy distribution and final speed.
Pay close attention to the object's shape (sphere, disk, hoop, etc.) described in the problem. The AP exam provides a table of moments of inertia; use it carefully.
In no-slip rolling, the static friction force is what causes the ball to rotate in the first place! It points *up* the ramp, creating the torque needed to spin the ball. Without it, the ball would just slide down.
Draw a free-body diagram. For an object rolling down a ramp, the static friction force provides the torque. It's not an energy-draining "drag" force in this context.