JEE Main 26 February 2021 Shift 2 question paper with solutions

JEE Main 26 February 2021 Shift 2: all 90 questions in paper order (Maths, Physics, Chemistry) with the answer key and worked solutions. Free to read; attempt it as a timed 3-hour mock test.

Register free to attempt this shift as a timed 180-minute test with instant scoring and chapter-wise analysis.

Maths

Question 1

Maths · Vector Algebra · Single correct

If vectors $\vec{a_1} = x \hat{i} - \hat{j} + k \hat{k}$ and $\vec{a_2} = \hat{i} + y \hat{j} + z \hat{k}$ are collinear, then a possible unit vector parallel to the vector $x \hat{i} + y \hat{j} + z \hat{k}$ is:

  1. $\frac{1}{\sqrt{2}} (-\hat{j} + \hat{k})$
  2. $\frac{1}{\sqrt{2}} (\hat{i} - \hat{j})$
  3. $\frac{1}{\sqrt{3}} (\hat{i} - \hat{j} + \hat{k})$
  4. $\frac{1}{\sqrt{3}} (\hat{i} + \hat{j} - \hat{k})$

Answer: (c)

Solution

Given $\frac{x}{1} = -\frac{1}{y} = \frac{1}{z} = \lambda$ (let). Unit vector parallel to $x \hat{i} + y \hat{j} + z \hat{k}$ is $\pm \frac{\left( \lambda \hat{i} - \frac{1}{\lambda} \hat{j} + \frac{1}{\lambda} \hat{k} \right)}{\sqrt{\lambda^2 + \frac{2}{\lambda^2}}}$. For $\lambda = 1$, it is $\pm \frac{(\hat{i} - \hat{j} + \hat{k})}{\sqrt{3}}$.

Question 2

Maths · Relations and Functions · Single correct

Let A = {1, 2, 3, $\ldots$, 10$\}$ and f : A $\rightarrow$ A be defined as f(k) = $\begin{cases} k + 1 & \text{if } k \text{ is odd} \\ k & \text{if } k \text{ is even} \end{cases}$ Then the number of possible functions g : A $\rightarrow$ A such that gof = f is:

  1. $10^5$
  2. \[ {}^{10}C_{5} \]
  3. $5^5$
  4. 5!

Answer: (a)

Solution

Given $g(f(x)) = f(x)$, it implies $g(x) = x$, when $x$ is even. 5 elements in $A$ can be mapped to any 10. So, $10^5 \times 1 = 10^5$.

Question 3

Maths · Continuity and Differentiability · Single correct

Let $f : \mathbb{R} \to \mathbb{R}$ be defined as $f(x) = \begin{cases} 2 \sin\left(-\frac{\pi x}{2}\right), & if x 1 \end{cases}$ If $f(x)$ is continuous on $\mathbb{R}$, then $a + b$ equals:

  1. 3
  2. -1
  3. -3
  4. 1

Answer: (b)

Solution

If $f$ is continuous at $x = -1$, then $f(-1^-) = f(-1)$. $$2 = |a - 1 + b|$$ $$|a + b - 1| = 2 \ldots (i)$$ Similarly $$f(1^-) = f(1)$$ $$|a + b + 1| = 0$$ $$a + b = -1$$

Question 4

Maths · Integrals · Single correct

For $x > 0$, if $f(x) = \int_{1}^{x} \frac{\log_e t}{(1+t)} dt$, then $f(e) + f\left(\frac{1}{e}\right)$ is equal to:

  1. $\frac{1}{2}$
  2. -1
  3. 1
  4. 0

Answer: (a)

Solution

Given $f(e) + f\left(\frac{1}{e}\right) = \int_1^e \frac{\ln t}{1+t} \, dt + \int_1^{1/e} \frac{\ln t}{1+t} \, dt = I_1 + I_2$. $I_2 = \int_1^{1/e} \frac{\ln t}{1+t} \, dt$. Put $t = \frac{1}{z}$, $dt = -\frac{dz}{z^2}$. $$= \int_1^e \frac{-\ln z}{1+\frac{1}{z}} \times \left(-\frac{dz}{z^2}\right) = \int_1^e \frac{\ln z}{z(z+1)} \, dz$$ $f(e) + f\left(\frac{1}{e}\right) = \int_1^e \frac{\ln t}{1+t} \, dt + \int_1^e \frac{\ln t}{t(t+1)} \, dt = \int_1^e \frac{\ln t}{1+t} \, dt + \frac{\ln t}{t(t+1)} \, dt$. $$= \int_1^e \frac{\ln t}{t} \, dt \left\{ \ln t = u, \frac{1}{t} \, dt \right\}$$ $= du = \int_0^1 u \, du = \frac{u^2}{2} \bigg|_0^1 = \frac{1}{2}$

Question 5

Maths · Permutations and Combinations · Single correct

A natural number has prime factorization given by $n = 2^x 3^y 5^z$, where $y$ and $z$ are such that $y + z = 5$ and $y^{-1} + z^{-1} = \frac{5}{6}, y > z$. Then the number of odd divisors of $n$, including 1, is:

  1. 11
  2. 6x
  3. 12
  4. 6

Answer: (c)

Solution

Given $y + z = 5$ ...(1) $$\frac{1}{y} + \frac{1}{z} = \frac{5}{6}$$ $$\Rightarrow \frac{y+z}{yz} = \frac{5}{6}$$ $$\Rightarrow \frac{5}{yz} = \frac{5}{6}$$ $$\Rightarrow yz = 6$$ Also $(y-z)^2 = (y+z)^2 - 4yz$ $$\Rightarrow (y-z)^2 = (y+z)^2 - 4yz$$ $$\Rightarrow (y-z)^2 = 25 - 4(6) = 1$$ $$\Rightarrow y-z = 1$$ From (1) and (2), $y = 3$ and $z = 2$. For calculating odd divisor of $p = 2^x \cdot 3^y \cdot 5^z$ $x$ must be zero $$P = 2^0 \cdot 3^3 \cdot 5^2$$ Therefore, total odd divisors must be $(3+1)(2+1) = 12$

Question 6

Maths · Relations and Functions · Single correct

Let $f(x) = \sin^{-1} x$ and $g(x) = \frac{x^2 - x - 2}{2x^2 - x - 6}$. If $g(2) = \lim_{x \to 2} g(x)$, then the domain of the function fog is :

  1. $(-\infty, -2] \cup \left[ -\frac{4}{3}, \infty \right)$
  2. $(-\infty, -1] \cup [2, \infty)$
  3. $(-\infty, -2] \cup [-1, \infty)$
  4. $(-\infty, -2] \cup \left[ -\frac{3}{2}, \infty \right)$

Answer: (a)

Solution

Given $$g(2) = \lim_{x \to 2} \frac{(x-2)(x+1)}{(2x+3)(x-2)} = \frac{3}{7}$$ For domain of fog $(x)$ $$\left| \frac{x^2 - x - 2}{2x^2 - x - 6} \right| \leq 1$$ This implies $$(3x + 4)(x + 2) \geq 0$$ $$x \in (-\infty, -2] \cup \left( -\frac{4}{3}, \infty \right]$$

Question 7

Maths · Properties of Triangles · Single correct

The triangle of maximum area that can be inscribed in a given circle of radius 'r' is:

  1. A right angle triangle having two of its sides of length $2r$ and $r$.
  2. An equilateral triangle of height $\frac{2r}{3}$.
  3. An isosceles triangle with base equal to $2r$.
  4. An equilateral triangle having each of its side of length $\sqrt{3} \, r$.

Answer: (d)

Solution

Triangle of maximum area that can be inscribed in a circle is an equilateral triangle. Let $\triangle ABC$ be inscribed in the circle. Now, in $\triangle OBD$, $OD = r \cos 60^\circ = \frac{r}{2}$. Height $= AD = \frac{3r}{2}$. Again in $\triangle ABD$, now $\sin 60^\circ = \frac{\frac{3r}{2}}{AB}$. $$\Rightarrow AB = \sqrt{3}r$$

Question 8

Maths · Three Dimensional Geometry · Single correct

Let L be a line obtained from the intersection of two planes $x + 2y + z = 6$ and $y + 2z = 4$. If point $P(\alpha, \beta, \gamma)$ is the foot of perpendicular from $(3,2,1)$ on $L$, then the value of $21(\alpha + \beta + \gamma)$ equals:

  1. 142
  2. 68
  3. 136
  4. 102

Answer: (d)

Solution

Dr's of line $3\hat{i}-2\hat{j}+\hat{k}$ Direction ratios : $(3,-2,1)$ Point on the line : $(-2,4,0)$ Equation of the line $\frac{x+2}{3}=\frac{y-4}{-2}=\frac{z}{1}=\lambda$ Dr's of $PQ$ $(3\lambda-5,\,-2\lambda+2,\,\lambda-1)$ Dr's of the line are $(3,-2,1)$. Since $PQ\perp$ line, $3(3\lambda-5)-2(-2\lambda+2)+(\lambda-1)=0$ $\Rightarrow 9\lambda-15+4\lambda-4+\lambda-1=0$ $\Rightarrow 14\lambda-20=0$ $\Rightarrow \lambda=\frac{10}{7}$ $P\left(\frac{16}{7},\frac{8}{7},\frac{10}{7}\right)$ $21(\alpha+\beta+\gamma)$ $=21\left(\frac{34}{7}\right)$ $=102$

Question 9

Maths · Mathematical Reasoning · Single correct

Let $F_1(A, B, C) = (A \land \sim B) \lor [\sim C \land (A \lor B)] [\sim A]$ and $F_2(A, B) = (A \lor B) \lor (B \to \sim A)$ be two logical expressions. Then:

  1. $F_1$ is not a tautology but $F_2$ is a tautology
  2. $F_1$ is a tautology but $F_2$ is not a tautology
  3. $F_1$ and $F_2$ both are tautologies
  4. Both $F_1$ and $F_2$ are not tautologies

Answer: (a)

Solution

Truth table for $F_1$ $F_1$ not shows tautology and $F_2$ shows tautology

Question 10

Maths · Differential Equations · Single correct

Let slope of the tangent line to a curve at any point $P(x,y)$ be given by $\frac{xy^2 + y}{x}$. If the curve intersects the line $x + 2y = 4$ at $x = -2$, then the value of $y$, for which the point $(3, y)$ lies on the curve, is:

  1. $-\frac{18}{11}$
  2. $-\frac{18}{19}$
  3. $-\frac{4}{3}$
  4. $\frac{18}{35}$

Answer: (b)

Solution

Given $\($ $\frac{dy}{dx}$ = $\frac{xy^2 + y}{x}$ $\)$. $\($ $\Rightarrow$ xdy - ydx = y^2 $\,$ dx $\)$ $\($ $\Rightarrow$ -d $\left$( $\frac{y}{x}$ $\right$) = d $\left$( $\frac{x^2}{2}$ $\right$) $\)$ $\($ $\Rightarrow$ -$\frac{y}{x}$ = $\frac{x^2}{2}$ + C $\)$ Curve intersects the line $\($ x + 2y = 4 $\)$ at $\($ x = -2 $\)$. So, $\($-2 + 2y = 4 $\Rightarrow$ y = 3 $\)$. So the curve passes through $\($(-2, 3) = $\frac{2}{3}$ = 2 + C $\)$ $\($ $\Rightarrow$ C = -$\frac{4}{3}$ $\)$ Therefore, the curve is $\($ -$\frac{y}{x}$ = $\frac{x^2}{2}$ - $\frac{4}{3}$ $\)$ It also passes through $\($(3, y) $\Rightarrow$ -$\frac{3}{y}$ = $\frac{9}{2}$ - $\frac{4}{3}$ $\)$ $\($ $\Rightarrow$ -$\frac{3}{y}$ = $\frac{19}{6}$ $\)$ $\($ $\Rightarrow$ y = -$\frac{18}{19}$ $\)$

Question 11

Maths · Conic Sections · Single correct

If the locus of the mid-point of the line segment from the point (3,2) to a point on the circle, $x^2 + y^2 = 1$ is a circle of the radius $r$, then $r$ is equal to :

  1. $\frac{1}{4}$
  2. $\frac{1}{2}$
  3. 1
  4. $\frac{1}{3}$

Answer: (b)

Solution

$\therefore\ P=(2h-3,\;2k-2)\ \rightarrow\ \text{on circle}$ $(h-\tfrac{3}{2})^2+(k-1)^2=4$ $\Rightarrow\ \text{radius}=\tfrac{1}{2}\times 2=1$

Question 12

Maths · Determinants · Single correct

Consider the following system of equations: $$x + 2y - 3z = a$$ $$2x + 6y - 11z = b$$ $$x - 2y + 7z = c$$ where $a$, $b$ and $c$ are real constants. Then the system of equations:

  1. has a unique solution when $5a = 2b + c$
  2. has infinite number of solutions when $5a = 2b + c$
  3. has no solution for all $a$, $b$ and $c$
  4. has a unique solution for all $a$, $b$ and $c$
Solution

Given $$D = \begin{vmatrix} 1 & 2 & -3 \\ 2 & 6 & -11 \\ 1 & -2 & 7 \end{vmatrix}$$ $$= 20 - 2(25) - 3(-10)$$ $$= 20 - 50 + 30 = 0$$ $$D_1 = \begin{vmatrix} a & 2 & -3 \\ b & 6 & -11 \\ c & -2 & 7 \end{vmatrix}$$ $$= 20a - 2(7b + 11c) - 3(-2b - 6c)$$ $$= 20a - 14b - 22c + 6b + 18c$$ $$= 20a - 8b - 4c$$ $$= 4(5a - 2b - c)$$ $$D_2 = \begin{vmatrix} 1 & a & -3 \\ 2 & b & -11 \\ 1 & c & 7 \end{vmatrix}$$ $$= 7b + 11c - a(25) - 3(2c - b)$$ $$= 7b + 11c - 25a - 6c + 3b$$ $$= -25a + 10b + 5c$$ $$= -5(5a - 2b - c)$$ $$D_3 = \begin{vmatrix} 1 & 2 & a \\ 2 & 6 & b \\ 1 & -2 & c \end{vmatrix}$$ $$= 6c + 2b - 2(2c - b) - 10a$$ $$= -10a + 4b + 2c$$ $$= -2(5a - 2b - c)$$ For infinite solution $$D = D_1 = D_2 = D_3 = 0$$ $$\Rightarrow 5a = 2b + c$$

Question 13

Maths · Inverse Trigonometric Functions · Single correct

If $0 < a, b < 1$, and $\tan^{-1} a + \tan^{-1} b = \frac{\pi}{4}$, then the value of $(a + b) - \left(\frac{a^2 + b^2}{2}\right) + \left(\frac{a^3 + b^3}{3}\right) - \left(\frac{a^4 + b^4}{4}\right) + \ldots$ is:

  1. $\log_e 2$
  2. $\log_e \left(\frac{e}{2}\right)$
  3. $e$
  4. $e^2 - 1$

Answer: (a)

Solution

Given $$\tan^{-1}\left(\frac{a+b}{1-ab}\right) = \frac{\pi}{4}$$ implies $$a+b = 1-ab$$ which implies $$(1+a)(1+b) = 2$$. Now, $$(a+b) - \left(\frac{a^2+b^2}{2}\right) + \left(\frac{a^3+b^3}{3}\right) \cdots \infty$$ $$= \left(a - \frac{a^2}{2} + \frac{a^3}{3} \cdots \right) + \left(b - \frac{b^2}{2} + \frac{b^3}{3} \cdots \right)$$ $$\log_e(1+a) + \log_e(1+b) = \log_e((1+a)(1+b)) = \log_e 2$$

Question 14

Maths · Sequences and Series · Single correct

The sum of the series $\sum_{n=1}^{\infty} \frac{n^2 + 6n + 10}{(2n+1)!}$ is equal to:

  1. $\frac{41}{8} e + \frac{19}{8} e^{-1} - 10$
  2. $-\frac{41}{8} e + \frac{19}{8} e^{-1} - 10$
  3. $\frac{41}{8} e - \frac{19}{8} e^{-1} - 10$
  4. $\frac{41}{8} e + \frac{19}{8} e^{-1} + 10$

Answer: (c)

Solution

Given $$\sum_{n=1}^{\infty} \frac{n^2 + 6n + 10}{(2n+1)!}$$. Put $$2n + 1 = r$$, where $$r = 3, 5, 7, \ldots$$. Thus, $$n = \frac{r-1}{2}$$. $$\frac{n^2 + 6n + 10}{(2n+1)!} = \frac{\left(\frac{r-1}{2}\right)^2 + 3r - 3 + 10}{r!} = \frac{r^2 + 10r + 29}{4r!}$$. Now, $$\sum_{r=3,5,7,\ldots} \frac{r(r-1) + 11r + 29}{4r!} = \frac{1}{4} \sum_{r=3,5,7,\ldots} \left( \frac{1}{(r-2)!} + \frac{11}{(r-1)!} + \frac{29}{r!} \right)$$. $$= \frac{1}{4} \left\{ \left( \frac{1}{1!} + \frac{1}{3!} + \frac{1}{5!} + \ldots \right) + 11 \left( \frac{1}{2!} + \frac{1}{4!} + \frac{1}{6!} + \ldots \right) + 29 \left( \frac{1}{3!} + \frac{1}{5!} + \frac{1}{7!} + \ldots \right) \right\}$$ $$= \frac{1}{4} \left\{ e - \frac{1}{e} + 11 \left( \frac{e + \frac{1}{e} - 2}{2} \right) + 29 \left( \frac{e - \frac{1}{e} - 2}{2} \right) \right\}$$ $$= \frac{1}{8} \left\{ e - \frac{1}{e} + 11e + \frac{11}{e} - 22 + 29e - \frac{29}{e} - 58 \right\}$$ $$= \frac{1}{8} \left\{ 41e - \frac{19}{e} - 80 \right\}$$

Question 15

Maths · Continuity and Differentiability · Single correct

Let f(x) be a differentiable function at x = a with f'(a) = 2 and f(a) = 4. Then $\lim$_{x $\to$ a} $\frac{xf(a) - af(x)}{x-a}$ equals :

  1. 2a + 4
  2. 2a - 4
  3. 4 - 2a
  4. a + 4

Answer: (c)

Solution

By L-H rule $$L = \lim_{x \to a} \frac{f(a) - af'(x)}{1}$$ Therefore, $L = 4 - 2a$

Question 16

Maths · Conic Sections · Single correct

Let $A(1, 4)$ and $B(1, -5)$ be two points. Let $P$ be a point on the circle $(x - 1)^2 + (y - 1)^2 = 1$ such that $(PA)^2 + (PB)^2$ have maximum value, then the points, $P$, $A$ and $B$ lie on:

  1. a parabola
  2. a straight line
  3. a hyperbola
  4. an ellipse
Solution

Therefore, $PA^2 = \cos^2 \theta + (\sin \theta - 3)^2 = 10 - 6 \sin \theta$. $PB^2 = \cos^2 \theta + (\sin \theta - 6)^2 = 37 - 12 \sin \theta$. $PA^2 + PB^2 \big|_{\max} = 47 - 18 \sin \theta \big|_{\min}$. Therefore, $\theta = \frac{3\pi}{2}$. Therefore, $P$, $A$, $B$ lie on a line $x = 1$.

Question 17

Maths · Three Dimensional Geometry · Single correct

If the mirror image of the point $(1,3,5)$ with respect to the plane $4x - 5y + 2z = 8$ is $(\alpha, \beta, \gamma)$, then $5(\alpha + \beta + \gamma)$ equals:

  1. 47
  2. 39
  3. 43
  4. 41

Answer: (a)

Solution

Image of $(1,3,5)$ in the plane $4x - 5y + 2z = 8$ is $(\alpha, \beta, \gamma)$. $$\Rightarrow \frac{\alpha - 1}{4} = \frac{\beta - 3}{-5} = \frac{\gamma - 5}{2} = \frac{-2 \left( 4(1) - 5(3) + 2(5) - 8 \right)}{4^2 + 5^2 + 2^2} = \frac{2}{5}$$ Therefore, $\alpha = 1 + 4 \left( \frac{2}{5} \right) = \frac{13}{5}$. $\beta = 3 - 5 \left( \frac{2}{5} \right) = 1 = \frac{5}{5}$. $\gamma = 5 + 2 \left( \frac{2}{5} \right) = \frac{29}{5}$. Thus, $5(\alpha + \beta + \gamma) = 5 \left( \frac{13}{5} + \frac{5}{5} + \frac{29}{5} \right) = 47$.

Question 18

Maths · Integrals · Single correct

Let $f(x) = \int_0^x e^t f(t) dt + e^x$ be a differentiable function for all $x \in \mathbb{R}$. Then $f(x)$ equals.

  1. $2e^{(e^x-1)} - 1$
  2. $e^{(e^x-1)}$
  3. $2e^{e^x} - 1$
  4. $e^{e^x} - 1$

Answer: (a)

Solution

Given, $f(x) = \int_0^x e^t f(t) dt + e^x$ ...(1) Differentiating both sides with respect to $x$, $f'(x) = e^x \cdot f(x) + e^x$. Using Newton Leibnitz Theorem, $\Rightarrow \frac{f'(x)}{f(x) + 1} = e^x$. Integrating with respect to $x$, $$\int \frac{f'(x)}{f(x) + 1} \, dx = \int e^x \, dx$$ $$\Rightarrow \ln(f(x) + 1) = e^x + c$$ Put $x = 0$. $$2 = 1 + c (\because f(0) = 1, from equation (1))$$ $$\therefore \ln(f(x) + 1) = e^x + \ln 2 - 1$$ $$\Rightarrow f(x) + 1 = 2 \cdot e^{e^x - 1}$$ $$\Rightarrow f(x) = 2e^{e^x - 1} - 1$$

Question 19

Maths · Applications of Integrals · Single correct

Let $A_1$ be the area of the region bounded by the curves $y = \sin x$, $y = \cos x$ and $y$-axis in the first quadrant. Also, let $A_2$ be the area of the region bounded by the curves $y = \sin x$, $y = \cos x$, $x$-axis and $x = \frac{\pi}{2}$ in the first quadrant. Then,

  1. $A_1 = A_2$ and $A_1 + A_2 = \sqrt{2}$
  2. $A_1 : A_2 = 1 : 2$ and $A_1 + A_2 = 1$
  3. $2 A_1 = A_2$ and $A_1 + A_2 = 1 + \sqrt{2}$
  4. $A_1 : A_2 = 1 : \sqrt{2}$ and $A_1 + A_2 = 1$

Answer: (d)

Solution

Given $A_1 + A_2 = \int_0^{\pi/2} \cos x \cdot dx = \sin x \bigg|_0^{\pi/2} = 1$. $A_1 = \int_0^{\pi/4} (\cos x - \sin x) dx = (\sin x + \cos x) \bigg|_0^{\pi/4} = \sqrt{2} - 1$. Therefore, $A_2 = 1 - (\sqrt{2} - 1) = 2 - \sqrt{2}$. Thus, $\frac{A_1}{A_2} = \frac{\sqrt{2} - 1}{\sqrt{2}(\sqrt{2} - 1)} = \frac{1}{\sqrt{2}}$.

Question 20

Maths · Probability · Single correct

A seven digit number is formed using digit 3,3,4,4,4,5,5 . The probability, that number so formed is divisible by 2, is :

  1. $\frac{6}{7}$
  2. $\frac{4}{7}$
  3. $\frac{3}{7}$
  4. $\frac{1}{7}$

Answer: (c)

Solution

Given $\($ n(S) = $\frac{7!}{2!3!2!}$ $\)$ and $\($ n(E) = $\frac{6!}{2!2!2!}$ $\)$. The probability $\($ P(E) = $\frac{n(E)}{n(S)}$ = $\frac{6!}{7!}$ $\times$ $\frac{2!3!2!}{2!2!2!}$ $\)$. Simplifying, $\($ $\frac{1}{7}$ $\times$ 3 = $\frac{3}{7}$ $\)$.

Question 21

Maths · Complex Numbers and Quadratic Equations · Numerical

Let $z$ be those complex number which satisfy $|z + 5| \leq 4$ and $z(1 + i) + \bar{z}(1 - i) \geq -10, i = \sqrt{-1}$ If the maximum value of $|z + 1|^2$ is $\alpha + \beta \sqrt{2}$, then the value of $(\alpha + \beta)$ is

Answer: 48

Solution

Given, $|z + 5| \leq 4$ $$\Rightarrow (x + 5)^2 + y^2 \leq 16 \cdots (1)$$ Also, $z(1+i) + \bar{z}(1-i) \geq -10$. $$\Rightarrow x - y \geq -5 \cdots (2)$$ From (1) and (2) Locus of $z$ is the shaded region in the diagram. $|z + 1|$ represents distance of $z'$ from $Q(-1, 0)$. Clearly $P$ is the required position of $z'$ when $|z + 1|$ is maximum. $$\therefore P \equiv (-5 - 2\sqrt{2}, -2\sqrt{2})$$ $$\therefore (PQ)^2_{max} = 32 + 16\sqrt{2}$$ $$\Rightarrow \alpha = 32$$ $$\Rightarrow \beta = 16$$ Thus, $\alpha + \beta = 48$

Question 22

Maths · Applications of Derivatives · Numerical

Let the normals at all the points on a given curve pass through a fixed point $(a, b)$. If the curve passes through $(3,-3)$ and $\left(4, -2\sqrt{2}\right)$, and given that $a - 2\sqrt{2} \, b = 3$, then $\left(a^2 + b^2 + ab\right)$ is equal to

Answer: 9

Solution

Let the equation of normal is $Y - y = -\frac{1}{m}(X - x)$, where, $m = \frac{dy}{dx}$. As it passes through $(a, b)$ $$b - y = -\frac{1}{m}(a - x) = -\frac{dx}{dy}(a - x)$$ $$\Rightarrow (b - y) dy = (x - a) dx$$ by $$\frac{y^2}{2} = \frac{x^2}{2} - ax + c$$ It passes through $(3, -3) \& (4, -2\sqrt{2})$ $$\therefore -3b - \frac{9}{2} = \frac{9}{2} - 3a + c$$ $$\Rightarrow -6b - 9 = 9 - 6a + 2c$$ $$\Rightarrow 6a - 6b - 2c = 18$$ $$\Rightarrow 3a - 3b - c = 9$$ Also $$-2\sqrt{2}b - 4 = 8 - 4a + c$$ $$4a - 2\sqrt{2}b - c = 12$$ Also $a - 2\sqrt{2}b = 3$ $\ldots$ (iv) (given) (ii) - (iii) $\Rightarrow -a + (2\sqrt{2} - 3)b = -3$ $\ldots$ (v) (iv) + (v) $\Rightarrow b = 0$, $a = 3$ $$\therefore a^2 + b^2 + ab = 9$$

Question 23

Maths · Sequences and Series · Numerical

Let $\alpha$ and $\beta$ be two real numbers such that $\alpha + \beta = 1$ and $\alpha \beta = -1$. Let $P_n = (\alpha)^n + (\beta)^n$, $P_{n-1} = 11$ and $P_{n+1} = 29$ for some integer $n \geq 1$. Then, the value of $P_n^2$ is

Answer: 324

Solution

Given, $\alpha + \beta = 1$, $\alpha \beta = -1$. Therefore, the quadratic equation with roots $\alpha$, $\beta$ is $x^2 - x + 1 = 0 \implies \alpha^2 = \alpha + 1$. Multiplying both sides by $\alpha^{n-1}$, $\alpha^{n+1} = \alpha^n + \alpha^{n-1}$ ... (1) Similarly, $\beta^{n+1} = \beta^n + \beta^{n-1}$ ... (2) Adding (1) & (2), $\alpha^{n+1} + \beta^{n+1} = (\alpha^n + \beta^n) + (\alpha^{n-1} + \beta^{n-1})$ Therefore, $P_{n+1} = P_n + P_{n-1}$ $29 = P_n + 11$ (Given, $P_{n+1} = 29$, $P_{n-1} = 11$) Therefore, $P_n = 18$ $P_n^2 = 18^2 = 324$

Question 24

Maths · Integrals · Numerical

In $I_{m,n} = \int_0^1 x^{m-1}(1-x)^{n-1} \, dx$, for $m, n \geq 1$ and $\int_0^1 \frac{x^{m-1}+x^{n-1}}{(1+x)^{m+n}} \, dx = \alpha I_{m,n}$, $\alpha \in \mathbb{R}$, then $\alpha$ equals

Answer: 1

Solution

Given $I_{m,n} = \int_0^1 x^{m-1} \cdot (1-x)^{n-1} dx$. Put $x = \frac{1}{y+1}$, then $dx = \frac{-1}{(y+1)^2} dy$. $1-x = \frac{y}{y+1}$. Therefore, $I_{m,n} = \int_0^\infty \frac{y^{m-1}}{(y+1)^{m+n}} (-1) dy = \int_0^\infty \frac{y^{n-1}}{(y+1)^{m+n}} dy \ldots (i)$ Similarly, $I_{m,n} = \int_0^1 x^{n-1} \cdot (1-x)^{m-1} dx$ $\Rightarrow I_{m,n} = \int_0^\infty \frac{y^{n-1}}{(y+1)^{m+n}} dy \ldots (ii)$ From (i) $\&$ (ii) $2I_{m,n} = \int_0^\infty \frac{y^{m-1}+y^{n-1}}{(y+1)^{m+n}} dy$ $\Rightarrow 2I_{m,n} = \int_0^1 \frac{y^{m-1}+y^{n-1}}{(y+1)^{m+n}} dy + \int_1^\infty \frac{y^{m-1}+y^{n-1}}{(y+1)^{m+n}} dy$ Put $y = \frac{1}{z}$ in $I_2$ $dy = -\frac{1}{z^2} dz$ $\Rightarrow 2I_{m,n} = \int_0^1 \frac{y^{m-1}+y^{n-1}}{(y+1)^{m+n}} dy + \int_1^0 \frac{z^{m-1}+z^{n-1}}{(z+1)^{m+n}} (-dz)$ $\Rightarrow I_{m,n} = \int_0^1 \frac{y^{m-1}+y^{n-1}}{(y+1)^{m+n}} dy \Rightarrow \alpha = 1$

Question 25

Maths · Sequences and Series · Numerical

If the arithmetic mean and geometric mean of the $p^{th}$ and $q^{th}$ terms of the sequence $-16, 8, -4, 2, \ldots$ satisfy the equation $4x^2 - 9x + 5 = 0$, then $p + q$ is equal to

Answer: 10

Solution

Given, $4x^2 - 9x + 5 = 0$ $\[$ $\Rightarrow$ (x - 1)(4x - 5) = 0 $\]$ $\[$ $\Rightarrow$ A. M = $\frac{5}{4}$, G. M = 1 (Q.A. M > G. M) $\]$ Again, for the series $-16, 8, -4, 2, \ldots$ $p^{th}$ term $t_p = -16 \left(-\frac{1}{2}\right)^{p-1}$ $q^{th}$ term $t_q = -16 \left(-\frac{1}{2}\right)^{q-1}$ Now, A. M $= \frac{t_p + t_q}{2} = \frac{5}{4}$ and G. M $= \sqrt{t_p t_q} = 1$ $\[$ $\Rightarrow$ 16^2 $\left$(-$\frac{1}{2}$$\right$)^{p+q-2} = 1 $\]$ $\[$ $\Rightarrow$ (-2)^8 = (-2)^{(p+q-2)} $\]$ $\[$ $\Rightarrow$ p + q = 10 $\]$

Question 26

Maths · Permutations and Combinations · Numerical

The total number of 4-digit numbers whose greatest common divisor with 18 is 3, is

Answer: 1000

Solution

Since, required number has G.C.D with 18 as 3. It must be odd multiple of '3' but not a multiple of '9'. (i) Now, 4-digit number which are odd multiple of '3' are, 1005, 1011, 1017, $\ldots$ 9999 $\rightarrow$ 1499 (ii) 4-digit number which are odd multiple of 9 are, 1017, 1035, $\ldots$ 9999 $\rightarrow$ 499 $\therefore$ Required numbers = 1499 - 499 = 1000

Question 27

Maths · Conic Sections · Numerical

Let L be a common tangent line to the curves $4x^2 + 9y^2 = 36$ and $(2x)^2 + (2y)^2 = 31$. Then the square of the slope of the line L is

Answer: 3

Solution

Given $E: \frac{x^2}{9} + \frac{y^2}{4} = 1$ and $C: x^2 + y^2 = \frac{31}{4}$. The equation of the tangent to the ellipse is $y = mx \pm \sqrt{9m^2 + 4}$. The equation of the tangent to the circle is $$y = mx \pm \sqrt{\frac{31}{4} m^2 + \frac{31}{4}} \cdots (ii)$$ Comparing equation (i) and (ii), $9m^2 + 4 = \frac{31}{4} m^2 + \frac{31}{4}$. $$\Rightarrow 36m^2 + 16 = 31m^2 + 31$$ $$\Rightarrow 5m^2 = 15$$ $$\Rightarrow m^2 = 3$$

Question 28

Maths · Applications of Derivatives · Numerical

Let a be an integer such that all the real roots of the polynomial $2x^5 + 5x^4 + 10x^3 + 10x^2 + 10x + 10$ lie in the interval $(a, a + 1)$ Then, $|a|$ is equal to

Answer: 2

Solution

Let, $f(x) = 2x^5 + 5x^4 + 10x^3 + 10x^2 + 10x + 10$. Therefore, $f'(x) = 10 \left( x^4 + 2x^3 + 3x^2 + 2x + 1 \right) = 10 \left( x^2 + \frac{1}{x^2} + 2 \left( x + \frac{1}{x} \right) + 3 \right) = 10 \left( \left( x + \frac{1}{x} \right)^2 + 2 \left( x + \frac{1}{x} \right) + 1 \right) = 10 \left( \left( x + \frac{1}{x} + 1 \right)^2 \right) > 0; \forall x \in R$. Therefore, $f(x)$ is strictly increasing function. Since it is an odd degree polynomial it will have exactly one real root. Now, by observation $f(-1) = 3 > 0$. $f(-2) = -64 + 80 - 80 + 40 - 20 + 10 = -34 < 0$. Therefore, $f(x)$ has at least one root in $(-2,-1) \equiv (a, a + 1)$. Therefore, $a = -2$. Therefore, $|a| = 2$.

Question 29

Maths · Statistics · Numerical

Let $X_1, \ X_2, \ldots, X_{18}$ be eighteen observation such that $\sum_{i=1}^{18} (X_i - \alpha) = 36$ and $\sum_{i=1}^{18} (X_i - \beta)^2 = 90$, where $\alpha$ and $\beta$ are distinct real numbers. If the standard deviation of these observations is $1$, then the value of $|\alpha - \beta|$ is

Answer: 4

Solution

Given, $$\sum_{i=1}^{18} (X_i - \alpha) = 36$$ implies $$\sum x_i - 18\alpha = 36$$ implies $$\sum x_i = 18(\alpha + 2) \ldots (1)$$ Also, $$\sum_{i=1}^{18} (X_i - \beta)^2 = 90$$ implies $$\sum x_i^2 + 18\beta^2 - 2\beta \sum x_i = 90$$ implies $$\sum x_i^2 + 18\beta^2 + 2\beta \times 18(\alpha + 2) = 90$$ (using equation (1)) implies $$\sum x_i^2 = 90 - 18\beta^2 + 36\beta(\alpha + 2)$$ $$\sigma^2 = 1 \implies \frac{1}{18} \sum x_i^2 - \left( \frac{\sum x_i}{18} \right)^2 = 1 (\because \sigma = 1, given)$$ implies $$\frac{1}{18} (90 - 18\beta^2 + 36\alpha\beta + 72\beta) - \left( \frac{18(\alpha + 2)}{18} \right)^2 = 1$$ implies $$90 - 18\beta^2 + 36\alpha\beta + 72\beta - 18(\alpha + 2)^2 = 18$$ implies $$5 - \beta^2 + 2\alpha\beta + 4\beta - (\alpha + 2)^2 = 1$$ implies $$5 - \beta^2 + 2\alpha\beta + 4\beta - \alpha^2 - 4 - 4\alpha = 1$$ implies $$\alpha^2 - \beta^2 + 2\alpha\beta + 4\beta - 4\alpha = 0$$ implies $$(\alpha - \beta)(\alpha - \beta + 4) = 0$$ implies $$\alpha - \beta = -4$$ Therefore, $$|\alpha - \beta| = 4 (\alpha \neq \beta)$$

Question 30

Maths · Matrices · Numerical

If the matrix $A = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 3 & 0 & -1 \end{bmatrix}$ satisfies the equation $A^{20} + \alpha A^{19} + \beta A = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 1 \end{bmatrix}$ for some real numbers $\alpha$ and $\beta$, then $\beta - \alpha$ is equal to

Answer: 4

Solution

Given $$A^2 = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 3 & 0 & -1 \end{bmatrix} \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 3 & 0 & -1 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 1 \end{bmatrix}$$ $$A^3 = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 3 & 0 & -1 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 8 & 0 \\ 0 & 0 & 1 \end{bmatrix}$$ $$A^4 = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 1 \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 16 & 0 \\ 0 & 0 & 1 \end{bmatrix}$$ $$A^{19} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2^{19} & 0 \\ 3 & 0 & -1 \end{bmatrix}, A^{20} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2^{20} & 0 \\ 0 & 0 & 1 \end{bmatrix}$$ L.H.S = $A^{20} + \alpha A^{19} + \beta A = \begin{bmatrix} 1 + \alpha + \beta & 0 & 0 \\ 0 & 2^{20} + \alpha 2^{19} + 2 \beta & 0 \\ 3 \alpha + 3 \beta & 0 & 1 - \alpha - \beta \end{bmatrix}$ R.H.S = $\begin{bmatrix} 1 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 1 \end{bmatrix} \Rightarrow \alpha + \beta = 0 and 2^{20} + \alpha 2^{19} + 2 \beta = 4$ $$\Rightarrow 2^{20} + \alpha (2^{19} - 2) = 4$$ $$\Rightarrow \alpha = \frac{4 - 2^{20}}{2^{19} - 2} = -2$$ $$\Rightarrow \beta = 2$$ Therefore, $\beta - \alpha = 4$

Physics

Question 31

Physics · Physical World, Units and Measurements · Single correct

If 'C' and 'V' represent capacity and voltage respectively then what are the dimensions of $\lambda$ where $C/V = \lambda$?

  1. $[M^{-2}L^{-4}I^3T^7]$
  2. $[M^{-2}L^{-3}I^2T^6]$
  3. $[M^{-1}L^{-3}I^{-2}T^{-7}]$
  4. $[M^{-3}L^{-4}I^3T^7]$

Answer: (a)

Solution

Given $v = \frac{w}{q}$ and $c = \frac{q}{v}$. Find the dimension of $\frac{c}{v}$. $$\Rightarrow \frac{q}{v^2}$$ $$\Rightarrow \frac{q}{w^2} \times q^2 \Rightarrow \frac{q^3}{w^2}$$ $$\Rightarrow \frac{w^3 \, T^3}{M^2 \, L^4 \, T^{-4}} \Rightarrow \left[ M^{-2} \, L^{-4} \, T^3 \right]$$

Question 32

Physics · Mechanical Properties of Solids · Single correct

The length of metallic wire is $l_1$ when tension in it is $T_1$. It is $l_2$ when the tension is $T_2$. The original length of the wire will be:

  1. $\frac{l_1 + l_2}{2}$
  2. $\frac{T_1 l_1 - T_2 l_2}{T_2 - T_1}$
  3. $\frac{T_2 l_1 + T_1 l_2}{T_1 + T_2}$
  4. $\frac{T_2 l_1 - T_1 l_2}{T_2 - T_1}$

Answer: (d)

Solution

From Young's modulus relation $$y = \left( \frac{F}{A} \right) \left( \frac{\Delta l}{l} \right)$$ we can write for the 1st case $$\frac{T_1}{A} = \frac{y(l_1 - \ell)}{\ell}$$ we can write for the 2nd case $$\frac{T_2}{A} = \frac{y(l_2 - \ell)}{\ell}$$ $$\frac{T_1}{T_2} = \frac{l_1 - \ell}{l_2 - \ell}$$ $$T_1 l_2 - T_1 \ell = T_2 l_1 - T_2 \ell$$ $$\frac{T_2 l_1 - T_1 l_2}{T_2 - T_1} = \ell$$

Question 33

Physics · Electromagnetic Induction · Single correct

An aeroplane, with its wings spread 10 m, is flying at a speed of 180 $\mathrm{km/h}$ in a horizontal direction. The total intensity of earth's field at that part is 2.5 $\times$ $10^{-4}$ $\mathrm{Wb/m^2}$ and the angle of dip is $60^\circ$. The emf induced between the tips of the plane wings will be

  1. 88.37 $\mathrm{mV}$
  2. 62.50 $\mathrm{mV}$
  3. 54.125 $\mathrm{mV}$
  4. 108.25 $\mathrm{mV}$

Answer: (d)

Solution

The equation for the electromotive force is given by: $$\sum = B \perp v \ell$$ Using the sine of 60 degrees: $$\sin 60^\circ = \frac{B_v}{B}$$ From the diagram: $$\frac{\sqrt{3}}{2} = \frac{B_v}{B}$$ Solving for $BV$: $$BV = \frac{\sqrt{3}}{2} B$$ The electromotive force $E$ is: $$E = \frac{\sqrt{3}}{2} B \ell v$$ Substituting the given values: $$= \frac{\sqrt{3}}{2} \times 2.5 \times 10^{-4} \times 10 \times 180 \times \frac{5}{18}$$ Simplifying further: $$= \frac{\sqrt{3}}{2} \times 2.5 \times 5 \times 10^{-2} = 10.825 \times 10^{-2} = 108.25 \, \mathrm{mV}$$

Question 34

Physics · Waves · Single correct

A tuning fork A of unknown frequency produces 5 beats/s with a fork of known frequency 340 Hz. When fork A filed, the beat frequency decreases to 2 beats/s. What is the frequency of fork A?

  1. 342 Hz
  2. 335 Hz
  3. 338 Hz
  4. 345 Hz

Answer: (b)

Solution

Given Before Filed: 340 $\mathrm{Hz}$ $\rightarrow$ 5 beats/sec So answer should be 335 $\mathrm{Hz}$ or 345 $\mathrm{Hz}$. After Filed: 340 $\mathrm{Hz}$ $\rightarrow$ 2 beats/sec After filed beat/sec decreases only in case of 335 $\mathrm{Hz}$.

Question 35

Physics · Oscillations · Single correct

A particle executes S.H.M., the graph of velocity as a function of displacement is:

  1. a circle
  2. a parabola
  3. an ellipse
  4. a helix

Answer: (c)

Solution

For a body performing SHM, relation between velocity and displacement $v = \omega \sqrt{A^2 - x^2}$. Now, square both sides $v^2 = \omega^2 \left(A^2 - x^2\right)$. $$\Rightarrow v^2 = \omega^2 A^2 - \omega^2 x^2$$ $$v^2 + \omega^2 x^2 = \omega^2 A^2$$ Divide the whole equation by $\omega^2 A^2$: $$\frac{v^2}{\omega^2 A^2} + \frac{\omega^2 x^2}{\omega^2 A^2} = \frac{\omega^2 x^2}{\omega^2 A^2}$$ $$\frac{v^2}{(\omega A)^2} + \frac{x^2}{(A)^2} = 1$$ The above equation is similar to the standard equation of ellipses, so the graph between velocity and displacement will be ellipses.

Question 36

Physics · Motion in a Plane · Single correct

The trajectory a projectile in a vertical plane is $y = \alpha x - \beta x^2$, where $\alpha$ and $\beta$ are constants and $x$ $\&$ $y$ are respectively the horizontal and vertical distance of the projectile from the point of projection. The angle of projection $\theta$ and the maximum height attained $H$ are respectively given by:

  1. $\tan^{-1} \alpha, \frac{\alpha^2}{4\beta}$
  2. $\tan^{-1} \beta, \frac{\alpha^2}{2\beta}$
  3. $\tan^{-1} \left( \frac{\beta}{\alpha} \right), \frac{\alpha^2}{\beta}$
  4. $\tan^{-1} \alpha, \frac{4\alpha^2}{\beta}$

Answer: (a)

Solution

Given: $$y = \alpha x - \beta x^2 \cdots (1)$$ For maximum height, we should find out maximum value of $y$ from equation (1). So, for maximum value of $y$ $$\frac{dy}{dx} = 0 \Rightarrow \alpha - 2\beta x = 0$$ $$x = \frac{\alpha}{2\beta} \cdots (2)$$ Now, put value of $x$ from equation (2) in equation (1) $$y = \alpha \left( \frac{\alpha}{2\beta} \right) - \beta \left( \frac{\alpha^2}{4\beta^2} \right) \Rightarrow \frac{\alpha^2}{4\beta}$$ So, $H_{max} = \frac{\alpha^2}{4\beta} \cdots (3)$ As we know maximum height $H_{max} = \frac{u^2 \sin^2 \theta}{2g} \cdots (4)$ From (3) and (4) $$u^2 = \left( \frac{\alpha^2}{4\beta} \right) \left( \frac{2g}{\sin^2 \theta} \right)$$ And range $(R) = 2x = \frac{u^2 \times 2 \sin \theta \cos \theta}{g}$$ $$2 \left( \frac{\alpha}{2\beta} \right) = \left( \frac{\alpha^2}{4\beta} \right) \left( \frac{2g}{\sin^2 \theta} \right) \times \frac{2 \sin \theta \cos \theta}{g}$$ $$\tan \theta = \alpha \Rightarrow \theta = \tan^{-1}(\alpha)$$

Question 37

Physics · System of Particles and Rotational Motion · Single correct

A cord is wound round the circumference of wheel of radius r. The axis of the wheel is horizontal and the moment of inertia about it is I. A weight mg is attached to the cord at the end. The weight falls from rest. After falling through a distance 'h', the square of angular velocity of wheel will be:

  1. $\frac{2gh}{I+mr^2}$
  2. $2gh$
  3. $\frac{2mgh}{I+2mr^2}$
  4. $\frac{2mgh}{I+mr^2}$

Answer: (d)

Solution

Using energy conservation between A and B point: $$mgh = \frac{1}{2} m (\omega R)^2 + \frac{1}{2} I \omega^2$$ $$2mgh = \left( MR^2 + I \right) \omega^2$$ $$\omega^2 = \frac{2mgh}{I + MR^2}$$

Question 38

Physics · Kinetic Theory · Single correct

The internal energy (U), pressure $(P)$ and volume (V) of an ideal gas are related as $U = 3PV + 4$. The gas is:

  1. polyatomic only
  2. monoatomic only
  3. either monoatomic or diatomic
  4. diatomic only

Answer: (a)

Solution

Given $U = 3PV + 4$. $$\frac{f}{2} PV = 3PV + 4 \therefore u = \frac{f}{2} nRT$$ $$f = 6 + \frac{8}{PV} \therefore PV = nRT$$ $f > 6$. Therefore, it is a polyatomic gas.

Question 39

Physics · Ray Optics and Optical Instruments · Single correct

Given below are two statements: One is labeled as Assertion A and the other is labeled as Reason R. Assertion A : For a simple microscope, the angular size of the object equals the angular size of the image. Reason R : Magnification is achieved as the small object can be kept much closer to the eye than 25 cm and hence it subtends a large angle. In the light of the above statements, choose the most appropriate answer from the options given below:

  1. Both A and R are true but R is NOT the correct explanation of A
  2. Both A and R are true and R is the correct explanation of A
  3. A is true but R is false
  4. A is false but R is true

Answer: (b)

Solution

Both obtain the same angle, since the image can be at a distance greater than 25 cm, the object can be moved closer to the eye.

Question 40

Physics · Electric Charges and Fields · Single correct

Given below are two statements: Statement - I: An electric dipole is placed at the centre of a hollow sphere. The flux of electric field through the sphere is zero but the electric field is not zero anywhere in the sphere. Statement - II: If $R$ is the radius of a solid metallic sphere and $Q$ be the total charge on it. The electric field at any point on the spherical surface of radius $r (< R)$ is zero but the electric flux passing through this closed spherical surface of radius $r$ is not zero. In the light of the above statements. Choose the correct answer from the option given below:

  1. Statement I is true but Statement II is false
  2. Statement I is false but Statement II is true
  3. Both Statement I and Statement II are true
  4. Both Statement I and Statement II are false

Answer: (a)

Solution

Statement $-1 \rightarrow$ Correct Statement $-2 \rightarrow$ Incorrect Statement $-2 \rightarrow$ Incorrect

Question 41

Physics · Atoms · Single correct

The recoil speed of a hydrogen atom after it emits a photon in going from $n = 5$ state to $n = 1$ state will be:

  1. 4.17 \, $\mathrm{m/s}$
  2. 4.34 \, $\mathrm{m/s}$
  3. 219 \, $\mathrm{m/s}$
  4. 3.25 \, $\mathrm{m/s}$

Answer: (a)

Solution

Momentum $(P) = \frac{\Delta E}{c} = \frac{(13.6 - 0.54) \, \mathrm{eV}}{3 \times 10^8}$. $mv = \frac{3 \times 10^8}{(13.06) \times 1.6 \times 10^{-19}}$. $v = \frac{3 \times 10^8}{3 \times 10^8 \times 1.67 \times 10^{-27}} \implies 4.17 \, \mathrm{m/s}$

Question 42

Physics · Alternating Current · Single correct

Find the peak current and resonant frequency of the following circuit (as shown in figure)

  1. 0.2 A and 100 Hz
  2. 2 A and 50 Hz
  3. 2 A and 100 Hz
  4. 0.2 A and 50 Hz

Answer: (d)

Solution

Peak current in series LCR CKT $$i = \frac{v_0}{z} \Rightarrow \frac{30}{\sqrt{(X_L - X_C)^2 + R^2}}$$ $$i = \frac{30}{\sqrt{(10 - 100)^2 + (120)^2}}$$ $$i \Rightarrow \frac{30}{150} \Rightarrow \frac{1}{5} \Rightarrow 0.2 Amp$$ Therefore, $X_L = \omega \times L$ $$\Rightarrow (100) \left(100 \times 10^{-3}\right) \Rightarrow 10$$ $$X_L = \frac{1}{\omega \times C} \Rightarrow \frac{1}{100 \times 100 \times 10^{-6}}$$ $$\Rightarrow \frac{10^6}{10^4} \Rightarrow 100$$ Resonance frequency $\omega = \frac{1}{\sqrt{LC}}$ $$\omega = \frac{1}{\sqrt{100 \times 10^{-3} \times 100 \times 10^{-6}}} \Rightarrow \frac{1}{\sqrt{10^{-5}}}$$ Therefore, $\omega = 2 \pi F$ $$F = \frac{1}{2 \pi} \times \frac{1}{\sqrt{10^{-5}}}$$ $$\Rightarrow \frac{1}{2 \pi} \sqrt{10^5}$$ $$\Rightarrow \frac{100}{2 \pi} \sqrt{10}$$ $$\Rightarrow 50 Hz$$

Question 43

Physics · Laws of Motion · Single correct

An inclined plane making an angle of $30^\circ$ with horizontal is placed in a uniform horizontal electric field $200 \, \mathrm{N/C}$ as shown in the figure. A body of mass $1 \, \mathrm{kg}$ and charge $5 \, \mathrm{mC}$ is allowed to slide down from rest at a height of $1 \, \mathrm{m}$. If the coefficient of friction is $0.2$, find the time taken by the body to reach the bottom.

  1. 2.3 s
  2. 0.46 s
  3. 1.3 s
  4. 0.92 s

Answer: (c)

Solution

The force is given by the equation: $$F = mg \sin \theta - (\mu N + qE \cos \theta)$$ Substituting for $N$, we have: $$F = mg \sin \theta - \mu (mg \cos \theta + qE \sin \theta) - qE \cos \theta$$ Substituting the given values: $$F = 1 \times 10 \times \sin 30 - 0.2 \left(1 \times 10 \times \cos 30 + 200 \times 5 \times 10^{-3} \sin 30 \right)$$ $$- 200 \times 5 \times 10^{-3} \cos 30$$ Calculating the force: $$F = 2.3 \, \mathrm{N}$$ The acceleration is given by: $$a = \frac{F}{m} \Rightarrow \frac{2.3}{1} \Rightarrow 2.3 \, \mathrm{m/s^2}$$ The time is calculated as: $$t = \sqrt{\frac{25}{9}} \Rightarrow \sqrt{\frac{2 \times 2}{2.3}} \Rightarrow 1.3 \, \mathrm{sec}$$

Question 44

Physics · Laws of Motion · Single correct

Two masses $A$ and $B$, each of mass $M$ are fixed together by a massless springs. A force acts on the mass $B$ as shown in figure. If the mass $A$ starts moving away from mass $B$ with acceleration 'a', than the acceleration of mass $B$ will be:

  1. $\frac{F+Ma}{M}$
  2. $\frac{F-Ma}{M}$
  3. $\frac{Ma-F}{M}$
  4. $\frac{MF}{F+Ma}$

Answer: (b)

Solution

Given the forces acting on the system, we have the equation: $$F - F_s = Ma'$$ Solving for $a'$ gives: $$a' = \frac{F}{M} - 9$$ The expression for the acceleration is: $$\frac{F - ma}{M}$$

Question 45

Physics · Communication Systems · Single correct

Draw the output $Y$ in the given combination of gates.

Answer: (a)

Solution

The circuit diagram shows an AND gate with inputs $A$ and $B$. The output expression is given by $y = A \cdot \overline{B}$. The truth table for the inputs is as follows: Inputs: $$ \begin{array}{|c|c|c|} \hline A & B & y = A \cdot \overline{B} \\ \hline 1 & 0 & 1 \\ 1 & 1 & 0 \\ 0 & 0 & 0 \\ 1 & 1 & 0 \\ 1 & 0 & 1 \\ \hline \end{array} $$

Question 46

Physics · Nuclei · Single correct

A radioactive sample is undergoing $\alpha$ decay. At any time $t_1$, its activity is $A$ and another time $t_2$ the activity is $\frac{A}{5}$. What is the average life time for the sample?

  1. $\frac{t_2 - t_1}{\ln 5}$
  2. $\frac{\ln(t_2 + t_1)}{2}$
  3. $\frac{t_1 - t_2}{\ln 5}$
  4. $\frac{\ln 5}{t_2 - t_1}$

Answer: (a)

Solution

For activity of radioactive sample $$A = A_0 e^{-\lambda t_1} \ldots (1)$$ $$\frac{A}{5} = A_0 e^{-\lambda t_2} \ldots (2)$$ From (1)/(2) $$5 = e^{-\lambda (t_1 - t_2)}$$ $$\ln(5) = (t_2 - t_1) \lambda \Rightarrow \lambda = \frac{\ln(5)}{t_2 - t_1}$$ $$avg. life = \frac{1}{\lambda} = \frac{t_2 - t_1}{\ln(5)}$$

Question 47

Physics · Motion in a Straight Line · Single correct

A scooter accelerates from rest for time $t_1$ at constant rate $a_1$ and then retards at constant rate $a_2$ for time $t_2$ and comes to rest. The correct value of $\frac{t_1}{t_2}$ will be:

  1. $\frac{a_1 + a_2}{a_2}$
  2. $\frac{a_2}{a_1}$
  3. $\frac{a_1 + a_2}{a_1}$
  4. $\frac{a_1}{a_2}$

Answer: (b)

Solution

From given information: For 1st interval $$a_1 = \frac{v_0}{t_1}$$ $$v_0 = a_1 t_1 \ldots (1)$$ For 2nd interval $$a_2 = \frac{v_0}{t_2}$$ $$v_0 = a_2 t_2 \ldots (2)$$ From (1) and (2) $$a_1 t_1 = a_2 t_2$$ $$\frac{t_1}{t_2} = \frac{a_2}{a_1}$$

Question 48

Physics · Oscillations · Single correct

Given below are two statements: Statement (I) :- A second's pendulum has a time period of 1 second. Statement (II) :- It takes precisely one second to move between the two extreme positions. In the light of the above statements, choose the correct answer from the options give below.

  1. Both Statement I and Statement II are false
  2. Statement I is true but Statement II is false
  3. Statement I is false but Statement II is true
  4. Both Statement I and Statement II are true

Answer: (c)

Solution

As we know time period of second's pendulum is 2 sec, so statement (1) is incorrect. Time taken between two extreme points in second's pendulum is 1 sec. Above statement is correct because time taken by particle performing SHM between two extreme position is $T/2$. Here, $T = 2$ sec. So, time $= 2/2 = 1$ sec.

Question 49

Physics · Mathematics in Physics · Single correct

A wire of $1\, \Omega$ has a length of $1\, \mathrm{m}$. It is stretched till its length increases by $25\%$. The percentage change in resistance to the nearest integer is:

  1. 25$\%$
  2. 12.5$\%$
  3. 76$\%$
  4. 56$\%$

Answer: (d)

Solution

For stretched or compressed wire $R \propto l^2$ $$\frac{R_1}{R_2} = \frac{l_1^2}{l_2^2}$$ $$\Rightarrow \frac{R}{R_2} = \frac{R^2}{(1.25l)^2}$$ $$\Rightarrow R_2 = 1.5625R$$ % increase $\rightarrow 56.235\%$

Question 50

Physics · Ray Optics and Optical Instruments · Single correct

The incident ray, reflected ray and the outward drawn normal are denoted by the unit vectors $\vec{a}$, $\vec{b}$ and $\vec{c}$ respectively. Then choose the correct relation for these vectors.

  1. $\vec{b} = 2\vec{a} + \vec{c}$
  2. $\vec{b} = \vec{a} - \vec{c}$
  3. $\vec{b} = \vec{a} + 2\vec{c}$
  4. $\vec{b} = \vec{a} - 2(\vec{a} \cdot \vec{c})\vec{c}$

Answer: (d)

Solution

We see from the diagram that because of the law of reflection, the component of the unit vector $\vec{a}$ along $\vec{b}$ changes sign on reflection while the component parallel to the mirror remains unchanged. $\vec{a} = \vec{a}_{11} + \vec{a}_{\perp}$ and $\vec{a}_{\perp} = \vec{c}(\vec{a} \cdot \vec{c})$ we see that the reflected unit vector is $\vec{b} = \vec{a}_{11} - \vec{a}_{\perp} \Rightarrow \vec{a} - 2(\vec{a} \cdot \vec{c})\vec{c}$

Question 51

Physics · Kinetic Theory · Numerical

The volume $V$ of a given mass of monatomic gas changes with temperature $T$ according to the relation $V = KT^{\frac{3}{2}}$. The work done when temperature changes by $90 \, \mathrm{K}$ will be $xR$. The value of $X$ is ____ [R = universal gas constant]

Answer: 60

Solution

Given: $V = kT^{2/3}$ $$V^{3/2} = (k)^{3/2}T$$ $$TV^{-3/2} = const. \ldots (1)$$ and $$TV^{\gamma - 1} = const. \ldots (2)$$ From (1) & (2) $$-\frac{3}{2} = \gamma - 1$$ $$\gamma = -\frac{1}{2}$$ Work done $(w) = \frac{nRAT}{\gamma - 1}$ $$W = \frac{1 \times R \times 90}{-\frac{1}{2} - 1}$$ $$|W| = 60R x = 60$$

Question 52

Physics · Communication Systems · Numerical

If the highest frequency modulating a carrier is $5 \, \mathrm{kHz}$, then the number of AM broadcast stations accommodated in a $90 \, \mathrm{kHz}$ bandwidth are

Answer: 9

Solution

Number of stations is given by the formula: $$No. of station = \frac{Band width}{2 \times Highest Band width}$$ Substituting the given values: $$\Rightarrow \frac{90}{2 \times 5}$$ Simplifying gives: $$\Rightarrow 9$$

Question 53

Physics · Atoms · Numerical

Two stream of photons, possessing energies equal to twice and ten times the work function of metal are incident on the metal surface successively. The value of ratio of maximum velocities of the photoelectrons emitted in the two respective cases is x : y. The value of x is

Answer: 1

Solution

For photoelectric effect, $E_{max} = E - \phi$. $E_1 = 2 \phi_r$, $k_1 = \phi$ $E_2 = 10 \phi_r$, $k_2 = 9 \phi$ Therefore, $V \propto \sqrt{k}$ $\left$( k = $\frac{1}{2}$ mv^2 $\right$) $$\frac{v_1}{v_2} = \sqrt{\frac{1}{9}} \implies \frac{1}{3} = \frac{x}{y}$$ $x = 1$

Question 54

Physics · Ray Optics and Optical Instruments · Numerical

A point source of light $S$, placed at a distance $60 \, \mathrm{cm}$ in front of the centre of plane mirror of width $50 \, \mathrm{cm}$, hangs vertically on a wall. A man walks in front of the mirror along a line parallel to the mirror at a distance $1.2 \, \mathrm{m}$ from it (see in the figure). The distance between the extreme points where he can see the image of the light source in the mirror is cm

Answer: 150

Solution

From similar triangles IMP and IQR, \[ \frac{QR}{25} = \frac{180}{60}. \] Therefore, \[ QR = 25 \times \frac{180}{60} = 75\,\mathrm{cm}. \] Hence, the field of view (F.O.V.) is \[ \mathrm{F.O.V.} = 2 \times 75 = 150\,\mathrm{cm}. \]

Question 55

Physics · Oscillations · Numerical

A particle excutes S.H.M with amplitude 'a' and time period $T$. The displacement of the particle when its speed is half of maximum speed is $\frac{\sqrt{x a}}{2}$. The value of $x$ is

Answer: 3

Solution

For a particle executes S.H.M $$V = \omega \sqrt{a^2 - x^2}$$ Given $V = \frac{V_{max}}{2}$ implies $$\frac{A \omega}{2}$$ $$\frac{A^2 \omega^2}{4} = \omega^2 a^2 - \omega^2 x^2$$ $$x = \frac{\sqrt{3}}{2} a$$

Question 56

Physics · Electrostatic Potential and Capacitance · Fill in the blank

27 similar drops of mercury are maintained at 10 V each. All these spherical drops combine into a single big drop. The potential energy of the bigger drop is ____ times that of a smaller drop.

Answer: 243

Solution

For self energy of sphere (conducting) $U = \frac{kq^2}{2r}$. For small drop $\rightarrow U_i = \frac{kq^2}{2r} \ldots (1)$ After combine small drops volume remains same as bigger drop. Therefore, $\frac{4}{3} \pi r^3 \times n = \frac{4}{3} \pi R^3$. $R = (n)^{\frac{1}{3}} r \ldots (2)$ For large drop $\rightarrow U_f = \frac{k(nq)^2}{2 \times 3R} \ldots (3)$ From equation (1), (2), (3) $$\frac{U_f}{U_i} = (n)^{5/3}$$ $$\Rightarrow (27)^{5/3}$$ $\Rightarrow 2$

Question 57

Physics · Oscillations · Numerical

Time period of a simple pendulum is $T$. The time taken to complete $\frac{5}{8}$ oscillations starting from mean position is $\frac{\alpha}{\beta} T$. The value of $\alpha$ is

Answer: 7

Solution

For given $\left( \frac{5}{8} \right)$ oscillation, we can write it as $\rightarrow \left( \frac{1}{2} + \frac{1}{8} \right)$. And we know for half oscillations time $\rightarrow \frac{T}{2}$. For final point $\rightarrow \pi + \frac{\pi}{6} \implies \frac{7\pi}{6}$. Time $\rightarrow \frac{7T}{12} \rightarrow$ given $\rightarrow \frac{\alpha}{\beta} T \alpha = 7p$

Question 58

Physics · Gravitation · Numerical

In the reported figure of earth, the value of acceleration due to gravity is same at point A and C but it is smaller than that of its value at point B (surface of the earth). The value of OA : AB will be $x : y$. The value of $x$ is

Answer: 4

Solution

Given $\($ $\frac{GM}{\left( \frac{3R}{2} \right)^2}$ = $\frac{GMr}{R^3}$ $\)$. Solving for $\($ OA $\)$, we have $\($ OA = $\frac{4R}{9}$ = r $\)$. Then, $\($ AB = R - $\frac{4R}{9}$ = $\frac{5R}{9}$ $\)$. The ratio $\($ OA : AB $\)$ is $\($ $\frac{4R}{9}$ : $\frac{5R}{9}$ $\Rightarrow$ 4 : 5 = x : y $\)$. Therefore, $\($ x = 4 $\)$.

Question 59

Physics · Thermodynamics · Numerical

1 mole of rigid diatomic gas performs a work of $\frac{Q}{5}$ when heat $Q$ is supplied to it. The molar heat capacity of the gas during this transformation is $\frac{xR}{8}$. The value of $x$ is

Answer: 25

Solution

From thermodynamics law: $$\Delta Q = \Delta U + \Delta W \ldots (1)$$ $$Q = nC_V \Delta T + \frac{Q}{5}$$ $$Q - \frac{Q}{5} = 1 \times \frac{5}{2} R \times \Delta T$$ $$Q = \frac{25}{8} R \Delta T \ldots (2) \therefore Q = nc \Delta T$$ $$c = \frac{25}{8} R given C = \frac{xR}{8}$$ $$x = 25$$

Question 60

Physics · Semiconductor Electronics: Materials, Devices and Simple Circuits · Numerical

The zener diode has a $V_z = 30 \, \mathrm{V}$. The current passing through the diode for the following circuit is ____ mA

Answer: 9

Solution

$I = \dfrac{90 - 30}{4} = 15\,\text{mA}$ $I_1 = \dfrac{30}{5\,\text{K}\Omega} = 6\,\text{mA}$ $I_2 = 15\,\text{mA} - 6\,\text{mA} = 9\,\text{mA}$

Chemistry

Question 61

Chemistry · Hydrogen · Single correct

Which of the following forms of hydrogen emits low energy $\beta^-$ particles?

  1. Proton $\mathrm{H}^+$
  2. Deuterium $^2_1\mathrm{H}$
  3. Protium $^1_1\mathrm{H}$
  4. Tritium $^3_1\mathrm{H}$

Answer: (d)

Solution

Tritium isotope of hydrogen is radioactive and emits low energy $\beta^-$ particles. It is because of high $n/p$ ratio of tritium which makes nucleus unstable.

Question 62

Chemistry · Classification of Elements and Periodicity in Properties · Single correct

Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R. Assertion A: In $TlI_3$, isomorphous to $CsI_3$, the metal is present in +1 oxidation state. Reason R: Tl metals has fourteen f electrons in its electronic configuration. In the light of the above statements, choose the most appropriate answer from the options given below:

  1. Both A and R are correct and R is the correct explanation of A
  2. A is not correct but R is correct
  3. Both A and R are correct R is NOT the correct explanation of A
  4. A is correct but R is not correct

Answer: (c)

Solution

$TlI_3$ is $\mathrm{Tl^{+}I_3^{-}}$. $CsI_3$ is $\mathrm{Cs^{+}I_3^{-}}$. Thallium shows $\mathrm{Tl^{+}}$ state due to inert pair effect.

Question 63

Chemistry · General Principles and Processes of Isolation of Elements · Single correct

Match List-I with List-II

  1. $(a) - (iii), (b) - (ii), (c) - (i)$
  2. $(a) - (iii), (b) - (i), (c) - (ii)$
  3. $(a) - (i), (b) - (iii), (c) - (ii)$
  4. $(a) - (ii), (b) - (i), (c) - (iii)$

Answer: (d)

Solution

Sucrose $\to \alpha - \mathrm{D}$ - Glucose and $\beta - \mathrm{D}$ - Fructose Lactose $\to \beta - \mathrm{D}$ - Galactose and $\beta - \mathrm{D}$ - Glucose Maltose $\to \alpha$ -D- Glucose and $\alpha$ -D- Glucose

Question 64

Chemistry · Amines · Single correct

A. Phenyl methanamine B. N, N-Dimethylaniline C. N-Methyl aniline D. Benzenamine Choose the correct order of basic nature of the above amines.

  1. D > C > B > A
  2. D > B > C > A
  3. A > C > B > D
  4. A > B > C > D

Answer: (d)

Solution

In option (a), the lone pair on the nitrogen is localised. In options (b), (c), and (d), the lone pair on the nitrogen is delocalised.

Question 65

Chemistry · Classification of Elements and Periodicity in Properties · Single correct

The correct order of electron gain enthalpy is:

  1. S > Se > Te > O
  2. O > S > Se > Te
  3. S > O > Se > Te
  4. Te > Se > S > O

Answer: (a)

Solution

Electron gain enthalpy of O is very low due to small size.

Question 66

Chemistry · Organic Chemistry — Some Basic Principles & Techniques · Single correct

$\overset{1}{\text{CH}_2} = \overset{2}{\text{C}} = \overset{3}{\text{CH}} - \overset{4}{\text{CH}_3}$ In molecule, the hybridization of carbon 1, 2, 3 and 4 respectively are:

  1. $\mathrm{sp}^2$, $\mathrm{sp}$, $\mathrm{sp}^2$, $\mathrm{sp}^3$
  2. $\mathrm{sp}^2$, $\mathrm{sp}^2$, $\mathrm{sp}^2$, $\mathrm{sp}^3$
  3. $\mathrm{sp}^2$, $\mathrm{sp}^3$, $\mathrm{sp}^2$, $\mathrm{sp}^3$
  4. $\mathrm{sp}^3$, $\mathrm{sp}$, $\mathrm{sp}^3$, $\mathrm{sp}^3$

Answer: (a)

Solution

Question 67

Chemistry · Biomolecules · Single correct

Selivanoff test and Xanthoproteic test are used for the identification of ____ and ____ respectively

  1. ketoses, proteins
  2. proteins, ketoses
  3. aldoses, ketoses
  4. ketoses, aldoses

Answer: (a)

Solution

Seliwanoff test and Xanthaproteic test are used for identification of 'Ketoses' and proteins respectively.

Question 68

Chemistry · Aldehydes, Ketones and Carboxylic Acids · Single correct

2,4 -DNP test can be used to identify:

  1. aldehyde
  2. halogens
  3. ether
  4. amine

Answer: (a)

Solution

The reaction involves the condensation of an aldehyde $\mathrm{R{-}CHO}$ with hydrazine $\mathrm{H_2N{-}NH{-}}$ attached to a nitrobenzene ring. The reaction proceeds with the elimination of water $\mathrm{H_2O}$ to form a hydrazone compound $\mathrm{R{-}CH{=}N{-}NH{-}}$ attached to the nitrobenzene ring.

Question 69

Chemistry · Alcohols, Phenols and Ethers · Single correct

Ceric ammonium nitrate and $\mathrm{CHCl_3}$/alc. $\mathrm{KOH}$ are used for the identification of functional groups present in _____ and _____ respectively.

  1. alcohol, amine
  2. amine, alcohol
  3. alcohol, phenol
  4. amine, phenol

Answer: (a)

Solution

Alcohol gives a positive test with ceric ammonium nitrate and primary amines give carbylamine test with $\mathrm{CHCl_3}$, $\mathrm{KOH}$.

Question 70

Chemistry · The p-Block Elements (Group-13 and 14) · Single correct

Which pair of oxides is acidic in nature?

  1. N_2O, BaO
  2. CaO, SiO_2
  3. B_2O_3, CaO
  4. B_2O_3, SiO_2

Answer: (d)

Solution

$\mathrm{B_2O_3}$ and $\mathrm{SiO_2}$ both are oxides of non-metal and hence are acidic in nature.

Question 71

Chemistry · Aldehydes, Ketones and Carboxylic Acids · Single correct

Identify A in the given chemical reaction.

Answer: (a)

Solution

The reaction shown is an internal aldol condensation. The starting material is a benzene ring with two propionaldehyde groups. Under basic conditions with NaOH, in the presence of ethanol and water, and with heat ($\Delta$), an intramolecular aldol condensation occurs. This results in the formation of a bicyclic compound with an aldehyde group (CHO) attached.

Question 72

Chemistry · Aldehydes, Ketones and Carboxylic Acids · Single correct

Identify A in the following chemical reaction.

Answer: (c)

Solution

The reaction begins with the condensation of methoxybenzaldehyde with formaldehyde in the presence of $\mathrm{NaOH}$ to form a benzyl alcohol derivative. This is followed by the reaction with $\mathrm{CH_3CH_2Br}$ and $\mathrm{NaH}$ in $\mathrm{DMF}$ to form an ether. Finally, the ether undergoes a reaction with $\mathrm{HI}$ under heat to form the iodide derivative.

Question 73

Chemistry · Hydrogen · Single correct

Calgon is used for water treatment. Which of the following statement is NOT true about calgon?

  1. Calgon contains the 2^{nd} most abundant element by weight in the earth's crust.
  2. It is also known as Graham's salt.
  3. It is polymeric compound and is water soluble.
  4. It doesnot remove Cat ion by precipitation.

Answer: (a)

Solution

$\mathrm{Na_6(PO_3)_6}$ or $\mathrm{Na_6P_6O_{18}}$ Order of abundance of elements in earth's crust is $\mathrm{O>Si>Al>Fe>Ca>Na>Mg>K}$ So, second most abundant element in earth's crust is $\mathrm{Si}$, not $\mathrm{Ca}$.

Question 74

Chemistry · Haloalkanes and Haloarenes · Single correct

Match List-I with List-II List-I (c) $2C_2H_5Cl + 2Na \xrightarrow{Ether} C_2H_5--C_2H_5 + 2NaCl$ (d) $2C_6H_5Cl + 2Na \xrightarrow{Ether} C_6H_5--C_6H_5 + 2NaCl$ List-II (i) Wurtz reaction (ii) Sandmeyer reaction (iii) Fittig reaction (iv) Gattermann reaction Choose the correct answer from the options given below :

  1. (a) → (iii), (b) → (i), (c) → (iv), (d) → (ii)
  2. (a) → (ii), (b) → (i), (c) → (iv), (d) → (iii)
  3. (a) → (ii), (b) → (iv), (c) → (i), (d) → (iii)
  4. (a) → (iii), (b) → (iv), (c) → (i), (d) → (ii)

Answer: (c)

Solution

The reactions shown are examples of Sandmeyer and Gatterman reactions. In the Sandmeyer reaction, $\mathrm{N_2^+Cl^-}$ reacts with $\mathrm{Cu_2Cl_2}$ to form chlorobenzene and $\mathrm{N_2}$. In the Gatterman reaction, $\mathrm{N_2^+Cl^-}$ reacts with $\mathrm{Cu, HCl}$ to also form chlorobenzene and $\mathrm{N_2}$. The other reactions are Wurtz and Fitting reactions. In the Wurtz reaction, $2\mathrm{CH_3 - CH_2Cl} + 2\mathrm{Na}$ in ether forms $\mathrm{C_2H_5 - C_2H_5} + 2\mathrm{NaCl}$. In the Fitting reaction, $2\mathrm{C_6H_5Cl} + 2\mathrm{Na}$ in ether forms $\mathrm{C_6H_5 - C_6H_5} + 2\mathrm{NaCl}$.

Question 75

Chemistry · Aldehydes, Ketones and Carboxylic Acids · Single correct

Considering the above reaction, the major product among the following is:

Answer: (c)

Solution

The given reaction involves the reduction of a ketone using the Clemmensen reduction method with $Zn-Hg/HCl$. This converts the ketone to an alkane. The resulting alkane is then subjected to dehydrogenation using $Cr_2O_3$, leading to aromatization and forming ethylbenzene.

Question 76

Chemistry · Chemical Bonding and Molecular Structure · Single correct

Match List-I with List-II. Choose the correct answer from the options given below:

  1. (a) - (iii), (b) - (iv), (c) - (i), (d) - (ii)
  2. (a) - (i), (b) - (ii), (c) - (iii), (d) - (iv)
  3. (a) - (ii), (b) - (i), (c) - (iv), (d) - (iii)
  4. (a) - (iv), (b) - (iii), (c) - (ii), (d) - (i)

Answer: (a)

Solution

As per molecular orbital theory, $\mathrm{Ne_2}$ \hspace{1cm} BO $= 0$ $\mathrm{N_2}$ \hspace{1cm} BO $= 3$ $\mathrm{F_2}$ \hspace{1cm} BO $= 1$ $\mathrm{O_2}$ \hspace{1cm} BO $= 2$

Question 77

Chemistry · Organic Chemistry — Some Basic Principles & Techniques · Single correct

Identify A given reaction

Answer: (b)

Question 78

Chemistry · General Principles and Processes of Isolation of Elements · Single correct

Match List-I with List-II \begin{tabular}{|l|l|} \hline \textbf{List-I} & \textbf{List-II} \\ (Ore) & (Element Present) \\ \hline (a) Siderite & (i) Cu \\ \hline (b) Calamine & (ii) Ca \\ \hline (c) Malachite & (iii) Fe \\ \hline (d) Cryolite & (iv) Al \\ \hline & (v) Zn \\ \hline \end{tabular} Choose the correct answer from the options given below:

  1. (a) - (i), (b) - (ii), ($c$) - (v), (d) - (iii)
  2. (a) - (iii), (b) - (v), ($c$) - (i), (d) - (iv)
  3. (a) - (i), (b) - (ii), ($c$) - (iii), (d) - (iv)
  4. (a) - (iii), (b) - (i), ($c$) - (v), (d) - (ii)

Answer: (b)

Solution

Si $- \mathrm{FeCO_3}$ Calamine $- \mathrm{ZnCO_3}$ Malachite $- \mathrm{CuCO_3 \cdot Cu(OH)_2}$ Cryolite $- \mathrm{Na_3AlF_6}$

Question 79

Chemistry · Surface Chemistry · Single correct

The nature of charge on resulting colloidal particles when $\mathrm{FeCl}_3$ is added to excess of hot water is:

  1. positive
  2. neutral
  3. sometimes positive and sometimes negative
  4. negative

Answer: (a)

Solution

If $\mathrm{FeCl_3}$ is added to excess of hot water, a positively charged sol of hydrated ferric oxide is formed due to adsorption of $\mathrm{Fe^{3+}}$ ions.

Question 80

Chemistry · General Principles and Processes of Isolation of Elements · Single correct

Match List-I with List-II. List-I Choose the correct answer from the options given below:

  1. (a)→(iv), (b)→(iii), (c)→(i), (d)→(ii)
  2. (a)→(i), (b)→(iii), (c)→(iv), (d)→(ii)
  3. (a)→(iv), (b)→(i), (c)→(ii), (d)→(iii)
  4. (a)→(iii), (b)→(ii), (c)→(i), (d)→(iv)

Answer: (a)

Solution

Question 81

Chemistry · Some Basic Concepts of Chemistry · Numerical

The $\mathrm{NaNO}_3$ weighed out to make $50\,\mathrm{mL}$ of an aqueous solution containing $70.0\,\mathrm{mg}$ of $\mathrm{Na}^+$ per $\mathrm{mL}$ is \underline{\hspace{1cm}} $\mathrm{g}$. (Rounded off to the nearest integer) [Given: Atomic weights (in $\mathrm{g\,mol^{-1}}$): $\mathrm{Na}=23$, $\mathrm{N}=14$, $\mathrm{O}=16$.]

Answer: 13

Solution

Given $\mathrm{Na^+} = 70 \, \mathrm{mg/mL}$. $W_{\mathrm{Nat}}$ in 50 mL solution $= 70 \times 50 \, \mathrm{mg}$ $$= 3500 \, \mathrm{mg}$$ $$= 3.5 \, \mathrm{gm}$$ Moles of $\mathrm{Na^+}$ in 50 mL solution $= \frac{3.5}{23}$. Moles of $\mathrm{NaNO_3} = moles of \mathrm{Na^+}$ $$= \frac{3.5}{23} \, \mathrm{mol}$$ Mass of $\mathrm{NaNO_3} = \frac{3.5}{23} \times 85 = 12.934$ $$\simeq 13 \, \mathrm{gm} Ans.$$

Question 82

Chemistry · Electrochemistry · Numerical

Emf of the following cell at $298\,\mathrm{K}$ is $x\times10^{-2}\,\mathrm{V}$.\[ \mathrm{Zn}\left|\mathrm{Zn}^{2+}(0.1\,\mathrm{M})\right| \mathrm{Ag}^{+}(0.01\,\mathrm{M}) \left|\mathrm{Ag}\right. \] The value of $x$ is $\underline{\qquad}$. (Rounded off to the nearest integer) Given: \[ E^\circ_{\mathrm{Zn}^{2+}/\mathrm{Zn}} =-0.76\,\mathrm{V},\qquad E^\circ_{\mathrm{Ag}^{+}/\mathrm{Ag}} =+0.80\,\mathrm{V},\qquad \frac{2.303RT}{F}=0.059\,\mathrm{V}. \]

Answer: 147

Solution

$\mathrm{Zn}(s)\ |\ \mathrm{Zn}^{2+}(0.1\,\mathrm{M})\ |\ \mathrm{Ag}^{+}(0.01\,\mathrm{M})\ |\ \mathrm{Ag}(s)$ $\mathrm{Zn}(s)+2\mathrm{Ag}^{+}\rightleftharpoons2\mathrm{Ag}(s)+\mathrm{Zn}^{2+}$ $E^\circ_{\mathrm{cell}}=0.80+0.76=1.56\,\mathrm{V}$ $Q=\frac{[\mathrm{Zn}^{2+}]}{[\mathrm{Ag}^{+}]^2}$ $E_{\mathrm{cell}}=E^\circ_{\mathrm{cell}}-\frac{0.059}{2}\log(Q)$ $E_{\mathrm{cell}}=1.56-\frac{0.059}{2}\log\left(\frac{0.1}{(0.01)^2}\right)$ $E_{\mathrm{cell}}=1.56-\frac{0.059}{2}\log(10^3)$ $E_{\mathrm{cell}}=1.56-\frac{0.059}{2}\times3$ $E_{\mathrm{cell}}=1.4715\,\mathrm{V}$ $=147.15\times10^{-2}\,\mathrm{V}$ $x=147.15\approx147$ Answer: $147$

Question 83

Chemistry · Solutions · Numerical

When 12.2 g of benzoic acid is dissolved in 100 g of water, the freezing point of solution was found to be $$-0.93^\circ \mathrm{C} \left( K_f \left( \mathrm{H_2O} \right) = 1.86 \, \mathrm{K \, kg \, mol^{-1}} \right)$$. The number (n) of benzoic acid molecules associated (assuming 100$\%$ association ) is

Answer: 2

Solution

The reaction is given as $n \, \mathrm{PhCOOH} \rightarrow (\mathrm{PhCOOH})_n$. The van't Hoff factor $N$ is given by $N = \frac{1}{X} = i \{ As \alpha = 1 \}$. The freezing point depression is given by $$\Delta T_f = i \times k_f \times m$$. Substituting the values, we have $$0.93 = \frac{1}{n} \times 1.86 \times \frac{12.2 \times 1000}{122 \times 100}$$ Solving for $n$, we find $$n = 2$$

Question 84

Chemistry · Equilibrium · Numerical

The average S-F bond energy in $\mathrm{kJmol^{-1}}$ of $\mathrm{SF_6}$ is ____ (Rounded off to the nearest integer) [Given : The values of standard enthalpy of formation of $\mathrm{SF_6(g)}$, $\mathrm{S(g)}$ and $\mathrm{F(g)}$ are $-1100$, $275$ and $80 \, \mathrm{kJ \, mol^{-1}}$ respectively.]

Answer: 309

Solution

The reaction is given by: $$\mathrm{SF_6(g)} \longrightarrow \mathrm{S(g)} + 6 \mathrm{F(g)}$$ The enthalpy change of the reaction is: $$\Delta H^\circ_{reaction} = 6 \times E_{S--F} = \Delta H^\circ_f[\mathrm{S(g)}] + 6 \times \Delta H^\circ_f[\mathrm{F(g)}] - \Delta H^\circ_f[\mathrm{SF_6(g)}]$$ Substituting the values: $$6 \times E_{S--F} = 275 + 6 \times 80 - (-1100)$$ Simplifying: $$= 275 + 480 + 1100$$ $$6 \times E_{S--F} = 1855$$ Solving for $E_{S--F}$: $$E_{S--F} = \frac{1855}{6} = 309.1667$$ Therefore, the bond energy is approximately: $$\simeq 309 \, kJ/mol$$ Ans.

Question 85

Chemistry · Structure of Atom · Numerical

A ball weighing 10 g is moving with a velocity of 90 $\mathrm{ms^{-1}}$. If the uncertainty in its velocity is 5$\%$, then the uncertainty in its position is ____ $\times 10^{-33}$ $\mathrm{m}$. (Rounded off to the nearest integer) [Given : $h = 6.63 \times 10^{-34}$ $\mathrm{Js}$ ]

Answer: 1

Solution

Given $m = 10g = 10^{-2} Kg$ and $v = 90 \, m/sec$. $\Delta v = v \times 5\% = 90 \times \frac{5}{100} = 4.5 \, m/sec$ Using the uncertainty principle: $$m \cdot \Delta v \cdot \Delta x \geq \frac{h}{4\pi}$$ Substituting the values: $$10^{-2} \times 4.5 \times \Delta x \geq \frac{6.63 \times 3 \times 10^{-34}}{4 \times \frac{22}{7}}$$ Simplifying: $$\Delta x \geq \frac{6.63 \times 7 \times 2 \times 10^{-34}}{9 \times 4 \times 22 \times 10^{-2}}$$ Further simplification gives: $$\Delta x \geq 1.17 \times 10^{-33} = x \times 10^{-33}$$ Thus, $x = 1.17 \approx 1$

Question 86

Chemistry · The Solid State · Numerical

The number of octahedral voids per lattice site in a lattice is ____. (Rounded off to the nearest integer)

Answer: 1

Solution

Assuming FCC No of lattice sites = 6 face centre + 8 corner = 14 No. of octahedral voids = 13 Ratio = $\frac{13}{14}$ = 0.92857 $\approx$ 1 (Nearest integer)

Question 87

Chemistry · Redox Reactions · Numerical

In mildly alkaline medium, thiosulphate ion is oxidized by $\mathrm{MnO}_4^-$ to "A". The oxidation state of sulphur in "A" is

Answer: 6

Solution

Given $\mathrm{S_2O_3^{2-}} + \mathrm{MnO_4^-} \xrightarrow{Alkaline Medium} A$. $A \rightarrow \mathrm{SO_4^{2-}}$. Therefore, oxidation number of 'S' = +6 Ans.

Question 88

Chemistry · Co-ordination Compounds · Numerical

The number of stereoisomers possible for $[Co(Ox)_2(Br)(NH_3)]^{2-}$ is ____ [Ox = oxalate]

Answer: 3

Solution

The complex $[\mathrm{Co(ox)_2Br(NH_3)}]^2^-$ has two forms: one optically active and one optically inactive. The optically active form has a mirror image. Total stereoisomer = 2 (optically inactive) + 1 pair of enantiomers (optically active) = 3.

Question 89

Chemistry · Chemical Kinetics and Nuclear Chemistry · Numerical

If the activation energy of a reaction is $80.9 \, \mathrm{kJ} \, \mathrm{mol}^{-1}$, the fraction of molecules at $700 \, \mathrm{K}$, having enough energy to react to form products is $e^{-x}$. The value of $x$ is ____ (Rounded off to the nearest integer) [Use $R = 8.31 \, \mathrm{J} \, \mathrm{K}^{-1} \, \mathrm{mol}^{-1}$]

Answer: 14

Solution

Given $E_a = 80.9 \, \mathrm{kJ/mol}$. Fraction of molecules able to cross energy barrier $= e^{-E_a/RT} = e^{-x}$. $$x = \frac{E_a}{RT} = \frac{80.9 \times 1000}{8.31 \times 700} = 13.91$$ Therefore, $x \approx 14$.

Question 90

Chemistry · Equilibrium · Numerical

The pH of ammonium phosphate solution, if $pK_a$ of phosphoric acid and $pK_b$ of ammonium hydroxide are 5.23 and 4.75 respectively, is

Answer: 7

Solution

The reaction is $\mathrm{(NH_4)_3PO_4 \rightleftharpoons 3NH_4^+ + PO_4^{3-}}$. The concentration of hydrogen ions is given by $[\mathrm{H^+}] = K_a \times \sqrt{\frac{k_w}{k_a \times k_b}}$. The pH is calculated as follows: $$\mathrm{pH} = \mathrm{pK_a} + \frac{1}{2} \{\mathrm{pK_w} - \mathrm{pK_a} - \mathrm{pK_b}\}$$ $$\mathrm{pH} = 5.23 + \frac{1}{2} \{14 - 5.23 - 4.75\}$$ $$\mathrm{pH} = 5.23 + \frac{1}{2} (4.02) = 7.24 = 7 (Nearest integer)$$