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

2021 · 26 Aug · Shift 2 · Q24
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. /2021 · 26 Aug · Shift 2 · Q24

Matrices and Determinants question

2021 · 26 Aug · Shift 2 · Q24

JEE MainMathematicsMatrices and DeterminantsMCQ+4 / −1
Let A=(100011100)A = \left( {\begin{matrix} 1 & 0 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & 0 \\ \end{matrix} } \right)A=​101​010​010​​. Then A2025 −-− A2020 is equal to :
  1. A
    A6 −-− A
  2. B
    A5
  3. C
    A5 −-− A
  4. D
    A6
View written solutionFree

Correct answer: A

  1. Given matrix
A=(100011100)A=\begin{pmatrix} 1&0&0\\ 0&1&1\\ 1&0&0 \end{pmatrix}A=​101​010​010​​

We need to find:

A2025−A2020A^{2025}-A^{2020}A2025−A2020
  1. Look for a pattern in powers of AAA

Let us compute A2A^2A2.

A2=A⋅A=(100011100)(100011100)A^2=A\cdot A =\begin{pmatrix} 1&0&0\\ 0&1&1\\ 1&0&0 \end{pmatrix} \begin{pmatrix} 1&0&0\\ 0&1&1\\ 1&0&0 \end{pmatrix}A2=A⋅A=​101​010​010​​​101​010​010​​

Now multiply row by column:

  • First row: (1,0,0)A=(1,0,0)(1,0,0)A=(1,0,0)(1,0,0)A=(1,0,0)
  • Second row: (0,1,1)A=(1,1,1)(0,1,1)A=(1,1,1)(0,1,1)A=(1,1,1)
  • Third row: (1,0,0)A=(1,0,0)(1,0,0)A=(1,0,0)(1,0,0)A=(1,0,0)

Hence,

A2=(100111100)A^2=\begin{pmatrix} 1&0&0\\ 1&1&1\\ 1&0&0 \end{pmatrix}A2=​111​010​010​​

Now compute A3=A2AA^3=A^2AA3=A2A:

A3=(100111100)(100011100)A^3= \begin{pmatrix} 1&0&0\\ 1&1&1\\ 1&0&0 \end{pmatrix} \begin{pmatrix} 1&0&0\\ 0&1&1\\ 1&0&0 \end{pmatrix}A3=​111​010​010​​​101​010​010​​

Again row by column:

  • First row: (1,0,0)A=(1,0,0)(1,0,0)A=(1,0,0)(1,0,0)A=(1,0,0)
  • Second row: (1,1,1)A=(2,1,1)(1,1,1)A=(2,1,1)(1,1,1)A=(2,1,1)
  • Third row: (1,0,0)A=(1,0,0)(1,0,0)A=(1,0,0)(1,0,0)A=(1,0,0)

So,

A3=(100211100)A^3=\begin{pmatrix} 1&0&0\\ 2&1&1\\ 1&0&0 \end{pmatrix}A3=​121​010​010​​
  1. Find the general pattern

From the first few powers:

A=(100011100),A2=(100111100),A3=(100211100)A=\begin{pmatrix}1&0&0\\0&1&1\\1&0&0\end{pmatrix}, \quad A^2=\begin{pmatrix}1&0&0\\1&1&1\\1&0&0\end{pmatrix}, \quad A^3=\begin{pmatrix}1&0&0\\2&1&1\\1&0&0\end{pmatrix}A=​101​010​010​​,A2=​111​010​010​​,A3=​121​010​010​​

This suggests:

An=(100n−111100)(n≥1)A^n=\begin{pmatrix} 1&0&0\\ n-1&1&1\\ 1&0&0 \end{pmatrix} \quad (n\ge 1)An=​1n−11​010​010​​(n≥1)

We can verify by induction.

Assume

An=(100n−111100)A^n=\begin{pmatrix} 1&0&0\\ n-1&1&1\\ 1&0&0 \end{pmatrix}An=​1n−11​010​010​​

Then

An+1=AnAA^{n+1}=A^nAAn+1=AnA

The rows transform as:

  • First row remains (1,0,0)(1,0,0)(1,0,0)
  • Second row: (n−1,1,1)A=(n,1,1)(n-1,1,1)A=(n,1,1)(n−1,1,1)A=(n,1,1)
  • Third row remains (1,0,0)(1,0,0)(1,0,0)

Thus,

An+1=(100n11100)A^{n+1}=\begin{pmatrix} 1&0&0\\ n&1&1\\ 1&0&0 \end{pmatrix}An+1=​1n1​010​010​​

So the formula is correct.

  1. Compute the required expression

Using the formula,

A2025=(100202411100),A2020=(100201911100)A^{2025}=\begin{pmatrix} 1&0&0\\ 2024&1&1\\ 1&0&0 \end{pmatrix} , \qquad A^{2020}=\begin{pmatrix} 1&0&0\\ 2019&1&1\\ 1&0&0 \end{pmatrix}A2025=​120241​010​010​​,A2020=​120191​010​010​​

Therefore,

A2025−A2020=(000500000)A^{2025}-A^{2020} = \begin{pmatrix} 0&0&0\\ 5&0&0\\ 0&0&0 \end{pmatrix}A2025−A2020=​050​000​000​​

Now compute A6−AA^6-AA6−A.

From the same formula,

A6=(100511100)A^6=\begin{pmatrix} 1&0&0\\ 5&1&1\\ 1&0&0 \end{pmatrix}A6=​151​010​010​​

Hence,

A6−A=(100511100)−(100011100)=(000500000)A^6-A= \begin{pmatrix} 1&0&0\\ 5&1&1\\ 1&0&0 \end{pmatrix} - \begin{pmatrix} 1&0&0\\ 0&1&1\\ 1&0&0 \end{pmatrix} = \begin{pmatrix} 0&0&0\\ 5&0&0\\ 0&0&0 \end{pmatrix}A6−A=​151​010​010​​−​101​010​010​​=​050​000​000​​

Thus,

A2025−A2020=A6−AA^{2025}-A^{2020}=A^6-AA2025−A2020=A6−A
  1. Check options
  • A: A6−AA^6-AA6−A ✅
  • B: A5A^5A5 ❌
  • C: A5−AA^5-AA5−A ❌
  • D: A6A^6A6 ❌

So the correct option is A.

PreviousNext

More from Matrices and Determinants

  • Let A be a symmetric matrix of order 2 with integer entries. If the sum of the diagonal elements of A2 is 1, then the possible number of such matrices is :2021 · MCQ
  • The value of ​(a+1)(a+2)(a+2)(a+3)(a+3)(a+4)​a+2a+3a+4​111​​ is :2021 · MCQ
  • 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 :2021 · MCQ
  • If the matrix A=​103​020​00−1​​ satisfies the equation A20+αA19+βA=​100​040​001​​…2021 · Numerical
  • If the matrix A=(0K​2−1​) satisfies A(A3+3I)=2I, then the value of K is :2021 · MCQ
  • If the system of linear equations 2x + y − z = 3 x − y − z =α 3x + 3y +β z = 3 has infinitely many solution, then α+β−αβ is equal to ​.2021 · Numerical
  • Let A=​[x+1][x][x]​[x+2][x+3][x+2]​[x+3][x+3][x+4]​​, where [t] denotes the greatest integer less than or…2021 · MCQ
  • Let [λ] be the greatest integer less than or equal to λ. The set of all values of λ for which the system of linear equations x + y + z = 4, 3x + 2y + 5z = 3, 9x + 4y + (28 + [λ])z = [λ] has a…2021 · MCQ