Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Matrices and Determinants question

2023 · 11 Apr · Shift 1 · Q41
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Main
  3. /Mathematics
  4. /Matrices and Determinants
  5. /2023 · 11 Apr · Shift 1 · Q41

Matrices and Determinants question

2023 · 11 Apr · Shift 1 · Q41

JEE MainMathematicsMatrices and DeterminantsNumerical+4 / −1
Let A=[012a031c0]A=\left[\begin{array}{lll}0 & 1 & 2 \\ a & 0 & 3 \\ 1 & c & 0\end{array}\right]A=​0a1​10c​230​​, where a,c∈Ra, c \in \mathbb{R}a,c∈R. If A3=AA^{3}=AA3=A and the positive value of aaa belongs to the interval (n−1,n](n-1, n](n−1,n], where n∈Nn \in \mathbb{N}n∈N, then nnn is equal to ‾\underline{\hspace{2cm}}​.
Numerical answer
View written solutionFree

Correct answer: 2

  1. We are given A=[012a031c0]A=\begin{bmatrix}0&1&2\\ a&0&3\\ 1&c&0\end{bmatrix}A=​0a1​10c​230​​ and the condition A3=A.A^3=A.A3=A.

This implies A(A2−I)=0,A(A^2-I)=0,A(A2−I)=0, but the easiest way is to compute A2A^2A2 and then A3A^3A3.


  1. Compute A2A^2A2.

Using matrix multiplication, A2=A⋅A.A^2=A\cdot A.A2=A⋅A.

Now compute each entry:

  • First row:
(1,1)=0⋅0+1⋅a+2⋅1=a+2,(1,2)=0⋅1+1⋅0+2⋅c=2c,(1,3)=0⋅2+1⋅3+2⋅0=3.\begin{aligned} (1,1)&=0\cdot 0+1\cdot a+2\cdot 1=a+2,\\ (1,2)&=0\cdot 1+1\cdot 0+2\cdot c=2c,\\ (1,3)&=0\cdot 2+1\cdot 3+2\cdot 0=3. \end{aligned}(1,1)(1,2)(1,3)​=0⋅0+1⋅a+2⋅1=a+2,=0⋅1+1⋅0+2⋅c=2c,=0⋅2+1⋅3+2⋅0=3.​
  • Second row:
(2,1)=a⋅0+0⋅a+3⋅1=3,(2,2)=a⋅1+0⋅0+3⋅c=a+3c,(2,3)=a⋅2+0⋅3+3⋅0=2a.\begin{aligned} (2,1)&=a\cdot 0+0\cdot a+3\cdot 1=3,\\ (2,2)&=a\cdot 1+0\cdot 0+3\cdot c=a+3c,\\ (2,3)&=a\cdot 2+0\cdot 3+3\cdot 0=2a. \end{aligned}(2,1)(2,2)(2,3)​=a⋅0+0⋅a+3⋅1=3,=a⋅1+0⋅0+3⋅c=a+3c,=a⋅2+0⋅3+3⋅0=2a.​
  • Third row:
(3,1)=1⋅0+c⋅a+0⋅1=ac,(3,2)=1⋅1+c⋅0+0⋅c=1,(3,3)=1⋅2+c⋅3+0⋅0=2+3c.\begin{aligned} (3,1)&=1\cdot 0+c\cdot a+0\cdot 1=ac,\\ (3,2)&=1\cdot 1+c\cdot 0+0\cdot c=1,\\ (3,3)&=1\cdot 2+c\cdot 3+0\cdot 0=2+3c. \end{aligned}(3,1)(3,2)(3,3)​=1⋅0+c⋅a+0⋅1=ac,=1⋅1+c⋅0+0⋅c=1,=1⋅2+c⋅3+0⋅0=2+3c.​

So, A2=[a+22c33a+3c2aac12+3c].A^2=\begin{bmatrix}a+2&2c&3\\ 3&a+3c&2a\\ ac&1&2+3c\end{bmatrix}.A2=​a+23ac​2ca+3c1​32a2+3c​​.


  1. Compute A3=A2AA^3=A^2AA3=A2A.

We only need enough entries to compare with AAA, but let us compute systematically.

Using A3=A2A,A^3=A^2A,A3=A2A, with

\quad A=\begin{bmatrix}0&1&2\\ a&0&3\\ 1&c&0\end{bmatrix},$$ we get: - First row of $A^3$:

\begin{aligned} (1,1)&=(a+2)\cdot 0+(2c)\cdot a+3\cdot 1=2ac+3,\ (1,2)&=(a+2)\cdot 1+(2c)\cdot 0+3\cdot c=a+2+3c,\ (1,3)&=(a+2)\cdot 2+(2c)\cdot 3+3\cdot 0=2a+4+6c. \end{aligned}

- Second row of $A^3$:

\begin{aligned} (2,1)&=3\cdot 0+(a+3c)\cdot a+(2a)\cdot 1=a^2+3ac+2a,\ (2,2)&=3\cdot 1+(a+3c)\cdot 0+(2a)\cdot c=3+2ac,\ (2,3)&=3\cdot 2+(a+3c)\cdot 3+(2a)\cdot 0=6+3a+9c. \end{aligned}

- Third row of $A^3$:

\begin{aligned} (3,1)&=(ac)\cdot 0+1\cdot a+(2+3c)\cdot 1=a+2+3c,\ (3,2)&=(ac)\cdot 1+1\cdot 0+(2+3c)\cdot c=ac+2c+3c^2,\ (3,3)&=(ac)\cdot 2+1\cdot 3+(2+3c)\cdot 0=2ac+3. \end{aligned}

Thus, $$A^3=\begin{bmatrix} 2ac+3 & a+2+3c & 2a+4+6c\\ a^2+3ac+2a & 3+2ac & 6+3a+9c\\ a+2+3c & ac+2c+3c^2 & 2ac+3 \end{bmatrix}.$$ --- 4. Since $A^3=A$, compare corresponding entries. From the $(1,1)$ entry: $$2ac+3=0$$ so $$ac=-\frac{3}{2}. \qquad (1)$$ From the $(1,2)$ entry: $$a+2+3c=1$$ so $$a+3c=-1. \qquad (2)$$ From the $(1,3)$ entry: $$2a+4+6c=2$$ so $$a+3c=-1,$$ which is the same as (2). From the $(2,2)$ entry: $$3+2ac=0$$ which again gives $$ac=-\frac{3}{2},$$ consistent with (1). From the $(3,1)$ entry: $$a+2+3c=1,$$ again same as (2). So we solve the system $$ac=-\frac{3}{2}, \qquad a+3c=-1.$$ --- 5. Solve for $a$. From $$a+3c=-1,$$ we get $$c=\frac{-1-a}{3}.$$ Substitute into $ac=-\frac{3}{2}$: $$a\left(\frac{-1-a}{3}\right)=-\frac{3}{2}.$$ Multiply by $3$: $$-a-a^2=-\frac{9}{2}.$$ So, $$a^2+a-\frac{9}{2}=0.$$ Multiply by $2$: $$2a^2+2a-9=0.$$ Now solve: $$a=\frac{-2\pm\sqrt{4+72}}{4}=\frac{-2\pm\sqrt{76}}{4}=\frac{-1\pm\sqrt{19}}{2}.$$ The positive value is $$a=\frac{-1+\sqrt{19}}{2}.$$ Numerically, $$\sqrt{19}\approx 4.359,$$ so $$a\approx \frac{-1+4.359}{2}=\frac{3.359}{2}\approx 1.6795.$$ Thus, $$a\in(1,2].$$ Hence, comparing with $(n-1,n]$, we get $$n=2.$$ --- 6. Verification with stored answer. Our derived answer is $2$, which matches the stored correct answer.
PreviousNext

More from Matrices and Determinants

  • If the system of linear equations ​7x+11y+αz=135x+4y+7z=β175x+194y+57z=361​ has infinitely many solutions, then α+β+2 is equal to :2023 · MCQ
  • ​x+1xx​xx+λx​xxx+λ2​​=89​(103x+81), then λ,3λ​ are the roots of the equation :2023 · MCQ
  • Let A=[10​511​1​]. If B=[1−1​2−1​]A[−11​−21​],…2023 · MCQ
  • Let Dk​=​1nn​2kn2+n+2n2+n​2k−1n2n2+n+2​​. If ∑k=1n​Dk​=96, then n is equal to ​…2023 · Numerical
  • For the system of linear equations 2x+4y+2az=bx+2y+3z=42x−5y+2z=8 which of the following is NOT correct?2023 · MCQ
  • Let B=​11α​32α​α34​​,α>2 be the adjoint of a matrix A and ∣A∣=2. Then [α​−2α​α​]B​α−2αα​​…2023 · MCQ
  • The number of symmetric matrices of order 3, with all the entries from the set {0,1,2,3,4,5,6,7,8,9} is :2023 · MCQ
  • If the system of equations 2x+y−z=52x−5y+λz=μx+2y−5z=7 has infinitely many solutions, then (λ+μ)2+(λ−μ)2 is equal to2023 · MCQ