Question
Mathematics Question on Matrices
If A and B are square matrices of the same order such that AB=BA,then prove by induction that ABn=BnA.Further, prove that (AB)n=AnBn for all n∈N
A and B are square matrices of the same order such that AB=BA. To prove P(n):ABn=BnAn∈N
For n=1, we have:
P(1):AB1=B1A⟹AB=BA
Therefore, the result is true for n=1.
Let the result be true for n=k.
P(k):ABk=BkA.....(1)
Now, we prove that the result is true for n=k+1.
ABk+1=ABk.B
=(BkA)B[by(1)]
=Bk(AB)[Associativelaw]
=Bk(BA)[AB=BAgiven]
=(BkB)A[Associativelaw]
=Bk+1A
Therefore, the result is true for n=k+1.
Thus, by the principle of mathematical induction, we have
ABn=BnA,n∈N
Now, we prove that (AB)n=AnBn for all n∈N
For n=1, we have:
(AB)1=A1B1=AB
Therefore, the result is true for n=1.
Let the result be true for n=k.
(AB)k=AkBk....(2)
Now, we prove that the result is true for n=k+1.
(AB)k+1=(AB)k.(AB)
=(AkBk).(AB)[By(2)]
=Ak(BkA)B[Associativelaw]
=Ak(ABk)B[ABn=BnAforalln∈N]
=(AkA).(BkB)[Associativelaw]
=Ak+1Bk+1
Therefore, the result is true for n=k+1
Thus, by the principle of mathematical induction, we have (AB)n=AnBn , for all natural numbers.