Question
Question: If \(I\) is the identity matrix of order \(2\) and \(A=\left[ \begin{matrix} 1 & 1 \\\ 0 &...
If I is the identity matrix of order 2 and A=1 0 11 , then for n≥1, mathematical induction gives
(a) An=nA−(n−1)I
(b) An=nA+(n−1)I
(c) An=2nA−(n+1)I
(d) An=2n−1A−(n−1)I
Solution
The principle of mathematical induction states that a statement P(n) is true for n∈N if P(1) is true and assuming P(k) is true, P(k+1) can be proven to be true. We will first formulate a statement P(n). Then we will prove that P(n) is true for n∈N using the principle of mathematical induction.
Complete step-by-step answer:
The statement of the principle of mathematical induction is as follows,
Suppose there is a given statement P(n) involving n∈N such that
(i) The statement is true for n=1, that is, P(1) is true, and
(ii) If the statement is true for n=k where k is some positive integer, then the statement is also true for n=k+1. That is, the truth of P(k) implies the truth of P(k+1).
Then P(n) is true for all n∈N.
We have A=1 0 11 . Let us look at the square of this matrix,
A2=1 0 111 0 11=1 0 21 .
Now, we consider the next power of A,
A3=1 0 111 0 21=1 0 31=3 1 0 11−(3−1)1 0 01 .
Looking at the pattern, we can define a statement P(n) in the following manner,
P(n):=An=nA−(n−1)I
For the base case, n=1 , we have
A=1 0 11=1⋅A−0⋅I .
Therefore, P(1) is true. Now, let us assume that P(k) is true. Therefore we have, Ak=kA−(k−1)I.
Now, consider P(k+1). We will first calculate the LHS,
LHS=Ak+1=Ak⋅A=1 0 k11 0 11=1 0 k+11
Calculating the RHS, we get
RHS=(k+1)A−(k+1−1)I=k+1 0 k+1k+1−k 0 0k=1 0 k+11
Hence, we have LHS=RHS and P(k+1) is true for any k. Hence, P(n) is true for n∈N.
So, the correct answer is “Option A”.
Note: We have to be careful while formulating the statement for the principle of mathematical induction. The matrix multiplication needs to be done properly, as there is a possibility to make minor mistakes which can lead to incorrect answers. Proving P(k+1) is true is the tricky part in the mathematical induction.