AIIMS 2016 Physics Question Paper with Answer and Solution

52 QuestionsEnglishWith Solutions

PhysicsQ152 of 52 questions

Page 1 of 1 · English

1
PhysicsEasyMCQAIIMS · 2016
$A$ body moves from rest with a constant acceleration. Which one of the following graphs represents the variation of its kinetic energy $K$ with the distance travelled $x$?
A
Option A
B
Option B
C
Option C
D
Option D

Solution

(C) According to the work-energy theorem,the work done by the net force on a body is equal to the change in its kinetic energy.
$W = \Delta K$
Since the body starts from rest,the initial kinetic energy is $0$. Thus,$K = W$.
For a body moving with a constant acceleration $a$ under a constant force $F$,the work done $W$ over a distance $x$ is given by:
$W = F \cdot x$
Since $F = m \cdot a$ is constant,we have:
$K = (m \cdot a) \cdot x$
This implies that $K \propto x$.
Therefore,the graph of kinetic energy $K$ versus distance $x$ is a straight line passing through the origin.
2
PhysicsMediumMCQAIIMS · 2016
The temperature of a body is increased from $-73^{\circ}C$ to $327^{\circ}C$. The ratio of energy emitted per second is:
A
$1:3$
B
$1:81$
C
$1:27$
D
$1:9$

Solution

(B) According to Stefan-Boltzmann Law,the energy emitted per second $P$ is proportional to the fourth power of the absolute temperature,i.e.,$P \propto T^4$.
First,convert the temperatures from Celsius to Kelvin:
$T_1 = -73 + 273 = 200 \ K$
$T_2 = 327 + 273 = 600 \ K$
Now,find the ratio of energy emitted per second:
$\frac{P_1}{P_2} = \left( \frac{T_1}{T_2} \right)^4$
$\frac{P_1}{P_2} = \left( \frac{200}{600} \right)^4$
$\frac{P_1}{P_2} = \left( \frac{1}{3} \right)^4 = \frac{1}{81}$
Thus,the ratio of energy emitted per second is $1:81$.
3
PhysicsMediumMCQAIIMS · 2016
$A$ mass $M$ is suspended from a spring of negligible mass. The spring is pulled a little and then released so that the mass executes $S.H.M.$ of time period $T$. If the mass is increased by $m$,the time period becomes $5T/3$. Then the ratio of $m/M$ is
A
$5/3$
B
$3/5$
C
$25/9$
D
$16/9$

Solution

(D) The time period of a spring-mass system is given by $T = 2\pi \sqrt{\frac{M}{k}}$.
Since $2\pi$ and $k$ are constant,we have $T \propto \sqrt{M}$.
Initially,the time period is $T_1 = T$ for mass $M_1 = M$.
When the mass is increased by $m$,the new mass is $M_2 = M + m$ and the new time period is $T_2 = \frac{5T}{3}$.
Using the proportionality $T \propto \sqrt{M}$,we get $\frac{T_2}{T_1} = \sqrt{\frac{M_2}{M_1}}$.
Substituting the values: $\frac{5T/3}{T} = \sqrt{\frac{M + m}{M}}$.
$\frac{5}{3} = \sqrt{1 + \frac{m}{M}}$.
Squaring both sides: $\frac{25}{9} = 1 + \frac{m}{M}$.
Therefore,$\frac{m}{M} = \frac{25}{9} - 1 = \frac{16}{9}$.
4
PhysicsEasyMCQAIIMS · 2016
$A$ wave is represented by the equation $y = 0.5 \sin(10t - x) \ m$. It is a travelling wave propagating along the $+x$ direction with velocity .... $m/s$.
A
$10$
B
$20$
C
$5$
D
None of these

Solution

(A) The standard equation of a travelling wave is given by $y = A \sin(\omega t - kx)$.
Comparing the given equation $y = 0.5 \sin(10t - x)$ with the standard equation,we get:
Angular frequency $\omega = 10 \ rad/s$
Wave number $k = 1 \ rad/m$
The velocity of the wave $v$ is given by the ratio of the coefficient of $t$ to the coefficient of $x$:
$v = \frac{\omega}{k} = \frac{10}{1} = 10 \ m/s$.
5
PhysicsMediumMCQAIIMS · 2016
The additional kinetic energy to be provided to a satellite of mass $m$ revolving around a planet of mass $M$ to transfer it from a circular orbit of radius $R_1$ to another of radius $R_2$ $(R_2 > R_1)$ is:
A
$GMm \left( \frac{1}{R_1^2} - \frac{1}{R_2^2} \right)$
B
$\frac{GMm}{2} \left( \frac{1}{R_1} - \frac{1}{R_2} \right)$
C
$2GMm \left( \frac{1}{R_1} - \frac{1}{R_2} \right)$
D
$\frac{GMm}{R_1} - \frac{GMm}{R_2}$

Solution

(B) The total energy of a satellite in a circular orbit of radius $r$ is given by $E = -\frac{GMm}{2r}$.
The initial energy in orbit $R_1$ is $E_1 = -\frac{GMm}{2R_1}$.
The final energy in orbit $R_2$ is $E_2 = -\frac{GMm}{2R_2}$.
The change in total energy required is $\Delta E = E_2 - E_1 = -\frac{GMm}{2R_2} - (-\frac{GMm}{2R_1}) = \frac{GMm}{2} \left( \frac{1}{R_1} - \frac{1}{R_2} \right)$.
Since the potential energy change is $\Delta U = U_2 - U_1 = -\frac{GMm}{R_2} - (-\frac{GMm}{R_1}) = GMm \left( \frac{1}{R_1} - \frac{1}{R_2} \right)$,and $\Delta E = \Delta K + \Delta U$,the required additional kinetic energy is $\Delta K = \Delta E - \Delta U = \frac{GMm}{2} \left( \frac{1}{R_1} - \frac{1}{R_2} \right) - GMm \left( \frac{1}{R_1} - \frac{1}{R_2} \right) = -\frac{GMm}{2} \left( \frac{1}{R_1} - \frac{1}{R_2} \right)$.
However,standard problems of this type usually ask for the energy required to change the orbit,which is $\Delta E$. Given the options,the correct expression for the energy difference is $\frac{GMm}{2} \left( \frac{1}{R_1} - \frac{1}{R_2} \right)$.
6
PhysicsEasyMCQAIIMS · 2016
$Assertion$ : The number of significant figures depends on the least count of the measuring instrument.
$Reason$ : Significant figures define the accuracy of the measuring instrument.
A
If both $Assertion$ and $Reason$ are correct and the $Reason$ is a correct explanation of the $Assertion$.
B
If the $Assertion$ is correct but $Reason$ is incorrect.
C
If both $Assertion$ and $Reason$ are correct but $Reason$ is not a correct explanation of the $Assertion$.
D
If both the $Assertion$ and $Reason$ are incorrect.

Solution

(A) The number of significant figures in a measurement indicates the precision of the measurement,which is directly related to the least count of the measuring instrument. $A$ smaller least count allows for more precise measurements,thereby increasing the number of significant figures.
Significant figures provide information about the reliability and precision of a measurement,which is synonymous with the accuracy of the instrument's reading capability.
Therefore,both the $Assertion$ and $Reason$ are correct,and the $Reason$ correctly explains why the number of significant figures depends on the least count.
7
PhysicsMediumMCQAIIMS · 2016
$Assertion$ : There is a stage when frictional force is not needed at all to provide the necessary centripetal force on a banked road.
$Reason$ : On a banked road,due to its inclination the vehicle tends to remain inwards without any chances of skidding.
A
If both $Assertion$ and $Reason$ are correct and the $Reason$ is a correct explanation of the $Assertion$.
B
If both $Assertion$ and $Reason$ are correct but $Reason$ is not a correct explanation of the $Assertion$.
C
If the $Assertion$ is correct but $Reason$ is incorrect.
D
If both the $Assertion$ and $Reason$ are incorrect.

Solution

(C) The $Assertion$ is true because when a vehicle moves at an optimum speed $v = \sqrt{rg \tan \theta}$ on a banked road,the horizontal component of the normal reaction $(N \sin \theta)$ is sufficient to provide the necessary centripetal force $(mv^2/r)$.
In this specific case,the frictional force is not required to maintain the circular path.
The $Reason$ is incorrect because,on a banked road,the vehicle does not inherently tend to remain inwards without skidding; rather,the banking angle is designed specifically to balance the forces at a particular speed to prevent skidding.
8
PhysicsEasyMCQAIIMS · 2016
$Assertion$: Mountain roads rarely go straight up the slope.
$Reason$: The slope of mountains is large,therefore there are more chances for a vehicle to slip from the roads.
A
If both $Assertion$ and $Reason$ are correct and the $Reason$ is a correct explanation of the $Assertion$.
B
If both $Assertion$ and $Reason$ are correct but $Reason$ is not a correct explanation of the $Assertion$.
C
If the $Assertion$ is correct but $Reason$ is incorrect.
D
If both the $Assertion$ and $Reason$ are incorrect.

Solution

(A) Both $Assertion$ and $Reason$ are true and $Reason$ is the correct explanation of $Assertion$. If mountain roads were to go straight up,the angle of inclination $\theta$ would be very large. The frictional force available to prevent slipping is given by $f = \mu mg \cos \theta$. As $\theta$ increases,$\cos \theta$ decreases,making the frictional force smaller. Due to this reduced friction,the vehicle's wheels would be more likely to slip. Furthermore,climbing a steep slope requires significantly higher engine power,which is impractical for most vehicles. Thus,roads are built with a winding path to reduce the effective slope.
9
PhysicsEasyMCQAIIMS · 2016
$Assertion$ : The Earth without an atmosphere would be inhospitably cold.
$Reason$ : All heat would escape in the absence of an atmosphere.
A
If both $Assertion$ and $Reason$ are correct but $Reason$ is not a correct explanation of the $Assertion$.
B
If both $Assertion$ and $Reason$ are correct and the $Reason$ is a correct explanation of the $Assertion$.
C
If the $Assertion$ is correct but $Reason$ is incorrect.
D
If both the $Assertion$ and $Reason$ are incorrect.

Solution

(B) The Earth's atmosphere acts as a blanket that traps heat through the greenhouse effect.
In the absence of an atmosphere,there would be no mechanism to trap the infrared radiation emitted by the Earth's surface.
Consequently,all the heat would escape into space,causing the surface temperature to drop significantly,making the Earth inhospitably cold.
Therefore,the $Reason$ correctly explains the $Assertion$.
10
PhysicsMediumMCQAIIMS · 2016
$Assertion :$ $A$ hollow shaft is found to be stronger than a solid shaft made of the same material and having the same mass per unit length.
$Reason :$ The torque required to produce a given twist in a hollow cylinder is greater than that required to twist a solid cylinder of the same length and material.
A
If both Assertion and Reason are correct and the Reason is a correct explanation of the Assertion.
B
If both Assertion and Reason are correct but Reason is not a correct explanation of the Assertion.
C
If the Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(A) The torsional rigidity of a shaft is given by $C = \frac{\eta J}{L}$, where $\eta$ is the modulus of rigidity, $J$ is the polar moment of inertia, and $L$ is the length.
For a given torque $\tau$, the angle of twist $\theta$ is $\theta = \frac{\tau L}{\eta J}$.
For a hollow shaft, the material is distributed further from the axis, which increases the polar moment of inertia $J$ for the same mass.
Since $J_{hollow} > J_{solid}$ for the same mass and length, the torque required to produce a specific twist $\theta$ is higher for the hollow shaft.
Therefore, the hollow shaft is stronger in torsion, and the reason correctly explains the assertion.
11
PhysicsMediumMCQAIIMS · 2016
Water is filled in a container up to a height of $3\,m$. $A$ small hole of area $A_0$ is punched in the wall of the container at a height of $52.5\,cm$ from the bottom. The cross-sectional area of the container is $A$. If $A_0/A = 0.1$,then $v^2$ is......... $m^2/s^2$ (where $v$ is the velocity of water coming out of the hole).
A
$50$
B
$50.5$
C
$51$
D
$52$

Solution

(A) The velocity of efflux $v$ is given by the formula derived from Bernoulli's principle:
$v = \sqrt{\frac{2gh}{1 - (A_0/A)^2}}$
where $h$ is the height of the water column above the hole.
Given:
Total height of water = $3\,m$
Height of hole from bottom = $52.5\,cm = 0.525\,m$
$h = 3 - 0.525 = 2.475\,m$
$A_0/A = 0.1$
$g = 10\,m/s^2$
Substituting these values into the formula for $v^2$:
$v^2 = \frac{2gh}{1 - (A_0/A)^2}$
$v^2 = \frac{2 \times 10 \times 2.475}{1 - (0.1)^2}$
$v^2 = \frac{49.5}{1 - 0.01}$
$v^2 = \frac{49.5}{0.99} = 50\,m^2/s^2$
Solution diagram
12
PhysicsEasyMCQAIIMS · 2016
$Assertion :$ One mole of any substance at any temperature or volume always contains $6.02 \times 10^{23}$ molecules.
$Reason :$ One mole of a substance always refers to $S.T.P.$ conditions.
A
If both Assertion and Reason are correct and the Reason is a correct explanation of the Assertion.
B
If both Assertion and Reason are correct but Reason is not a correct explanation of the Assertion.
C
If the Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(C) The number $6.02 \times 10^{23}$ is known as Avogadro's number $(N_A)$.
By definition,one mole of any substance contains exactly $6.02 \times 10^{23}$ elementary entities (atoms,molecules,or ions),regardless of the temperature,pressure,or volume of the substance.
Therefore,the Assertion is correct.
However,the definition of a mole does not depend on $S.T.P.$ (Standard Temperature and Pressure) conditions.
$S.T.P.$ conditions are only relevant when calculating the volume occupied by one mole of an ideal gas (which is $22.4 \ L$ at $S.T.P.$).
Thus,the Reason is incorrect.
13
PhysicsEasyMCQAIIMS · 2016
$Assertion :$ The base of Laplace correction was that exchange of heat between the region of compression and rarefaction in air is negligible.
$Reason :$ Air is a bad conductor of heat and the velocity of sound in air is quite large.
A
If both Assertion and Reason are correct and the Reason is a correct explanation of the Assertion.
B
If both Assertion and Reason are correct but Reason is not a correct explanation of the Assertion.
C
If the Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(A) Laplace corrected Newton's formula for the speed of sound by assuming that the propagation of sound in air is an adiabatic process.
In an adiabatic process,there is no exchange of heat between the system and the surroundings.
This assumption is justified because air is a poor conductor of heat and the compressions and rarefactions occur so rapidly (due to the high velocity of sound) that there is insufficient time for any significant heat exchange to take place between the regions.
Therefore,both the Assertion and the Reason are correct,and the Reason provides the correct explanation for the Assertion.
14
PhysicsDifficultMCQAIIMS · 2016
The vectors $\vec{A}$ and $\vec{B}$ are such that $|\vec{A}+\vec{B}|=|\vec{A}-\vec{B}|$. The angle between the two vectors is: (in $^{\circ}$)
A
$60$
B
$75$
C
$45$
D
$90$

Solution

(D) The magnitude of the sum of two vectors is given by $|\vec{A}+\vec{B}|^2 = |\vec{A}|^2 + |\vec{B}|^2 + 2|\vec{A}||\vec{B}| \cos \theta$.
Similarly,the magnitude of the difference of two vectors is given by $|\vec{A}-\vec{B}|^2 = |\vec{A}|^2 + |\vec{B}|^2 - 2|\vec{A}||\vec{B}| \cos \theta$.
Given that $|\vec{A}+\vec{B}| = |\vec{A}-\vec{B}|$,we square both sides to get $|\vec{A}+\vec{B}|^2 = |\vec{A}-\vec{B}|^2$.
Substituting the expressions,we have $|\vec{A}|^2 + |\vec{B}|^2 + 2|\vec{A}||\vec{B}| \cos \theta = |\vec{A}|^2 + |\vec{B}|^2 - 2|\vec{A}||\vec{B}| \cos \theta$.
Canceling the common terms $|\vec{A}|^2$ and $|\vec{B}|^2$ from both sides,we get $2|\vec{A}||\vec{B}| \cos \theta = -2|\vec{A}||\vec{B}| \cos \theta$.
Rearranging the terms,we get $4|\vec{A}||\vec{B}| \cos \theta = 0$.
Since the vectors are non-zero,$|\vec{A}| \neq 0$ and $|\vec{B}| \neq 0$,therefore $\cos \theta = 0$.
This implies $\theta = 90^{\circ}$.
15
PhysicsEasyMCQAIIMS · 2016
$A$ gun of mass $10 \, kg$ fires $4$ bullets per second. The mass of each bullet is $20 \, g$ and the velocity of the bullet when it leaves the gun is $300 \, m/s$. The force required to hold the gun while firing is (in $N$)
A
$6$
B
$8$
C
$24$
D
$240$

Solution

(C) The force required to hold the gun is equal to the rate of change of momentum of the bullets fired.
The formula for the force is given by $F = n \cdot m \cdot v$,where:
$n$ is the number of bullets fired per second $(4 \, s^{-1})$,
$m$ is the mass of each bullet $(20 \, g = 0.02 \, kg)$,
$v$ is the velocity of the bullet $(300 \, m/s)$.
Substituting the values:
$F = 4 \times 0.02 \, kg \times 300 \, m/s$
$F = 4 \times 6 = 24 \, N$.
Therefore,the force required to hold the gun is $24 \, N$.
16
PhysicsDifficultMCQAIIMS · 2016
$A$ man is at a distance of $6\,m$ from a bus. The bus begins to move with a constant acceleration of $3\,m s^{-2}$. In order to catch the bus,the minimum speed with which the man should run towards the bus is $.........m s^{-1}$.
A
$2$
B
$4$
C
$6$
D
$8$

Solution

(C) Let the man run with a constant speed $v$. Let $t$ be the time taken to catch the bus.
The distance covered by the bus in time $t$ is $s_b = \frac{1}{2} a t^2 = \frac{1}{2} \times 3 \times t^2 = 1.5 t^2$.
The total distance the man must cover to reach the bus is $s_m = 6 + s_b = 6 + 1.5 t^2$.
Since the man runs with constant speed $v$,the distance he covers is $s_m = v t$.
Equating the two expressions for $s_m$: $v t = 6 + 1.5 t^2$,which rearranges to $1.5 t^2 - v t + 6 = 0$.
For the man to catch the bus,the time $t$ must be a real value. This requires the discriminant of the quadratic equation to be greater than or equal to zero $(D \ge 0)$.
$D = (-v)^2 - 4(1.5)(6) \ge 0$
$v^2 - 36 \ge 0$
$v^2 \ge 36 \implies v \ge 6\,m s^{-1}$.
Thus,the minimum speed required is $6\,m s^{-1}$.
17
PhysicsMediumMCQAIIMS · 2016
$A$ body of mass $60\,kg$ is suspended by means of three strings $P, Q$ and $R$ as shown in the figure. The system is in equilibrium. The tension in the string $P$ is $..........\,N$. (Take $g = 10\,m/s^2$)
Question diagram
A
$130.9$
B
$60$
C
$50$
D
$103.9$

Solution

(D) Let $T_P$ be the tension in string $P$,$T_R$ be the tension in string $R$,and $T_Q$ be the tension in string $Q$. The mass $M = 60\,kg$ is suspended by string $Q$,so $T_Q = Mg = 60 \times 10 = 600\,N$.
At the junction point,the forces are in equilibrium. Resolving the forces into horizontal and vertical components:
Horizontal component: $T_R \cos 30^{\circ} - T_P = 0 \implies T_P = T_R \cos 30^{\circ}$
Vertical component: $T_R \sin 30^{\circ} - T_Q = 0 \implies T_R \sin 30^{\circ} = 600\,N$
From the vertical component equation,$T_R = \frac{600}{\sin 30^{\circ}} = \frac{600}{0.5} = 1200\,N$.
Now,substitute $T_R$ into the horizontal component equation:
$T_P = 1200 \times \cos 30^{\circ} = 1200 \times \frac{\sqrt{3}}{2} = 600 \times 1.732 = 1039.2\,N$.
Rounding to the nearest provided option,the tension in string $P$ is $103.9\,N$ (assuming the question implies a factor of $10$ difference or specific units).
Thus,the correct option is $D$.
Solution diagram
18
PhysicsDifficultMCQAIIMS · 2016
The angular amplitude of a simple pendulum is $\theta_0$. The maximum tension in its string will be
A
$mg (1-\theta_0)$
B
$mg (1+\theta_0)$
C
$mg (1-\theta_0^2)$
D
$mg (1+\theta_0^2)$

Solution

(D) The maximum tension in the string of a simple pendulum occurs at the lowest point of its oscillation.
At the lowest point,the tension $T$ is given by $T = mg + \frac{mv^2}{l}$,where $v$ is the velocity at the lowest point.
Using the principle of conservation of energy,the potential energy at the maximum angular displacement $\theta_0$ is converted into kinetic energy at the lowest point:
$mgl(1 - \cos \theta_0) = \frac{1}{2}mv^2$
$v^2 = 2gl(1 - \cos \theta_0)$
Substituting $v^2$ into the tension equation:
$T_{\max} = mg + \frac{m(2gl(1 - \cos \theta_0))}{l}$
$T_{\max} = mg + 2mg(1 - \cos \theta_0)$
For small angles,we use the approximation $\cos \theta_0 \approx 1 - \frac{\theta_0^2}{2}$:
$T_{\max} = mg + 2mg(1 - (1 - \frac{\theta_0^2}{2}))$
$T_{\max} = mg + 2mg(\frac{\theta_0^2}{2})$
$T_{\max} = mg(1 + \theta_0^2)$
19
PhysicsEasyMCQAIIMS · 2016
The time period of a simple pendulum,on a satellite orbiting the Earth,is
A
$1 / \pi$
B
zero
C
$\pi$
D
infinity

Solution

(D) The time period $T$ of a simple pendulum is given by the formula $T = 2\pi \sqrt{\frac{l}{g_{eff}}}$,where $l$ is the length of the pendulum and $g_{eff}$ is the effective acceleration due to gravity.
Inside an artificial satellite orbiting the Earth,the satellite and everything inside it are in a state of weightlessness,which means the effective acceleration due to gravity $g_{eff}$ is $0$.
Substituting $g_{eff} = 0$ into the formula,we get $T = 2\pi \sqrt{\frac{l}{0}}$,which implies $T \rightarrow \infty$.
Therefore,the time period of the pendulum is infinity.
20
PhysicsEasyMCQAIIMS · 2016
$A$ stone of mass $0.3\,kg$ attached to a $1.5\,m$ long string is whirled around in a horizontal circle at a speed of $6\,m s^{-1}$. The tension in the string is $............\,N$.
A
$10$
B
$20$
C
$7.2$
D
$30$

Solution

(C) The tension in the string provides the necessary centripetal force required to keep the stone moving in a horizontal circular path.
Given mass $m = 0.3\,kg$,radius $R = 1.5\,m$,and velocity $v = 6\,m s^{-1}$.
The formula for centripetal force is $F_c = \frac{mv^2}{R}$.
Substituting the given values:
$T = \frac{0.3 \times (6)^2}{1.5}$
$T = \frac{0.3 \times 36}{1.5}$
$T = \frac{10.8}{1.5} = 7.2\,N$.
Therefore,the tension in the string is $7.2\,N$.
21
PhysicsMediumMCQAIIMS · 2016
$A$ ball is dropped from the top of a building $100\,m$ high. At the same instant,another ball is thrown upwards with a velocity of $40\,m/s$ from the bottom of the building. The two balls will meet after $..........\,s$.
A
$3$
B
$2$
C
$2.5$
D
$5$

Solution

(C) Let the two balls meet after time $t$ seconds.
For the ball dropped from the top (downward motion):
The distance covered is $s_1 = \frac{1}{2} g t^2$.
For the ball thrown upwards from the bottom:
The distance covered is $s_2 = u t - \frac{1}{2} g t^2$,where $u = 40\,m/s$.
Since the total height of the building is $100\,m$,the sum of the distances covered by both balls must equal the height of the building:
$s_1 + s_2 = 100$
Substituting the expressions:
$\frac{1}{2} g t^2 + (40 t - \frac{1}{2} g t^2) = 100$
$40 t = 100$
$t = \frac{100}{40} = 2.5\,s$.
Thus,the balls will meet after $2.5\,s$.
22
PhysicsEasyMCQAIIMS · 2016
The displacement of a particle executing $SHM$ is given by $y = 0.25 \sin(200t) \ cm$. The maximum speed of the particle is $......... \ cm \ s^{-1}$.
A
$200$
B
$100$
C
$50$
D
$5.25$

Solution

(C) The displacement of the particle is given by the equation: $y = A \sin(\omega t)$,where $A$ is the amplitude and $\omega$ is the angular frequency.
Comparing this with the given equation $y = 0.25 \sin(200t)$:
Amplitude $A = 0.25 \ cm$
Angular frequency $\omega = 200 \ rad \ s^{-1}$
The velocity $v$ of the particle is the time derivative of displacement:
$v = \frac{dy}{dt} = \frac{d}{dt} [0.25 \sin(200t)] = 0.25 \times 200 \cos(200t) = 50 \cos(200t)$
The maximum speed $v_{max}$ occurs when $\cos(200t) = 1$:
$v_{max} = A \omega = 0.25 \times 200 = 50 \ cm \ s^{-1}$.
23
PhysicsMediumMCQAIIMS · 2016
The frequency of oscillations of a mass $m$ connected horizontally by a spring of spring constant $k$ is $4 \ Hz$. When the spring is replaced by two identical springs connected in series as shown in the figure,the effective frequency is:
Question diagram
A
$4 \sqrt{2} \ Hz$
B
$1.5 \ Hz$
C
$1.31 \ Hz$
D
$2 \sqrt{2} \ Hz$

Solution

(D) The frequency of a mass-spring system is given by $f = \frac{1}{2\pi} \sqrt{\frac{k}{m}}$.
Given,the initial frequency $f_1 = 4 \ Hz$,so $4 = \frac{1}{2\pi} \sqrt{\frac{k}{m}}$.
When two identical springs of constant $k$ are connected in series,the equivalent spring constant $k_{eq}$ is given by $\frac{1}{k_{eq}} = \frac{1}{k} + \frac{1}{k} = \frac{2}{k}$,which implies $k_{eq} = \frac{k}{2}$.
The new frequency $f_2$ is given by $f_2 = \frac{1}{2\pi} \sqrt{\frac{k_{eq}}{m}} = \frac{1}{2\pi} \sqrt{\frac{k/2}{m}} = \frac{1}{\sqrt{2}} \left( \frac{1}{2\pi} \sqrt{\frac{k}{m}} \right)$.
Substituting the value of the initial frequency,$f_2 = \frac{1}{\sqrt{2}} \times 4 = \frac{4}{\sqrt{2}} = 2\sqrt{2} \ Hz$.
24
PhysicsMediumMCQAIIMS · 2016
The momentum of a body is increased by $50 \%$. The percentage increase in the kinetic energy of the body is $...........\,\%$
A
$50$
B
$125$
C
$100$
D
$25$

Solution

(B) The kinetic energy $(KE)$ of a body is related to its momentum $(p)$ by the formula: $KE = \frac{p^2}{2m}$.
Let the initial momentum be $p_i$. The initial kinetic energy is $KE_i = \frac{p_i^2}{2m}$.
The momentum is increased by $50 \%$,so the final momentum $p_f = p_i + 0.50 p_i = 1.5 p_i$.
The final kinetic energy is $KE_f = \frac{p_f^2}{2m} = \frac{(1.5 p_i)^2}{2m} = \frac{2.25 p_i^2}{2m} = 2.25 KE_i$.
The percentage increase in kinetic energy is given by $\frac{KE_f - KE_i}{KE_i} \times 100$.
Substituting the values: $\frac{2.25 KE_i - KE_i}{KE_i} \times 100 = 1.25 \times 100 = 125 \%$.
25
PhysicsEasyMCQAIIMS · 2016
Two charged spheres separated at a distance $d$ exert a force $F$ on each other. If they are immersed in a liquid of dielectric constant $2$,then what is the force (if all conditions are same)?
A
$F/2$
B
$F$
C
$2F$
D
$4F$

Solution

(A) According to Coulomb's Law,the force between two charges in a vacuum or air is given by $F = \frac{1}{4\pi\epsilon_0} \frac{q_1 q_2}{d^2}$.
When the charges are immersed in a medium with dielectric constant $K$,the force becomes $F_m = \frac{1}{4\pi\epsilon_0 K} \frac{q_1 q_2}{d^2}$.
Therefore,the relationship between the force in the medium and the force in air is $F_m = \frac{F}{K}$.
Given that $K = 2$,the new force is $F_m = \frac{F}{2}$.
26
PhysicsEasyMCQAIIMS · 2016
$A$ steady current flows in a metallic conductor of non-uniform cross-section. The quantity/quantities constant along the length of the conductor is/are:
A
Current,electric field and drift speed
B
Drift speed only
C
Current and drift speed
D
Current only

Solution

(D) For a steady current $i$ flowing through a conductor,the charge conservation principle implies that the current $i$ must be constant at every cross-section of the conductor.
The current density is given by $j = \frac{i}{A}$,where $A$ is the cross-sectional area. Since $A$ varies along the length,$j$ is not constant.
From Ohm's law in microscopic form,$j = \sigma E$. Since $j$ varies,the electric field $E$ must also vary along the length.
Furthermore,the drift velocity is given by ${v_d} = \frac{j}{ne} = \frac{i}{Ane}$. Since $A$ varies,the drift velocity ${v_d}$ is also not constant.
Therefore,only the current $i$ remains constant along the length of the conductor.
27
PhysicsEasyMCQAIIMS · 2016
At a place,if the earth's horizontal and vertical components of magnetic fields are equal,then the angle of dip will be.......$^o$
A
$30$
B
$75$
C
$45$
D
$60$

Solution

(C) The angle of dip $\phi$ is related to the vertical component $B_V$ and the horizontal component $B_H$ of the Earth's magnetic field by the formula: $\tan \phi = \frac{B_V}{B_H}$.
Given that the horizontal and vertical components are equal,we have $B_V = B_H$.
Substituting this into the formula,we get $\tan \phi = \frac{B_H}{B_H} = 1$.
Since $\tan \phi = 1$,the angle of dip is $\phi = \tan^{-1}(1) = 45^o$.
28
PhysicsEasyMCQAIIMS · 2016
If particles are moving with the same velocity,then the maximum de-Broglie wavelength will be for
A
Neutron
B
Proton
C
$\beta$-particle
D
$\alpha$-particle

Solution

(C) The de-Broglie wavelength $\lambda$ is given by the formula $\lambda = \frac{h}{mv}$,where $h$ is Planck's constant,$m$ is the mass of the particle,and $v$ is its velocity.
Given that the velocity $v$ is the same for all particles,the relationship becomes $\lambda \propto \frac{1}{m}$.
This means that the particle with the smallest mass will have the maximum de-Broglie wavelength.
Comparing the masses: $m_{\beta} < m_{proton} \approx m_{neutron} < m_{\alpha}$.
Since the $\beta$-particle (an electron) has the smallest mass among the given options,it will have the maximum de-Broglie wavelength.
29
PhysicsMediumMCQAIIMS · 2016
An atom of mass number $15$ and atomic number $7$ captures an $\alpha$-particle and then emits a proton. The mass number and atomic number of the resulting product will respectively be
A
$14$ and $2$
B
$15$ and $3$
C
$16$ and $4$
D
$18$ and $8$

Solution

(D) The initial nucleus is $^7_7X^{15}$.
An $\alpha$-particle is a helium nucleus,represented as $^2_2He^4$.
The reaction of the atom capturing an $\alpha$-particle is: $^7_7X^{15} + ^2_2He^4 \to ^{19}_9Y^*$.
Then,the resulting nucleus emits a proton $(^1_1H^1)$:
$^{19}_9Y^* \to ^1_1H^1 + ^{18}_8Z$.
Comparing the mass numbers: $15 + 4 = 1 + A \implies A = 18$.
Comparing the atomic numbers: $7 + 2 = 1 + Z \implies Z = 8$.
Thus,the resulting product has a mass number of $18$ and an atomic number of $8$.
30
PhysicsMediumMCQAIIMS · 2016
$A$ transparent cube of $15\, cm$ edge contains a small air bubble. Its apparent depth when viewed through one face is $6\, cm$ and when viewed through the opposite face is $4\, cm$. Then the refractive index of the material of the cube is
A
$2$
B
$2.5$
C
$1.6$
D
$1.5$

Solution

(D) Let the distance of the air bubble from face $1$ be $x$. Then its distance from face $2$ is $(15 - x)$.
Using the formula for apparent depth: $\text{Apparent depth} = \frac{\text{Real depth}}{\mu}$.
When viewed from face $1$: $6 = \frac{x}{\mu} \Rightarrow x = 6\mu$ .....$(i)$
When viewed from face $2$: $4 = \frac{15 - x}{\mu} \Rightarrow 15 - x = 4\mu$ .....$(ii)$
Substituting the value of $x$ from equation $(i)$ into equation $(ii)$:
$15 - 6\mu = 4\mu$
$15 = 10\mu$
$\mu = \frac{15}{10} = 1.5$.
Solution diagram
31
PhysicsMediumMCQAIIMS · 2016
$A$ light wave enters from medium $1$ to medium $2$. Its velocity in the $2^{nd}$ medium is double that in the $1^{st}$ medium. For total internal reflection,the angle of incidence must be greater than.......$^o$.
A
$30$
B
$60$
C
$45$
D
$90$

Solution

(A) Given that the velocity in the $2^{nd}$ medium $(v_2)$ is double the velocity in the $1^{st}$ medium $(v_1)$,we have $v_2 = 2v_1$.
Since the refractive index $\mu$ is inversely proportional to velocity $(\mu = c/v)$,the ratio of refractive indices is $\frac{\mu_1}{\mu_2} = \frac{v_2}{v_1} = 2$.
Total internal reflection occurs when light travels from a denser medium to a rarer medium. Here,$\mu_1 > \mu_2$.
The critical angle $C$ is given by $\sin C = \frac{\mu_2}{\mu_1}$.
Substituting the values,$\sin C = \frac{1}{2}$.
Therefore,$C = \arcsin(0.5) = 30^o$.
For total internal reflection to occur,the angle of incidence $i$ must be greater than the critical angle $C$. Thus,$i > 30^o$.
32
PhysicsMediumMCQAIIMS · 2016
The ratio of intensities of two waves is $9 : 1$. They are producing interference. The ratio of maximum and minimum intensities will be
A
$10:8$
B
$9:1$
C
$4:1$
D
$2:1$

Solution

(C) Given the ratio of intensities of two waves is $\frac{I_1}{I_2} = \frac{9}{1}$.
Let the amplitudes of the two waves be $A_1$ and $A_2$. Since intensity $I \propto A^2$,the ratio of amplitudes is $\frac{A_1}{A_2} = \sqrt{\frac{I_1}{I_2}} = \sqrt{\frac{9}{1}} = \frac{3}{1}$.
The ratio of maximum to minimum intensity is given by the formula:
$\frac{I_{\max}}{I_{\min}} = \left( \frac{A_1 + A_2}{A_1 - A_2} \right)^2$.
Substituting the values:
$\frac{I_{\max}}{I_{\min}} = \left( \frac{3 + 1}{3 - 1} \right)^2 = \left( \frac{4}{2} \right)^2 = (2)^2 = \frac{4}{1}$.
Thus,the ratio is $4:1$.
33
PhysicsEasyMCQAIIMS · 2016
$A$ Zener diode is specified as having a breakdown voltage of $9.1 \;V$,with a maximum power dissipation of $364 \;mW$. What is the maximum current $(mA)$ the diode can handle?
A
$28$
B
$20$
C
$35$
D
$40$

Solution

(D) The maximum power dissipation $(P)$ of the Zener diode is given as $364 \;mW = 364 \times 10^{-3} \;W$.
The breakdown voltage $(V_Z)$ is given as $9.1 \;V$.
The maximum current $(I_{Z_{\max}})$ that the diode can handle is calculated using the formula:
$I_{Z_{\max}} = \frac{P}{V_Z}$
Substituting the given values:
$I_{Z_{\max}} = \frac{364 \times 10^{-3} \;W}{9.1 \;V}$
$I_{Z_{\max}} = 40 \times 10^{-3} \;A$
Converting to milliamperes $(mA)$:
$I_{Z_{\max}} = 40 \;mA$.
34
PhysicsMediumMCQAIIMS · 2016
Focal length of objective and eye piece of telescope are $200 \; cm$ and $4 \; cm$ respectively. What is the length of telescope for normal adjustment (in $; cm$)?
A
$225$
B
$250$
C
$196$
D
$204$

Solution

(D) In normal adjustment,the final image is formed at infinity.
The length of the telescope $(L)$ is given by the sum of the focal length of the objective $(f_o)$ and the focal length of the eyepiece $(f_e)$.
Given:
$f_o = 200 \; cm$
$f_e = 4 \; cm$
Formula:
$L = f_o + f_e$
Calculation:
$L = 200 \; cm + 4 \; cm = 204 \; cm$
35
PhysicsMediumMCQAIIMS · 2016
In a diffraction pattern due to a single slit of width $a$,the first minimum is observed at an angle $30^{\circ}$ when light of wavelength $5000 \; \mathring{A}$ is incident on the slit. The first secondary maximum is observed at an angle of
A
$sin^{-1} \left( \frac{2}{3} \right)$
B
$sin^{-1} \left( \frac{1}{2} \right)$
C
$sin^{-1} \left( \frac{3}{4} \right)$
D
$sin^{-1} \left( \frac{1}{4} \right)$

Solution

(C) For the first minimum in a single slit diffraction pattern,the condition is given by $a \sin \theta = n \lambda$. For the first minimum,$n = 1$,so $a \sin \theta = \lambda$.
Given $\theta = 30^{\circ}$,we have $\sin 30^{\circ} = \frac{1}{2}$.
Thus,$a (\frac{1}{2}) = \lambda$,which implies $a = 2 \lambda$ ..... $(i)$.
For the first secondary maximum,the condition is $a \sin \theta' = (n + \frac{1}{2}) \lambda$ where $n = 1$. So,$a \sin \theta' = \frac{3}{2} \lambda$.
Substituting $a = 2 \lambda$ from equation $(i)$ into this expression:
$(2 \lambda) \sin \theta' = \frac{3}{2} \lambda$.
Dividing both sides by $2 \lambda$,we get $\sin \theta' = \frac{3}{4}$.
Therefore,$\theta' = \sin^{-1} \left( \frac{3}{4} \right)$.
36
PhysicsMediumMCQAIIMS · 2016
Two coherent sources of intensity ratio $\alpha$ interfere. The value of $\frac{I_{max} - I_{min}}{I_{max} + I_{min}}$ is
A
$\frac{2\sqrt{\alpha}}{1 + \alpha}$
B
$\frac{1 + \alpha}{2\sqrt{\alpha}}$
C
$\frac{1 + \alpha}{1 - \alpha}$
D
$2\sqrt{\frac{\alpha}{1 + \alpha}}$

Solution

(A) Let the intensities of the two sources be $I_1$ and $I_2$ such that $\frac{I_1}{I_2} = \alpha$. Since $I \propto A^2$,we have $\frac{A_1}{A_2} = \sqrt{\alpha}$.
The maximum and minimum intensities in an interference pattern are given by $I_{max} = (A_1 + A_2)^2$ and $I_{min} = (A_1 - A_2)^2$.
We need to calculate the value of $\frac{I_{max} - I_{min}}{I_{max} + I_{min}}$.
Substituting the expressions for $I_{max}$ and $I_{min}$:
$\frac{I_{max} - I_{min}}{I_{max} + I_{min}} = \frac{(A_1 + A_2)^2 - (A_1 - A_2)^2}{(A_1 + A_2)^2 + (A_1 - A_2)^2}$
Expanding the squares:
$= \frac{(A_1^2 + A_2^2 + 2A_1A_2) - (A_1^2 + A_2^2 - 2A_1A_2)}{(A_1^2 + A_2^2 + 2A_1A_2) + (A_1^2 + A_2^2 - 2A_1A_2)}$
$= \frac{4A_1A_2}{2(A_1^2 + A_2^2)} = \frac{2A_1A_2}{A_1^2 + A_2^2}$
Dividing the numerator and denominator by $A_2^2$:
$= \frac{2(A_1/A_2)}{(A_1/A_2)^2 + 1}$
Since $\frac{A_1}{A_2} = \sqrt{\alpha}$,we substitute this into the expression:
$= \frac{2\sqrt{\alpha}}{(\sqrt{\alpha})^2 + 1} = \frac{2\sqrt{\alpha}}{\alpha + 1}$.
37
PhysicsDifficultMCQAIIMS · 2016
$A$ glass prism of refractive index $1.5$ is immersed in water (refractive index $\frac{4}{3}$) as shown in the figure. $A$ light beam incident normally on the face $AB$ is totally internally reflected at the face $AC$ to reach the face $BC$,if:
Question diagram
A
$\sin \theta > \frac{5}{9}$
B
$\sin \theta > \frac{2}{3}$
C
$\sin \theta > \frac{8}{9}$
D
$\sin \theta > \frac{1}{3}$

Solution

(C) $1$. The light beam is incident normally on face $AB$,so it enters the prism without deviation and strikes face $AC$.
$2$. Let the angle of incidence at face $AC$ be $i$. From the geometry of the prism,the angle between the normal to face $AC$ and the incident ray is equal to the angle $\theta$ of the prism at $A$. Thus,$i = \theta$.
$3$. For total internal reflection $(TIR)$ to occur at face $AC$,the angle of incidence must be greater than the critical angle $C$ for the glass-water interface.
$4$. The condition for $TIR$ is $i > C$,which implies $\sin i > \sin C$.
$5$. Since $i = \theta$,we have $\sin \theta > \sin C$.
$6$. The critical angle $C$ is given by $\sin C = \frac{\mu_{\text{water}}}{\mu_{\text{glass}}} = \frac{4/3}{3/2} = \frac{4}{3} \times \frac{2}{3} = \frac{8}{9}$.
$7$. Therefore,the condition for total internal reflection is $\sin \theta > \frac{8}{9}$.
38
PhysicsMediumMCQAIIMS · 2016
$A$ series resonant $LCR$ circuit has a quality factor ($Q$-factor) $= 0.4$. If $R = 2 \, k\Omega$ and $C = 0.1 \, \mu F$,then the value of inductance is: (in $, H$)
A
$0.1$
B
$0.064$
C
$2$
D
$5$

Solution

(B) The quality factor $Q$ for a series $LCR$ circuit is given by the formula: $Q = \frac{1}{R} \sqrt{\frac{L}{C}}$.
Squaring both sides,we get: $Q^2 = \frac{1}{R^2} \cdot \frac{L}{C}$,which implies $L = Q^2 R^2 C$.
Given values are $Q = 0.4$,$R = 2 \, k\Omega = 2 \times 10^3 \, \Omega$,and $C = 0.1 \, \mu F = 0.1 \times 10^{-6} \, F$.
Substituting these values into the formula:
$L = (0.4)^2 \times (2 \times 10^3)^2 \times (0.1 \times 10^{-6})$
$L = 0.16 \times 4 \times 10^6 \times 0.1 \times 10^{-6}$
$L = 0.16 \times 4 \times 0.1$
$L = 0.064 \, H$.
39
PhysicsEasyMCQAIIMS · 2016
Assertion : In the absence of an external electric field,the dipole moment per unit volume of a polar dielectric is zero.
Reason : The dipoles of a polar dielectric are randomly oriented.
A
If both Assertion and Reason are correct and Reason is the correct explanation of Assertion.
B
If both Assertion and Reason are correct,but Reason is not the correct explanation of Assertion.
C
If Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(A) polar dielectric consists of molecules that have a permanent electric dipole moment.
In the absence of an external electric field,these dipoles are randomly oriented due to thermal agitation.
Because of this random orientation,the vector sum of the dipole moments of all molecules in a given volume is zero.
Therefore,the net dipole moment per unit volume (polarization $\vec{P}$) is zero.
Since the Reason correctly explains that the random orientation leads to the cancellation of individual dipole moments,the Reason is the correct explanation of the Assertion.
40
PhysicsMediumMCQAIIMS · 2016
Assertion: The current density $\vec J$ at any point in an ohmic resistor is in the direction of the electric field $\vec E$ at that point.
Reason: $A$ point charge when released from rest in a region having only an electrostatic field always moves along electric lines of force.
A
If both Assertion and Reason are correct and Reason is the correct explanation of Assertion.
B
If both Assertion and Reason are correct,but Reason is not the correct explanation of Assertion.
C
If Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(C) From the microscopic form of Ohm's law,$\vec J = \sigma \vec E$,where $\sigma$ is the conductivity. Since $\sigma$ is a positive scalar,the current density $\vec J$ is always in the direction of the electric field $\vec E$. Thus,the Assertion is correct.
Regarding the Reason,a point charge released from rest in an electrostatic field moves along the electric line of force only if the electric line of force is a straight line. If the electric lines of force are curved,the charge will not follow the path of the line of force because the velocity vector and the force vector (which is tangent to the line of force) will not remain collinear. Thus,the Reason is incorrect.
41
PhysicsEasyMCQAIIMS · 2016
Assertion: Bending a wire does not affect electrical resistance.
Reason: Resistance of a wire is proportional to the resistivity of the material.
A
If both Assertion and Reason are correct and Reason is the correct explanation of Assertion.
B
If both Assertion and Reason are correct,but Reason is not the correct explanation of Assertion.
C
If Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(B) The resistance of a wire is given by the formula $R = \rho \frac{L}{A}$,where $\rho$ is the resistivity of the material,$L$ is the length,and $A$ is the cross-sectional area.
Resistivity $\rho$ is an intrinsic property of the material and does not depend on the geometry or shape of the wire.
When a wire is bent,its length $L$,cross-sectional area $A$,and resistivity $\rho$ remain unchanged.
Therefore,the electrical resistance $R$ remains constant.
While the Reason statement is a true physical fact (resistance is proportional to resistivity),it does not explain why bending the wire does not change the resistance (which is due to the geometry remaining constant). Thus,both are correct,but the Reason is not the correct explanation of the Assertion.
42
PhysicsEasyMCQAIIMS · 2016
Assertion: Free electrons always keep on moving in a conductor,even then no magnetic force acts on them in a magnetic field unless a current is passed through it.
Reason: The average velocity of free electrons is zero.
A
If both Assertion and Reason are correct and Reason is the correct explanation of Assertion.
B
If both Assertion and Reason are correct,but Reason is not the correct explanation of Assertion.
C
If Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(A) In the absence of an electric current,the free electrons in a conductor are in a state of random motion,similar to molecules in a gas.
Their average velocity is zero,meaning they do not have any net velocity in a specific direction.
As a result,there is no net magnetic force on the free electrons in a magnetic field.
When a current is passed,the free electrons acquire a drift velocity in a definite direction,and consequently,a magnetic force acts on them (provided the magnetic field has a component perpendicular to the direction of flow).
43
PhysicsEasyMCQAIIMS · 2016
Assertion: To convert a galvanometer into an ammeter,a small resistance is connected in parallel with it.
Reason: The small resistance increases the combined resistance of the combination.
A
If both Assertion and Reason are correct and Reason is the correct explanation of Assertion.
B
If both Assertion and Reason are correct,but Reason is not the correct explanation of Assertion.
C
If Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(C) To convert a galvanometer into an ammeter,a small resistance called a shunt $(S)$ is connected in parallel with the galvanometer $(G)$.
This is done to ensure that the ammeter has a very low resistance,allowing it to measure current without significantly altering the circuit.
When a small resistance is connected in parallel with a larger resistance,the equivalent resistance of the combination is always less than the smallest individual resistance.
Therefore,the Reason is incorrect because the parallel connection decreases,rather than increases,the combined resistance.
44
PhysicsEasyMCQAIIMS · 2016
Assertion : The sensitivity of a moving coil galvanometer is increased by placing a suitable magnetic material as a core inside the coil.
Reason : Soft iron has high magnetic permeability and cannot be easily magnetized or demagnetized.
A
If both Assertion and Reason are correct and the Reason is a correct explanation of the Assertion.
B
If both Assertion and Reason are correct but Reason is not a correct explanation of the Assertion.
C
If the Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(C) The sensitivity of a moving coil galvanometer is given by $S = \frac{N B A}{k}$,where $N$ is the number of turns,$B$ is the magnetic field,$A$ is the area,and $k$ is the torsional constant.
By placing a soft iron core inside the coil,the magnetic field $B$ increases significantly due to the high magnetic permeability of the soft iron,thereby increasing the sensitivity.
Soft iron is a ferromagnetic material with high magnetic permeability and low retentivity,meaning it can be easily magnetized and demagnetized.
The Reason statement claims that soft iron 'cannot be easily magnetized or demagnetized',which is scientifically incorrect.
Therefore,the Assertion is correct,but the Reason is incorrect.
45
PhysicsEasyMCQAIIMS · 2016
Assertion : In the purely resistive element of a series $LCR$ $AC$ circuit,the maximum value of $rms$ current increases with an increase in the angular frequency of the applied $e.m.f$.
Reason : $I_{\max} = \frac{\varepsilon_{\max}}{Z}$,where $Z = \sqrt{R^2 + (\omega L - \frac{1}{\omega C})^2}$ and $I_{\max}$ is the peak current in a cycle.
A
If both Assertion and Reason are correct and the Reason is a correct explanation of the Assertion.
B
If both Assertion and Reason are correct but Reason is not a correct explanation of the Assertion.
C
If the Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(D) The peak current in a series $LCR$ circuit is given by $I_{\max} = \frac{\varepsilon_{\max}}{Z}$,where $Z = \sqrt{R^2 + (\omega L - \frac{1}{\omega C})^2}$.
In a purely resistive element,the current is independent of frequency,but in a series $LCR$ circuit,the impedance $Z$ depends on the angular frequency $\omega$.
As $\omega$ increases,the term $(\omega L - \frac{1}{\omega C})^2$ changes. Specifically,the current $I_{\max}$ reaches its maximum value at resonance $(\omega = \frac{1}{\sqrt{LC}})$ and decreases as we move away from resonance in either direction.
Therefore,the assertion that the current always increases with an increase in angular frequency is incorrect.
The reason provided is a correct formula for peak current,but it does not support the false assertion.
Thus,the Assertion is incorrect and the Reason is correct.
46
PhysicsEasyMCQAIIMS · 2016
Assertion : Radio waves can be polarised.
Reason : Sound waves in air are longitudinal in nature.
A
If both Assertion and Reason are correct and the Reason is a correct explanation of the Assertion.
B
If both Assertion and Reason are correct but Reason is not a correct explanation of the Assertion.
C
If the Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(B) Radio waves are electromagnetic waves,which are transverse in nature. Only transverse waves can be polarized. Therefore,the Assertion is correct.
Sound waves in air are longitudinal waves,which cannot be polarized. Therefore,the Reason is also correct.
However,the fact that sound waves are longitudinal does not explain why radio waves can be polarized. Thus,the Reason is not the correct explanation of the Assertion.
47
PhysicsMediumMCQAIIMS · 2016
Assertion : In Lyman series,the ratio of minimum and maximum wavelength is $\frac{3}{4}$.
Reason : Lyman series constitute spectral lines corresponding to transition from higher energy to ground state of hydrogen atom.
A
If both Assertion and Reason are correct and the Reason is a correct explanation of the Assertion.
B
If both Assertion and Reason are correct but Reason is not a correct explanation of the Assertion.
C
If the Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(A) The Rydberg formula is given by $\frac{1}{\lambda} = R \left( \frac{1}{n_1^2} - \frac{1}{n_2^2} \right)$.
For the Lyman series,the ground state is $n_1 = 1$.
For the minimum wavelength (shortest wavelength),the transition occurs from $n_2 = \infty$ to $n_1 = 1$:
$\frac{1}{\lambda_{min}} = R \left( \frac{1}{1^2} - \frac{1}{\infty^2} \right) = R \implies \lambda_{min} = \frac{1}{R}$.
For the maximum wavelength (longest wavelength),the transition occurs from $n_2 = 2$ to $n_1 = 1$:
$\frac{1}{\lambda_{max}} = R \left( \frac{1}{1^2} - \frac{1}{2^2} \right) = R \left( 1 - \frac{1}{4} \right) = \frac{3R}{4} \implies \lambda_{max} = \frac{4}{3R}$.
The ratio of minimum to maximum wavelength is $\frac{\lambda_{min}}{\lambda_{max}} = \frac{1/R}{4/3R} = \frac{3}{4}$.
Both the Assertion and the Reason are correct,and the Reason correctly explains the origin of the Lyman series.
48
PhysicsMediumMCQAIIMS · 2016
Assertion: $A$ transistor amplifier in common emitter configuration has a low input impedance.
Reason: The base-to-emitter region is forward-biased.
A
If both Assertion and Reason are correct and the Reason is a correct explanation of the Assertion.
B
If both Assertion and Reason are correct but Reason is not a correct explanation of the Assertion.
C
If the Assertion is correct but Reason is incorrect.
D
If both the Assertion and Reason are incorrect.

Solution

(A) The input impedance of a common emitter configuration is defined as $Z_{in} = \left| \frac{\Delta V_{BE}}{\Delta i_B} \right|_{V_{CE} = \text{constant}}$.
In a common emitter transistor, the base-emitter junction is forward-biased to allow current flow.
Because the base-emitter junction is forward-biased, the base current $\Delta i_B$ is relatively large for a small change in base-emitter voltage $\Delta V_{BE}$.
Since $Z_{in} = \frac{\Delta V_{BE}}{\Delta i_B}$, a small change in voltage divided by a relatively large change in current results in a low input impedance.
Therefore, both the Assertion and the Reason are correct, and the Reason is the correct explanation for the Assertion.
49
PhysicsMediumMCQAIIMS · 2016
$A$ voltmeter of resistance $20000\,\Omega$ reads $5 \text{ V}$. To make it read $20 \text{ V}$,the extra resistance required is
A
$40000\,\Omega$ in parallel
B
$60000\,\Omega$ in parallel
C
$60000\,\Omega$ in series
D
$40000\,\Omega$ in series

Solution

(C) For a voltmeter,the current $I_g$ passing through it is given by $V = I_g G$,where $G$ is the resistance of the voltmeter.
Initially,for a range of $5 \text{ V}$:
$5 = I_g \times 20000 \quad \dots(i)$
To increase the range to $20 \text{ V}$,we connect an additional resistance $R$ in series with the voltmeter. The new total resistance becomes $(G + R)$.
For the new range of $20 \text{ V}$:
$20 = I_g \times (G + R) \quad \dots(ii)$
Dividing equation $(ii)$ by equation $(i)$:
$\frac{20}{5} = \frac{I_g(G + R)}{I_g G}$
$4 = \frac{G + R}{G}$
$4G = G + R$
$R = 3G$
Given $G = 20000\,\Omega$,we have:
$R = 3 \times 20000 = 60000\,\Omega$
Thus,an extra resistance of $60000\,\Omega$ must be connected in series.
Solution diagram
50
PhysicsMediumMCQAIIMS · 2016
Ten identical cells each of potential $E$ and internal resistance $r$ are connected in series to form a closed circuit. An ideal voltmeter connected across three cells will read $...........E$.
A
$10$
B
$3$
C
$13$
D
$7$

Solution

(B) Given: Total number of cells $(n) = 10$.
Potential of each cell $= E$; Internal resistance of each cell $= r$.
Total $EMF$ of the series circuit $= 10E$.
Total internal resistance of the circuit $= 10r$.
According to Ohm's law,the current $(I)$ flowing through the circuit is given by $I = \frac{\text{Total EMF}}{\text{Total Resistance}} = \frac{10E}{10r} = \frac{E}{r}$.
An ideal voltmeter connected across three cells measures the potential difference across those three cells.
The potential difference $(V)$ across $3$ cells is given by $V = I \times (3r)$.
Substituting the value of $I$,we get $V = \left(\frac{E}{r}\right) \times 3r = 3E$.
Therefore,the voltmeter will read $3E$.
51
PhysicsEasyMCQAIIMS · 2016
$A$ transistor connected in common emitter mode has a load resistance of $5 \, k\Omega$. If the input peak voltage is $5 \, mV$ and the current gain $(\beta)$ is $50$, find the voltage gain.
A
$250$
B
$500$
C
$125$
D
$50$

Solution

(A) The voltage gain $(A_v)$ of a common emitter transistor amplifier is given by the formula: $A_v = \beta \times \frac{R_L}{R_{in}}$, where $\beta$ is the current gain, $R_L$ is the load resistance, and $R_{in}$ is the input resistance.
Given: $\beta = 50$, $R_L = 5 \, k\Omega = 5000 \, \Omega$, and input peak voltage $V_{in} = 5 \, mV = 0.005 \, V$.
Assuming the input resistance $R_{in}$ is $1 \, k\Omega$ (as implied by the ratio in the provided context), the voltage gain is calculated as:
$A_v = 50 \times \frac{5 \, k\Omega}{1 \, k\Omega} = 50 \times 5 = 250$.
52
PhysicsMediumMCQAIIMS · 2016
The output $D$ for the given circuit is:
Question diagram
A
$(A + B) \cdot \overline{B}$
B
$(A \cdot B) \cdot \overline{B}$
C
$(A + B) \cdot B$
D
$(A \cdot B) \cdot B$

Solution

(A) $1$. The circuit consists of an $OR$ gate,a $NOT$ gate,and an $AND$ gate.
$2$. The inputs to the $OR$ gate are $A$ and $B$,so its output is $Y' = A + B$.
$3$. The input $B$ is also passed through a $NOT$ gate,so its output is $\overline{B}$.
$4$. The $AND$ gate takes $Y'$ and $\overline{B}$ as inputs.
$5$. Therefore,the final output $D$ is $D = Y' \cdot \overline{B} = (A + B) \cdot \overline{B}$.
Solution diagram

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real AIIMS style covering Physics with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D Physics papers from 7.5L+ questions in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Run live AIIMS mock exams with unlimited students, 360° analytics & white-label branding.

See Demo

Frequently Asked Questions

How many Physics questions are in AIIMS 2016?

There are 52 Physics questions from the AIIMS 2016 paper on Vedclass, each with a detailed step-by-step solution in English.

Are AIIMS 2016 Physics solutions available in English?

Yes. All solutions on this page are in English. You can also switch to English or Hindi using the language buttons above the questions.

Can I practice AIIMS 2016 Physics as a timed test?

Yes. Use the Vedclass Test Series to attempt a full AIIMS mock test covering Physics with time limits and instant score analysis.

Can teachers create Physics papers from AIIMS previous year questions?

Yes. The Vedclass Exam Paper Generator lets teachers mix AIIMS Physics questions and generate Set A/B/C/D papers in minutes.

For Teachers & Institutes

Build a Custom Physics Paper

Pick AIIMS 2016 Physics questions, set difficulty, and generate Set A/B/C/D in 2 minutes.