Animated Solution for Physics - Rotational Motion: Two thin circular discs of mass 2 kg and radius 10 cm each are joined by a rigid massless rod of length 20 cm. The axis of the rod is along the perpendicular to the planes of the disc through their centres. This object is kept on a truck in such a way that the axis of the object is horizontal and perpendicular to the direction of motion of the truck.
Its friction with the floor of the truck is large enough, so that the object can roll on the truck without slipping. Take X-axis as the direction of motion of the truck and Z-axis as the vertically upwards direction. If the truck has an acceleration 9 m/s2, calculate
(a) the force of friction on each disc and
(b) the magnitude and direction of the frictional torque acting on each disc about the centre of mass O of the object. Express the torque in the vector form in terms of unit vectors i^,j^ and k^ in x,y and z-directions.
Visualized Solution
\text{Visualizing the Setup}
\text{Mass of each disc, } m = 2 \text{ kg}
\text{Radius, } R = 10 \text{ cm} = 0.1 \text{ m}
\text{Truck acceleration, } a = 9 \text{ m/s}^2 \hat{i}
\text{Equations of Motion}
\text{Linear motion: } f = m a_0
\text{Rotational motion: } \tau = I \alpha \implies f R = I \alpha
\text{Angular Acceleration}
I = \frac{1}{2} m R^2
f R = \left(\frac{1}{2} m R^2\right) \alpha
\alpha = \frac{2f}{mR}
\text{No-Slip Condition}
\text{Acceleration of contact point = Acceleration of truck}
a_{\text{contact}} = a_0 + R \alpha = a
\text{Solving for Friction}
a_0 = \frac{f}{m}
R \alpha = R \left(\frac{2f}{mR}\right) = \frac{2f}{m}
\frac{f}{m} + \frac{2f}{m} = a \implies \frac{3f}{m} = a
Imagine you are standing on a truck that suddenly accelerates forward. What happens to a cylindrical object placed on the floor? Its inertia makes it want to stay behind, effectively sliding backward relative to the truck. To prevent this sliding, friction steps in, acting in the forward direction to pull the object along. This is the core physical reality we are dealing with in this problem.
Visualizing the Setup
We have two identical discs, each of mass m=2 kg and radius R=0.1 m, connected by a rigid massless rod of length 20 cm. The truck accelerates in the positive X-direction with a=9 m/s2. The Z-axis is vertically upwards. By the right-hand rule, the Y-axis points into the page. The rod connecting the discs is aligned along this Y-axis.
The No-Slip Condition
Let's analyze the forces on one of the discs. The only horizontal force is the forward friction f. This friction does two things:
1. It provides a linear acceleration a0 to the center of mass: f=ma0.
2. It provides a torque about the center of mass, causing an angular acceleration α: fR=Iα.
Since the disc is a solid cylinder, its moment of inertia is I=21mR2. Substituting this into the torque equation gives:
fR=(21mR2)α⟹α=mR2f
Now, here is the crucial catch: the problem states there is no slipping. This means the acceleration of the bottom-most point of the disc must perfectly match the truck's acceleration a. The bottom point has two components of acceleration: the linear acceleration a0 forward, and the tangential acceleration Rα forward due to the counter-clockwise rotation. Therefore, the no-slip condition is:
acontact=a0+Rα=a
Solving for the Friction Force
Let's substitute our expressions for a0 and Rα into the no-slip condition:
mf+R(mR2f)=a
mf+m2f=a⟹m3f=a
This simplifies beautifully! We can now solve directly for the friction force f:
f=3ma=32×9=6 N
Since it acts in the forward direction (along the X-axis), the force vector is f=6i^ N.
Calculating the Frictional Torque
Next, we need to find the frictional torque acting on each disc about the center of mass O of the entire object. The center of mass O is at the origin (0,0,0).
The rod has a length of 20 cm, so the discs are located at y=−10 cm and y=+10 cm. The contact points with the truck floor are at the bottom of the discs, which is at z=−10 cm (since the radius is 10 cm). Converting to meters, the position vectors of the contact points relative to O are:
For Disc 1: r1=−0.1j^−0.1k^
For Disc 2: r2=+0.1j^−0.1k^
The Final Vector Cross Product
Torque is defined as the cross product of the position vector and the force vector: τ=r×f.
For Disc 1:
τ1=(−0.1j^−0.1k^)×(6i^)τ1=−0.6(j^×i^)−0.6(k^×i^)
Recall your cross product rules: j^×i^=−k^ and k^×i^=j^. Substituting these in:
τ1=−0.6(−k^)−0.6(j^)=0.6(k^−j^) N-m
The magnitude is ∣τ1∣=(−0.6)2+(0.6)2=0.72≈0.85 N-m.
For Disc 2, the process is identical, just with a positive j^ component in the position vector:
τ2=(0.1j^−0.1k^)×(6i^)=0.6(−k^)−0.6(j^)=0.6(−j^−k^) N-m
The magnitude remains the same at approximately 0.85 N-m. And there you have it—a perfect blend of linear dynamics, rotational kinematics, and 3D vector math!