Question
Question: If \(\left[ \begin{matrix} 1 & 1 \\\ 0 & 1 \\\ \end{matrix} \right]\left[ \begin{matrix}...
If 1 0 111 0 211 0 31⋯1 0 n−11=1 0 781, then the inverse of 1 0 n1 is
[a] 1 0 −131
[b] 1 12 01
[c] 1 0 −121
[d] 1 13 01
Solution
Assume that 1 0 111 0 211 0 31⋯1 0 n1=1 0 f(n)1. Form a recursive relation for f(n) and solve for f(n) by considering the product 1 0 f(n−1)11 0 n1=1 0 f(n)1. Hence find the value of n satisfying f(n−1)=78 and hence find the inverse of 1 0 n1.
Complete step-by-step solution:
Let us take 1 0 111 0 211 0 31⋯1 0 n1=1 0 f(n)1
Replacing n by n-1, we get
1 0 111 0 211 0 31⋯1 0 n−11=1 0 f(n−1)1
Hence, we have
1 0 f(n−1)11 0 n1=1 0 f(n)1
Now, performing matrix multiplication, we have
1 0 n+f(n−1)1=1 0 f(n)1
Equating elements of both matrices, we get
n+f(n−1)=f(n)⇒f(n)−f(n−1)=n
Replacing n by n-1, we get
f(n−1)−f(n−2)=n−1
Replacing n by n-1, we get
f(n−2)−f(n−3)=n−2⋮ ⋮ ⋮
Continuing this way, we get
f(2)−f(1)=2
Adding all these equations formed, we get
f(n)−f(n−1)+f(n−1)−f(n−2)+⋯+f(2)−f(1)=n+n−1+n−2+⋯+2⇒f(n)−f(1)=2+3+4+⋯+n
Also, we have
1 0 11=1 0 f(1)1
Hence, we have
f(1) = 1
Hence, we have
f(n)=1+2+⋯+n
We know that the sum of the first n natural numbers is 2n(n+1)
Hence, we have
f(n)=2n(n+1)
From the given equation, we have
f(n−1)=78⇒2n(n−1)=78⇒n2−n=156⇒n2−n−156=0
We solve this quadratic equation using splitting the middle term method
We have 13−12=1 and 13×12=156
Hence, we have
n2−13n+12n−156=0
Taking n common from the first two terms and 12 common from the last two terms, we get
n(n−13)+12(n−13)=0
Taking n-13 common from the two terms, we get
(n+12)(n−13)=0
Since n is natural number n > 0 and hence n + 12 > 0
Hence, we have
n−13=0⇒n=13
Hence, the matrix M=1 0 n1 is given by M=1 0 131
Here det(M) = 1
We know that A=a c bd⇒A−1=detA1d −c −ba
Hence, we have
M−1=1 0 −131
Hence option [a] is correct.
Note: The equations of the form Tn−Tn−1=g(n) form a telescopic series on writing down of all terms and hence Tn=T1+i=2∑ng(i). Although we have shown how the total sum comes, the student is advised to remember the result