| Non-Rationalised Science NCERT Notes and Solutions (Class 6th to 10th) | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 6th | 7th | 8th | 9th | 10th | ||||||||||
| Non-Rationalised Science NCERT Notes and Solutions (Class 11th) | ||||||||||||||
| Physics | Chemistry | Biology | ||||||||||||
| Non-Rationalised Science NCERT Notes and Solutions (Class 12th) | ||||||||||||||
| Physics | Chemistry | Biology | ||||||||||||
Chapter 7 Systems Of Particles And Rotational Motion
Introduction to Rotational Motion
Previous chapters focused on the motion of single particles, where the body's size was considered negligible. However, real-world objects have finite size. This chapter expands our study to the motion of such extended bodies, which can be considered as a system of particles. A key concept for this is the centre of mass.
A special and important category of extended bodies is the rigid body. An ideal rigid body is one with a perfectly definite and unchanging shape. The distances between all pairs of particles within the body remain constant. While no real body is perfectly rigid, many objects like wheels, beams, and planets can be treated as rigid for most practical purposes, as their deformations are negligible.
What kind of motion can a rigid body have?
The motion of a rigid body can be categorized as follows:
1. Pure Translational Motion
In pure translational motion, all particles of the body have the same velocity at any given instant. The body moves as a whole without rotating. An example is a block sliding down an inclined plane without tumbling.
2. Rotational Motion
In rotational motion, the body turns around a fixed line called the axis of rotation. Every particle of the body moves in a circle. These circles lie in planes perpendicular to the axis of rotation, and their centers lie on the axis.
The rotation can be about a fixed axis (e.g., a ceiling fan) or a moving axis (e.g., a spinning top or an oscillating pedestal fan). This chapter will primarily focus on the simpler case of rotation about a fixed axis.
3. Combination of Translation and Rotation
This is the most general form of motion for a rigid body. The body's position changes (translation) while it also rotates. A common example is the rolling motion of a wheel or a cylinder down an inclined plane. At any instant, different particles of the body have different velocities.
Centre of Mass
The centre of mass (CM) is a specific point associated with a system of particles. It is the average position of all the mass in the system, weighted by each particle's mass. The motion of the system as a whole can often be described by the motion of this single point.
Centre of Mass for a System of Particles
For a system of $n$ particles with masses $m_1, m_2, \dots, m_n$ located at positions $(x_1, y_1, z_1), (x_2, y_2, z_2), \dots$ respectively, the coordinates of the centre of mass $(X, Y, Z)$ are given by:
$X = \frac{m_1x_1 + m_2x_2 + \dots + m_nx_n}{m_1 + m_2 + \dots + m_n} = \frac{\sum_{i=1}^{n} m_i x_i}{\sum_{i=1}^{n} m_i} = \frac{\sum m_i x_i}{M}$
$Y = \frac{\sum m_i y_i}{M}$
$Z = \frac{\sum m_i z_i}{M}$
where $M = \sum m_i$ is the total mass of the system.
Vector Form
In vector notation, if $\textbf{r}_i$ is the position vector of the $i$-th particle and R is the position vector of the centre of mass, the formula becomes more compact:
$\textbf{R} = \frac{m_1\textbf{r}_1 + m_2\textbf{r}_2 + \dots + m_n\textbf{r}_n}{M} = \frac{1}{M} \sum_{i=1}^{n} m_i \textbf{r}_i$
If the origin of the coordinate system is chosen at the centre of mass, then $\textbf{R}=0$, which implies $\sum m_i \textbf{r}_i = 0$.
Centre of Mass for a Rigid Body (Continuous Mass Distribution)
For a continuous body, we imagine it to be composed of an infinite number of infinitesimal mass elements $dm$. The summation is replaced by an integral over the entire body:
$X = \frac{1}{M}\int x dm$
$Y = \frac{1}{M}\int y dm$
$Z = \frac{1}{M}\int z dm$
In vector form:
$\textbf{R} = \frac{1}{M}\int \textbf{r} dm$
Symmetry and Centre of Mass
For homogeneous bodies of regular geometric shapes, the centre of mass coincides with their geometric centre due to symmetry. For every mass element $dm$ at a position $\textbf{r}$ from the geometric centre, there is an identical element at $-\textbf{r}$, and their contributions to the integral cancel out.
- Thin Rod: Midpoint of the rod.
- Ring/Disc: Geometric centre.
- Sphere: Geometric centre.
Example 1. Find the centre of mass of three particles at the vertices of an equilateral triangle. The masses of the particles are 100g, 150g, and 200g respectively. Each side of the equilateral triangle is 0.5m long.
Answer:
Let's place the 100g mass at the origin (0, 0). Place the 150g mass on the x-axis. The vertices are:
- $m_1 = 100\text{g}$ at $(x_1, y_1) = (0, 0)$
- $m_2 = 150\text{g}$ at $(x_2, y_2) = (0.5, 0)$
- $m_3 = 200\text{g}$ at $(x_3, y_3) = (0.5 \cos 60^\circ, 0.5 \sin 60^\circ) = (0.25, 0.25\sqrt{3})$
Total mass $M = 100 + 150 + 200 = 450$ g.
The x-coordinate of the CM is:
$X = \frac{m_1x_1 + m_2x_2 + m_3x_3}{M} = \frac{100(0) + 150(0.5) + 200(0.25)}{450} = \frac{0 + 75 + 50}{450} = \frac{125}{450} = \frac{5}{18}$ m.
The y-coordinate of the CM is:
$Y = \frac{m_1y_1 + m_2y_2 + m_3y_3}{M} = \frac{100(0) + 150(0) + 200(0.25\sqrt{3})}{450} = \frac{50\sqrt{3}}{450} = \frac{\sqrt{3}}{9}$ m.
The centre of mass is located at $\left(\frac{5}{18}, \frac{\sqrt{3}}{9}\right)$ m.
Motion of Centre of Mass
The concept of the centre of mass is powerful because it simplifies the description of the motion of a complex system. Let's start with the position vector of the centre of mass:
$M\textbf{R} = \sum m_i \textbf{r}_i$
Differentiating with respect to time gives the velocity of the centre of mass, $\textbf{V} = d\textbf{R}/dt$:
$M\frac{d\textbf{R}}{dt} = \sum m_i \frac{d\textbf{r}_i}{dt} \implies M\textbf{V} = \sum m_i \textbf{v}_i$
Differentiating again with respect to time gives the acceleration of the centre of mass, $\textbf{A} = d\textbf{V}/dt$:
$M\frac{d\textbf{V}}{dt} = \sum m_i \frac{d\textbf{v}_i}{dt} \implies M\textbf{A} = \sum m_i \textbf{a}_i$
Using Newton's second law, $\textbf{F}_i = m_i \textbf{a}_i$, where $\textbf{F}_i$ is the net force on the $i$-th particle.
$M\textbf{A} = \sum \textbf{F}_i$
The total force $\sum \textbf{F}_i$ includes both external forces (from outside the system) and internal forces (between particles within the system). By Newton's third law, internal forces occur in equal and opposite pairs, so their vector sum is zero. Thus, the sum of all forces is just the sum of all external forces, $\textbf{F}_{ext}$.
$M\textbf{A} = \textbf{F}_{ext}$
This is a profound result. It states that: The centre of mass of a system of particles moves as if the entire mass of the system were concentrated at the centre of mass and all the external forces were applied at that point.
This is why we could treat extended bodies as point particles in earlier chapters. The motion of the centre of mass (the translational component of motion) is independent of the internal forces, rotation, or vibrations of the system.
Linear Momentum of a System of Particles
The total linear momentum of a system of particles, P, is the vector sum of the linear momenta of the individual particles:
$\textbf{P} = \textbf{p}_1 + \textbf{p}_2 + \dots + \textbf{p}_n = \sum m_i \textbf{v}_i$
From the previous section, we know that $\sum m_i \textbf{v}_i = M\textbf{V}$, where V is the velocity of the centre of mass. Therefore,
$\textbf{P} = M\textbf{V}$
The total linear momentum of a system of particles is equal to the product of the total mass of the system and the velocity of its centre of mass.
Differentiating this with respect to time:
$\frac{d\textbf{P}}{dt} = M\frac{d\textbf{V}}{dt} = M\textbf{A}$
Since we already established that $M\textbf{A} = \textbf{F}_{ext}$, we get Newton's second law for a system of particles:
$\frac{d\textbf{P}}{dt} = \textbf{F}_{ext}$
The time rate of change of the total linear momentum of a system is equal to the net external force acting on the system.
Conservation of Linear Momentum
If the net external force on a system is zero ($\textbf{F}_{ext}=0$), then:
$\frac{d\textbf{P}}{dt} = 0 \implies \textbf{P} = \text{Constant}$
This is the law of conservation of linear momentum for a system of particles: If the net external force on a system is zero, its total linear momentum remains constant.
Since $\textbf{P} = M\textbf{V}$, this also means that if the net external force is zero, the velocity of the centre of mass of the system remains constant. The CM moves like a free particle, regardless of the complex internal interactions.
Vector Product of Two Vectors
In addition to the scalar (dot) product, there is another way to multiply vectors called the vector product or cross product. This product results in a new vector. It is essential for defining rotational quantities like torque and angular momentum.
The vector product of two vectors a and b is a vector c, written as $\textbf{c} = \textbf{a} \times \textbf{b}$.
Definition
- Magnitude: The magnitude of c is given by $c = ab \sin\theta$, where $\theta$ is the smaller angle between a and b.
- Direction: The vector c is perpendicular to the plane containing both a and b. Its specific direction is given by the right-hand rule.
Right-Hand Rule
If you curl the fingers of your right hand in the direction from vector a towards vector b (through the smaller angle), your outstretched thumb points in the direction of $\textbf{a} \times \textbf{b}$.
Properties of the Vector Product
- Anti-commutative: Reversing the order of multiplication reverses the direction of the resultant vector.
- Parallel Vectors: The cross product of two parallel or anti-parallel vectors is a null vector, since $\sin 0^\circ = 0$ and $\sin 180^\circ = 0$. Thus, $\textbf{a} \times \textbf{a} = \textbf{0}$.
- Distributive Law: $\textbf{a} \times (\textbf{b} + \textbf{c}) = \textbf{a} \times \textbf{b} + \textbf{a} \times \textbf{c}$
$\textbf{a} \times \textbf{b} = -(\textbf{b} \times \textbf{a})$
Vector Product in Component Form
For the orthogonal unit vectors:
$\hat{\textbf{i}} \times \hat{\textbf{i}} = \hat{\textbf{j}} \times \hat{\textbf{j}} = \hat{\textbf{k}} \times \hat{\textbf{k}} = \textbf{0}$
$\hat{\textbf{i}} \times \hat{\textbf{j}} = \hat{\textbf{k}}$; $\hat{\textbf{j}} \times \hat{\textbf{k}} = \hat{\textbf{i}}$; $\hat{\textbf{k}} \times \hat{\textbf{i}} = \hat{\textbf{j}}$ (Cyclic Order)
$\hat{\textbf{j}} \times \hat{\textbf{i}} = -\hat{\textbf{k}}$; $\hat{\textbf{k}} \times \hat{\textbf{j}} = -\hat{\textbf{i}}$; $\hat{\textbf{i}} \times \hat{\textbf{k}} = -\hat{\textbf{j}}$ (Anti-Cyclic Order)
For two vectors $\textbf{a} = a_x\hat{\textbf{i}} + a_y\hat{\textbf{j}} + a_z\hat{\textbf{k}}$ and $\textbf{b} = b_x\hat{\textbf{i}} + b_y\hat{\textbf{j}} + b_z\hat{\textbf{k}}$, their cross product is:
$\textbf{a} \times \textbf{b} = (a_y b_z - a_z b_y)\hat{\textbf{i}} + (a_z b_x - a_x b_z)\hat{\textbf{j}} + (a_x b_y - a_y b_x)\hat{\textbf{k}}$
This can be easily remembered using the determinant form:
$\textbf{a} \times \textbf{b} = \begin{vmatrix} \hat{\textbf{i}} & \hat{\textbf{j}} & \hat{\textbf{k}} \\ a_x & a_y & a_z \\ b_x & b_y & b_z \end{vmatrix}$
Angular Velocity and its Relation with Linear Velocity
For a rigid body rotating about a fixed axis, all particles move in circles, and every particle has the same angular velocity ($\omega$) at any instant. Angular velocity is defined as the time rate of change of angular displacement ($\theta$).
$\omega = \frac{d\theta}{dt}$
Angular velocity is a vector quantity. For rotation about a fixed axis, the vector $\boldsymbol{\omega}$ points along the axis of rotation, with its direction determined by the right-hand rule (curl fingers in the direction of rotation, thumb points in the direction of $\boldsymbol{\omega}$).
Relation between Linear and Angular Velocity
The magnitude of the linear velocity $v$ of a particle at a perpendicular distance $r$ from the axis of rotation is given by $v = \omega r$. The direction of the velocity is always tangent to the circular path.
This relationship can be expressed elegantly using the vector product. If r is the position vector of a particle with respect to an origin on the axis of rotation, its linear velocity v is given by:
$\textbf{v} = \boldsymbol{\omega} \times \textbf{r}$
This equation correctly gives both the magnitude ($v = \omega r \sin 90^\circ = \omega r$) and the direction (tangential to the path) of the linear velocity.
Angular Acceleration
In analogy with linear motion, angular acceleration ($\alpha$) is defined as the time rate of change of angular velocity.
$\boldsymbol{\alpha} = \frac{d\boldsymbol{\omega}}{dt}$
For rotation about a fixed axis, the direction of $\boldsymbol{\alpha}$ is also along the axis. If the body is speeding up, $\boldsymbol{\alpha}$ is in the same direction as $\boldsymbol{\omega}$; if it is slowing down, $\boldsymbol{\alpha}$ is in the opposite direction.
Torque and Angular Momentum
Force causes linear acceleration. What is the rotational analogue of force? This is the concept of torque or moment of force.
Torque (Moment of Force)
The ability of a force to produce rotation depends not only on its magnitude but also on where it is applied. Torque is the rotational analogue of force.
For a force F acting on a particle at a position r with respect to an origin O, the torque $\boldsymbol{\tau}$ about the origin is defined as the vector product:
$\boldsymbol{\tau} = \textbf{r} \times \textbf{F}$
- The magnitude of the torque is $\tau = rF \sin\theta = r_{\perp}F = rF_{\perp}$, where $\theta$ is the angle between r and F, $r_{\perp}$ is the perpendicular distance from the origin to the line of action of the force (called the lever arm), and $F_{\perp}$ is the component of the force perpendicular to r.
- The SI unit of torque is the newton-metre (N m).
- Torque is zero if the line of action of the force passes through the origin ($r=0$ or $\sin\theta=0$).
Angular Momentum
Just as torque is the rotational analogue of force, angular momentum is the rotational analogue of linear momentum.
For a particle with linear momentum p at a position r with respect to an origin O, the angular momentum l about the origin is defined as:
$\textbf{l} = \textbf{r} \times \textbf{p}$
The magnitude is $l = rp \sin\theta$.
Relation between Torque and Angular Momentum
There is a fundamental relationship between torque and angular momentum, which is the rotational version of Newton's second law ($\textbf{F} = d\textbf{p}/dt$).
By differentiating the definition of angular momentum with respect to time:
$\frac{d\textbf{l}}{dt} = \frac{d}{dt}(\textbf{r} \times \textbf{p}) = \left(\frac{d\textbf{r}}{dt} \times \textbf{p}\right) + \left(\textbf{r} \times \frac{d\textbf{p}}{dt}\right)$
The first term is $(\textbf{v} \times m\textbf{v})$, which is zero because v is parallel to itself. The second term is $\textbf{r} \times \textbf{F}$, which is the torque $\boldsymbol{\tau}$.
Thus, we arrive at the rotational analogue of Newton's second law:
$\boldsymbol{\tau} = \frac{d\textbf{l}}{dt}$
The time rate of change of the angular momentum of a particle is equal to the torque acting on it.
For a System of Particles
This relationship can be extended to a system of particles. The total angular momentum is $\textbf{L} = \sum \textbf{l}_i$, and the total torque is $\boldsymbol{\tau} = \sum \boldsymbol{\tau}_i$. The internal torques cancel out in pairs, so the equation becomes:
$\boldsymbol{\tau}_{ext} = \frac{d\textbf{L}}{dt}$
Conservation of Angular Momentum
From the above relation, if the net external torque on a system is zero ($\boldsymbol{\tau}_{ext} = 0$), then:
$\frac{d\textbf{L}}{dt} = 0 \implies \textbf{L} = \text{Constant}$
Law of Conservation of Angular Momentum: If the total external torque on a system of particles is zero, then the total angular momentum of the system is conserved.
Equilibrium of a Rigid Body
A rigid body is said to be in mechanical equilibrium if both its linear momentum and angular momentum are constant. This means the body has neither linear acceleration nor angular acceleration.
For a rigid body to be in mechanical equilibrium, two conditions must be met simultaneously:
1. Translational Equilibrium
The vector sum of all external forces acting on the body must be zero.
$\sum \textbf{F}_{ext} = 0$
This ensures that the linear momentum of the centre of mass is constant (i.e., zero linear acceleration).
2. Rotational Equilibrium
The vector sum of all external torques acting on the body about any point must be zero.
$\sum \boldsymbol{\tau}_{ext} = 0$
This ensures that the angular momentum of the body is constant (i.e., zero angular acceleration). If the body is in translational equilibrium, this condition holds true regardless of the point about which the torques are calculated.
These two vector equations are equivalent to a total of six independent scalar equations (three for forces, three for torques). For problems where all forces are coplanar, this reduces to three conditions: $\sum F_x = 0$, $\sum F_y = 0$, and $\sum \tau_z = 0$.
Principle of Moments and Levers
For a lever in equilibrium pivoted at a fulcrum, the condition for rotational equilibrium ($\sum \tau = 0$) leads to the principle of moments. If a load $F_1$ is at a distance $d_1$ (load arm) and an effort $F_2$ is at a distance $d_2$ (effort arm) from the fulcrum, then:
$F_1 d_1 = F_2 d_2$
(Anticlockwise moment = Clockwise moment)
The ratio $F_1/F_2$ is called the Mechanical Advantage (M.A.).
Centre of Gravity (CG)
The centre of gravity of a body is the point where the total gravitational torque on the body is zero. It is the point where the entire weight of the body can be considered to act.
For a small body in a uniform gravitational field, the centre of gravity coincides with the centre of mass. However, they are conceptually different. The CM depends only on the mass distribution, while the CG also involves gravity.
Moment of Inertia
Just as mass is a measure of a body's inertia in linear motion (resistance to change in linear velocity), the moment of inertia (I) is a measure of a body's rotational inertia (resistance to change in angular velocity).
The kinetic energy of a single particle of mass $m_i$ at a distance $r_i$ from the axis of rotation is $K_i = \frac{1}{2}m_i v_i^2$. Since $v_i = \omega r_i$, this becomes $K_i = \frac{1}{2}m_i r_i^2 \omega^2$.
The total rotational kinetic energy of the rigid body is the sum of the kinetic energies of all its particles:
$K_{rot} = \sum K_i = \sum \left(\frac{1}{2}m_i r_i^2 \omega^2\right) = \frac{1}{2}\left(\sum m_i r_i^2\right)\omega^2$
The quantity in the parenthesis is defined as the moment of inertia, $I$.
$I = \sum m_i r_i^2$
The rotational kinetic energy can then be written in a form analogous to translational kinetic energy:
$K_{rot} = \frac{1}{2}I\omega^2$
The moment of inertia depends not just on the total mass, but on how that mass is distributed relative to the axis of rotation. The farther the mass is from the axis, the larger the moment of inertia.
The SI unit of moment of inertia is kg m$^2$.
Radius of Gyration (k)
The radius of gyration is the distance from the axis of rotation to a point where the entire mass of the body could be concentrated without changing its moment of inertia. It is defined by the relation:
$I = Mk^2 \implies k = \sqrt{\frac{I}{M}}$
where $M$ is the total mass of the body.
Theorems of Perpendicular and Parallel Axes
These two theorems are useful for calculating the moment of inertia of a body about an axis if its moment of inertia about another related axis is known.
Theorem of Perpendicular Axes
This theorem applies only to planar bodies (laminae).
It states that the moment of inertia of a planar body about an axis perpendicular to its plane ($I_z$) is equal to the sum of its moments of inertia about two perpendicular axes lying in the plane of the body and intersecting the first axis ($I_x$ and $I_y$).
$I_z = I_x + I_y$
Example 1. What is the moment of inertia of a disc about one of its diameters?
Answer:
Let the disc be in the x-y plane. The moment of inertia about the z-axis (perpendicular to the disc through its center) is $I_z = \frac{1}{2}MR^2$.
Let $I_x$ and $I_y$ be the moments of inertia about two perpendicular diameters (x and y axes). By symmetry, $I_x = I_y$.
Using the perpendicular axes theorem: $I_z = I_x + I_y = I_x + I_x = 2I_x$.
Therefore, the moment of inertia about a diameter is $I_x = \frac{I_z}{2} = \frac{\frac{1}{2}MR^2}{2} = \frac{1}{4}MR^2$.
Theorem of Parallel Axes
This theorem is applicable to a body of any shape.
It states that the moment of inertia of a body about any axis ($I$) is equal to the sum of its moment of inertia about a parallel axis passing through its centre of mass ($I_{cm}$) and the product of its mass ($M$) and the square of the perpendicular distance ($a$) between the two axes.
$I = I_{cm} + Ma^2$
Example 2. What is the moment of inertia of a rod of mass M and length L about an axis perpendicular to it through one end?
Answer:
The moment of inertia about a parallel axis through the centre of mass is $I_{cm} = \frac{1}{12}ML^2$.
The distance from the centre of mass to one end is $a = L/2$.
Using the parallel axes theorem:
$I = I_{cm} + Ma^2 = \frac{1}{12}ML^2 + M\left(\frac{L}{2}\right)^2 = \frac{1}{12}ML^2 + \frac{1}{4}ML^2 = \left(\frac{1+3}{12}\right)ML^2 = \frac{4}{12}ML^2 = \frac{1}{3}ML^2$.
Kinematics of Rotational Motion about a Fixed Axis
There is a direct analogy between the variables and equations of linear motion and rotational motion. This makes it easy to write down the kinematic equations for rotation with constant angular acceleration.
| Linear Motion | Rotational Motion |
|---|---|
| Displacement, $x$ | Angular displacement, $\theta$ |
| Velocity, $v = dx/dt$ | Angular velocity, $\omega = d\theta/dt$ |
| Acceleration, $a = dv/dt$ | Angular acceleration, $\alpha = d\omega/dt$ |
Kinematic Equations for Uniform Angular Acceleration
For rotational motion with constant angular acceleration $\alpha$, the equations are:
$\omega = \omega_0 + \alpha t$
$\theta = \theta_0 + \omega_0 t + \frac{1}{2}\alpha t^2$
$\omega^2 = \omega_0^2 + 2\alpha (\theta - \theta_0)$
where $\omega_0$ and $\theta_0$ are the initial angular velocity and angular position at $t=0$.
Dynamics of Rotational Motion about a Fixed Axis
We now establish the rotational equivalent of Newton's second law, $\textbf{F} = m\textbf{a}$. The rotational analogue of force is torque, and the analogue of mass is the moment of inertia.
Work Done by a Torque
The work done by a force F for an infinitesimal displacement $d\textbf{s}$ is $dW = \textbf{F} \cdot d\textbf{s}$. For a particle in rotation, the displacement is an arc length $ds = r d\theta$. The work done by a torque $\tau$ for an infinitesimal angular displacement $d\theta$ is:
$dW = \tau d\theta$
Power in Rotational Motion
The instantaneous power is the rate of doing work, $P = dW/dt$.
$P = \frac{\tau d\theta}{dt} = \tau \omega$
Newton's Second Law for Rotation
By the work-energy theorem, the rate at which work is done on a body equals the rate of change of its kinetic energy. For a rotating body, $P = dK/dt$.
$P = \tau \omega$ and $K = \frac{1}{2}I\omega^2$
$\frac{dK}{dt} = \frac{d}{dt}\left(\frac{1}{2}I\omega^2\right) = \frac{1}{2}I (2\omega) \frac{d\omega}{dt} = I\omega\alpha$
Equating the two expressions for power: $\tau\omega = I\omega\alpha$. This leads to:
$\tau = I\alpha$
This is Newton's second law for rotational motion. The net external torque on a body is equal to the product of its moment of inertia and its angular acceleration.
Angular Momentum in Case of Rotation about a Fixed Axis
We now consider the angular momentum for the specific case of a rigid body rotating about a fixed axis. The total angular momentum of the body L is the vector sum of the angular momenta of all its constituent particles.
For a particle of mass $m_i$ at a perpendicular distance $r_i$ from the axis, its angular momentum has a component along the axis of rotation ($L_z$) and a component perpendicular to it ($L_{\perp}$).
The component of the total angular momentum along the axis of rotation is given by:
$L_z = \sum (m_i r_i^2) \omega = \left(\sum m_i r_i^2\right) \omega$
$L_z = I\omega$
For symmetric bodies rotating about an axis of symmetry, the perpendicular component of angular momentum ($L_{\perp}$) is zero. In such cases, the total angular momentum vector lies along the axis of rotation:
$\textbf{L} = I\boldsymbol{\omega}$
Conservation of Angular Momentum (for fixed-axis rotation)
The general relation $\boldsymbol{\tau}_{ext} = d\textbf{L}/dt$ holds. For rotation about a fixed axis, this implies that the component of external torque along the axis equals the rate of change of the component of angular momentum along that axis: $\tau_z = dL_z/dt$.
$\tau_z = \frac{d(I\omega)}{dt}$
If the net external torque about the axis of rotation is zero ($\tau_{ext, z} = 0$), then:
$\frac{dL_z}{dt} = 0 \implies L_z = I\omega = \text{Constant}$
This is the principle of conservation of angular momentum for fixed-axis rotation. If the moment of inertia of a rotating system changes, its angular velocity must change inversely to keep the product $I\omega$ constant.
This principle is demonstrated by ice skaters pulling in their arms to spin faster (decreasing I, increasing $\omega$) and divers tucking their bodies to perform somersaults.
Rolling Motion
Rolling motion is a combination of translational motion of the centre of mass and rotational motion about the centre of mass.
Condition for Rolling Without Slipping
For an object to roll without slipping, the point of contact between the rolling object and the surface must be instantaneously at rest relative to the surface. This condition leads to a relationship between the velocity of the centre of mass ($v_{cm}$) and the angular velocity ($\omega$):
$v_{cm} = R\omega$
where $R$ is the radius of the rolling object.
Kinetic Energy of Rolling Motion
The total kinetic energy of a rolling body is the sum of its translational kinetic energy (of the centre of mass) and its rotational kinetic energy (about the centre of mass).
$K_{total} = K_{trans} + K_{rot}$
$K_{total} = \frac{1}{2}Mv_{cm}^2 + \frac{1}{2}I_{cm}\omega^2$
Using the condition for rolling without slipping ($\omega = v_{cm}/R$) and the radius of gyration ($I_{cm} = Mk^2$), we can write the total kinetic energy in terms of the translational velocity:
$K_{total} = \frac{1}{2}Mv_{cm}^2 + \frac{1}{2}(Mk^2)\left(\frac{v_{cm}}{R}\right)^2$
$K_{total} = \frac{1}{2}Mv_{cm}^2 \left(1 + \frac{k^2}{R^2}\right)$
Example 3. Three bodies, a ring, a solid cylinder, and a solid sphere, all of the same radius, roll down the same inclined plane without slipping, starting from rest. Which body reaches the ground with the maximum velocity?
Answer:
We use the conservation of mechanical energy. The initial potential energy at height $h$ is converted into total kinetic energy at the bottom.
$PE_i = K_{f,total}$
$Mgh = \frac{1}{2}Mv_{cm}^2 \left(1 + \frac{k^2}{R^2}\right)$
Solving for the final velocity $v_{cm}$:
$v_{cm} = \sqrt{\frac{2gh}{1 + k^2/R^2}}$
Now we evaluate the term $k^2/R^2$ for each body:
- Ring: $I = MR^2$, so $k^2 = R^2 \implies k^2/R^2 = 1$.
- Solid Cylinder: $I = \frac{1}{2}MR^2$, so $k^2 = \frac{1}{2}R^2 \implies k^2/R^2 = 1/2$.
- Solid Sphere: $I = \frac{2}{5}MR^2$, so $k^2 = \frac{2}{5}R^2 \implies k^2/R^2 = 2/5$.
The velocity $v_{cm}$ is largest when the denominator $(1 + k^2/R^2)$ is smallest. Comparing the values:
Ring: $k^2/R^2 = 1$ (Denominator = 2)
Cylinder: $k^2/R^2 = 0.5$ (Denominator = 1.5)
Sphere: $k^2/R^2 = 0.4$ (Denominator = 1.4)
The denominator is smallest for the solid sphere. Therefore, the solid sphere reaches the ground with the maximum velocity.
Exercises
Question 7.1. Give the location of the centre of mass of a (i) sphere, (ii) cylinder, (iii) ring, and (iv) cube, each of uniform mass density. Does the centre of mass of a body necessarily lie inside the body ?
Answer:
Question 7.2. In the HCl molecule, the separation between the nuclei of the two atoms is about 1.27 Å (1 Å = 10$^{-10}$ m). Find the approximate location of the CM of the molecule, given that a chlorine atom is about 35.5 times as massive as a hydrogen atom and nearly all the mass of an atom is concentrated in its nucleus.
Answer:
Question 7.3. A child sits stationary at one end of a long trolley moving uniformly with a speed V on a smooth horizontal floor. If the child gets up and runs about on the trolley in any manner, what is the speed of the CM of the (trolley + child) system ?
Answer:
Question 7.4. Show that the area of the triangle contained between the vectors $\textbf{a}$ and $\textbf{b}$ is one half of the magnitude of $\textbf{a} \times \textbf{b}$.
Answer:
Question 7.5. Show that $\textbf{a} \cdot (\textbf{b} \times \textbf{c})$ is equal in magnitude to the volume of the parallelepiped formed on the three vectors, $\textbf{a}$, $\textbf{b}$ and $\textbf{c}$.
Answer:
Question 7.6. Find the components along the x, y, z axes of the angular momentum $\textbf{l}$ of a particle, whose position vector is $\textbf{r}$ with components x, y, z and momentum is $\textbf{p}$ with components $p_x, p_y$ and $p_z$. Show that if the particle moves only in the x-y plane the angular momentum has only a z-component.
Answer:
Question 7.7. Two particles, each of mass m and speed v, travel in opposite directions along parallel lines separated by a distance d. Show that the angular momentum vector of the two particle system is the same whatever be the point about which the angular momentum is taken.
Answer:
Question 7.8. A non-uniform bar of weight W is suspended at rest by two strings of negligible weight as shown in Fig.7.39. The angles made by the strings with the vertical are 36.9° and 53.1° respectively. The bar is 2 m long. Calculate the distance d of the centre of gravity of the bar from its left end.
Answer:
Question 7.9. A car weighs 1800 kg. The distance between its front and back axles is 1.8 m. Its centre of gravity is 1.05 m behind the front axle. Determine the force exerted by the level ground on each front wheel and each back wheel.
Answer:
Question 7.10. (a) Find the moment of inertia of a sphere about a tangent to the sphere, given the moment of inertia of the sphere about any of its diameters to be $2MR^2/5$, where M is the mass of the sphere and R is the radius of the sphere.
(b) Given the moment of inertia of a disc of mass M and radius R about any of its diameters to be $MR^2/4$, find its moment of inertia about an axis normal to the disc and passing through a point on its edge.
Answer:
Question 7.11. Torques of equal magnitude are applied to a hollow cylinder and a solid sphere, both having the same mass and radius. The cylinder is free to rotate about its standard axis of symmetry, and the sphere is free to rotate about an axis passing through its centre. Which of the two will acquire a greater angular speed after a given time.
Answer:
Question 7.12. A solid cylinder of mass 20 kg rotates about its axis with angular speed 100 rad s$^{-1}$. The radius of the cylinder is 0.25 m. What is the kinetic energy associated with the rotation of the cylinder? What is the magnitude of angular momentum of the cylinder about its axis?
Answer:
Question 7.13. (a) A child stands at the centre of a turntable with his two arms outstretched. The turntable is set rotating with an angular speed of 40 rev/min. How much is the angular speed of the child if he folds his hands back and thereby reduces his moment of inertia to 2/5 times the initial value ? Assume that the turntable rotates without friction.
(b) Show that the child’s new kinetic energy of rotation is more than the initial kinetic energy of rotation. How do you account for this increase in kinetic energy?
Answer:
Question 7.14. A rope of negligible mass is wound round a hollow cylinder of mass 3 kg and radius 40 cm. What is the angular acceleration of the cylinder if the rope is pulled with a force of 30 N ? What is the linear acceleration of the rope ? Assume that there is no slipping.
Answer:
Question 7.15. To maintain a rotor at a uniform angular speed of 200 rad s$^{-1}$, an engine needs to transmit a torque of 180 N m. What is the power required by the engine ? (Note: uniform angular velocity in the absence of friction implies zero torque. In practice, applied torque is needed to counter frictional torque). Assume that the engine is 100% efficient.
Answer:
Question 7.16. From a uniform disk of radius R, a circular hole of radius R/2 is cut out. The centre of the hole is at R/2 from the centre of the original disc. Locate the centre of gravity of the resulting flat body.
Answer:
Question 7.17. A metre stick is balanced on a knife edge at its centre. When two coins, each of mass 5 g are put one on top of the other at the 12.0 cm mark, the stick is found to be balanced at 45.0 cm. What is the mass of the metre stick?
Answer:
Question 7.18. A solid sphere rolls down two different inclined planes of the same heights but different angles of inclination. (a) Will it reach the bottom with the same speed in each case? (b) Will it take longer to roll down one plane than the other? (c) If so, which one and why?
Answer:
Question 7.19. A hoop of radius 2 m weighs 100 kg. It rolls along a horizontal floor so that its centre of mass has a speed of 20 cm/s. How much work has to be done to stop it?
Answer:
Question 7.20. The oxygen molecule has a mass of $5.30 \times 10^{-26}$ kg and a moment of inertia of $1.94 \times 10^{-46}$ kg m$^2$ about an axis through its centre perpendicular to the lines joining the two atoms. Suppose the mean speed of such a molecule in a gas is 500 m/s and that its kinetic energy of rotation is two thirds of its kinetic energy of translation. Find the average angular velocity of the molecule.
Answer:
Question 7.21. A solid cylinder rolls up an inclined plane of angle of inclination 30°. At the bottom of the inclined plane the centre of mass of the cylinder has a speed of 5 m/s.
(a) How far will the cylinder go up the plane?
(b) How long will it take to return to the bottom?
Answer:
Additional Exercises
Question 7.22. As shown in Fig.7.40, the two sides of a step ladder BA and CA are 1.6 m long and hinged at A. A rope DE, 0.5 m is tied half way up. A weight 40 kg is suspended from a point F, 1.2 m from B along the ladder BA. Assuming the floor to be frictionless and neglecting the weight of the ladder, find the tension in the rope and forces exerted by the floor on the ladder. (Take g = 9.8 m/s$^2$)
(Hint: Consider the equilibrium of each side of the ladder separately.)
Answer:
Question 7.23. A man stands on a rotating platform, with his arms stretched horizontally holding a 5 kg weight in each hand. The angular speed of the platform is 30 revolutions per minute. The man then brings his arms close to his body with the distance of each weight from the axis changing from 90cm to 20cm. The moment of inertia of the man together with the platform may be taken to be constant and equal to 7.6 kg m$^2$.
(a) What is his new angular speed? (Neglect friction.)
(b) Is kinetic energy conserved in the process? If not, from where does the change come about?
Answer:
Question 7.24. A bullet of mass 10 g and speed 500 m/s is fired into a door and gets embedded exactly at the centre of the door. The door is 1.0 m wide and weighs 12 kg. It is hinged at one end and rotates about a vertical axis practically without friction. Find the angular speed of the door just after the bullet embeds into it.
(Hint: The moment of inertia of the door about the vertical axis at one end is $ML^2/3$.)
Answer:
Question 7.25. Two discs of moments of inertia $I_1$ and $I_2$ about their respective axes (normal to the disc and passing through the centre), and rotating with angular speeds $\omega_1$ and $\omega_2$ are brought into contact face to face with their axes of rotation coincident. (a) What is the angular speed of the two-disc system? (b) Show that the kinetic energy of the combined system is less than the sum of the initial kinetic energies of the two discs. How do you account for this loss in energy? Take $\omega_1 \ne \omega_2$.
Answer:
Question 7.26. (a) Prove the theorem of perpendicular axes.
(Hint : Square of the distance of a point (x, y) in the x–y plane from an axis through the origin and perpendicular to the plane is $x^2+y^2$).
(b) Prove the theorem of parallel axes.
(Hint : If the centre of mass of a system of n particles is chosen to be the origin $\sum m_i \textbf{r}_i = 0$ ).
Answer:
Question 7.27. Prove the result that the velocity v of translation of a rolling body (like a ring, disc, cylinder or sphere) at the bottom of an inclined plane of a height h is given by
$v^2 = \frac{2gh}{1 + k^2/R^2}$
using dynamical consideration (i.e. by consideration of forces and torques). Note k is the radius of gyration of the body about its symmetry axis, and R is the radius of the body. The body starts from rest at the top of the plane.
Answer:
Question 7.28. A disc rotating about its axis with angular speed $\omega_o$ is placed lightly (without any translational push) on a perfectly frictionless table. The radius of the disc is R. What are the linear velocities of the points A, B and C on the disc shown in Fig. 7.41? Will the disc roll in the direction indicated ?
Answer:
Question 7.29. Explain why friction is necessary to make the disc in Fig. 7.41 roll in the direction indicated.
(a) Give the direction of frictional force at B, and the sense of frictional torque, before perfect rolling begins.
(b) What is the force of friction after perfect rolling begins ?
Answer:
Question 7.30. A solid disc and a ring, both of radius 10 cm are placed on a horizontal table simultaneously, with initial angular speed equal to $10 \pi$ rad s$^{-1}$. Which of the two will start to roll earlier ? The co-efficient of kinetic friction is $\mu_k = 0.2$.
Answer:
Question 7.31. A cylinder of mass 10 kg and radius 15 cm is rolling perfectly on a plane of inclination 30°. The coefficient of static friction $\mu_s = 0.25$.
(a) How much is the force of friction acting on the cylinder ?
(b) What is the work done against friction during rolling ?
(c) If the inclination $\theta$ of the plane is increased, at what value of $\theta$ does the cylinder begin to skid, and not roll perfectly ?
Answer:
Question 7.32. Read each statement below carefully, and state, with reasons, if it is true or false;
(a) During rolling, the force of friction acts in the same direction as the direction of motion of the CM of the body.
(b) The instantaneous speed of the point of contact during rolling is zero.
(c) The instantaneous acceleration of the point of contact during rolling is zero.
(d) For perfect rolling motion, work done against friction is zero.
(e) A wheel moving down a perfectly frictionless inclined plane will undergo slipping (not rolling) motion.
Answer:
Question 7.33. Separation of Motion of a system of particles into motion of the centre of mass and motion about the centre of mass :
(a) Show $\textbf{p}_i = \textbf{p}'_i + m_i \textbf{V}$
where $\textbf{p}_i$ is the momentum of the i$^{th}$ particle (of mass $m_i$) and $\textbf{p}'_i = m_i \textbf{v}'_i$. Note $\textbf{v}'_i$ is the velocity of the i$^{th}$ particle relative to the centre of mass.
Also, prove using the definition of the centre of mass $\sum \textbf{p}'_i = 0$
(b) Show $K = K' + \frac{1}{2}MV^2$
where K is the total kinetic energy of the system of particles, K' is the total kinetic energy of the system when the particle velocities are taken with respect to the centre of mass and $MV^2/2$ is the kinetic energy of the translation of the system as a whole (i.e. of the centre of mass motion of the system). The result has been used in Sec. 7.14.
(c) Show $\textbf{L} = \textbf{L}' + \textbf{R} \times M\textbf{V}$
where $\textbf{L}' = \sum \textbf{r}'_i \times \textbf{p}'_i$ is the angular momentum of the system about the centre of mass with velocities taken relative to the centre of mass. Remember $\textbf{r}'_i = \textbf{r}_i – \textbf{R}$; rest of the notation is the standard notation used in the chapter. Note $\textbf{L}'$ and $M\textbf{R} \times \textbf{V}$ can be said to be angular momenta, respectively, about and of the centre of mass of the system of particles.
(d) Show $\frac{d\textbf{L}'}{dt} = \sum \textbf{r}'_i \times \frac{d\textbf{p}'_i}{dt}$
Further, show that
$\frac{d\textbf{L}'}{dt} = \boldsymbol{\tau}'_{ext}$
where $\boldsymbol{\tau}'_{ext}$ is the sum of all external torques acting on the system about the centre of mass.
(Hint : Use the definition of centre of mass and third law of motion. Assume the internal forces between any two particles act along the line joining the particles.)
Answer: