Home / jee-main-26-june-2022-paper-shift-1_maths

Mathematics Section-A

Question 1

Let \( f(x) = \frac{x-1}{x+1} \), \( x \in R – \{0, -1, 1\} \). If \( f^{n+1}(x) = f(f^n(x)) \) for all \( n \in N \), then \( f^6(6) + f^7(7) \) is equal to:
(A) \(\frac{7}{6}\)
(B) \(-\frac{3}{2}\)
(C) \(\frac{7}{12}\)
(D) \(-\frac{11}{12}\)
▶️ Answer/Explanation
Detailed solution

\( f(x) = \frac{x-1}{x+1} \)

\( f^2(x) = f(f(x)) = \frac{\frac{x-1}{x+1}-1}{\frac{x-1}{x+1}+1} = -\frac{1}{x} \)

\( f^3(x) = f(f^2(x)) = f\left(-\frac{1}{x}\right) = \frac{-\frac{1}{x}-1}{-\frac{1}{x}+1} = \frac{x+1}{1-x} \)

\( f^4(x) = f(f^3(x)) = f\left(\frac{x+1}{1-x}\right) = \frac{\frac{x+1}{1-x}-1}{\frac{x+1}{1-x}+1} = -\frac{1}{x} \)

So \( f^6(x) = f^4(f^2(x)) = -\frac{1}{x} \Rightarrow f^6(6) = -\frac{1}{6} \)

\( f^7(x) = f(f^6(x)) = f\left(-\frac{1}{x}\right) = \frac{x+1}{1-x} \Rightarrow f^7(7) = \frac{8}{-6} = -\frac{4}{3} \)

\( f^6(6) + f^7(7) = -\frac{1}{6} – \frac{4}{3} = -\frac{1}{6} – \frac{8}{6} = -\frac{9}{6} = -\frac{3}{2} \)

Answer: (B)

Question 2

Let \( A = \{ z \in C: \left| \frac{z+1}{z-1} \right| < 1 \} \) and \( B = \{ z \in C: \arg\left(\frac{z-1}{z+1}\right) = \frac{2\pi}{3} \} \). Then \( A \cap B \) is:
(A) a portion of a circle centred at \(\left(0, -\frac{1}{\sqrt{3}}\right)\) that lies in the second and third quadrants only
(B) a portion of a circle centred at \(\left(0, -\frac{1}{\sqrt{3}}\right)\) that lies in the second quadrant only
(C) an empty set
(D) a portion of a circle of radius \(\frac{2}{\sqrt{3}}\) that lies in the third quadrant only
▶️ Answer/Explanation
Detailed solution

 

 

 

 

 

Set A: \( \left| \frac{z+1}{z-1} \right| < 1 \Rightarrow |z+1| < |z-1| \Rightarrow (x+1)^2 + y^2 < (x-1)^2 + y^2 \Rightarrow x < 0 \)

Set B: \( \arg\left(\frac{z-1}{z+1}\right) = \frac{2\pi}{3} \)

Let \( z = x + iy \). Then \( \frac{z-1}{z+1} = \frac{(x-1)+iy}{(x+1)+iy} \).

Using argument formula: \( \tan^{-1}\left(\frac{y}{x-1}\right) – \tan^{-1}\left(\frac{y}{x+1}\right) = \frac{2\pi}{3} \)

\( x^2 + y^2 + \frac{2y}{\sqrt{3}} – 1 = 0 \)

Centre: \( \left(0, -\frac{1}{\sqrt{3}}\right) \)

Answer: (B)

Question 3

Let A be a \( 3 \times 3 \) invertible matrix. If \( |\operatorname{adj} (24A)| = |\operatorname{adj}(3\operatorname{adj}(2A))| \), then \( |A|^2 \) is equal to :
(A) \( 6^6 \)
(B) \( 2^{12} \)
(C) \( 2^6 \)
(D) 1
▶️ Answer/Explanation
Detailed solution

Using properties: \( |\operatorname{adj}(kA)| = |kA|^{n-1} = k^{n(n-1)} |A|^{n-1} \) for an \( n \times n \) matrix.

Here \( n = 3 \).

LHS: \( |\operatorname{adj}(24A)| = |24A|^{2} = (24^3 |A|)^2 = 24^6 |A|^2 \)

RHS: \( |\operatorname{adj}(3\operatorname{adj}(2A))| = |3\operatorname{adj}(2A)|^{2} = (3^3 |\operatorname{adj}(2A)|)^2 = 3^6 |\operatorname{adj}(2A)|^2 \)

Now \( |\operatorname{adj}(2A)| = |2A|^{2} = (2^3 |A|)^2 = 2^6 |A|^2 \)

So RHS = \( 3^6 \times (2^6 |A|^2)^2 = 3^6 \times 2^{12} |A|^4 \)

Equating LHS and RHS: \( 24^6 |A|^2 = 3^6 \times 2^{12} |A|^4 \)

\( 24^6 = (8 \times 3)^6 = 8^6 \times 3^6 = 2^{18} \times 3^6 \)

So \( 2^{18} \times 3^6 |A|^2 = 3^6 \times 2^{12} |A|^4 \)

\( 2^{6} = |A|^2 \)

\( |A|^2 = 64 = 2^6 \)

Answer: (C)

Question 4

The ordered pair (a, b), for which the system of linear equations \[3x – 2y + z = b\] \[5x – 8y + 9z = 3\] \[2x + y + az = -1\] has no solution, is :
(A) \(\left( 3, \frac{1}{3} \right)\)
(B) \(\left( -3, \frac{1}{3} \right)\)
(C) \(\left( -3, -\frac{1}{3} \right)\)
(D) \(\left( 3, -\frac{1}{3} \right)\)
▶️ Answer/Explanation
Detailed solution

For no solution, \( \Delta = 0 \) and at least one \( \Delta_i \ne 0 \).

\( \Delta = \begin{vmatrix} 3 & -2 & 1 \\ 5 & -8 & 9 \\ 2 & 1 & a \end{vmatrix} = 0 \)

Expanding: \( 3(-8a – 9) + 2(5a – 18) + 1(5 + 16) = -24a – 27 + 10a – 36 + 21 = -14a – 42 = 0 \)

\( \Rightarrow a = -3 \)

Now check \( \Delta_1, \Delta_2, \Delta_3 \). Use \( \Delta_2 = \begin{vmatrix} 3 & b & 1 \\ 5 & 3 & 9 \\ 2 & -1 & a \end{vmatrix} \) with \( a = -3 \).

\( \Delta_2 = \begin{vmatrix} 3 & b & 1 \\ 5 & 3 & 9 \\ 2 & -1 & -3 \end{vmatrix} = 3( -9 + 9 ) – b( -15 – 18 ) + 1( -5 – 6 ) = 0 + 33b – 11 = 33b – 11 \)

For no solution, \( \Delta_2 \ne 0 \Rightarrow 33b – 11 \ne 0 \Rightarrow b \ne \frac{1}{3} \).

Among options with \( a = -3 \), only (C) has \( b = -\frac{1}{3} \ne \frac{1}{3} \).

Answer: (C)

Question 5

The remainder when \( (2021)^{2023} \) is divided by 7 is :
(A) 1
(B) 2
(C) 5
(D) 6
▶️ Answer/Explanation
Detailed solution

\( 2021 \equiv 2021 – 7\times288 = 2021 – 2016 = 5 \pmod{7} \)

So \( 2021^{2023} \equiv 5^{2023} \pmod{7} \)

By Fermat’s little theorem, \( 5^6 \equiv 1 \pmod{7} \).

\( 2023 = 6\times337 + 1 \)

So \( 5^{2023} = (5^6)^{337} \cdot 5^1 \equiv 1^{337} \cdot 5 \equiv 5 \pmod{7} \)

Remainder is 5.

Answer: (C)

Question 6

\[ \lim_{x \to \frac{1}{\sqrt{2}}} \frac{\sin(\cos^{-1}x) – x}{1 – \tan(\cos^{-1}x)} \] is equal to :
(A) \(\sqrt{2}\)
(B) \(-\sqrt{2}\)
(C) \(\frac{1}{\sqrt{2}}\)
(D) \(-\frac{1}{\sqrt{2}}\)
▶️ Answer/Explanation
Detailed solution

Let \( t = \cos^{-1}x \Rightarrow x = \cos t \). As \( x \to \frac{1}{\sqrt{2}} \), \( t \to \frac{\pi}{4} \).

\( \sin(\cos^{-1}x) = \sin t = \sqrt{1 – x^2} \)

\( \tan(\cos^{-1}x) = \tan t = \frac{\sqrt{1 – x^2}}{x} \)

Limit becomes: \( \lim_{x \to \frac{1}{\sqrt{2}}} \frac{\sqrt{1 – x^2} – x}{1 – \frac{\sqrt{1 – x^2}}{x}} = \lim_{x \to \frac{1}{\sqrt{2}}} \frac{\sqrt{1 – x^2} – x}{\frac{x – \sqrt{1 – x^2}}{x}} = \lim_{x \to \frac{1}{\sqrt{2}}} (-x) = -\frac{1}{\sqrt{2}} \)

Answer: (D)

Question 7

Let \( f, g : R \to R \) be two real valued functions defined as \[ f(x) = \begin{cases} -|x+3|, & x < 0 \\ e^x, & x \geq 0 \end{cases} \] and \[ g(x) = \begin{cases} x^2 + k_1 x, & x < 0 \\ 4x + k_2, & x \geq 0 \end{cases} \] where \( k_1 \) and \( k_2 \) are real constants. If \( (g \circ f) \) is differentiable at \( x = 0 \), then \( (g \circ f)(-4) + (g \circ f)(4) \) is equal to:
(A) \( 4(e^4 + 1) \)
(B) \( 2(2e^4 + 1) \)
(C) \( 4e^4 \)
(D) \( 2(2e^4 – 1) \)
▶️ Answer/Explanation
Detailed solution

First, simplify \( f(x) \):
For \( x < -3 \), \( |x+3| = -(x+3) \Rightarrow f(x) = -(-(x+3)) = x+3 \)
For \( -3 \le x < 0 \), \( |x+3| = x+3 \Rightarrow f(x) = -(x+3) \)
For \( x \ge 0 \), \( f(x) = e^x \)

So:
\( f(x) = \begin{cases} x+3, & x < -3 \\ -(x+3), & -3 \le x < 0 \\ e^x, & x \ge 0 \end{cases} \)

Now \( g(f(x)) \):
For \( x < -3 \), \( f(x) = x+3 < 0 \), so \( g(f(x)) = (x+3)^2 + k_1(x+3) \)
For \( -3 \le x < 0 \), \( f(x) = -(x+3) \le 0 \), so \( g(f(x)) = (x+3)^2 – k_1(x+3) \)
For \( x \ge 0 \), \( f(x) = e^x > 0 \), so \( g(f(x)) = 4e^x + k_2 \)

For differentiability at \( x=0 \), continuity and equal derivatives from left and right.

Continuity at 0: \( \lim_{x \to 0^-} g(f(x)) = 9 – 3k_1 \), \( g(f(0)) = 4 + k_2 \)
So \( 9 – 3k_1 = 4 + k_2 \Rightarrow 3k_1 + k_2 = 5 \) …(1)

Derivative from left: \( \frac{d}{dx}[(x+3)^2 – k_1(x+3)] = 2(x+3) – k_1 \), at \( x=0^- \): \( 6 – k_1 \)
Derivative from right: \( \frac{d}{dx}[4e^x + k_2] = 4e^x \), at \( x=0^+ \): 4
So \( 6 – k_1 = 4 \Rightarrow k_1 = 2 \)

Then from (1): \( 3(2) + k_2 = 5 \Rightarrow k_2 = -1 \)

Now compute:
\( (g \circ f)(-4) \): for \( x=-4 < -3 \), \( g(f(x)) = (x+3)^2 + 2(x+3) = (-1)^2 + 2(-1) = 1 – 2 = -1 \)
\( (g \circ f)(4) \): for \( x=4 \ge 0 \), \( g(f(x)) = 4e^4 – 1 \)
Sum: \( -1 + 4e^4 – 1 = 4e^4 – 2 = 2(2e^4 – 1) \)

Answer: (D)

Question 8

The sum of the absolute minimum and the absolute maximum values of the function \( f(x) = |3x – x^2 + 2| – x \) in the interval \([-1, 2]\) is:
(A) \( \frac{\sqrt{17} + 3}{2} \)
(B) \( \frac{\sqrt{17} + 5}{2} \)
(C) 5
(D) \( \frac{9 – \sqrt{17}}{2} \)
▶️ Answer/Explanation
Detailed solution
\( f(x) = \begin{cases} x^2 – 4x – 2, & \forall x \in \left( -1, \frac{3-\sqrt{17}}{2} \right) \\ -x^2 + 2x + 2, & \forall x \in \left( \frac{3-\sqrt{17}}{2}, 2 \right) \end{cases} \) \( f'(x) \) when \( x \in \left( -1, \frac{3-\sqrt{17}}{2} \right) \)

\( f'(x) = 2x – 4 = 0 \Rightarrow x = 2 \)
\( f'(x) = 2(x – 2) \Rightarrow f'(x) \) is always \(\downarrow\)
\( f(2) = 2 \)
\( f(-1) = 3 \)
\( f\left( \frac{3-\sqrt{17}}{2} \right) = \frac{\sqrt{17}-3}{2} \) \( f'(x) \) when \( x \in \left( \frac{3-\sqrt{17}}{2}, 2 \right) \)
\( f'(x) = -2x + 2 \)
\( f'(x) = -2(x – 1) \)
\( f'(x) = 0 \) when \( x = 1 \)
\( f(1) = 3 \)
absolute minimum value = \(\frac{\sqrt{17}-3}{2}\)
absolute maximum value = 3

Answer: (A)

Question 9

Let S be the set of all the natural numbers, for which the line \( \frac{x}{a} + \frac{y}{b} = 2 \) is a tangent to the curve \[ \left( \frac{x}{a} \right)^n + \left( \frac{y}{b} \right)^n = 2 \] at the point (a, b), ab ≠ 0. Then:
(A) S = φ
(B) n(S) = 1
(C) S = {2k : k ∈ N}
(D) S = N
▶️ Answer/Explanation
Detailed solution

Curve: \( \left( \frac{x}{a} \right)^n + \left( \frac{y}{b} \right)^n = 2 \) passes through (a,b) since \( 1^n + 1^n = 2 \).

Differentiate implicitly: \( n\left( \frac{x}{a} \right)^{n-1} \cdot \frac{1}{a} + n\left( \frac{y}{b} \right)^{n-1} \cdot \frac{1}{b} \cdot y’ = 0 \)

At (a,b): \( n(1)^{n-1} \cdot \frac{1}{a} + n(1)^{n-1} \cdot \frac{1}{b} \cdot y’ = 0 \)

\( \frac{n}{a} + \frac{n}{b} y’ = 0 \Rightarrow y’ = -\frac{b}{a} \)

Tangent line at (a,b): \( y – b = -\frac{b}{a}(x – a) \Rightarrow \frac{y}{b} – 1 = -\frac{1}{a}(x – a) \Rightarrow \frac{y}{b} – 1 = -\frac{x}{a} + 1 \Rightarrow \frac{x}{a} + \frac{y}{b} = 2 \)

So the given line is indeed the tangent for all n ∈ N.

Thus S = N.

Answer: (D)

Question 10

The area bounded by the curve \(y = |x^2 – 9|\) and the line \(y = 3\) is:
(A) \(4 \left( 2\sqrt{3} + \sqrt{6} – 4 \right)\)
(B) \(4 \left( 4\sqrt{3} + \sqrt{6} – 4 \right)\)
(C) \(8 \left( 4\sqrt{3} + 3\sqrt{6} – 9 \right)\)
(D) \(8 \left( 4\sqrt{3} + \sqrt{6} – 9 \right)\)
▶️ Answer/Explanation
Detailed solution

Area of shaded region \[= 2 \int_{0}^{3} ( \sqrt{9 + y} – \sqrt{9 – y} ) dy + 2 \int_{3}^{9} ( \sqrt{9 – y} ) dy\] \[= 2 \left[ \int_{0}^{3} (9 + y)^{1/2} dy – \int_{0}^{3} (9 – y)^{1/2} dy + \int_{3}^{9} (9 – y)^{1/2} dy \right]\] \[= 2 \left[ \frac{2}{3} [ (9 + y)^{3/2}]_{0}^{3} + \frac{2}{3} [ (9 – y)^{3/2}]_{0}^{3} – \frac{2}{3} [ (9 – y)^{3/2}]_{0}^{3} \right]\] \[= \frac{4}{3} \left[ 12 \sqrt{12} – 27 + 6 \sqrt{6} – 27 – \left( 0 – 6 \sqrt{6} \right) \right]\]\

\[ = \frac { 4 } { 3 } [ 24 \sqrt { 3 } + 12 \sqrt { 6 } – 54 ] \] \[ = 8 \Big ( 4 \sqrt { 3 } + 2 \sqrt { 6 } – 9 \Big ) \]

Answer: Official Ans. by NTA (DROP)

Question 11

Let R be the point (3, 7) and let P and Q be two points on the line \(x + y = 5\) such that PQR is an equilateral triangle. Then the area of ΔPQR is:
(A) \(\frac{25}{4\sqrt{3}}\)
(B) \(\frac{25\sqrt{3}}{2}\)
(C) \(\frac{25}{\sqrt{3}}\)
(D) \(\frac{25}{2\sqrt{3}}\)
▶️ Answer/Explanation
Detailed solution

 

 

 

 

 

 

 

 \(\sin 60^\circ = \frac{5\sqrt{2}}{a}\)

\(\Rightarrow a = \frac{5\sqrt{2}}{3}\)

Area = \(\frac{\sqrt{3}}{4}a^2 = \frac{25\sqrt{3}}{6}\)

\(\frac{25}{2\sqrt{3}}\) ✓

Answer: (D)

Question 12

Let C be a circle passing through the points A(2, -1) and B(3, 4). The line segment AB is not a diameter of C. If r is the radius of C and its centre lies on the circle \((x – 5)^2 + (y – 1)^2 = \frac{13}{2}\), then \(r^2\) is equal to:
(A) 32
(B) \(\frac{65}{2}\)
(C) \(\frac{61}{2}\)
(D) 30
▶️ Answer/Explanation
Detailed solution

 

 

 

 

 

 

Let center be O(h,k) lying on \((x-5)^2+(y-1)^2=\frac{13}{2}\)

Also OA = OB = r

Midpoint M of AB = \(\left(\frac{5}{2}, \frac{3}{2}\right)\)

AB = \(\sqrt{(3-2)^2+(4+1)^2} = \sqrt{1+25} = \sqrt{26}\)

Using the given solution approach: r² = CM² + AM² where C is center

r² = \(\left(2 \times \frac{\sqrt{13}}{2}\right)^2 + \left(\sqrt{\frac{13}{2}}\right)^2\)

\(r^2\)=\(\frac{65}{2}\)

Answer: (B)

Question 13

Let the normal at the point P on the parabola \(y^2 = 6x\) pass through the point (5, -8). If the tangent at P to the parabola intersects its directrix at the point Q, then the ordinate of the point Q is:
(A) \(-3\)
(B) \(-\frac{9}{4}\)
(C) \(-\frac{5}{2}\)
(D) \(-2\)
▶️ Answer/Explanation
Detailed solution

 

 

 

 

 

Parabola: \(y^2 = 6x \Rightarrow a = \frac{3}{2}\)

Parametric form: \(P = (at^2, 2at) = \left(\frac{3}{2}t^2, 3t\right)\)

Equation of normal: \(y = -tx + 2at + at^3 = -tx + 3t + \frac{3}{2}t^3\)

Passes through (5,-8): \(-8 = -5t + 3t + \frac{3}{2}t^3\)

\(-8 = -2t + \frac{3}{2}t^3\)

Multiply by 2: \(-16 = -4t + 3t^3\)

\(3t^3 – 4t + 16 = 0\)

Try t = -2: \(3(-8) -4(-2) + 16 = -24 + 8 + 16 = 0\) ✓

So t = -2

Point P = \(\left(\frac{3}{2}(4), 3(-2)\right) = (6, -6)\)

Equation of tangent at P: \(yy_1 = 3(x + x_1)\) or using parametric form:

Tangent at \(t=-2\): \(y(-6) = 3(x + 6) \Rightarrow -6y = 3x + 18 \Rightarrow x + 2y + 6 = 0\)

Directrix: \(x = -\frac{a}{2} = -\frac{3}{2}\)

Substitute in tangent: \(-\frac{3}{2} + 2y + 6 = 0 \Rightarrow 2y + \frac{9}{2} = 0 \Rightarrow y = -\frac{9}{4}\)

Answer: (B)

Question 14

If the two lines \(l_1: \frac{x-2}{3} = \frac{y+1}{-2}, z = 2\) and \(l_2: \frac{x-1}{1} = \frac{2y+3}{\alpha} = \frac{z+5}{2}\) are perpendicular, then an angle between the lines \(l_2\) and \(l_3: \frac{1-x}{3} = \frac{2y-1}{-4} = \frac{z}{4}\) is:
(A) \(\cos^{-1}\left(\frac{29}{4}\right)\)
(B) \(\sec^{-1}\left(\frac{29}{4}\right)\)
(C) \(\cos^{-1}\left(\frac{2}{29}\right)\)
(D) \(\cos^{-1}\left(\frac{2}{\sqrt{29}}\right)\)
▶️ Answer/Explanation
Detailed solution

\(l_1: \frac{x-2}{3} = \frac{y+1}{-2} = \frac{z-2}{0}\), direction ratios: (3, -2, 0)

\(l_2: \frac{x-1}{1} = \frac{y+3/2}{\alpha/2} = \frac{z+5}{2}\), direction ratios: (1, α/2, 2)

Perpendicular: \(3\cdot1 + (-2)\cdot(\alpha/2) + 0\cdot2 = 0\)

\(3 – \alpha = 0 \Rightarrow \alpha = 3\)

So \(l_2\) direction ratios: (1, 3/2, 2)

\(l_3: \frac{x-1}{-3} = \frac{y-1/2}{-2} = \frac{z-0}{4}\), direction ratios: (-3, -2, 4)

Angle between \(l_2\) and \(l_3\):

\(\cos\theta = \frac{|1\cdot(-3) + (3/2)\cdot(-2) + 2\cdot4|}{\sqrt{1^2+(3/2)^2+2^2}\sqrt{(-3)^2+(-2)^2+4^2}}\)

\(= \frac{|-3 – 3 + 8|}{\sqrt{1+9/4+4}\sqrt{9+4+16}} = \frac{|2|}{\sqrt{29/4}\sqrt{29}} = \frac{2}{\frac{\sqrt{29}}{2}\cdot\sqrt{29}} = \frac{2}{29/2} = \frac{4}{29}\)

\(\theta = \cos^{-1}\left(\frac{4}{29}\right) = \sec^{-1}\left(\frac{29}{4}\right)\)

Answer: (B)

Question 15

Let the plane \(2x + 3y + z + 20 = 0\) be rotated through a right angle about its line of intersection with the plane \(x – 3y + 5z = 8\). If the mirror image of the point \(\left(2, -\frac{1}{2}, 2\right)\) in the rotated plane is B(a, b, c), then:
(A) \(\frac{a}{8} = \frac{b}{5} = \frac{c}{-4}\)
(B) \(\frac{a}{4} = \frac{b}{5} = \frac{c}{-2}\)
(C) \(\frac{a}{8} = \frac{b}{-5} = \frac{c}{4}\)
(D) \(\frac{a}{4} = \frac{b}{5} = \frac{c}{2}\)
▶️ Answer/Explanation
Detailed solution

Family of planes through line of intersection:

\((2x+3y+z+20) + \lambda(x-3y+5z-8) = 0\)

\((2+\lambda)x + (3-3\lambda)y + (1+5\lambda)z + (20-8\lambda) = 0\)

This plane is perpendicular to original plane \(2x+3y+z+20=0\):

\((2+\lambda)\cdot2 + (3-3\lambda)\cdot3 + (1+5\lambda)\cdot1 = 0\)

\(4+2\lambda + 9-9\lambda + 1+5\lambda = 0\)

\(14 – 2\lambda = 0 \Rightarrow \lambda = 7\)

Rotated plane: \((2+7)x + (3-21)y + (1+35)z + (20-56) = 0\)

\(9x – 18y + 36z – 36 = 0\) or \(x – 2y + 4z – 4 = 0\)

Mirror of A(2, -1/2, 2) in this plane:

Line through A perpendicular to plane: \(\frac{x-2}{1} = \frac{y+1/2}{-2} = \frac{z-2}{4} = k\)

B = \((2+k, -1/2-2k, 2+4k)\)

Midpoint M = \((2+k/2, -1/2-k, 2+2k)\) lies on plane:

\((2+k/2) – 2(-1/2-k) + 4(2+2k) – 4 = 0\)

\(2+k/2 + 1+2k + 8+8k – 4 = 0\)

\(7 + (21/2)k = 0 \Rightarrow k = -\frac{2}{3}\)

B = \(\left(2-\frac{2}{3}, -\frac{1}{2}+\frac{4}{3}, 2-\frac{8}{3}\right) = \left(\frac{4}{3}, \frac{5}{6}, -\frac{2}{3}\right) = \left(\frac{8}{6}, \frac{5}{6}, -\frac{4}{6}\right)\)

So \(\frac{a}{8} = \frac{b}{5} = \frac{c}{-4}\)

Answer: (A)

Question 16

If \(\vec{a} \cdot \vec{b} = 1\), \(\vec{b} \cdot \vec{c} = 2\) and \(\vec{c} \cdot \vec{a} = 3\), then the value of \(\left[ \vec{a} \times (\vec{b} \times \vec{c}), \vec{b} \times (\vec{c} \times \vec{a}), \vec{c} \times (\vec{b} \times \vec{a}) \right]\) is:
(A) 0
(B) \(-6\vec{a} \cdot (\vec{b} \times \vec{c})\)
(C) \(12\vec{c} \cdot (\vec{a} \times \vec{b})\)
(D) \(-12\vec{b} \cdot (\vec{c} \times \vec{a})\)
▶️ Answer/Explanation
Detailed solution

\[ a \times (b \times c) = (a \cdot c)b – (a \cdot b)c = 3b – c \] \[ b \times (c \times a) = (b \cdot a)c – (b \cdot c)a = c – 2a \] \[ c \times (b \times a) = (c \cdot a)b – (c \cdot b)a = 3b – 2a \] \[ [3b – c, c – 2a, 3b – 2a] \] \[ (3b – c) \cdot [(c – 2a) \times (3b – 2a)] \] \[ (3b – c) \cdot [3(c \times b) – 2(c \times a) – 6(a \times b)] \] \[ -6[b c a] + 6[c a b] \] 

Answer: (A)

Question 17

Let a biased coin be tossed 5 times. If the probability of getting 4 heads is equal to the probability of getting 5 heads, then the probability of getting atmost two heads is:
(A) \(\frac{275}{6^5}\)
(B) \(\frac{36}{5^4}\)
(C) \(\frac{181}{5^5}\)
(D) \(\frac{46}{6^4}\)
▶️ Answer/Explanation
Detailed solution

Let P(H) = p, P(T) = 1-p

P(4 heads) = \(^5C_4 p^4 (1-p) = 5p^4(1-p)\)

P(5 heads) = \(^5C_5 p^5 = p^5\)

Given: \(5p^4(1-p) = p^5\)

If p ≠ 0: \(5(1-p) = p \Rightarrow 5 – 5p = p \Rightarrow 5 = 6p \Rightarrow p = \frac{5}{6}\)

P(at most 2 heads) = P(0H) + P(1H) + P(2H)

= \(^5C_0 (1/6)^5 + ^5C_1 (5/6)(1/6)^4 + ^5C_2 (5/6)^2 (1/6)^3\)

= \(\frac{1}{6^5}[1 + 25 + 10\times25] = \frac{1}{6^5}[1 + 25 + 250] = \frac{276}{6^5} = \frac{46}{6^4}\)

Answer: (D)

Question 18

The mean of the numbers a, b, 8, 5, 10 is 6 and their variance is 6.8. If M is the mean deviation of the numbers about the mean, then 25 M is equal to:
(A) 60
(B) 55
(C) 50
(D) 45
▶️ Answer/Explanation
Detailed solution

Mean = 6 ⇒ \(\frac{a+b+8+5+10}{5} = 6 \Rightarrow a+b+23=30 \Rightarrow a+b=7\)

Variance = 6.8 ⇒ \(\frac{(a-6)^2+(b-6)^2+(8-6)^2+(5-6)^2+(10-6)^2}{5} = 6.8\)

\((a-6)^2+(b-6)^2+4+1+16 = 34\)

\((a-6)^2+(b-6)^2 = 13\)

Let b = 7-a: \((a-6)^2+(1-a)^2 = 13\)

\(a^2-12a+36 + 1-2a+a^2 = 13\)

\(2a^2-14a+37=13 \Rightarrow 2a^2-14a+24=0 \Rightarrow a^2-7a+12=0\)

\((a-3)(a-4)=0 \Rightarrow a=3,4\) (so b=4,3 respectively)

Mean deviation M = \(\frac{|a-6|+|b-6|+|8-6|+|5-6|+|10-6|}{5}\)

For a=3,b=4: M = \(\frac{3+2+2+1+4}{5} = \frac{12}{5}\)

For a=4,b=3: M = \(\frac{2+3+2+1+4}{5} = \frac{12}{5}\)

25M = \(25 \times \frac{12}{5} = 60\)

Answer: (A)

Question 19

Let \(f(x) = 2\cos^{-1}x + 4\cot^{-1}x – 3x^2 – 2x + 10\), \(x \in [-1, 1]\). If [a, b] is the range of the function then 4a – b is equal to:
(A) 11
(B) 11 – π
(C) 11 + π
(D) 15 – π
▶️ Answer/Explanation
Detailed solution

\(f'(x) = -\frac{2}{\sqrt{1-x^2}} – \frac{4}{1+x^2} – 6x – 2\)

For x ∈ [-1,1], all terms are negative ⇒ f'(x) < 0 ⇒ f is strictly decreasing

f(1) = \(2\cos^{-1}(1) + 4\cot^{-1}(1) – 3 – 2 + 10 = 2(0) + 4(\frac{\pi}{4}) + 5 = \pi + 5\)

f(-1) = \(2\cos^{-1}(-1) + 4\cot^{-1}(-1) – 3 + 2 + 10 = 2(\pi) + 4(\frac{3\pi}{4}) + 9 = 2\pi + 3\pi + 9 = 5\pi + 9\)

Range: [f(1), f(-1)] = [π+5, 5π+9]

So a = π+5, b = 5π+9

4a – b = 4(π+5) – (5π+9) = 4π+20-5π-9 = 11 – π

Answer: (B)

Question 20

Let \(\Delta, \nabla \in \{ \land, \lor \}\) be such that p \(\nabla\) q ⇒ ((p \(\Delta\) q) \(\nabla\) r) is a tautology. Then (p \(\nabla\) q) \(\Delta\) r is logically equivalent to :
(A) (p \(\Delta\) r) \(\lor\) q
(B) (p \(\Delta\) r) \(\land\) q
(C) (p \(\land\) r) \(\land\) q
(D) (p \(\nabla\) r) \(\land\) q
▶️ Answer/Explanation
Detailed solution

Test the 4 possible combinations:

Case 1: Δ = ∧, ∇ = ∧
p∧q ⇒ ((p∧q)∧r) is not a tautology (counterexample: p=T,q=T,r=F)

Case 2: Δ = ∨, ∇ = ∨
p∨q ⇒ ((p∨q)∨r) is a tautology (since A ⇒ A∨B is always true)

Then (p∨q)∨r ≡ p∨q∨r ≡ (p∨r)∨q

Case 3: Δ = ∨, ∇ = ∧
p∧q ⇒ ((p∨q)∧r) is not a tautology (counterexample: p=T,q=T,r=F)

Case 4: Δ = ∧, ∇ = ∨
p∨q ⇒ ((p∧q)∨r) is not a tautology (counterexample: p=T,q=F,r=F)

Only Case 2 works, giving (p∨q)∨r ≡ (p∨r)∨q ≡ (pΔr)∨q

Answer: (A)

Section-B

Question 1

The sum of the cubes of all the roots of the equation \(x^4 – 3x^3 – 2x^2 + 3x + 1 = 10\) is ______.
▶️ Answer/Explanation
Detailed solution

\(x^4 – 3x^3 – 2x^2 + 3x + 1 = 10\)

\(x = 0\) is not the root of this equation so divide it by \(x^2\)

\(x^2 – 3x – 2 + \frac{3}{x} + \frac{1}{x^2} = 0\)

\(x^2 + \frac{1}{x^2} – 2 + 2 – 3 \left( x – \frac{1}{x} \right) – 2 = 0\)

\(\left( x – \frac{1}{x} \right)^2 – 3 \left( x – \frac{1}{x} \right) = 0\)

\(x – \frac{1}{x} = 0, \quad x – \frac{1}{x} = 3\)

\(x^2 – 1 = 0 \quad x^2 – 3x – 1 = 0\)

\(x = \pm 1 \quad y + \delta = 3\)

\(\alpha = 1, \beta = -1 \quad \gamma \delta = -1\)

\(\alpha^3 + \beta^3 + \gamma^3 + \delta^3\)

\(1 – 1 + (\gamma + \delta)((\gamma + \delta)^2 – 3\gamma\delta)\)

\(0 + 3(9 – 3(-1))\)

\(+ 3(12) = 36\)

Answer: 36

Question 2

There are ten boys \(B_1, B_2, …, B_{10}\) and five girls \(G_1, G_2, …, G_5\) in a class. Then the number of ways of forming a group consisting of three boys and three girls, if both \(B_1\) and \(B_2\) together should not be the members of a group, is ______.
▶️ Answer/Explanation
Detailed solution

\(n(B) = 10\)

\(n(a) = 5\)

The number of ways of forming a group of 3 girls of 3 boys.

\(= \frac{10C_3 \times 5C_3}{10 \times 9 \times 8 \times 5 \times 4} = \frac{1200}{3 \times 2} = 1200\)

The number of ways when two particular boys \(B_1\) of \(B_2\) be the member of group together

\(= \frac{8C_1 \times 5C_3}{8 \times 10} = 80\)

Number of ways when boys \(B_1\) of \(B_2\) hot in the same group together

\(= 1200 \times 80 = 1120\)

Answer: 1120

Question 3

Let the common tangents to the curves \(4(x^2 + y^2) = 9\) and \(y^2 = 4x\) intersect at the point Q. Let an ellipse, centered at the origin O, has lengths of semi-minor and semi-major axes equal to OQ and 6, respectively. If e and l respectively denote the eccentricity and the length of the latus rectum of this ellipse, then \(\frac{l}{e^2}\) is equal to ______.
▶️ Answer/Explanation
Detailed solution

\(x^2 + y^2 = \frac{9}{4} \quad y = 4x\)

Equation tangent in slope form

\(y = mx \pm \frac{3}{2} \sqrt{(1 + m^2)} \quad … (1)\)

\(y = mx + \frac{1}{m} \quad … (2)\)

compare (1) & (2)

\(\pm \frac{3}{2} \sqrt{(1 + m^2)} = \frac{1}{m^2}\)

\(9m^2 (1 + m^2) = 4\)

\(9m^4 + 9m^2 – 4 = 0\)

\(9m^4 + 12m^2 – 3m^2 – 4 = 0\)

\(3m^2 (3m^2 + 4) – (3m^2 + 4) = 0\)

\(m^2 = -\frac{4}{3} \quad (Rejected)\)

\(m^2 = \frac{1}{3} \Rightarrow m = \pm \frac{1}{\sqrt{3}}\)

Equation of common tangent

\(y = \frac{1}{\sqrt{3}} x + \sqrt{3}\)

on X axis y = 0

OQ = -3

b = |OQ| = 3

a = 6

\( b^2 = a^2(1 – e^2) \Rightarrow e^2 = 1 – \frac{9}{36} = \frac{3}{4} \)

\( e = \frac{2b^2}{a} = \frac{2 \times 9}{6} = 3 \)

\( e = \frac{3}{e^2} = \frac{3}{3/4} = 4 \)

Answer: 4

Question 4

Let f(x) = max\{|x + 1|, |x + 2|, …, |x + 5|\}. Then \[\int_{-6}^{0} f(x) \, dx \text{ is equal to } \underline{\quad }.\]
▶️ Answer/Explanation
Detailed solution

 

 

 

 

\( f(x) = \max\{|x+1|, |x+2|, |x + 3|, |x + 4|, |x + 5|\} \)

\(\int_{-6}^{0} f(x) \, dx = \int_{-6}^{-3} |x+1| \, dx + \int_{-3}^{0} |x+5| \, dx\)

\(= -\int_{-6}^{-3} (x+1) \, dx + \int_{-3}^{0} (x+5) \, dx\)

\(= -\left[ \frac{x^2}{2} + x \right]_{-6}^{-3} + \left[ \frac{x^2}{2} + 5x \right]_{-3}^{0}\)

\(= -\left[ \frac{9}{2} – 3 \right]_{-6}^{-3} – (18 – 6) + \left[ 0 – \left( \frac{9}{2} – 15 \right) \right]\)

\(= -\left[ \frac{3}{2} – 12 \right] + \frac{21}{2} = \frac{21}{2} + \frac{21}{2} = 21\)

Answer: 21

Question 5

Let the solution curve y = y(x) of the differential equation (4 + x^2)dy – 2x(x^2 + 3y + 4)dx = 0 pass through the origin. Then y(2) is equal to \underline{\quad }.
▶️ Answer/Explanation
Detailed solution

(4 + x^2)dy – 2x(x^2 + 3y + 4)dx

\[\frac{(x^2 + 4)}{dx} = 2x^3 + 6xy + 8x\]

\[(x^2 + 4) \frac{dy}{dx} – 6xy = 2x^3 + 8x\]

\[\frac{dy}{dx} – \frac{6x}{x^2 + 4} y = \frac{2x^3 + 8x}{x^2 + y}\]

L.I. \(\frac{dy}{dx} + py = \phi\)

\[p = \frac{-6x}{x^2 + 4} \quad \phi = \frac{2x^3 + 8x}{x^2 + 4}\]

I.F. \[ e^{-\int_{x^2 + 4}^{6x} dx} = e^{-31 \log_2 (x^2 + 4)} \]

\[= e^{\log_2 (x^2 + 4)^3} = \frac{1}{(x^2 + 4)^3}\]

Sol.

\[y. \frac{1}{(x^2 + 4)^3} = \int_{-2}^{2x^3} \frac{2x^3 + 8x}{(x^2 + 4)^3 (x^2 + 4)} \, dx\]

\[\frac{y}{(x^2 + 4)^3} = \int_{-2}^{2x^3} \frac{2x(x^2 + 4)}{(x^2 + 4)^3 (x^2 + 4)} \, dx\]

\[x^2 + 4 = t\]

\[2xdx = dt\]

\[\frac{y}{(x^2 + 4)^3} = \int_{-1}^{t} \frac{dt}{t^3}\]

\[\frac{y}{(x^2 + 4)^3} = \frac{-1}{2(x^2 + 4)^2} + C\]

passes through origin (0, 0)

\[0 = \frac{-1}{2 \times 16} + C\]

\[\frac{y}{(x^2 + 4)^3} = \frac{-1}{2(x^2 + 4)^2} + \frac{1}{32}\]

\[y = \frac{-(x^2 + 4)}{2} + \frac{(x^2 + 4)^3}{32}\]

\[y(2) = \frac{8}{2} + \frac{8 \times 8 \times 8}{32} = 12\]

Answer: 12

Question 6

If \(\sin^2 (10^\circ) \sin (20^\circ) \sin (40^\circ) \sin (50^\circ) \sin (70^\circ) = \alpha – \frac{1}{16} \sin (10^\circ)\), then \(16 + \alpha^{-1}\) is equal to \underline{\quad }.
▶️ Answer/Explanation
Detailed solution

\[\sin 10^\circ \left( \frac{1}{2} 2 \sin 20^\circ \sin 40^\circ \right) \cdot \sin 10^\circ \sin (60^\circ – 10^\circ) \sin (60^\circ + 10^\circ)\]

\[\sin 10^\circ \left( \frac{1}{2} (\cos 20^\circ – \cos 60^\circ) \cdot \frac{1}{4} \sin 30^\circ \right)\]

\[\frac{1}{2} \cdot \frac{1}{4} \cdot \frac{1}{2} \cdot \sin 10^\circ \left( \cos 20^\circ – \frac{1}{2} \right)\]

\[= \frac{1}{32} \left( 2 \sin 10^\circ \cos 20^\circ – \sin 10^\circ \right)\]

\[= \frac{1}{32} \left( \sin 30^\circ – \sin 10^\circ – \sin 10^\circ \right)\]

\[= \frac{1}{32} \left( \frac{1}{2} – 2 \sin 10^\circ \right)\]

\[= \frac{1}{64} \left( 1 – 4 \sin 10^\circ \right)\]

\[= \frac{1}{64} \cdot \frac{1}{16} \cdot \sin 10^\circ\]

Hence \(\alpha = \frac{1}{64}\)

16 + \(\alpha^{-1}\) = 80

Answer: 80

Question 7

Let A = {n ∈ N : H.C.F. (n, 45) = 1} and Let B = {2k : k ∈ {1, 2, …, 100}}. Then the sum of all the elements of A ∩ B is ______.
▶️ Answer/Explanation
Detailed solution

Sum of elements in A ∩ B

\[= \left( 2 + 4 + 6 + … + 200 \right) – \left( 6 + 12 + … + 198 \right)\]

Multiple of 2 Multiple of 2 & 3 i.e. 6

\[- \left( 10 + 20 + … + 200 \right) + \left( 30 + 60 + … + 180 \right)\]

Multiple of 5 & 2 i.e. 10 Multiple of 2, 5 & 3 i.e. 30

\[= 5264\]

Answer: 5264

Question 8

The value of the integral \[\frac{48}{\pi^4} \int_0^{\pi} \left( \frac{3 \pi x^2}{2} – x^3 \right) \frac{\sin x}{1 + \cos^2 x} dx\] is equal to ______.
▶️ Answer/Explanation
Detailed solution

\[I = \frac{48}{\pi^4} \int_0^{\pi} \left( \frac{3 \pi x^2}{2} – x^3 \right) \frac{\sin x}{1 + \cos^2 x} dx \ldots (1)\]

Apply king property

\[I = \frac{48}{\pi^4} \int_0^{\pi} \left( \pi – x \right)^2 \left( \frac{\pi}{2} + x \right) \frac{\sin x}{1 + \cos^2 x} dx \ldots (2)\]

(1) + (2)

\[I = \frac{12}{\pi^3} \int_0^{\pi} \frac{\sin x}{1 + \cos^2 x} \left[ \pi^2 + (\pi – 2)x \cdot (\pi – 2x) \right] dx \ldots (3)\]

Apply king again

\[I = \frac{12}{\pi^3} \int_0^{\pi} \frac{\sin x}{1 + \cos^2 x} \left[ \pi^2 + (\pi – 2)(\pi – x)(2x – \pi) \right] dx \ldots (4)\]

(3) + (4)

\[I = \frac{6}{\pi^2} \int_0^{\pi} \frac{\sin x}{1 + \cos^2 x} \left[ 2\pi + (\pi – 2)(\pi – 2x) \right] dx \ldots (5)\]

Apply king

\[I = \frac{6}{\pi^2} \int_0^{\pi} \frac{\sin x}{1 + \cos^2 x} \left[ 2\pi + (\pi – 2)(2x – \pi) \right] dx \ldots (6)\]

(5) + (6)

\[I = \frac{12}{\pi} \int_0^{\pi} \frac{\sin x}{1 + \cos^2 x} dx\]

Let \(\cos x = t \Rightarrow \sin x dx = -dt\)

\[I = \frac{12}{\pi} \int_0^{\pi} \frac{-dt}{1 + t^2} = 6\]

Answer: 6

Question 9

Let A = \(\sum_{i=1}^{10} \sum_{j=1}^{10} \min \{i, j\}\) and \(B = \sum_{i=1}^{10} \sum_{j=1}^{10} \max \{i, j\}\). Then A + B is equal to ______.
▶️ Answer/Explanation
Detailed solution

A = \(\sum_{i=1}^{10} \sum_{j=1}^{10} \min \{i, j\}\)

\[B = \sum_{i=1}^{10} \sum_{j=1}^{10} \max \{i, j\}\]

\[A = \sum_{j=1}^{10} \min (i, 1) + \min (j, 2) + \ldots \min (i, 10)\]

\[= \left( 1 + 1 + 1 + \ldots + 1 \right) + \left( 2 + 2 + 2 \ldots + 2 \right) + \left( 3 + 3 + 3 \ldots + 3 \right)\]

+ … (1) 1 times

\[ B = \sum_{j=1}^{10} \max(i,1) + \max(j,2) + … \max(i,10) \]

\[ = (10 + 10 + … + 10) + (9 + 9 + … + 9) + … + 11 \text{ times} \]

A + B = 20(1 + 2 + 3 + … + 10)

\[ = 20 \times \frac{10 \times 11}{2} = 10 \times 110 = 1100 \]

Answer: 1100

Question 10

Let \( S = (0, 2\pi) – \left\{ \frac{\pi}{2}, \frac{3\pi}{4}, \frac{3\pi}{2}, \frac{7\pi}{4} \right\} \). Let \( y = y(x), x \in S \), be the solution curve of the differential equation \[\frac{dy}{dx} = \frac{1}{1 + \sin 2x}, \quad y \left( \frac{\pi}{4} \right) = \frac{1}{2}\] if the sum of abscissas of all the points of intersection of the curve \( y = y(x) \) with the curve \( y = \sqrt{2} \sin x \) is \(\frac{k\pi}{12}\), then \( k \) is equal to ______.
▶️ Answer/Explanation
Detailed solution

\[\frac{dy}{dx} = \frac{1}{1 + \sin 2x}\]

\[\int dy = \int \frac{dx}{(\sin x + \cos x)^2}\]

\[\int dy = \int \frac{\sec^2 x}{(1 + \tan x)^2}\]

\[y(x) = -\frac{1}{1 + \tan x} + C\]

\[y \left( \frac{\pi}{4} \right) = \frac{1}{2} = -\frac{1}{2} + C\]

C = 1

\[y(x) = \frac{-1}{1 + \tan x} + 1\]

\[y(x) = \frac{-1 + 1 + \tan x}{1 + \tan x} = \frac{\tan x}{1 + \tan x}\]

\[y(x) = \frac{\sin x}{\cos x + \sin x}\]

\[y = \sqrt{2} \sin x\]

\[\frac{\sin x}{\sin x + \cos x} = \sqrt{2} \sin x\]

\[\sin x \left( \frac{1}{\sin x + \cos x} – \sqrt{2} \right) = 0\]

Case 1: \(\sin x = 0\)

\(x = \pi\)

Case 2: \(\frac{1}{\sin x + \cos x} = \sqrt{2}\)

\(\sin x + \cos x = \frac{1}{\sqrt{2}}\)

\(\sin \left( x + \frac{\pi}{4} \right) = \frac{1}{2}\)

\(x + \frac{\pi}{4} = \frac{\pi}{6}, \frac{5\pi}{6}, \frac{13\pi}{6}, \frac{17\pi}{6}\)

\(x = \frac{\pi}{6} – \frac{\pi}{4}, \frac{5\pi}{6} – \frac{\pi}{4}, \frac{13\pi}{6} – \frac{\pi}{4}, \frac{17\pi}{6} – \frac{\pi}{4}\)

\(x = -\frac{\pi}{12}, \frac{7\pi}{12}, \frac{23\pi}{12}, \frac{31\pi}{12}\)

In (0, 2π) valid \(x = \frac{7\pi}{12}, \frac{23\pi}{12}\)

Sum of abscissas = \(\pi + \frac{7\pi}{12} + \frac{23\pi}{12} = \frac{12\pi + 7\pi + 23\pi}{12} = \frac{42\pi}{12} = \frac{7\pi}{2}\)

\(k = 42\)

Answer: 42

Scroll to Top