Rolling Disk


Introduction

A disk rolling down a slope seems simple, but it brings together two kinds of motion at once: translational motion, where the centre of mass travels along the incline, and rotational motion, where the disk spins about its own centre. These two motions are not independent — they are linked by the constraint that the disk rolls without slipping. Understanding how a rolling disk behaves is a gateway into rotational mechanics, one of the most important extensions of Newton's laws, and it reveals why a solid disk, a hollow cylinder, and a point mass all reach the bottom of a ramp at different times even when dropped from the same height.


The Physics Explained

When a disk rolls without slipping, every point of contact with the surface is momentarily at rest. This rolling constraint ties the linear speed of the centre of mass directly to the angular speed of the disk: the faster the disk spins, the faster its centre moves forward. Specifically, the speed of the centre equals the angular speed multiplied by the radius. This elegant relationship means you never need to treat translation and rotation as completely separate problems — they move together as one system.

Gravity pulls the disk's centre of mass down the slope, providing a net force along the incline. At the same time, static friction at the contact point provides the torque that causes the disk to rotate. Without friction the disk would simply slide without spinning. Crucially, static friction does no work on a purely rolling object because the contact point has zero velocity — energy is therefore conserved throughout the roll, making energy methods a powerful tool for finding the disk's speed at any point.

The key concept that distinguishes rolling from pure sliding is the moment of inertia. This is the rotational analogue of mass — it measures how hard it is to change an object's spin. A solid disk has a moment of inertia equal to one half of its mass times the square of its radius. Because the disk must share the energy released by gravity between both translational kinetic energy and rotational kinetic energy, it accelerates more slowly down the slope than a frictionless sliding block of the same mass. The fraction of energy going into rotation depends entirely on the moment of inertia: objects that are more spread out (like a hollow cylinder) store a greater fraction as rotation and therefore roll more slowly than compact ones (like a solid disk).

Applying Newton's second law separately for translation along the incline and rotation about the centre, and then using the rolling constraint to eliminate the angular acceleration, gives a clean formula for the linear acceleration of the centre of mass. For a solid disk, the acceleration down an incline of angle theta is exactly two thirds of the acceleration that a frictionless sliding block would have on the same slope.


Key Equations

Rolling constraint: v = omega * R (linear speed of centre equals angular speed times radius)
Moment of inertia of a solid disk: I = (1/2) * m * R^2
Linear acceleration down the incline: a = (g * sin(theta)) / (1 + I / (m * R^2))
For a solid disk: a = (2/3) * g * sin(theta)
Total kinetic energy of rolling disk: KE = (1/2)*m*v^2 + (1/2)*I*omega^2
Substituting I and rolling constraint: KE = (3/4) * m * v^2
Energy conservation (starting from rest at height h): m*g*h = (3/4) * m * v^2
Speed at bottom of incline: v = sqrt((4/3) * g * h)
Torque from friction causing rotation: tau = f * R = I * alpha

Key Variables

Symbol Unit Description
mkgMass of the disk
RmRadius of the disk
Ikg m^2Moment of inertia of the disk about its central axis
thetadegreesAngle of the incline measured from the horizontal
gm/s^2Acceleration due to gravity (9.81 m/s^2 on Earth's surface)
hmVertical height from which the disk is released
am/s^2Linear acceleration of the centre of mass along the incline
vm/sLinear speed of the centre of mass
omegarad/sAngular speed of the disk about its centre
alpharad/s^2Angular acceleration of the disk about its centre
fNStatic friction force at the contact point between disk and incline
tauN mTorque exerted on the disk by the friction force
KEJTotal kinetic energy, combining translational and rotational parts

Real World Examples


How the Simulation Works

The simulation places a solid disk at the top of an adjustable incline. Sliders allow you to set the angle of the slope, the mass of the disk, and its radius. When you press the launch button, the disk begins to roll from rest under the influence of gravity. The simulation applies the exact rolling-without-slipping equations at every time step: it computes the linear acceleration using the formula a = (2/3) * g * sin(theta) for a solid disk, updates the velocity and position of the centre of mass accordingly, and simultaneously updates the angular velocity and rotation angle using the rolling constraint omega = v / R. The disk is drawn rotating visibly as it descends, so you can see both kinds of motion happening together.

Readouts displayed alongside the animation show the current translational kinetic energy, rotational kinetic energy, gravitational potential energy, and their sum at every moment. You will observe that the total energy remains constant throughout the motion, confirming conservation of energy. You can also compare the disk's descent against a frictionless sliding block of the same mass — the block always reaches the bottom first, illustrating directly how rotational inertia slows the rolling disk. Adjusting the mass and radius lets you confirm that the acceleration depends only on the slope angle and not on the size or mass of the disk, as the equations predict.


Further Reading