Let A=[0100], show that (aI+bA)^n=a^nI+nan−1 bA, where, I is the identity matrix of order 2 and n∈N.
Given, A=[0100]
We shall prove the result by principle of mathematical induction.
Let P(n):(aI+bA)n=anI+nan−1bA
Putting P(1):(aI+bA)1=a1I+1.a−1−1bA
aI+bA =aI+bA which is true for n=1.
Let the result be true for n=k.
∴P(k):(aI+bA)k=akI+k.ak−1bA.....(i)
Now, we prove that the result is true for n=k+1.
∴P(k+1):(aI+bA)k+1=ak+1I+(k+1).ak+1−1bA
Now, taking LHS=(aI+bA)k+1
=(aI+bA)k(aI+bA)[∵ax+y=ax×ay]=(akI+k.ak−1bA)(aI+bA)
[∵ Using Eq. (i)Putting (aI+bA)k=akI+kak−1bA]
=ak+1I+kakIbA+akIbA+kak−1b2A2=ak+1I+kakb(IA)+akb(IA)+kak−1b2(A2)(∵AI=A and A2=AA⇒[0100][0100]=[0000]=0)=ak+1I+kakbA+akbA+kak−1b2×0=ak+1I+(k+1).akbA
Therefore, the result is true for n=k +1 whenever it is true for n=k. So, by principle of mathematical induction, it is true for all n∈N.