Rolling Without Slipping — Conditions

Rolling Without Slipping — Conditions

9 min read

What Pure Rolling Actually Means

When a wheel rolls without slipping, the point in contact with the ground is momentarily at rest. That single fact is the entire foundation of rolling motion. Everything else — velocity relations, friction direction, energy partition — follows from it.

We see this every day: a car tyre at the contact patch isn’t smearing the road, it grips and lets go. If it slipped, you’d see skid marks. The “no slipping” condition translates to a clean kinematic constraint: vcm=Rωv_{cm} = R\omega for a wheel of radius RR spinning with angular velocity ω\omega while its centre moves at vcmv_{cm}.

In this guide we’ll work through where this condition comes from, when it breaks, and how to use it to solve standard JEE/NEET problems on inclines, accelerations, and energy.

Key Terms & Definitions

Pure rolling: The condition vcm=Rωv_{cm} = R\omega holds. The contact point is instantaneously stationary.

Slipping (kinetic friction): vcmRωv_{cm} \neq R\omega. There is relative sliding at the contact, so kinetic friction μkN\mu_k N acts.

Rolling with friction (static): The contact point isn’t slipping, but static friction up to μsN\mu_s N can act. We don’t know its magnitude in advance — it adjusts to whatever value makes pure rolling possible.

Instantaneous Axis of Rotation (IAR): For pure rolling, the contact point is the IAR. Every other point on the body rotates around this point with the same ω\omega.

Rolling constraint: acm=Rαa_{cm} = R\alpha (the time-derivative of the velocity constraint, valid for pure rolling).

The Velocity Picture

Let’s see why vcm=Rωv_{cm} = R\omega is the slipping-free condition.

vP=vcm+ω×rP/cm\vec{v}_P = \vec{v}_{cm} + \vec{\omega} \times \vec{r}_{P/cm}

For the contact point, rP/cm\vec{r}_{P/cm} points down by RR. The cross product gives a horizontal velocity equal to Rω-R\omega (backward) for forward rolling. Adding vcm\vec{v}_{cm} (forward), we get vP=vcmRωv_P = v_{cm} - R\omega.

For pure rolling, vP=0v_P = 0, so vcm=Rωv_{cm} = R\omega. Done.

The top point of the wheel, by the same logic, moves at 2vcm2v_{cm}. Cars on the highway: the top of the tyre is whipping along at twice the car’s speed.

Friction Direction — The Question Everyone Gets Wrong

Friction in rolling problems is whatever is needed to maintain pure rolling, up to the limit μsN\mu_s N. Its direction depends on whether the body would tend to slip forward or backward without friction.

Case 1: Sphere Rolling Down an Incline

Without friction, the sphere would slide down without rotating. So at the contact, the sphere would slip down the incline. Static friction prevents this — it acts up the incline.

Case 2: Sphere Pulled by Horizontal Force at the Centre

The pull accelerates the centre forward. If there were no friction, the sphere would slide forward without spinning, so the contact slips forward. Friction opposes this — it acts backward.

Case 3: Sphere on a Conveyor Belt Moving Faster Than the Sphere

Belt drags the contact forward. Friction on the sphere from the belt acts forward, accelerating it.

Always ask: “If friction were zero, which way would the contact slip?” Friction opposes that tendency. This single question solves 90% of confusion.

The Standard Rolling-Down-an-Incline Problem

Consider a body of mass MM, radius RR, and moment of inertia I=βMR2I = \beta MR^2 rolling down an incline of angle θ\theta.

Along the incline:

Mgsinθf=MaMg\sin\theta - f = Ma

where ff is friction (up the slope).

fR=Iα=βMR2αfR = I\alpha = \beta M R^2 \alpha

a=Rαa = R\alpha, so α=a/R\alpha = a/R. Substitute:

fR=βMRa    f=βMafR = \beta M R \cdot a \implies f = \beta M a

MgsinθβMa=Ma    a=gsinθ1+βMg\sin\theta - \beta Ma = Ma \implies a = \frac{g\sin\theta}{1 + \beta}

a=gsinθ1+I/MR2a = \frac{g\sin\theta}{1 + I/MR^2}

Body-by-body:

Bodyβ=I/MR2\beta = I/MR^2aa
Solid sphere2/55gsinθ7\frac{5g\sin\theta}{7}
Hollow sphere2/33gsinθ5\frac{3g\sin\theta}{5}
Solid cylinder1/22gsinθ3\frac{2g\sin\theta}{3}
Hollow cylinder / ring1gsinθ2\frac{g\sin\theta}{2}

Bodies with smaller I/MR2I/MR^2 accelerate faster — they have less mass tied up in spinning, so more goes into translating.

When Does Rolling Break?

Pure rolling requires fμsNf \leq \mu_s N. Plugging in f=βMaf = \beta Ma and N=MgcosθN = Mg\cos\theta:

βMgsinθ1+βμsMgcosθ\beta M \cdot \frac{g\sin\theta}{1+\beta} \leq \mu_s Mg\cos\theta

tanθμs1+ββ\tan\theta \leq \mu_s \cdot \frac{1+\beta}{\beta}

For a solid sphere (β=2/5\beta = 2/5), pure rolling holds as long as tanθ7μs/2\tan\theta \leq 7\mu_s/2. Beyond that critical angle, the sphere slips and slides while rotating — kinetic friction takes over.

JEE Advanced 2019 had a question on the critical angle for rolling. Memorise the formula tanθc=μs(1+β)/β\tan\theta_c = \mu_s(1+\beta)/\beta — derives in 30 seconds, saves you 3 minutes.

Energy in Pure Rolling

For a body rolling at speed vv:

KEtotal=12Mv2+12Iω2=12Mv2(1+β)KE_{total} = \frac{1}{2}Mv^2 + \frac{1}{2}I\omega^2 = \frac{1}{2}Mv^2(1 + \beta)

Friction does no work in pure rolling (the contact point is stationary). So energy conservation works cleanly even with friction acting.

For a body rolling down height hh:

Mgh=12Mv2(1+β)    v=2gh1+βMgh = \frac{1}{2}Mv^2(1+\beta) \implies v = \sqrt{\frac{2gh}{1+\beta}}

A solid sphere reaches the bottom with speed 10gh/7\sqrt{10gh/7}, while a ring reaches with only gh\sqrt{gh}. Same height, very different speeds.

Solved Examples

Easy: A solid cylinder rolls down a 30° incline

Find acceleration. (CBSE Class 11 level.)

β=1/2\beta = 1/2, so a=gsin30°/(1+1/2)=(10)(0.5)/(1.5)=10/3a = g\sin 30° / (1 + 1/2) = (10)(0.5)/(1.5) = 10/3 m/s².

Medium: A ring and a solid sphere race down an incline

Both start from rest at the same height. Which wins?

Acceleration of sphere: 5gsinθ/75g\sin\theta/7. Acceleration of ring: gsinθ/2g\sin\theta/2. Sphere accelerates faster (5/7 ≈ 0.71 vs 1/2 = 0.5), so the sphere reaches the bottom first.

This is a classic conceptual question. The ratio of times is aring/asphere=7/100.84\sqrt{a_{ring}/a_{sphere}} = \sqrt{7/10} \approx 0.84, so the sphere takes 84% of the ring’s time.

Hard (JEE Advanced): Rolling on a moving platform

A solid sphere rolls without slipping on a flatbed truck that itself is decelerating at a0a_0. Find the friction on the sphere.

Switch to the truck frame: a pseudo-force Ma0Ma_0 acts forward on the sphere. The sphere now must roll while being pushed forward by this force. Setting up Newton’s law and the torque equation in the truck frame and applying the rolling constraint:

f=β1+βMa0=27Ma0f = \frac{\beta}{1+\beta} Ma_0 = \frac{2}{7} Ma_0

Friction acts backward (opposing the tendency to slip forward).

Common Mistakes to Avoid

  1. Assuming friction is at its maximum: Static friction adjusts to whatever value makes pure rolling work — usually less than μsN\mu_s N. Only use f=μsNf = \mu_s N at the critical angle or when slipping starts.

  2. Wrong friction direction: Always reason about “which way would it slip without friction?” Friction opposes that tendency. Don’t memorise; reason.

  3. Forgetting rotational KE: KE=12Mv2KE = \frac{1}{2}Mv^2 is wrong for rolling. The factor (1+β)(1+\beta) is essential.

  4. Mixing up I/MR2I/MR^2 values: Solid sphere is 2/5, hollow sphere is 2/3. NEET specifically tests this distinction.

  5. Applying a=Rαa = R\alpha when the body slips: This constraint holds only for pure rolling. If kinetic friction is involved, aa and α\alpha are independent.

Practice Questions

Q1. A solid sphere and a hollow sphere of the same mass and radius roll down the same incline. Which reaches the bottom first?

Solid sphere (β=2/5\beta = 2/5) accelerates at 5gsinθ/70.71gsinθ5g\sin\theta/7 \approx 0.71 g\sin\theta. Hollow (β=2/3\beta = 2/3) accelerates at 3gsinθ/5=0.60gsinθ3g\sin\theta/5 = 0.60 g\sin\theta. Solid sphere wins.

Q2. A ring of mass 2 kg rolls at 4 m/s. Find total KE.

For a ring, β=1\beta = 1. KE=12(2)(42)(1+1)=32KE = \frac{1}{2}(2)(4^2)(1+1) = 32 J.

Q3. A wheel of radius 0.5 m rolls at v=3v = 3 m/s. Find ω\omega and the speed of the topmost point.

ω=v/R=6\omega = v/R = 6 rad/s. Topmost point speed = 2v=62v = 6 m/s.

Q4. A solid cylinder is given an initial velocity v0v_0 on a rough horizontal surface with no spin. Friction will act in which direction?

Backward — the contact slips forward (no spin), so kinetic friction acts backward to slow translation and spin up rotation. Eventually pure rolling sets in.

Q5. For pure rolling on a horizontal surface (no external horizontal force), is friction zero or non-zero?

Zero. With no external force, no acceleration is needed, so no friction is required to maintain a=Rαa = R\alpha.

Q6. A solid sphere on a horizontal surface is hit horizontally at its centre with impulse JJ. Just after, what’s vcmv_{cm} and ω\omega? Will it roll?

vcm=J/Mv_{cm} = J/M, ω=0\omega = 0 (impulse at centre exerts no torque). It slips initially. Friction will gradually establish rolling. Final vv after rolling sets in: 5J/7M5J/7M.

Q7. Why does a billiards ball struck above its centre roll forward without slipping immediately?

A strike above the centre gives both translation and forward spin. If the spin matches v/Rv/R, the ball rolls without slipping from the start. This is why pros aim slightly above centre.

Q8. A disc rolls down a 60° incline with μs=0.2\mu_s = 0.2. Does it pure-roll?

Critical angle: tanθc=μs(1+β)/β=0.2×(1.5)/(0.5)=0.6\tan\theta_c = \mu_s(1+\beta)/\beta = 0.2 \times (1.5)/(0.5) = 0.6. So θc=31°\theta_c = 31°. At 60°, tanθ=31.73>0.6\tan\theta = \sqrt{3} \approx 1.73 > 0.6, so it slips.

FAQs

Does friction do work in pure rolling? No. The contact point is instantaneously at rest, so friction acts on a point that doesn’t move. Zero work.

Can a ball roll on a frictionless surface? Yes, but only if it was already rolling. Friction is needed to start rolling or to change the rolling speed.

What’s the difference between vcm=Rωv_{cm} = R\omega and acm=Rαa_{cm} = R\alpha? The first is the velocity constraint (always holds for pure rolling). The second is its time derivative (also holds, but only if you’re sure rolling is maintained).

Why does a hollow sphere accelerate slower than a solid one? More of its mass is at the rim, so its moment of inertia is larger. Larger I/MR2I/MR^2 means more energy goes into spinning instead of translating.

Can a body roll uphill? Yes, if it has enough KE. Conservation gives v2=2gh(1+β)/1v^2 = 2gh(1+\beta)/1 … wait, that’s wrong direction. Solving 12Mv2(1+β)=Mgh\frac{1}{2}Mv^2(1+\beta) = Mgh gives the height it reaches: h=v2/[2g](1+β)h = v^2/[2g] \cdot (1+\beta). Higher than a sliding body would reach.

What is “rolling friction”? A real-world deformation effect (the wheel and surface flex slightly), distinct from the static friction in idealised rolling problems. JEE/NEET problems ignore it.