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

2022 · 29 Jul · Shift 2 · Q38
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. /2022 · 29 Jul · Shift 2 · Q38

Matrices and Determinants question

2022 · 29 Jul · Shift 2 · Q38

JEE MainMathematicsMatrices and DeterminantsNumerical+4 / −1
Let X=[111]X=\left[\begin{array}{l}1 \\ 1 \\ 1\end{array}\right]X=​111​​ and A=[−12301600−1]A=\left[\begin{array}{ccc}-1 & 2 & 3 \\ 0 & 1 & 6 \\ 0 & 0 & -1\end{array}\right]A=​−100​210​36−1​​. For k∈N\mathrm{k} \in Nk∈N, if X′AkX=33X^{\prime} A^{k} X=33X′AkX=33, then k\mathrm{k}k is equal to ‾\underline{\hspace{2cm}}​.
Numerical answer
View written solutionFree

Correct answer: 10

  1. Given
X=[111],X′=[111],A=[−12301600−1]X=\begin{bmatrix}1\\1\\1\end{bmatrix}, \qquad X' = \begin{bmatrix}1&1&1\end{bmatrix}, \qquad A=\begin{bmatrix}-1&2&3\\0&1&6\\0&0&-1\end{bmatrix}X=​111​​,X′=[1​1​1​],A=​−100​210​36−1​​

We need to find k∈Nk\in \mathbb{N}k∈N such that

X′AkX=33.X' A^k X=33.X′AkX=33.
  1. Interpret the expression

Let

Yk=AkX.Y_k=A^k X.Yk​=AkX.

Then

X′AkX=X′YkX' A^k X = X'Y_kX′AkX=X′Yk​

is just the sum of the entries of YkY_kYk​, since X′=[1 1 1]X'=[1\ 1\ 1]X′=[1 1 1].

So we first compute AkXA^kXAkX.


  1. Use the triangular structure of AAA

Let

Yk=[akbkck]=AkX.Y_k=\begin{bmatrix}a_k\\b_k\\c_k\end{bmatrix}=A^kX.Yk​=​ak​bk​ck​​​=AkX.

Since

Yk+1=AYk,Y_{k+1}=AY_k,Yk+1​=AYk​,

we get the recurrence from

A[akbkck]=[−ak+2bk+3ckbk+6ck−ck].A\begin{bmatrix}a_k\\b_k\\c_k\end{bmatrix} = \begin{bmatrix}-a_k+2b_k+3c_k\\b_k+6c_k\\-c_k\end{bmatrix}.A​ak​bk​ck​​​=​−ak​+2bk​+3ck​bk​+6ck​−ck​​​.

Thus,

ak+1=−ak+2bk+3ck,a_{k+1}=-a_k+2b_k+3c_k,ak+1​=−ak​+2bk​+3ck​, bk+1=bk+6ck,b_{k+1}=b_k+6c_k,bk+1​=bk​+6ck​, ck+1=−ck,c_{k+1}=-c_k,ck+1​=−ck​,

with initial values from Y0=XY_0=XY0​=X:

a0=b0=c0=1.a_0=b_0=c_0=1.a0​=b0​=c0​=1.
  1. Solve for ckc_kck​ and bkb_kbk​

From

ck+1=−ck,c0=1,c_{k+1}=-c_k, \quad c_0=1,ck+1​=−ck​,c0​=1,

we get

ck=(−1)k.c_k=(-1)^k.ck​=(−1)k.

Now

bk+1=bk+6(−1)k,quadb0=1.b_{k+1}=b_k+6(-1)^k, quad b_0=1.bk+1​=bk​+6(−1)k,quadb0​=1.

Compute first few terms:

  • b1=1+6=7b_1=1+6=7b1​=1+6=7
  • b2=7−6=1b_2=7-6=1b2​=7−6=1
  • b3=1+6=7b_3=1+6=7b3​=1+6=7

So the pattern is

bk={1,k even7,k oddb_k= \begin{cases} 1, & k \text{ even}\\ 7, & k \text{ odd} \end{cases}bk​={1,7,​k evenk odd​

which can be written as

bk=4−3(−1)k.b_k=4-3(-1)^k.bk​=4−3(−1)k.
  1. Solve for aka_kak​

We have

ak+1=−ak+2bk+3ck.a_{k+1}=-a_k+2b_k+3c_k.ak+1​=−ak​+2bk​+3ck​.

Substitute bk=4−3(−1)kb_k=4-3(-1)^kbk​=4−3(−1)k and ck=(−1)kc_k=(-1)^kck​=(−1)k:

ak+1=−ak+2(4−3(−1)k)+3(−1)ka_{k+1}=-a_k+2\bigl(4-3(-1)^k\bigr)+3(-1)^kak+1​=−ak​+2(4−3(−1)k)+3(−1)k =−ak+8−6(−1)k+3(−1)k= -a_k+8-6(-1)^k+3(-1)^k=−ak​+8−6(−1)k+3(−1)k =−ak+8−3(−1)k.= -a_k+8-3(-1)^k.=−ak​+8−3(−1)k.

Now compute a few values starting from a0=1a_0=1a0​=1:

  • a1=−1+8−3=4a_1=-1+8-3=4a1​=−1+8−3=4
  • a2=−4+8+3=7a_2=-4+8+3=7a2​=−4+8+3=7
  • a3=−7+8−3=−2a_3=-7+8-3=-2a3​=−7+8−3=−2
  • a4=2+8+3=13a_4=2+8+3=13a4​=2+8+3=13

This suggests separate even/odd formulas. Let

sk=X′AkX=ak+bk+ck.s_k=X'A^kX=a_k+b_k+c_k.sk​=X′AkX=ak​+bk​+ck​.

Instead of fully solving aka_kak​, let us compute sks_ksk​ directly from values.

Using the above:

  • k=0k=0k=0: (a0,b0,c0)=(1,1,1)(a_0,b_0,c_0)=(1,1,1)(a0​,b0​,c0​)=(1,1,1), so s0=3s_0=3s0​=3
  • k=1k=1k=1: (4,7,−1)(4,7,-1)(4,7,−1), so s1=10s_1=10s1​=10
  • k=2k=2k=2: (7,1,1)(7,1,1)(7,1,1), so s2=9s_2=9s2​=9
  • k=3k=3k=3: (−2,7,−1)(-2,7,-1)(−2,7,−1), so s3=4s_3=4s3​=4
  • k=4k=4k=4: (13,1,1)(13,1,1)(13,1,1), so s4=15s_4=15s4​=15

We see:

  • for even kkk: sk=3,9,15,…s_k=3,9,15,\dotssk​=3,9,15,…
  • for odd kkk: sk=10,4,−2,…s_k=10,4,-2,\dotssk​=10,4,−2,…

Let us derive the exact formulas.


  1. Separate even and odd indices

From the recurrence:

For even k=2mk=2mk=2m

We observe

b2m=1,c2m=1.b_{2m}=1,\qquad c_{2m}=1.b2m​=1,c2m​=1.

So

a2m+1=−a2m+2(1)+3(1)=−a2m+5.a_{2m+1}=-a_{2m}+2(1)+3(1)=-a_{2m}+5.a2m+1​=−a2m​+2(1)+3(1)=−a2m​+5.

Also for odd index,

b2m+1=7,c2m+1=−1,b_{2m+1}=7,\qquad c_{2m+1}=-1,b2m+1​=7,c2m+1​=−1,

so

a2m+2=−a2m+1+2(7)+3(−1)=−a2m+1+11.a_{2m+2}=-a_{2m+1}+2(7)+3(-1)=-a_{2m+1}+11.a2m+2​=−a2m+1​+2(7)+3(−1)=−a2m+1​+11.

Substitute a2m+1=−a2m+5a_{2m+1}=-a_{2m}+5a2m+1​=−a2m​+5:

a2m+2=−(−a2m+5)+11=a2m+6.a_{2m+2}= -(-a_{2m}+5)+11 = a_{2m}+6.a2m+2​=−(−a2m​+5)+11=a2m​+6.

Since a0=1a_0=1a0​=1, we get

a2m=1+6m.a_{2m}=1+6m.a2m​=1+6m.

Hence for even k=2mk=2mk=2m,

s2m=a2m+b2m+c2m=(1+6m)+1+1=6m+3.s_{2m}=a_{2m}+b_{2m}+c_{2m}=(1+6m)+1+1=6m+3.s2m​=a2m​+b2m​+c2m​=(1+6m)+1+1=6m+3.

For odd k=2m+1k=2m+1k=2m+1

Using

a2m+1=−a2m+5=−(1+6m)+5=4−6m.a_{2m+1}=-a_{2m}+5=-(1+6m)+5=4-6m.a2m+1​=−a2m​+5=−(1+6m)+5=4−6m.

Thus

s2m+1=a2m+1+b2m+1+c2m+1=(4−6m)+7−1=10−6m.s_{2m+1}=a_{2m+1}+b_{2m+1}+c_{2m+1}=(4-6m)+7-1=10-6m.s2m+1​=a2m+1​+b2m+1​+c2m+1​=(4−6m)+7−1=10−6m.
  1. Set the expression equal to 33

We need

sk=33.s_k=33.sk​=33.

If k=2mk=2mk=2m is even, then

6m+3=336m+3=336m+3=33 6m=306m=306m=30 m=5.m=5.m=5.

So

k=2m=10.k=2m=10.k=2m=10.

If k=2m+1k=2m+1k=2m+1 is odd, then

10−6m=3310-6m=3310−6m=33

which is impossible for natural mmm.

Therefore,

k=10.\boxed{k=10}.k=10​.
  1. Compare with stored answer

Stored correct answer: 101010

Our derived answer is also 101010, so they agree.

PreviousNext

More from Matrices and Determinants

  • If the system of linear equations 2x + y − z = 7 x − 3y + 2z = 1 x + 4y +δ z = k, where δ, k ∈ R has infinitely many solutions, then δ + k is equal to:2022 · MCQ
  • Let A=[aij​] be a square matrix of order 3 such that aij​=2j−i, for all i, j = 1, 2, 3. Then, the matrix A2 + A3 + ...... + A10 is equal to :2022 · MCQ
  • Let M=[0α​−α0​], where α is a non-zero real number an N=k=1∑49​M2k. If (I−M2)N=−2I, then the positive…2022 · Numerical
  • Let A=[1α​−22​α−1​] and B=​2−14​α2−5​​,α∈C…2022 · MCQ
  • Consider the system of linear equations − x + y + 2z = 0 3x − ay + 5z = 1 2x − 2y − az = 7 Let S1 be the set of all a ∈ R for which the system is inconsistent and S2 be the set of all a ∈ R for which the system has…2021 · MCQ
  • Let A=[i−i​−ii​],i=−1​. Then, the system of linear equations A8[xy​]=[864​]…2021 · MCQ
  • The total number of 3 × 3 matrices A having entries from the set {0, 1, 2, 3} such that the sum of all the diagonal entries of AAT is 9, is equal to ​.2021 · Numerical
  • Let A=[a1​a2​​] and B=[b1​b2​​] be two 2 × 1 matrices with real entries such that A = XB, where X=3​1​[11​−1k​]…2021 · Numerical