Torque Needed to Stop a Rotating Body in a Given Number of Revolutions

Physics · System Of Particles And Rotational Motion · NEET

To stop a rotating body in a given number of revolutions, first find the angular retardation alpha from the rotational equation omega^2 = omega0^2 - 2*alpha*theta (final omega = 0), then multiply by the moment of inertia: torque = I * alpha. Memory hook: "rpm to rad/s, revolutions to radians, then tau = I times alpha." The whole trick is unit conversion first, physics second.
Stopping a spinning body in N revolutionsRomega0tau (stops it)Step-by-step:1. rpm to rad/s: omega0 = rpm * 2*pi / 602. rev to rad: theta = N * 2*pi3. alpha = omega0^2 / (2 * theta)4. I = (1/2) M R^2 (solid cylinder)5. tau = I * alpha
A body spinning at omega0 is brought to rest by a stopping torque tau over N revolutions. Convert rpm to rad/s and revolutions to radians, find the retardation alpha from omega^2 = omega0^2 - 2*alpha*theta, then use tau = I*alpha.

Your doubts, answered

How do I convert rpm to rad/s before starting?

Multiply rpm by 2*pi to get radians per minute, then divide by 60 to get radians per second. So omega0 = rpm * 2*pi / 60. Example: 3 rpm = 3 * 2*pi / 60 = 0.1*pi rad/s. Never plug rpm straight into a physics formula, because every rotational equation uses SI units (rad/s). This one conversion is where most NEET students lose the mark.

Why use omega^2 = omega0^2 - 2*alpha*theta instead of omega = omega0 - alpha*t?

Because the question gives you the number of revolutions (an angle theta), not the time t. Pick the kinematic equation that contains the quantities you are given and the one you want. Here you know omega0, final omega (=0 for stopping), and theta, and you want alpha, so omega^2 = omega0^2 - 2*alpha*theta is the direct route. If time were given instead, you would use omega = omega0 - alpha*t.

Do I put theta in revolutions or radians?

Always radians. One revolution = 2*pi radians, so N revolutions = N * 2*pi radians. If a body stops in 2 revolutions, theta = 2 * 2*pi = 4*pi rad. Leaving theta as '2' is a classic silent error, the number looks reasonable but is wrong by a factor of 2*pi.

Which moment of inertia do I use?

Use the I of the given shape about the given axis. For a solid cylinder or disc about its central axis, I = (1/2)*M*R^2. For a ring or hollow cylinder, I = M*R^2. For a solid sphere about a diameter, I = (2/5)*M*R^2. Convert the radius to metres first (4 cm = 0.04 m), or your I will be off by a large power of ten.

Is the stopping torque negative?

The retardation alpha is opposite to the spin, so technically the torque is negative (it opposes motion). But NEET asks for the magnitude of the required torque, so report the positive value tau = I * alpha. Just remember the torque acts against the rotation, that is what brings the body to rest.

⚠️ The NEET trap
Using theta = 2 (revolutions) and omega0 = 3 (rpm) directly in omega^2 = omega0^2 - 2*alpha*theta without converting to SI units.
Convert first: omega0 = 3 * 2*pi/60 = 0.1*pi rad/s and theta = 2 * 2*pi = 4*pi rad. Then alpha = omega0^2/(2*theta) and tau = I*alpha with R in metres.
🧠 NEET hides the trap in the units, not the physics. rpm to rad/s, rev to rad, cm to m, then compute.

Real NEET questions

NEET 2019

A solid cylinder of mass 2 kg and radius 4 cm rotates about its axis at 3 rpm. The torque required to stop it within 2 revolutions is:

A · 2*pi * 10^-6 N m
B · 2 * 10^-3 N m
C · 12 * 10^-4 N m
D · 2 * 10^6 N m
Solution: Step 1 (convert): omega0 = 3 rpm = 3 * 2*pi/60 = 0.1*pi rad/s. theta = 2 rev = 2 * 2*pi = 4*pi rad. R = 4 cm = 0.04 m. Step 2 (retardation): final omega = 0, so 0 = omega0^2 - 2*alpha*theta, giving alpha = omega0^2/(2*theta) = (0.1*pi)^2/(2 * 4*pi) = (0.01*pi^2)/(8*pi) = 0.00125*pi rad/s^2. Step 3 (moment of inertia): I = (1/2)*M*R^2 = 0.5 * 2 * (0.04)^2 = 0.0016 kg m^2. Step 4 (torque): tau = I*alpha = 0.0016 * 0.00125*pi = 2*pi * 10^-6 N m. Answer: A.

Solved System Of Particles And Rotational Motion NEET PYQs

Try the real previous-year questions from this chapter — each with the answer and a full solution.

See all 31 System Of Particles And Rotational Motion NEET PYQs ›
Next concept: Relation Between Rotational Kinetic Energy and Angular MomentumKeep learning — 2 minFeeling ready? Solve the System Of Particles And Rotational Motion NEET PYQs ›Or practice on your phone — get the free MedicNEET app ›

Frequently asked

What is the basic formula for torque to stop a rotating body?

tau = I * alpha, where I is the moment of inertia and alpha is the angular retardation found from omega^2 = omega0^2 - 2*alpha*theta with final omega set to zero.

How many radians are in N revolutions?

N revolutions = N * 2*pi radians. So 1 rev = 2*pi rad, 2 rev = 4*pi rad, and so on. Always convert revolutions to radians before using any rotational equation.

What is the moment of inertia of a solid cylinder about its axis?

I = (1/2)*M*R^2. This is the same as a solid disc about its central axis, since a cylinder is just a thick disc.

Does the mass affect how much torque is needed to stop the body?

Yes, indirectly through the moment of inertia. Larger mass or larger radius means larger I, so more torque is needed to stop it in the same number of revolutions.

Why is this concept important for NEET?

It combines three ideas in one question: unit conversion (rpm to rad/s), rotational kinematics (omega^2 = omega0^2 - 2*alpha*theta), and rotational dynamics (tau = I*alpha). NEET repeatedly tests this chain, as in the 2019 solid-cylinder problem.