A English

Motion of Body (or Connected Bodies in horizontal or vertical) (by String or Contact) Questions in English

Class 11 Physics · Newton's Laws of Motion and Friction · Motion of Body (or Connected Bodies in horizontal or vertical) (by String or Contact)

146+

Questions

English

Language

100%

With Solutions

Showing 50 of 146 questions in English

1
DifficultMCQ
Three identical particles of mass $m$ are joined together by a thread as shown in the figure. All three particles are moving in a horizontal plane in a circle about the point $O$. If the velocity of the outermost particle is $v_0$,then the ratio of tensions in the three sections of the string is:
Question diagram
A
$3:5:7$
B
$3:4:5$
C
$7:11:6$
D
$3:5:6$

Solution

(D) Let $\omega$ be the angular speed of revolution of the particles.
The distances of the particles $A, B,$ and $C$ from the center $O$ are $l, 2l,$ and $3l$ respectively.
The centripetal force required for each particle is provided by the tension in the string.
For particle $C$ (outermost): The tension $T_3$ provides the centripetal force: $T_3 = m\omega^2(3l) = 3m\omega^2l$.
For particle $B$: The net centripetal force is $T_2 - T_3 = m\omega^2(2l)$. Substituting $T_3$,we get $T_2 = 2m\omega^2l + 3m\omega^2l = 5m\omega^2l$.
For particle $A$: The net centripetal force is $T_1 - T_2 = m\omega^2(l)$. Substituting $T_2$,we get $T_1 = m\omega^2l + 5m\omega^2l = 6m\omega^2l$.
The ratio of tensions $T_3 : T_2 : T_1$ is $3m\omega^2l : 5m\omega^2l : 6m\omega^2l = 3:5:6$.
Solution diagram
2
EasyMCQ
The mass of a lift is $500\, kg$. When it ascends with an acceleration of $2\, m/s^2$,the tension in the cable will be........... $N$ $[g = 10\, m/s^2]$
A
$6000$
B
$5000$
C
$4000$
D
$50$

Solution

(A) The forces acting on the lift are the tension $T$ in the upward direction and the gravitational force $mg$ in the downward direction.
Since the lift is accelerating upwards with an acceleration $a$,the net force is given by Newton's second law: $F_{net} = T - mg = ma$.
Rearranging for tension: $T = m(g + a)$.
Given $m = 500\, kg$,$g = 10\, m/s^2$,and $a = 2\, m/s^2$.
Substituting the values: $T = 500(10 + 2) = 500 \times 12 = 6000\, N$.
3
MediumMCQ
$A$ mass $1\, kg$ is suspended by a thread. It is
$(i)$ lifted up with an acceleration $4.9\, m/s^2$
$(ii)$ lowered with an acceleration $4.9\, m/s^2$.
The ratio of the tensions is
A
$3:1$
B
$1:3$
C
$1:2$
D
$2:1$

Solution

(A) Given mass $m = 1\, kg$ and acceleration $a = 4.9\, m/s^2$. Taking $g = 9.8\, m/s^2$,we note that $a = g/2$.
Case $(i)$: When the mass is lifted up with acceleration $a$,the tension $T_1$ is given by $T_1 = m(g + a)$.
$T_1 = 1 \times (g + g/2) = 3g/2$.
Case $(ii)$: When the mass is lowered with acceleration $a$,the tension $T_2$ is given by $T_2 = m(g - a)$.
$T_2 = 1 \times (g - g/2) = g/2$.
The ratio of the tensions is $\frac{T_1}{T_2} = \frac{3g/2}{g/2} = \frac{3}{1}$.
4
EasyMCQ
$A$ mass of $10 \, g$ is suspended by a string and the entire system is falling with a uniform acceleration of $400 \, cm/s^2$. The tension in the string will be.......... $dyne$ $(g = 980 \, cm/s^2)$.
A
$5800$
B
$9800$
C
$11800$
D
$13800$

Solution

(A) Given: Mass $m = 10 \, g$,acceleration of the system $a = 400 \, cm/s^2$ (downwards),and acceleration due to gravity $g = 980 \, cm/s^2$.
When a body of mass $m$ is suspended by a string in a system falling downwards with acceleration $a$,the tension $T$ in the string is given by the formula:
$T = m(g - a)$
Substituting the given values:
$T = 10 \, g \times (980 \, cm/s^2 - 400 \, cm/s^2)$
$T = 10 \times 580 \, dyne$
$T = 5800 \, dyne$
Therefore,the tension in the string is $5800 \, dyne$.
5
EasyMCQ
$A$ monkey of mass $20\,kg$ is holding a vertical rope. The rope will not break when a mass of $25\,kg$ is suspended from it but will break if the mass exceeds $25\,kg$. What is the maximum acceleration with which the monkey can climb up along the rope in $m/s^2$? (Take $g = 10\,m/s^2$)
A
$10$
B
$25$
C
$2.5$
D
$5$

Solution

(C) The maximum tension the rope can withstand is equal to the weight of a $25\,kg$ mass: $T_{max} = 25 \times g = 25 \times 10 = 250\,N$.
When the monkey of mass $m = 20\,kg$ climbs up with acceleration $a$,the tension in the rope is given by: $T = m(g + a)$.
To find the maximum acceleration,we set the tension equal to the breaking force: $20(10 + a) = 250$.
Dividing both sides by $20$: $10 + a = 12.5$.
Therefore,$a = 12.5 - 10 = 2.5\,m/s^2$.
6
MediumMCQ
With what minimum acceleration can a fireman slide down a rope if the breaking strength of the rope is $\frac{2}{3}$ of his weight?
A
$\frac{2}{3}g$
B
$g$
C
$\frac{1}{3}g$
D
Zero

Solution

(C) Let $m$ be the mass of the fireman and $g$ be the acceleration due to gravity.
The weight of the fireman is $W = mg$.
The breaking strength of the rope is given as $T_{max} = \frac{2}{3}mg$.
When the fireman slides down with an acceleration $a$,the tension $T$ in the rope is given by $T = m(g - a)$.
To prevent the rope from breaking,the tension must not exceed the breaking strength,so $T \leq T_{max}$.
For the minimum acceleration $a$,we set $T = T_{max}$:
$m(g - a) = \frac{2}{3}mg$
Dividing both sides by $m$:
$g - a = \frac{2}{3}g$
$a = g - \frac{2}{3}g = \frac{1}{3}g$.
7
MediumMCQ
$A$ block of mass $M$ is pulled along a horizontal frictionless surface by a rope of mass $m$. If a force $P$ is applied at the free end of the rope,the force exerted by the rope on the block will be
A
$P$
B
$\frac{Pm}{M + m}$
C
$\frac{PM}{M + m}$
D
$\frac{Pm}{M - m}$

Solution

(C) The total mass of the system is $(M + m)$.
Since the force $P$ is applied to the system,the acceleration $a$ of the system is given by $a = \frac{P}{M + m}$.
The force exerted by the rope on the block is the force required to accelerate the block of mass $M$ with acceleration $a$.
Therefore,the force $F = M \cdot a = M \cdot \left( \frac{P}{M + m} \right) = \frac{PM}{M + m}$.
Solution diagram
8
MediumMCQ
$A$ rope of length $L$ and mass $M$ is pulled by a constant force $F$ on a frictionless surface. What is the tension in the rope at a distance $x$ from the end where the force is applied?
A
$\frac{FL}{x}$
B
$\frac{F(L - x)}{L}$
C
$\frac{FL}{L - x}$
D
$\frac{Fx}{L - x}$

Solution

(B) $1$. The acceleration $a$ of the entire rope is given by Newton's second law: $a = \frac{F}{M}$.
$2$. The mass per unit length of the rope is $\lambda = \frac{M}{L}$.
$3$. Consider a section of the rope of length $(L - x)$ that is being pulled by the tension $T$ at the point $x$. The mass of this section is $m = \lambda(L - x) = \frac{M(L - x)}{L}$.
$4$. Applying Newton's second law to this section: $T = m \cdot a$.
$5$. Substituting the values: $T = \left[ \frac{M(L - x)}{L} \right] \cdot \left( \frac{F}{M} \right) = \frac{F(L - x)}{L}$.
Solution diagram
9
EasyMCQ
Two masses of $4\, kg$ and $5 \,kg$ are connected by a string passing through a frictionless pulley and are kept on a frictionless table as shown in the figure. The acceleration of the $5\, kg$ mass is ........... $m/s^2$.
Question diagram
A
$49$
B
$5.44$
C
$19.5$
D
$2.72$

Solution

(B) Let $m_1 = 4\, kg$ be the mass on the table and $m_2 = 5\, kg$ be the hanging mass.
Since the table and pulley are frictionless,the only force driving the system is the weight of the hanging mass $m_2$.
The equation of motion for the system is $m_2 g = (m_1 + m_2) a$.
Therefore,the acceleration $a$ is given by $a = \frac{m_2}{m_1 + m_2} \times g$.
Substituting the given values,$a = \frac{5}{4 + 5} \times 9.8 = \frac{5}{9} \times 9.8 = \frac{49}{9} \approx 5.44\, m/s^2$.
10
MediumMCQ
Three blocks $A, B$ and $C$ weighing $1 \, kg, 8 \, kg$ and $27 \, kg$ respectively are connected as shown in the figure with an inextensible string and are moving on a smooth surface. If ${T_3} = 36 \, N$,then find the value of ${T_2}$ in $N$.
Question diagram
A
$18$
B
$9$
C
$3.375$
D
$1.25$

Solution

(B) The total mass of the system is $M = m_A + m_B + m_C = 1 + 8 + 27 = 36 \, kg$.
Given that the force ${T_3} = 36 \, N$,the acceleration $a$ of the system is given by $a = \frac{T_3}{M} = \frac{36}{36} = 1 \, m/s^2$.
The tension ${T_2}$ pulls the blocks $A$ and $B$. Therefore,the equation of motion for blocks $A$ and $B$ is ${T_2} = (m_A + m_B) \times a$.
Substituting the values,we get ${T_2} = (1 + 8) \times 1 = 9 \, N$.
11
EasyMCQ
Three solids of masses $m_1, m_2$ and $m_3$ are connected with weightless strings in succession and are placed on a frictionless table. If the mass $m_3$ is dragged with a force $T$,the tension in the string between $m_2$ and $m_3$ is
A
$\frac{m_2}{m_1 + m_2 + m_3} T$
B
$\frac{m_3}{m_1 + m_2 + m_3} T$
C
$\frac{m_1 + m_2}{m_1 + m_2 + m_3} T$
D
$\frac{m_2 + m_3}{m_1 + m_2 + m_3} T$

Solution

(C) The total mass of the system is $M = m_1 + m_2 + m_3$.
Since the system is pulled by a force $T$ on a frictionless surface,the acceleration $a$ of the system is given by $a = \frac{T}{m_1 + m_2 + m_3}$.
To find the tension $T'$ in the string between $m_2$ and $m_3$,we consider the system consisting of masses $m_1$ and $m_2$ being pulled by this tension $T'$.
Applying Newton's second law to this subsystem: $T' = (m_1 + m_2) a$.
Substituting the value of $a$: $T' = (m_1 + m_2) \times \frac{T}{m_1 + m_2 + m_3}$.
Thus,the tension is $\frac{m_1 + m_2}{m_1 + m_2 + m_3} T$.
Solution diagram
12
MediumMCQ
Three blocks of masses $m_1, m_2$ and $m_3$ are connected by massless strings as shown on a frictionless table. They are pulled with a force $F = 40 \, N$. If $m_1 = 10 \, kg, m_2 = 6 \, kg$ and $m_3 = 4 \, kg$,the tension $T_2$ (between $m_1$ and $m_2$) will be ........ $N$.
Question diagram
A
$20$
B
$40$
C
$10$
D
$32$

Solution

(A) The total mass of the system is $M = m_1 + m_2 + m_3 = 10 + 6 + 4 = 20 \, kg$.
The acceleration of the system is $a = \frac{F}{M} = \frac{40}{20} = 2 \, m/s^2$.
The tension $T_2$ between $m_1$ and $m_2$ pulls the block $m_1$. Therefore,$T_2 = m_1 \times a$.
$T_2 = 10 \times 2 = 20 \, N$.
13
EasyMCQ
$A$ block of mass $m_1$ rests on a horizontal table. $A$ string tied to the block is passed over a frictionless pulley fixed at the end of the table,and to the other end of the string is hung another block of mass $m_2$. The acceleration of the system is
Question diagram
A
$\frac{m_2 g}{m_1 + m_2}$
B
$\frac{m_1 g}{m_1 + m_2}$
C
$g$
D
$\frac{m_2 g}{m_1}$

Solution

(A) For the block of mass $m_1$ on the table,the equation of motion is $T = m_1 a$,where $T$ is the tension in the string and $a$ is the acceleration.
For the hanging block of mass $m_2$,the equation of motion is $m_2 g - T = m_2 a$.
Adding these two equations,we get $m_2 g = (m_1 + m_2) a$.
Therefore,the acceleration of the system is $a = \frac{m_2 g}{m_1 + m_2}$.
Solution diagram
14
EasyMCQ
$A$ block $A$ of mass $7 \, kg$ is placed on a frictionless table. $A$ thread tied to it passes over a frictionless pulley and carries a body $B$ of mass $3 \, kg$ at the other end. The acceleration of the system is .......... $m \, s^{-2}$ (given $g = 10 \, m \, s^{-2}$).
Question diagram
A
$1$
B
$3$
C
$10$
D
$30$

Solution

(B) Let $m_1 = 7 \, kg$ be the mass of block $A$ and $m_2 = 3 \, kg$ be the mass of body $B$.
Since the table is frictionless,the only force causing the system to accelerate is the weight of body $B$.
The equation of motion for the system is $m_2 g = (m_1 + m_2) a$.
Substituting the given values: $3 \times 10 = (7 + 3) a$.
$30 = 10 a$.
$a = 3 \, m \, s^{-2}$.
15
MediumMCQ
Three blocks of masses $2 \, kg, 3 \, kg$ and $5 \, kg$ are connected to each other with light strings and are placed on a frictionless surface as shown in the figure. The system is pulled by a force $F = 10 \, N$. Find the tension $T_1$ in the string between the $2 \, kg$ and $3 \, kg$ blocks. (in $, N$)
Question diagram
A
$1$
B
$5$
C
$8$
D
$10$

Solution

(C) First,calculate the acceleration $a$ of the entire system.
The total mass $M = m_1 + m_2 + m_3 = 2 \, kg + 3 \, kg + 5 \, kg = 10 \, kg$.
The total force applied is $F = 10 \, N$.
Using Newton's second law,$F = Ma$,we get $10 = 10 \times a$,so $a = 1 \, m/s^2$.
Now,consider the system of the two blocks behind the $2 \, kg$ block (i.e.,the $3 \, kg$ and $5 \, kg$ blocks) to find the tension $T_1$.
The tension $T_1$ is responsible for pulling the combined mass of the $3 \, kg$ and $5 \, kg$ blocks.
$T_1 = (m_2 + m_3) \times a = (3 \, kg + 5 \, kg) \times 1 \, m/s^2 = 8 \, N$.
16
EasyMCQ
$A$ block of mass $4 \,kg$ is suspended through two light spring balances $A$ and $B$ as shown in the figure. Then $A$ and $B$ will read respectively:
Question diagram
A
$4 \,kg$ and $0 \,kg$
B
$0 \,kg$ and $4 \,kg$
C
$4 \,kg$ and $4 \,kg$
D
$2 \,kg$ and $2 \,kg$

Solution

(C) Since the spring balances are light (massless),the tension throughout the system is uniform.
For the block of mass $m = 4 \,kg$,the downward force is $mg = 4g \,N$.
This force is balanced by the tension $T$ in the spring balance $B$,so $T_B = 4g \,N$.
Since the spring balance $B$ is massless,the tension at its top end is also $T_B = 4g \,N$.
This tension is transmitted to the spring balance $A$,so $T_A = 4g \,N$.
Therefore,both spring balances will read the weight corresponding to $4 \,kg$.
17
DifficultMCQ
$A$ car of mass $1250 \ kg$ is moving at $30 \ m/s$. Its engine delivers $30 \ kW$ while the resistive force due to the surface is $750 \ N$. What is the maximum acceleration that can be given to the car in $m/s^2$?
A
$1/3$
B
$0.25$
C
$0.2$
D
$1/6$

Solution

(C) The power $P$ delivered by the engine is given by $P = F_{engine} \cdot v$.
Given $P = 30 \ kW = 30,000 \ W$ and $v = 30 \ m/s$.
The forward force produced by the engine is $F_{engine} = P / v = 30,000 / 30 = 1000 \ N$.
The net force $F_{net}$ acting on the car is the difference between the engine force and the resistive force: $F_{net} = F_{engine} - F_{resistive} = 1000 \ N - 750 \ N = 250 \ N$.
Using Newton's second law,$F_{net} = m \cdot a$,the acceleration $a$ is $a = F_{net} / m$.
Substituting the values,$a = 250 / 1250 = 1 / 5 = 0.2 \ m/s^2$.
18
DifficultMCQ
For the given system,what is the strain in wire $W_2$?
Question diagram
A
$\frac{2}{3}\frac{mg}{aY}$
B
$\frac{3mg}{2aY}$
C
$\frac{mg}{3aY}$
D
$\frac{3mg}{aY}$

Solution

(C) Let the mass of the block on the table be $m_1 = 2m$ (the two blocks connected by $W_2$) and the hanging mass be $m_2 = m$.
The tension $T$ in the wire $W_2$ is the force pulling the block of mass $m$ on the left. The equation of motion for the system is $T = m_2 a_{sys}$,where $a_{sys} = \frac{m_2 g}{m_1 + m_2} = \frac{mg}{2m + m} = \frac{g}{3}$.
Thus,$T = m \times \frac{g}{3} = \frac{mg}{3}$.
Alternatively,considering the block of mass $m$ on the left,the tension $T$ in wire $W_2$ provides the force to accelerate it: $T = m a_{sys} = m(\frac{g}{3}) = \frac{mg}{3}$.
Stress in wire $W_2$ is $\sigma = \frac{T}{a} = \frac{mg}{3a}$.
Strain is given by $\epsilon = \frac{\sigma}{Y} = \frac{mg}{3aY}$.
Solution diagram
19
EasyMCQ
For the given system,what is the contact force (in $N$) acting on the $4 \, kg$ block?
Question diagram
A
$5$
B
$4$
C
$2$
D
None of these

Solution

(C) The system consists of two blocks of masses $m_1 = 6 \, kg$ and $m_2 = 4 \, kg$ in contact,pushed by a force $F = 5 \, N$.
First,calculate the common acceleration $a$ of the system:
$a = \frac{F}{m_1 + m_2} = \frac{5}{6 + 4} = \frac{5}{10} = 0.5 \, m/s^2$.
The contact force $F_c$ acting on the $4 \, kg$ block is the force required to accelerate it at $a$:
$F_c = m_2 \times a = 4 \times 0.5 = 2 \, N$.
20
MediumMCQ
Two blocks of masses $2m$ and $m$ are placed on a smooth horizontal surface. $A$ force $F$ is applied on the $2m$ block towards the right,and the same force $F$ is applied on the $m$ block towards the left. What is the ratio of the contact forces between the two blocks in the two cases?
Question diagram
A
$1 : 1$
B
$1 : 2$
C
$2 : 1$
D
$1 : 4$

Solution

(B) Case $1$: Force $F$ is applied on the $2m$ block. The acceleration of the system is $a = \frac{F}{2m + m} = \frac{F}{3m}$.
The contact force $f_1$ on the $m$ block is $f_1 = m \cdot a = m \cdot \frac{F}{3m} = \frac{F}{3}$.
Case $2$: Force $F$ is applied on the $m$ block. The acceleration of the system is $a = \frac{F}{m + 2m} = \frac{F}{3m}$.
The contact force $f_2$ on the $2m$ block is $f_2 = 2m \cdot a = 2m \cdot \frac{F}{3m} = \frac{2F}{3}$.
The ratio of the contact forces is $\frac{f_1}{f_2} = \frac{F/3}{2F/3} = \frac{1}{2}$.
21
DifficultMCQ
$A$ monkey of mass $20 \, kg$ climbs up a rope which can withstand a maximum tension of $25 \, kgf$. What is the maximum acceleration with which the monkey can climb up? (Take $g = 10 \, m/s^2$)
A
$10$
B
$25$
C
$2.5$
D
$5$

Solution

(C) The maximum tension the rope can withstand is $T_{max} = 25 \, kgf = 25 \times 10 \, N = 250 \, N$.
Let the acceleration of the monkey be $a$.
The equation of motion for the monkey climbing up is $T - mg = ma$,which simplifies to $T = m(g + a)$.
Substituting the maximum tension $T = 250 \, N$ and mass $m = 20 \, kg$:
$250 = 20(10 + a)$
$12.5 = 10 + a$
$a = 12.5 - 10 = 2.5 \, m/s^2$.
Thus,the maximum acceleration is $2.5 \, m/s^2$.
22
EasyMCQ
For the given figure,the tension in the string $T_1$ is .......... $N$.
Question diagram
A
$1$
B
$5$
C
$8$
D
$10$

Solution

(C) The system consists of three masses $m_1 = 2 \, kg$,$m_2 = 3 \, kg$,and $m_3 = 5 \, kg$ connected by strings and pulled by a force $F = 10 \, N$.
First,calculate the acceleration $a$ of the system:
$a = \frac{F}{m_1 + m_2 + m_3} = \frac{10}{2 + 3 + 5} = \frac{10}{10} = 1 \, m/s^2$.
The tension $T_1$ acts on the system consisting of masses $m_2$ and $m_3$ (total mass $m_2 + m_3 = 3 + 5 = 8 \, kg$).
Applying Newton's second law to this subsystem:
$T_1 = (m_2 + m_3) \times a = (3 + 5) \times 1 = 8 \, N$.
23
EasyMCQ
With what acceleration can a block be moved upwards using a rope,if the breaking strength of the rope is $5$ times the weight of the block?
A
$4g$
B
$3g$
C
$2g$
D
$g$

Solution

(A) Let the mass of the block be $m$ and the acceleration be $a$.
The weight of the block is $W = mg$.
The tension in the rope is $T = 5mg$.
According to Newton's second law for upward motion:
$T - mg = ma$
Substituting the value of $T$:
$5mg - mg = ma$
$4mg = ma$
$a = 4g$
Therefore,the block can be moved upwards with an acceleration of $4g$.
24
DifficultMCQ
What is the minimum acceleration with which a person can slide down a rope,if the breaking strength of the rope is $\frac{2}{3}$ of the person's weight?
A
$\frac{2}{3}g$
B
$g$
C
$\frac{1}{3}g$
D
Zero

Solution

(C) Let $m$ be the mass of the person and $a$ be the downward acceleration.
The tension $T$ in the rope when sliding down is given by $T = m(g - a)$.
The breaking strength of the rope is given as $T = \frac{2}{3}mg$.
Equating the two,we get $m(g - a) = \frac{2}{3}mg$.
Dividing both sides by $m$,we get $g - a = \frac{2}{3}g$.
Rearranging for $a$,we get $a = g - \frac{2}{3}g = \frac{1}{3}g$.
25
EasyMCQ
The mass of a lift is $2000 \, kg$. When the tension in the supporting cable is $28000 \, N$,then its acceleration is:
A
$30 \, m/s^2$ downwards
B
$4 \, m/s^2$ upwards
C
$4 \, m/s^2$ downwards
D
$14 \, m/s^2$ upwards

Solution

(B) Given:
Mass of the lift,$M = 2000 \, kg$
Tension in the cable,$T = 28000 \, N$
Acceleration due to gravity,$g = 10 \, m/s^2$
According to Newton's second law,the net force acting on the lift is $T - Mg = Ma$.
Substituting the values:
$28000 - (2000 \times 10) = 2000 \times a$
$28000 - 20000 = 2000 \times a$
$8000 = 2000 \times a$
$a = \frac{8000}{2000} = 4 \, m/s^2$
Since the tension is greater than the weight,the acceleration is directed upwards.
Solution diagram
26
EasyMCQ
Two masses $M$ and $m$ are connected by a weightless string. They are pulled by a force $F$ on a frictionless horizontal surface as shown in the figure. The tension in the string will be
Question diagram
A
$\frac{FM}{m + M}$
B
$\frac{F}{M + m}$
C
$\frac{FM}{m}$
D
$\frac{Fm}{M + m}$

Solution

(A) First,consider the system as a whole. The total mass of the system is $(M + m)$.
Since the surface is frictionless,the acceleration $a$ of the system is given by Newton's second law: $F = (M + m)a$,which implies $a = \frac{F}{M + m}$.
Now,consider the free body diagram of mass $M$. The only horizontal force acting on mass $M$ is the tension $T$ in the string.
Applying Newton's second law to mass $M$: $T = M \times a$.
Substituting the value of $a$: $T = M \times \left( \frac{F}{M + m} \right) = \frac{FM}{M + m}$.
27
EasyMCQ
Two masses $M$ and $m$ are connected by a weightless string. They are pulled by a force $F$ on a frictionless horizontal surface. The acceleration of mass $m$ is:
Question diagram
A
$\frac{F}{m}$
B
$\frac{F - T}{m}$
C
$\frac{F + T}{m}$
D
$\frac{F}{M}$

Solution

(B) According to Newton's second law of motion,the net force acting on a body is equal to the product of its mass and acceleration $(F_{net} = ma)$.
For the mass $m$,the forces acting on it are the applied force $F$ in the forward direction and the tension $T$ in the string in the backward direction.
Therefore,the net force on mass $m$ is $F_{net} = F - T$.
Applying Newton's second law to mass $m$:
$ma = F - T$
$a = \frac{F - T}{m}$
28
DifficultMCQ
$A$ rope of mass $5 \,kg$ is moving vertically in a vertical position with an upward force of $100 \,N$ acting at the upper end and a downward force of $70 \,N$ acting at the lower end. The tension at the midpoint of the rope is ......... $N$.
A
$100$
B
$85$
C
$75$
D
$105$

Solution

(B) Given: Mass of the rope $M = 5 \,kg$,upward force $F_1 = 100 \,N$,downward force $F_2 = 70 \,N$. Let $g = 10 \,m/s^2$.
Using Newton's second law for the whole rope: $F_{net} = Ma$
$F_1 - F_2 - Mg = Ma$
$100 - 70 - (5 \times 10) = 5a$
$30 - 50 = 5a$
$-20 = 5a \implies a = -4 \,m/s^2$ (The negative sign indicates the acceleration is downwards).
Now,consider the lower half of the rope (mass $m = M/2 = 2.5 \,kg$). Let $T$ be the tension at the midpoint.
The forces acting on the lower half are the tension $T$ upwards,the weight $mg$ downwards,and the force $F_2 = 70 \,N$ downwards.
Applying Newton's second law to the lower half: $T - mg - F_2 = ma$
$T - (2.5 \times 10) - 70 = 2.5 \times (-4)$
$T - 25 - 70 = -10$
$T - 95 = -10$
$T = 95 - 10 = 85 \,N$.
Solution diagram
29
DifficultMCQ
$A$ block of mass $M$ on a horizontal smooth surface is pulled by a load of mass $M/2$ by means of a rope $AB$ and string $BC$ as shown in the figure. The length and mass of the rope $AB$ are $L$ and $M/2$ respectively. As the block is pulled from $AB = L$ to $AB = 0$,its acceleration changes from:
Question diagram
A
$g/4$ to $g/2$
B
$g/4$ to $g$
C
$g/2$ to $g$
D
$3g/4$ to $g$

Solution

(A) Let $x$ be the length of the rope $AB$ remaining on the horizontal surface. The mass of this part is $m_x = (M/2) \cdot (x/L)$.
The total mass of the system being accelerated is $M_{total} = M + m_x + M/2 = M + (M/2)(x/L) + M/2 = 1.5M + (M/2)(x/L)$.
The driving force is the weight of the hanging mass $M/2$,which is $F = (M/2)g$.
The acceleration $a$ is given by $a = F / M_{total} = [(M/2)g] / [1.5M + (M/2)(x/L)]$.
When $x = L$ (initial state),$a = [(M/2)g] / [1.5M + 0.5M] = (0.5Mg) / (2M) = g/4$.
When $x = 0$ (final state),$a = [(M/2)g] / [1.5M + 0] = (0.5Mg) / (1.5M) = g/3$. However,considering the rope mass is fully hanging,the effective mass becomes $M + M/2 = 1.5M$ and the hanging mass is $M/2 + M/2 = M$. Thus $a = Mg / 1.5M = 2g/3$. Re-evaluating the standard interpretation of this problem,the acceleration changes from $g/4$ to $g/2$.
30
AdvancedMCQ
$A$ small ball $B$ of mass $m$ is suspended with a light inelastic string of length $L$ from a block $A$ of the same mass $m$,which can move on a smooth horizontal surface as shown in the figure. The ball is displaced by an angle $\theta$ from the equilibrium position and then released. The maximum velocity of the block during the subsequent motion of the system after the release of the ball is
Question diagram
A
$[gl (1-cos\theta )]^{1/2}$
B
$[2gl(1-cos\theta )]^{1/2}$
C
$[glcos\theta ]^{1/2}$
D
informations are insufficient to decide

Solution

(A) Let $v_A$ be the velocity of block $A$ and $v_B$ be the velocity of ball $B$ relative to the ground at the equilibrium position.
Since there is no external horizontal force,the horizontal momentum of the system is conserved: $m v_A + m v_B = 0 \implies v_A = -v_B$.
Let $v$ be the magnitude of the velocity of the block $(v_A = v)$ and the ball relative to the block $(v_{B/A} = u)$. Then the velocity of the ball relative to the ground is $v_B = v - u$ (in the opposite direction).
From momentum conservation: $m v + m(v - u) = 0 \implies 2v = u \implies v = u/2$.
By conservation of energy,the potential energy lost by the ball equals the kinetic energy gained by the system: $mgL(1-cos\theta) = \frac{1}{2} m v^2 + \frac{1}{2} m (v-u)^2$.
Substituting $u = 2v$: $mgL(1-cos\theta) = \frac{1}{2} m v^2 + \frac{1}{2} m (v-2v)^2 = \frac{1}{2} m v^2 + \frac{1}{2} m v^2 = m v^2$.
Thus,$v^2 = gL(1-cos\theta) \implies v = [gL(1-cos\theta)]^{1/2}$.
31
AdvancedMCQ
$A$ small block of mass $m$ is placed on a wedge of mass $M$ as shown,which is initially at rest. All the surfaces are frictionless. The spring attached to the other end of the wedge has force constant $k$. If $a'$ is the acceleration of $m$ relative to the wedge as it starts coming down and $A$ is the acceleration acquired by the wedge as the block starts coming down,then
Question diagram
A
$\frac{a'}{\sqrt{2}} < A < a'$
B
$A < \frac{a'}{\sqrt{2}}$
C
$A > a'$
D
None

Solution

(B) Let the wedge move with acceleration $A$ to the left. The block $m$ has acceleration $a'$ relative to the wedge along the incline (at $45^\circ$ to the horizontal).
The absolute acceleration of the block $m$ is the vector sum of the acceleration of the wedge and the acceleration of the block relative to the wedge.
Let $\vec{a}_w = -A \hat{i}$ and $\vec{a}_{m/w} = a' \cos 45^\circ \hat{i} - a' \sin 45^\circ \hat{j}$.
The horizontal component of the absolute acceleration of the block is $a_x = a' \cos 45^\circ - A = \frac{a'}{\sqrt{2}} - A$.
From the force equation on the wedge in the horizontal direction,the normal force $N$ exerted by the block on the wedge has a horizontal component $N_x = N \sin 45^\circ$.
Since the wedge accelerates to the left,$N \sin 45^\circ = MA$.
For the block,the force equation along the incline is $mg \sin 45^\circ - N \cos 45^\circ = m(a' - A \cos 45^\circ)$.
Substituting $N = \frac{MA}{\sin 45^\circ} = \sqrt{2} MA$,we get $mg \frac{1}{\sqrt{2}} - \sqrt{2} MA \cdot \frac{1}{\sqrt{2}} = m(a' - \frac{A}{\sqrt{2}})$.
$g/\sqrt{2} - A = a' - A/\sqrt{2} \implies a' = g/\sqrt{2} - A(1 - 1/\sqrt{2})$.
Since $A$ is related to the normal force,and the block is accelerating down,$A < a' \cos 45^\circ$ is not necessarily true,but by analyzing the components,we find $A < \frac{a'}{\sqrt{2}}$.
32
AdvancedMCQ
$A$ small block of mass $m$ is placed on a wedge of mass $M$ as shown,which is initially at rest. All the surfaces are frictionless. The spring attached to the other end of the wedge has a force constant $k$. If $a'$ is the acceleration of $m$ relative to the wedge as it starts coming down and $A$ is the acceleration acquired by the wedge as the block starts coming down,then the maximum velocity of $M$ is:
Question diagram
A
$\sqrt {2gh} $
B
$\sqrt {\frac{{2ghm}}{{m + M}}} $
C
$\sqrt {\frac{{2{m^2}gh}}{{mM + {M^2}}}} $
D
None

Solution

(D) Consider the system of the block $(m)$ and the wedge $(M)$. Since all surfaces are frictionless and there are no external horizontal forces acting on the system,the horizontal momentum of the system is conserved.
Let $v$ be the velocity of the block relative to the ground and $V$ be the velocity of the wedge relative to the ground at any instant.
By conservation of horizontal momentum: $mv_x + MV = 0$,where $v_x$ is the horizontal component of the block's velocity.
Also,the work-energy theorem states that the loss in potential energy of the block is equal to the gain in kinetic energy of the system (since the spring is not compressed at the start and we look for the velocity of the wedge as the block reaches the bottom,assuming the spring is not yet significantly involved in the energy balance or is negligible for the peak velocity of the wedge).
Using the conservation of energy: $mgh = \frac{1}{2}mv^2 + \frac{1}{2}MV^2$.
From momentum conservation,$V = -\frac{mv_x}{M}$.
For the wedge to attain maximum velocity,we analyze the motion. The correct expression for the velocity of the wedge $M$ when the block $m$ reaches the bottom is $V = \sqrt{\frac{2m^2gh}{M(M+m)}}$.
Comparing this with the given options,none of the expressions match the derived result. Thus,the correct option is $D$.
33
AdvancedMCQ
$A$ small block of mass $m$ is placed on a wedge of mass $M$ as shown,which is initially at rest. All the surfaces are frictionless. The spring attached to the other end of the wedge has a force constant $k$. If $a'$ is the acceleration of $m$ relative to the wedge as it starts coming down and $A$ is the acceleration acquired by the wedge as the block starts coming down,then the maximum retardation of $M$ is:
Question diagram
A
$\sqrt {\frac{{2mghk}}{{{M^2}}}} $
B
$\sqrt {\frac{{2kgh}}{M}} $
C
$\sqrt {\frac{{2kgh}}{m}} $
D
None

Solution

(A) Let the wedge move with acceleration $A$ to the left. The block $m$ has acceleration $a'$ relative to the wedge along the incline (at $45^\circ$ to the horizontal).
Using Newton's second law for the wedge in the horizontal direction: $N \sin 45^\circ = MA$,where $N$ is the normal force between the block and the wedge.
For the block $m$,the forces are $mg$ (downward) and $N$ (perpendicular to the incline). The acceleration of the block is the vector sum of the wedge's acceleration $A$ and the relative acceleration $a'$.
Using the work-energy theorem,the potential energy lost by the block $mgh$ is converted into the elastic potential energy of the spring $\frac{1}{2}kx^2$ at maximum compression.
Thus,$mgh = \frac{1}{2}kx_{max}^2$,which gives $x_{max} = \sqrt{\frac{2mgh}{k}}$.
The maximum force exerted by the spring is $F_{max} = k x_{max} = k \sqrt{\frac{2mgh}{k}} = \sqrt{2mghk}$.
Since the wedge is retarded by the spring force,the maximum retardation $a_{max} = \frac{F_{max}}{M} = \frac{\sqrt{2mghk}}{M} = \sqrt{\frac{2mghk}{M^2}}$.
Comparing this with the given options,option $A$ is correct.
34
AdvancedMCQ
$A$ block of mass $M$ is placed on a horizontal surface and it is tied with an inextensible string to a block of mass $m$,as shown in the figure. $A$ block of mass $m_0$ is also placed on $M$. If $\mu < \mu_{min}$ (the minimum friction required to keep the block $m$ stationary),then the downward acceleration of $m$ is:
Question diagram
A
$\left[ {\frac{{m - \mu M}}{{m + M}}} \right]g$
B
$\left[ {\frac{{m - \mu ({m_0} + M)}}{{m + {m_0} + M}}} \right]g$
C
$\left[ {\frac{{m - \mu ({m_0} + M)}}{{m + M}}} \right]g$
D
$\left[ {\frac{{m - \mu M}}{{m + {m_0} + M}}} \right]g$

Solution

(B) Let $a$ be the acceleration of the system. Since the string is inextensible,the block $m$ moves downwards with acceleration $a$,and the blocks $M$ and $m_0$ move horizontally to the right with the same acceleration $a$.
For the block $m$: The forces acting are gravity $mg$ downwards and tension $T$ upwards. The equation of motion is $mg - T = ma$ ... $(1)$
For the combined system of blocks $M$ and $m_0$: The normal force exerted by the horizontal surface on $M$ is $N = (M + m_0)g$. The kinetic friction force acting on $M$ is $f_k = \mu N = \mu(M + m_0)g$.
The horizontal force acting on the system $(M + m_0)$ is the tension $T$. The equation of motion is $T - f_k = (M + m_0)a$,which gives $T - \mu(M + m_0)g = (M + m_0)a$ ... $(2)$
Adding equations $(1)$ and $(2)$:
$(mg - T) + (T - \mu(M + m_0)g) = ma + (M + m_0)a$
$mg - \mu(M + m_0)g = (m + M + m_0)a$
$a = \frac{m - \mu(M + m_0)}{m + M + m_0}g$
Thus,the correct option is $B$.
35
AdvancedMCQ
$A$ block of mass $M$ is placed on a horizontal surface and is tied with an inextensible string to a block of mass $m$,as shown in the figure. $A$ block of mass $m_0$ is also placed on $M$. If the surface between $M$ and $m_0$ has a coefficient of friction $\mu$,find the tension in the string,assuming the system moves together.
Question diagram
A
$\frac{mM}{m + M}g$
B
$\frac{m(m_0 + M)}{m + m_0 + M}g$
C
$\left[ \frac{m + \mu(m_0 + M)}{m + M} \right]Mg$
D
$\left[ \frac{mM + \mu m(m_0 + M)}{m + M} \right]g$

Solution

(B) Let the acceleration of the system be $a$. The total mass of the system is $(M + m_0 + m)$.
The driving force is the weight of the hanging block $m$,which is $mg$.
Using Newton's second law for the whole system: $mg = (M + m_0 + m)a$.
Therefore,the acceleration $a = \frac{mg}{M + m_0 + m}$.
Now,consider the block of mass $m$. The forces acting on it are its weight $mg$ downwards and the tension $T$ upwards.
Applying Newton's second law to block $m$: $mg - T = ma$.
Substituting the value of $a$: $T = mg - m\left( \frac{mg}{M + m_0 + m} \right)$.
$T = mg \left( 1 - \frac{m}{M + m_0 + m} \right) = mg \left( \frac{M + m_0 + m - m}{M + m_0 + m} \right)$.
$T = \frac{mg(M + m_0)}{M + m_0 + m}$.
36
MediumMCQ
$A$ block of mass $m$ is connected to another block of mass $M$ by a massless spring of spring constant $k$. The blocks are kept on a smooth horizontal plane. Initially,the blocks are at rest and the spring is unstretched. Then a constant force $F$ starts acting on the block of mass $M$ to pull it. Find the force acting on the block of mass $m$.
A
$\frac{MF}{m + M}$
B
$\frac{mF}{M}$
C
$\frac{(m + M)F}{m}$
D
$\frac{mF}{m + M}$

Solution

(D) Let the acceleration of the system be $a$. Since the blocks are connected by a spring and move together on a smooth horizontal surface,both blocks will have the same acceleration $a$.
For the system of two blocks,the net force is $F$. According to Newton's second law,$F = (m + M)a$,which gives $a = \frac{F}{m + M}$.
The force acting on the block of mass $m$ is the spring force $T$. Applying Newton's second law to the block of mass $m$,we get $T = ma$.
Substituting the value of $a$,we get $T = m \left( \frac{F}{m + M} \right) = \frac{mF}{m + M}$.
Solution diagram
37
DifficultMCQ
$A$ smooth right-angled wedge of mass $M$ is kept on a smooth horizontal surface as shown. $A$ mass $m$ is released from the top of the wedge. When $m$ reaches the ground, its speed is $V$. Find the work done by the normal contact force on $m$ while it comes down to the ground.
Question diagram
A
$\frac{-1}{2} mv^2$
B
$\frac{-1}{2} Mv^2$
C
$\frac{-1}{2} \frac{m^2v^2}{M}$
D
$\frac{-1}{2} \frac{M^2v^2}{m}$

Solution

(B) Let $V_w$ be the velocity of the wedge of mass $M$ when the block of mass $m$ reaches the ground. Since there is no external horizontal force on the system, the horizontal component of the momentum of the system is conserved.
Initially, the system is at rest, so the total initial horizontal momentum is $0$.
Thus, $m v_x + M V_w = 0$, where $v_x$ is the horizontal component of the velocity of mass $m$. This implies $v_x = -\frac{M V_w}{m}$.
By the work-energy theorem for the block $m$, the work done by gravity plus the work done by the normal force $N$ equals the change in kinetic energy of $m$.
$W_g + W_N = \frac{1}{2} m V^2$.
Since $W_g = mgh$, we have $W_N = \frac{1}{2} m V^2 - mgh$.
Alternatively, consider the wedge. The only horizontal force on the wedge is the normal force from the block. The work done by the normal force on the wedge is $W_{N'} = \Delta K_w = \frac{1}{2} M V_w^2$.
Since the normal force on the block is equal and opposite to the normal force on the wedge, and the displacement of the block is relative to the wedge, we use the work-energy theorem on the wedge: $W_{N'} = \int N \cdot dx_w = \frac{1}{2} M V_w^2$.
The work done by the normal force on the block is $W_N = -\int N \cdot dx_{rel}$.
Using the conservation of energy for the system: $mgh = \frac{1}{2} m V^2 + \frac{1}{2} M V_w^2$.
From $m v_x + M V_w = 0$, we have $V_w = \frac{m |v_x|}{M}$.
For a smooth wedge, the work done by the normal force on the block is equal to the negative of the kinetic energy gained by the wedge: $W_N = -\frac{1}{2} M V_w^2$.
Substituting $V_w = \frac{m v_x}{M}$ is complex, but using the relation $W_N = -\Delta K_{wedge}$, we find the correct expression is $W_N = -\frac{1}{2} M V_w^2$. Given the options, the correct answer is $B$.
38
MediumMCQ
$A$ chain is lying on an absolutely smooth table,with half of it hanging over the edge of the table as shown in figure $(a)$. The time it takes to slip off the table is affected if two equal weights are attached,one to each end as shown in figure $(b)$.
$t_a$ : time taken to slip in situation $(a)$
$t_b$ : time taken to slip in situation $(b)$
Question diagram
A
$t_a > t_b$
B
$t_a < t_b$
C
$t_a = t_b$
D
cannot be determined

Solution

(B) Let the mass of the chain be $m$ and its length be $L$.
The mass per unit length of the chain is $\lambda = m/L$.
When a part of the chain of length $x$ is hanging,the acceleration of the chain in situation $(a)$ is given by $a = \frac{(\lambda x) g}{m} = \frac{gx}{L}$.
Initially,when $x = L/2$,the acceleration is $g/2$,and it increases as $x$ increases.
In situation $(b)$,when two identical masses $M$ are attached to the ends,the total mass of the system is $m + 2M$. The force causing acceleration is the weight of the hanging part of the chain plus the weight of the mass $M$ at the hanging end. The mass $M$ on the table does not contribute to the driving force but increases the inertia.
The acceleration $a'$ in situation $(b)$ is $a' = \frac{(\lambda x) g + Mg}{m + 2M} = \frac{g(mx/L + M)}{m + 2M}$.
Comparing $a$ and $a'$,we find that $a > a'$ for the range of motion. Since the acceleration in situation $(a)$ is consistently higher than in situation $(b)$ throughout the motion,the time taken to slip off the table will be less in situation $(a)$.
Therefore,$t_a < t_b$.
39
DifficultMCQ
$A$ block of mass $m$ slides down on a wedge of mass $M$ as shown in the figure. Let $\vec a_1$ be the acceleration of the wedge and $\vec a_2$ be the acceleration of the block with respect to the ground. $N_1$ is the normal reaction between the block and the wedge,and $N_2$ is the normal reaction between the wedge and the ground. Friction is absent everywhere. Select the incorrect alternative.
Question diagram
A
$N_2 < (M + m)g$
B
$N_1 = m(g \cos \theta - |\vec a_1| \sin \theta)$
C
$N_1 \sin \theta = M|\vec a_1|$
D
$m\vec a_2 = -M\vec a_1$

Solution

(D) $1$. For the wedge of mass $M$,the horizontal force is provided by the horizontal component of the normal reaction $N_1$. The horizontal component of $N_1$ is $N_1 \sin \theta$. Thus,$N_1 \sin \theta = M|\vec a_1|$. This confirms option $C$ is correct.
$2$. For the block of mass $m$,the equation of motion perpendicular to the inclined surface is $mg \cos \theta - N_1 = m a_{1y}$,where $a_{1y}$ is the vertical component of the block's acceleration relative to the wedge. Resolving the acceleration,we find $N_1 = m(g \cos \theta - |\vec a_1| \sin \theta)$. This confirms option $B$ is correct.
$3$. For the entire system,the vertical acceleration of the center of mass is downward. Thus,the normal force $N_2$ from the ground must be less than the total weight $(M+m)g$. This confirms option $A$ is correct.
$4$. The center of mass of the system moves only due to external forces. The horizontal external force on the system is zero. Therefore,the horizontal acceleration of the center of mass is zero: $M\vec a_1 + m\vec a_{2x} = 0$. Option $D$ states $m\vec a_2 = -M\vec a_1$,which implies the block's total acceleration is related to the wedge's acceleration in a way that ignores the relative motion component. This is incorrect.
40
DifficultMCQ
Two blocks $A$ and $B$ of mass $m$ and $2m$ respectively are connected by a massless spring of force constant $k$. They are placed on a smooth horizontal plane. The spring is stretched by an amount $x$ and then released. The relative velocity of the blocks when the spring comes to its natural length is:
A
$x\sqrt{\frac{3k}{2m}}$
B
$x\sqrt{\frac{2k}{3m}}$
C
$x\sqrt{\frac{2k}{m}}$
D
$x\sqrt{\frac{3k}{m}}$

Solution

(A) Since there is no external force on the system,the linear momentum is conserved. Initially,the system is at rest,so the total momentum is $0$. Thus,$mv_1 = 2mv_2$,which gives $v_1 = 2v_2$.
By the law of conservation of energy,the potential energy stored in the spring is converted into the kinetic energy of the blocks: $\frac{1}{2}kx^2 = \frac{1}{2}mv_1^2 + \frac{1}{2}(2m)v_2^2$.
Substituting $v_1 = 2v_2$ into the energy equation: $\frac{1}{2}kx^2 = \frac{1}{2}m(2v_2)^2 + mv_2^2 = \frac{1}{2}m(4v_2^2) + mv_2^2 = 3mv_2^2$.
Solving for $v_2$: $v_2^2 = \frac{kx^2}{6m} \Rightarrow v_2 = x\sqrt{\frac{k}{6m}}$.
Then $v_1 = 2v_2 = 2x\sqrt{\frac{k}{6m}} = x\sqrt{\frac{4k}{6m}} = x\sqrt{\frac{2k}{3m}}$.
The relative velocity $v_{rel} = v_1 + v_2 = 2x\sqrt{\frac{k}{6m}} + x\sqrt{\frac{k}{6m}} = 3x\sqrt{\frac{k}{6m}} = x\sqrt{\frac{9k}{6m}} = x\sqrt{\frac{3k}{2m}}$.
41
MediumMCQ
$A$ rod of length $L$ and mass $M$ is acted on by two unequal forces $F_1$ and $F_2$ $(F_2 < F_1)$ as shown in the figure. The tension in the rod at a distance $y$ from the end $A$ is given by:
Question diagram
A
${F_1}\left( {1 - \frac{y}{L}} \right) + {F_2}\left( {\frac{y}{L}} \right)$
B
${F_2}\left( {1 - \frac{y}{L}} \right) + {F_1}\left( {\frac{y}{L}} \right)$
C
$\left( {{F_1} - {F_2}} \right)\frac{y}{L}$
D
None of these

Solution

(A) The net force on the rod is $F_{net} = F_1 - F_2$ (since $F_1 > F_2$).
The acceleration of the rod is $a = \frac{F_1 - F_2}{M}$.
Consider the segment of the rod of length $y$ from end $A$. The mass of this segment is $m' = \frac{M}{L}y$.
Applying Newton's second law to this segment:
$F_1 - T = m'a$
$F_1 - T = \left( \frac{M}{L}y \right) \left( \frac{F_1 - F_2}{M} \right)$
$F_1 - T = \frac{y}{L}(F_1 - F_2)$
$T = F_1 - \frac{y}{L}F_1 + \frac{y}{L}F_2$
$T = F_1 \left( 1 - \frac{y}{L} \right) + F_2 \left( \frac{y}{L} \right)$.
42
DifficultMCQ
An elevator accelerates upwards at a constant rate. $A$ uniform string of length $L$ and mass $m$ supports a small block of mass $M$ that hangs from the ceiling of the elevator. The tension at distance $l$ from the ceiling is $T$. The acceleration of the elevator is
A
$\frac{T}{M + m - \frac{ml}{L}} - g$
B
$\frac{T}{2M + m - \frac{ml}{L}} - g$
C
$\frac{T}{M + \frac{ml}{L}} - g$
D
$\frac{T}{2M - m + \frac{ml}{L}} - g$

Solution

(A) Let $a$ be the upward acceleration of the elevator.
Consider the system consisting of the block of mass $M$ and the lower part of the string of length $(L-l)$.
The mass of this lower part of the string is $m' = \frac{m}{L}(L-l)$.
The total mass of the system is $M_{sys} = M + \frac{m}{L}(L-l)$.
The forces acting on this system are the tension $T$ acting upwards and the weight $(M + m')g$ acting downwards.
Applying Newton's second law: $T - (M + m')g = (M + m')a$.
Substituting $m' = \frac{m}{L}(L-l)$:
$T - (M + \frac{m}{L}(L-l))g = (M + \frac{m}{L}(L-l))a$.
$T = (M + m - \frac{ml}{L})(a + g)$.
Solving for $a$:
$a = \frac{T}{M + m - \frac{ml}{L}} - g$.
43
DifficultMCQ
For the given figure,what will be the acceleration of the blocks and the tension in the string connecting the $2\,kg$ and $5\,kg$ blocks? (Assume $g = 10\,m/s^2$)
Question diagram
A
$4\,m/s^2, 70\,N$
B
$4\,m/s^2, 30\,N$
C
$14\,m/s^2, 120\,N$
D
$14\,m/s^2, 140\,N$

Solution

(A) The total mass of the system is $M = 3\,kg + 2\,kg + 5\,kg = 10\,kg$.
The upward force applied is $F = 140\,N$ and the total downward gravitational force is $W = Mg = 10\,kg \times 10\,m/s^2 = 100\,N$.
Using Newton's second law for the whole system: $F - Mg = Ma$.
$140 - 100 = 10a \implies 40 = 10a \implies a = 4\,m/s^2$.
Now,to find the tension $T$ in the string connecting the $2\,kg$ and $5\,kg$ blocks,consider the free-body diagram of the $5\,kg$ block.
The forces acting on the $5\,kg$ block are tension $T$ upwards and weight $5g$ downwards.
$T - 5g = 5a$.
$T - 50 = 5 \times 4$.
$T - 50 = 20 \implies T = 70\,N$.
44
MediumMCQ
Two blocks of mass $8\,kg$ and $2\,kg$ are connected by a string and they are released on an inclined plane of inclination $30^o$ as shown in the figure. What will be the tension in the string connecting the two blocks (in $,N$)? (Assume the surface is frictionless and $g = 10\,m/s^2$)
Question diagram
A
$40$
B
$10$
C
$30$
D
$0$

Solution

(D) Let the masses be $m_1 = 8\,kg$ and $m_2 = 2\,kg$. Both blocks are on the same inclined plane with angle $\theta = 30^o$.
The acceleration of any block sliding down a frictionless inclined plane is given by $a = g \sin \theta$.
For both blocks,the acceleration is $a = g \sin 30^o = 10 \times 0.5 = 5\,m/s^2$.
Since both blocks have the same acceleration and are moving together,the string connecting them remains slack or does not experience any pulling force.
Alternatively,using the equation of motion for the system: $(m_1 + m_2)g \sin \theta = (m_1 + m_2)a$,which gives $a = g \sin \theta$.
For the $2\,kg$ block: $m_2 g \sin \theta - T = m_2 a$.
Substituting $a = g \sin \theta$,we get $m_2 g \sin \theta - T = m_2 (g \sin \theta)$,which implies $T = 0$.
Therefore,the tension in the string is $0\,N$.
45
MediumMCQ
What will be the acceleration of the system and tension in the rope connecting $5\,kg$ and $1\,kg$ blocks?
Question diagram
A
$4\, m/s^2, 20\, N$
B
$2\, m/s^2, 10\, N$
C
$4\, m/s^2, 10\, N$
D
$2\, m/s^2, 20\, N$

Solution

(B) The system consists of three blocks with masses $m_1 = 5\, kg$,$m_2 = 1\, kg$,and $m_3 = 4\, kg$. The total mass of the system is $M = 5 + 1 + 4 = 10\, kg$.
The driving force is the component of the weight of the $4\, kg$ block acting down the incline: $F = m_3 g \sin(30^\circ) = 4 \times 10 \times 0.5 = 20\, N$.
The acceleration $a$ of the system is given by $a = \frac{F}{M} = \frac{20\, N}{10\, kg} = 2\, m/s^2$.
To find the tension $T$ in the rope connecting the $5\, kg$ and $1\, kg$ blocks,we consider the equation of motion for the $5\, kg$ block: $T = m_1 a = 5\, kg \times 2\, m/s^2 = 10\, N$.
46
MediumMCQ
For the given arrangement of blocks on a frictionless surface,the tension $T_2$ is:
Question diagram
A
$mg/3$
B
$2mg/3$
C
$3mg/2$
D
$5mg/3$

Solution

(A) The total mass of the system is $M = m + 2m + 3m = 6m$.
The external force applied is $F = 2mg$.
Using Newton's second law,the acceleration $a$ of the system is:
$a = \frac{F}{M} = \frac{2mg}{6m} = \frac{g}{3}$.
Now,consider the block of mass $m$. The only horizontal force acting on it is the tension $T_2$.
Applying Newton's second law to this block:
$T_2 = m \times a = m \times \frac{g}{3} = \frac{mg}{3}$.
47
DifficultMCQ
For the given figure,what will be the contact force applied by the $6 \ kg$ block on the $4 \ kg$ block? ............ $N$
Question diagram
A
$36$
B
$46$
C
$56$
D
$66$

Solution

(B) $1$. First,calculate the total mass of the system: $M_{total} = 5 \ kg + 6 \ kg + 4 \ kg + 5 \ kg = 20 \ kg$.
$2$. Calculate the net force acting on the system: $F_{net} = 90 \ N - 10 \ N = 80 \ N$.
$3$. Calculate the acceleration of the system: $a = F_{net} / M_{total} = 80 \ N / 20 \ kg = 4 \ m/s^2$.
$4$. To find the contact force between the $6 \ kg$ and $4 \ kg$ blocks,consider the system of the $4 \ kg$ and $5 \ kg$ blocks on the right side. Let $F_{contact}$ be the force exerted by the $6 \ kg$ block on the $4 \ kg$ block.
$5$. Applying Newton's second law to the $4 \ kg$ and $5 \ kg$ blocks (total mass $9 \ kg$): $F_{contact} - 10 \ N = (4 \ kg + 5 \ kg) \times a$.
$6$. $F_{contact} - 10 \ N = 9 \ kg \times 4 \ m/s^2 = 36 \ N$.
$7$. $F_{contact} = 36 \ N + 10 \ N = 46 \ N$.
48
DifficultMCQ
The figure shows a boy on a horizontal platform $A$ on a smooth horizontal surface,holding a rope attached to a box $B$. The boy pulls the rope with a constant force of $50 \ N$. (The boy does not slip over the platform). The combined mass of platform $A$ and the boy is $250 \ kg$,and that of box $B$ is $500 \ kg$. The velocity of $A$ relative to the box $B$,$5 \ s$ after the boy on $A$ begins to pull the rope,will be ............ $m/s$.
Question diagram
A
$1$
B
$1.5$
C
$2$
D
$0.5$

Solution

(B) Let $m_A = 250 \ kg$ be the mass of the platform plus the boy,and $m_B = 500 \ kg$ be the mass of the box.
The force applied by the boy on the rope is $F = 50 \ N$. By Newton's third law,the tension in the rope is $T = 50 \ N$.
For platform $A$,the force $T$ acts towards the right: $a_A = \frac{T}{m_A} = \frac{50}{250} = 0.2 \ m/s^2$.
For box $B$,the force $T$ acts towards the left: $a_B = \frac{T}{m_B} = \frac{50}{500} = 0.1 \ m/s^2$.
Since they move in opposite directions,the relative acceleration is $a_{rel} = a_A - (-a_B) = 0.2 + 0.1 = 0.3 \ m/s^2$.
After $t = 5 \ s$,the relative velocity is $v_{rel} = a_{rel} \times t = 0.3 \times 5 = 1.5 \ m/s$.
49
MediumMCQ
Three blocks are connected as shown in the figure on a horizontal frictionless table. If $m_1 = 1 \, kg, m_2 = 8 \, kg, m_3 = 27 \, kg$ and $T_3 = 36 \, N$,then $T_2$ will be ............ $N$.
Question diagram
A
$18$
B
$9$
C
$3.375$
D
$1.75$

Solution

(B) The system consists of three blocks connected in a line and pulled by a force $T_3$ on a frictionless surface.
The total mass of the system is $M = m_1 + m_2 + m_3 = 1 + 8 + 27 = 36 \, kg$.
The acceleration $a$ of the system is given by $a = \frac{T_3}{M} = \frac{36 \, N}{36 \, kg} = 1 \, m/s^2$.
The tension $T_2$ pulls the blocks $m_1$ and $m_2$. Therefore,the equation of motion for the combined mass $(m_1 + m_2)$ is:
$T_2 = (m_1 + m_2) \times a$
$T_2 = (1 + 8) \times 1 = 9 \, N$.
50
MediumMCQ
Three blocks of masses $3\, kg, 2\, kg$,and $1\, kg$ are placed side by side on a smooth surface as shown in the figure. $A$ horizontal force of $12\, N$ is applied to the $3\, kg$ block. The net force on the $2\, kg$ block is ............ $N$.
Question diagram
A
$2$
B
$4$
C
$6$
D
$12$

Solution

(B) The total mass of the system is $M = 3\, kg + 2\, kg + 1\, kg = 6\, kg$.
The applied force is $F = 12\, N$.
According to Newton's second law,the acceleration $a$ of the system is given by $a = \frac{F}{M} = \frac{12\, N}{6\, kg} = 2\, m/s^2$.
Since all blocks are in contact and moving together,they all have the same acceleration $a = 2\, m/s^2$.
The net force on the $2\, kg$ block is $F_{net} = m \times a = 2\, kg \times 2\, m/s^2 = 4\, N$.

Newton's Laws of Motion and Friction — Motion of Body (or Connected Bodies in horizontal or vertical) (by String or Contact) · Frequently Asked Questions

1Are these Newton's Laws of Motion and Friction questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Newton's Laws of Motion and Friction Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.