Here are questions that often come up while learning this chapter — with short, clear answers. Questions are ordered from foundational to advanced. If you have a question not listed, reach us via the contact page.


Angular variables and kinematics

1. Why do we use radians for angular quantities instead of degrees?

Radians make the math work. The radian is defined so that arc length \( s = r\theta \) (with \( \theta \) in radians). If you use degrees, you'd have to insert a conversion factor everywhere. Also, calculus rules like \( \frac{d}{dt}\sin(\theta) = \cos(\theta) \) only work if \( \theta \) is in radians. Physics formulas are simpler and more elegant with radians.

2. What is the difference between angular velocity and angular speed?

Angular velocity is a vector (has direction); angular speed is a scalar (just magnitude). Angular velocity \( \vec{\omega} \) points along the rotation axis (right-hand rule: fingers curl in direction of rotation, thumb points in direction of \( \vec{\omega} \)). Angular speed is \( |\omega| \). In most everyday problems, when we say "angular velocity" we mean speed, but technically \( \vec{\omega} \) is the vector.

3. Why is angular acceleration \( \alpha = d\omega/dt \) and not just the second derivative of angle?

It is the second derivative — \( \alpha = d\omega/dt = d^2\theta/dt^2 \). This parallels how linear acceleration \( a = dv/dt = d^2x/dt^2 \). The two forms are equivalent; \( \alpha = d\omega/dt \) is just emphasizing that it's the rate of change of angular velocity.

4. Do the rotational kinematic equations \( \omega = \omega_0 + \alpha t \) work the same way as linear kinematics?

Yes, exactly. Replace \( x \) with \( \theta \), \( v \) with \( \omega \), and \( a \) with \( \alpha \), and you get the same equations. This is why understanding linear kinematics (Chapter 2) makes rotational kinematics (Chapter 10) easy — the math is identical, just different variable names.


Relating linear and angular motion

5. Why is tangential velocity \( v = r\omega \) and not something else?

From the arc length relation. Arc length is \( s = r\theta \). If you differentiate with respect to time, \( ds/dt = r(d\theta/dt) \), which gives \( v = r\omega \). Velocity is how fast you're moving along the arc, and that's directly proportional to how fast you're rotating (\( \omega \)) times the radius.

6. When an object rotates, does every part move at the same angular velocity?

Yes — all parts of a rigid body rotating about a fixed axis have the same \( \omega \). But different parts have different tangential speeds: \( v = r\omega \). A point at radius \( r = 0.1 \) m moving at \( \omega = 10 \) rad/s has speed \( v = 1 \) m/s. The same wheel at \( r = 0.5 \) m has speed \( v = 5 \) m/s. Same \( \omega \), different \( v \).

7. What is centripetal acceleration, and how does it relate to \( \omega \)?

Centripetal acceleration is the acceleration toward the center — it changes the direction of velocity without changing the speed (in uniform circular motion). It's \( a_c = v^2/r = (r\omega)^2/r = r\omega^2 \). The faster you spin (\( \omega \)) or the larger the radius, the greater the centripetal acceleration required to keep the object moving in a circle.


Moment of inertia

8. What is moment of inertia, and why does it depend on the axis?

Moment of inertia \( I = \sum m_i r_i^2 \) is the rotational analog of mass — it measures resistance to angular acceleration. It depends on the axis because it sums \( r^2 \) for each mass element: mass far from the axis contributes more. A rod rotating about its center has \( I = \frac{1}{12}ML^2 \); the same rod rotating about one end has \( I = \frac{1}{3}ML^2 \) (much larger because mass is, on average, farther from the axis).

9. Why is the moment of inertia for a solid disk \( \frac{1}{2}MR^2 \) and not \( MR^2 \)?

Because the mass is distributed at varying distances from the axis. For a ring (all mass at radius \( R \)), \( I = MR^2 \). For a disk, you integrate from the center to the edge: \( I = \int_0^R r^2 \rho(r) \, dA \). The average distance from the axis is less than \( R \), so \( I < MR^2 \). The factor \( \frac{1}{2} \) comes from integration.

10. Does a heavier object always have a larger moment of inertia?

Not necessarily. Two objects with the same mass but different shapes have different \( I \) values. A disk of mass \( M \) and radius \( R \) has \( I = \frac{1}{2}MR^2 \); a thin rod of mass \( M \) and length \( L \) has \( I = \frac{1}{12}ML^2 \). If \( R \gg L \), the disk has much larger \( I \) even if both have the same mass. What matters is how the mass is distributed relative to the axis.

11. What is the parallel axis theorem, and when do I use it?

If you know \( I \) about the center of mass (CM), you can find \( I \) about any parallel axis: \( I = I_{\text{CM}} + Md^2 \) where \( d \) is the distance from the CM axis to the new axis. This is useful when you need to rotate about an axis that's not through the CM (e.g., a rod pivoting at one end). Rather than integrate all over again, use the theorem: \( I_{\text{end}} = I_{\text{CM}} + M(L/2)^2 = \frac{1}{12}ML^2 + \frac{1}{4}ML^2 = \frac{1}{3}ML^2 \).


Torque and forces

12. Why is torque the cross product \( \tau = r \times F \), not just \( rF \)?

Because only the perpendicular component of force causes rotation. A force parallel to the radius does no torque (you're pulling/pushing radially, not rotationally). The cross product automatically gives zero torque when \( F \) is parallel to \( r \), and maximum when \( F \) is perpendicular. Magnitude: \( \tau = rF\sin\phi \) where \( \phi \) is the angle between \( \vec{r} \) and \( \vec{F} \).

13. What is the moment arm, and how does it relate to torque?

The moment arm is the perpendicular distance from the axis to the line of force. If you push a door handle directly away from the hinge, the moment arm is the full distance to the handle, and you get maximum torque. If you push along the door (parallel to the hinge axis), the moment arm is zero, and you get zero torque. Torque = force × moment arm (when they're perpendicular).

14. Does the point of application of a force matter?

Only insofar as it determines the moment arm. Two equal forces applied at different distances from the axis produce different torques. A small force far from the axis can produce the same torque as a large force close to the axis. This is why it's easier to open a door by pushing at the handle (far from the hinge) than near the hinge.

15. Can torque be zero even if a force is applied?

Yes — if the force is parallel to the radius (radial direction), or if the force passes through the axis. In both cases, the moment arm is zero, so torque is zero. The force changes the object's linear motion (if it's on a movable object) but does not cause rotation.


Rotational dynamics and Newton's second law

16. How does \( \tau = I\alpha \) relate to \( F = ma \)?

Exact parallel. In linear motion, force is mass times acceleration. In rotation, torque is moment of inertia times angular acceleration. Replace \( F \) with \( \tau \), \( m \) with \( I \), and \( a \) with \( \alpha \), and the form is identical. This is the deep unity of mechanics: the same \( F = ma \) law appears in rotation, just with different variables.

17. If I apply a torque to a disk, will it definitely accelerate angularly?

Yes — unless the net torque is zero. If you apply torque \( \tau \) to a disk with moment of inertia \( I \), the angular acceleration is \( \alpha = \tau/I \). Even a tiny torque produces acceleration (though it might be very small if \( I \) is large). The only exception is if the torque is zero or if other torques cancel yours.

18. Why does applying force at the edge of a wheel make it spin faster than applying force near the center?

Because the moment arm is larger at the edge. Torque is \( \tau = r F \sin\phi \). At radius \( r = R \) (edge), a given force produces torque \( \tau = RF\sin\phi \). At radius \( r = R/2 \), the same force produces half the torque. By \( \tau = I\alpha \), larger torque means larger angular acceleration. Apply force at the edge, get more torque, spin faster.


Rotational energy

19. Why is rotational kinetic energy \( \frac{1}{2}I\omega^2 \) and not \( I\omega \)?

The \( \frac{1}{2} \) and the squaring of \( \omega \) come from calculus, just like \( KE = \frac{1}{2}mv^2 \). When you integrate the work done by torque (\( W = \int \tau \, d\theta = \int I\alpha \, d\theta \)), you get \( \frac{1}{2}I(\omega_f^2 - \omega_i^2) \). That defines rotational kinetic energy as \( \frac{1}{2}I\omega^2 \). The parallel to linear motion is exact.

20. For a rolling object, why is total kinetic energy the sum \( \frac{1}{2}Mv^2 + \frac{1}{2}I\omega^2 \)?

Because the object has both translational and rotational motion. The center of mass moves at speed \( v \), so it has kinetic energy \( \frac{1}{2}Mv^2 \). The object also spins at angular velocity \( \omega \) about its center, so it has rotational kinetic energy \( \frac{1}{2}I\omega^2 \). These are two independent energies, and they add. No double-counting — one is motion of the CM, the other is rotation about the CM.


Rolling without slipping

21. What does "rolling without slipping" mean?

It means the point of contact between the wheel and ground is instantaneously at rest (not sliding). Mathematically: \( v_{\text{CM}} = r\omega \). If a wheel rolls down a slope, the top of the wheel moves faster than the CM, the bottom (in contact) momentarily stops, and the CM moves at speed \( v = r\omega \). This constraint couples translation and rotation — you can't spin the wheel arbitrarily; the spin must match the translational motion.

22. If a wheel spins faster, does it roll faster down a slope?

Not necessarily with constant torque. If you spin the wheel and release it (no applied torque), friction determines whether it accelerates, decelerates, or maintains constant speed. But if you apply a large torque while rolling, yes, greater \( \omega \) (satisfying \( v = r\omega \)) means faster motion down the slope. The no-slip condition links \( v \) and \( \omega \).

23. For a disk rolling down a slope, why doesn't it slide as well as rotate?

Because there's friction at the contact point, and friction exerts a torque. As the disk accelerates down the slope (due to gravity and the normal force), friction at the contact point acts upslope, exerting a torque that spins the disk. The interplay of translational force (gravity) and rotational force (friction torque) naturally produces the no-slip condition \( v = r\omega \). If there were no friction, the disk would slide (no rotation). With sufficient friction, it rolls.


Static equilibrium

24. Why does an object in static equilibrium need both \( \sum F = 0 \) and \( \sum \tau = 0 \)?

Because force controls translation and torque controls rotation. An object can have zero net force (not accelerating translationally) but nonzero net torque (spinning up). Conversely, an object can have zero net torque (not spinning up) but nonzero net force (accelerating). Only when both are zero is the object truly at rest and stationary.


Angular momentum (preview)

25. What is angular momentum, and how does it relate to linear momentum?

Angular momentum \( L = I\omega \) (for rotation about a fixed axis) is the rotational analog of linear momentum \( p = mv \). Both measure "inertia in motion" — how hard it is to change the motion. Angular momentum is conserved when no external torque acts, just as linear momentum is conserved when no external force acts. A figure skater spinning uses this: pulling arms in decreases \( I \), so \( \omega \) increases to conserve \( L = I\omega \) (no external torque).


Question not listed here?

Next chapter: Chapter 11 — Oscillations and Simple Harmonic Motion (coming soon)

⇧ Back to chapter

Have a question? 🤔

If something isn't clear or you have a question, ask it here. The answer will be published on this page.