Solveeit Logo

Question

Question: If \( A = \left( {\begin{array}{*{20}{c}} 1&2 \\\ 3&4 \end{array}} \right) \) and \( B =...

If A = \left( {\begin{array}{*{20}{c}} 1&2 \\\ 3&4 \end{array}} \right) and B = \left( {\begin{array}{*{20}{c}} a&0 \\\ 0&b; \end{array}} \right) , where a,b are natural numbers, then which one of the following are correct?
(a) There exists more than one but finite number of BsB's such that AB=BAAB = BA
(b) There exist exactly one BB such that AB=BAAB = BA
(c) There exist infinitely many BsB's such that AB=BAAB = BA
(d) There cannot exist any B such that AB=BAAB = BA

Explanation

Solution

Hint : Matrix multiplication is possible only when the number of columns in one matrix is equal to the number of rows in the second matrix. We do matrix multiplication by multiplying the column value with the corresponding row value in the other matrix and summing them up. The resultant matrix will have an equal number of columns as that of the first matrix and equal number of rows as that of the second matrix.

Complete step-by-step answer :
We know that
A = \left( {\begin{array}{*{20}{c}} 1&2 \\\ 3&4 \end{array}} \right) and
B = \left( {\begin{array}{*{20}{c}} a&0 \\\ 0&b; \end{array}} \right)
Now , we will calculate ABAB
By matrix multiplication we will get,
AB = \left( {\begin{array}{*{20}{c}} 1&2 \\\ 3&4 \end{array}} \right)\left( {\begin{array}{*{20}{c}} a&0 \\\ 0&b; \end{array}} \right) \\\ AB = \left( {\begin{array}{*{20}{c}} {1 \times a + 2 \times 0}&{1 \times 0 + 2 \times b} \\\ {3 \times a + 4 \times 0}&{3 \times 0 + 4 \times b} \end{array}} \right) \\\ AB = \left( {\begin{array}{*{20}{c}} a&{2b} \\\ {3a}&{4b} \end{array}} \right) \\\
Now, we will calculate BA
By matrix multiplication we will get,
BA = \left( {\begin{array}{*{20}{c}} a&0 \\\ 0&b; \end{array}} \right)\left( {\begin{array}{*{20}{c}} 1&2 \\\ 3&4 \end{array}} \right) \\\ BA = \left( {\begin{array}{*{20}{c}} {a \times 1 + 0 \times 3}&{a \times 2 + 0 \times 4} \\\ {0 \times 1 + b \times 3}&{0 \times 2 + b \times 4} \end{array}} \right) \\\ A = \left( {\begin{array}{*{20}{c}} a&{2a} \\\ {3b}&{4b} \end{array}} \right) \\\
We know that
AB=BAAB = BA
\left( {\begin{array}{*{20}{c}} a&{2b} \\\ {3a}&{4b} \end{array}} \right) = \left( {\begin{array}{*{20}{c}} a&{2a} \\\ {3b}&{4b} \end{array}} \right)
Comparing the equations we get,
a=a(i) 2b=2a(ii) 3a=3b(iii) 4b=4b(iv)   a = a - (i) \\\ 2b = 2a - (ii) \\\ 3a = 3b - (iii) \\\ 4b = 4b - (iv) \;
Equation (i)(i) and (iii)(iii) are already equal
When we compare (ii)(ii) and (iv)(iv) we see that the equations are equal only when a=ba = b .
Since there are infinitely many values of aa that can be equal to bb . Hence BB can infinitely many values such that AB=BAAB = BA
Hence, option (c)(c) is correct. There exists infinitely many B’s such that AB=BA.
So, the correct answer is “OPTION C”.

Note : In a matrix multiplication, AB=BAAB = BA (commutative property ) is only possible when either AorBAorB is an identity element or else both the matrices are equal. In this question, both the matrices are equal.