KnowledgeBoat Logo
|
OPEN IN APP

Chapter 9

Matrices — Exercise 9(C)

Class - 10 Concise Mathematics Selina



Exercise 9(C)

Question 1(a)

If A is a matrix of order m × 3, B is a matrix of order 3 × 2 and R is a matrix of order 5 × n such that AB = R, the values of m and n are :

  1. m = -5 and n = -2

  2. m = 5 and n = 2

  3. m = 5 and n = -2

  4. m = 2 and n = 5

Answer

Given,

AB = R

Am × 3B3 × 2 = R5 × n

We know that,

For matrix multiplication :

No. of columns in A must be equal to the number of rows in B.

Resultant matrix order = No. of rows in A × No. of columns in B.

∴ m = 5 and n = 2.

Hence, Option 2 is the correct option.

Question 1(b)

If A = [4x01],B=[21201]\begin{bmatrix*}[r] 4 & x \\ 0 & 1 \end{bmatrix*}, B = \begin{bmatrix*}[r] 2 & 12 \\ 0 & 1 \end{bmatrix*} and A = B2, the value of x is :

  1. 38

  2. -6

  3. -36

  4. 36

Answer

Substituting value of A and B in A = B2, we get :

[4x01]=[21201][21201][4x01]=[2×2+12×02×12+12×10×2+1×00×12+1×1][4x01]=[4+024+120+00+1][4x01]=[43601]\Rightarrow \begin{bmatrix*}[r] 4 & x \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 2 & 12 \\ 0 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 2 & 12 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 & x \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 2 \times 2 + 12 \times 0 & 2 \times 12 + 12 \times 1 \\ 0 \times 2 + 1 \times 0 & 0 \times 12 + 1 \times 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 & x \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 4 + 0 & 24 + 12 \\ 0 + 0 & 0 + 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 & x \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 4 & 36 \\ 0 & 1 \end{bmatrix*}

∴ x = 36.

Hence, Option 4 is the correct option.

Question 1(c)

A, B and C are three square matrices each of order 3; the order of matrix CA + B2 is :

  1. 3 × 1

  2. 3 × 3

  3. 1 × 3

  4. 2 × 3

Answer

Let resultant matrix of CA be R.

C3 × 3 × A3 × 3 = Rm × n

We know that,

For matrix multiplication :

No. of columns in C must be equal to the number of rows in A.

Resultant matrix order = No. of rows in C × No. of columns in A.

∴ m = 3 and n = 3.

∴ Order of matrix R will be 3 × 3.

Let resultant matrix of B2 be S.

B3 × 3 × B3 × 3 = Sg × h

Resultant matrix order = No. of rows in B × No. of columns in B.

∴ g = 3 and h = 3.

∴ Order of matrix S will be 3 × 3.

⇒ CA + B2

⇒ R + S

Addition of matrix possible between matrix of same order and same is the order of resultant matrix.

Hence, resultant matrix's order = 3 × 3.

Hence, Option 2 is the correct option.

Question 1(d)

If A = [5270] and B=[83]\begin{bmatrix*}[r] 5 & -2 \\ 7 & 0 \end{bmatrix*} \text{ and B} = \begin{bmatrix*}[r] 8 \\ 3 \end{bmatrix*}, then which of the following is not possible ?

  1. A2

  2. AB

  3. BA

  4. 15A

Answer

BA is not possible because no. of columns in B (1) is not equal to the no. of rows in A (2).

Hence, Option 3 is the correct option.

Question 1(e)

If A = [1011],B=[0110] and C=[1100]\begin{bmatrix*}[r] 1 & 0 \\ 1 & 1 \end{bmatrix*}, B = \begin{bmatrix*}[r] 0 & 1 \\ 1 & 0 \end{bmatrix*}\text{ and C} = \begin{bmatrix*}[r] 1 & 1 \\ 0 & 0 \end{bmatrix*}, the matrix A2 + 2B - 3C is :

  1. [2141]\begin{bmatrix*}[r] -2 & -1 \\ 4 & 1 \end{bmatrix*}

  2. [2141]\begin{bmatrix*}[r] 2 & -1 \\ 4 & 1 \end{bmatrix*}

  3. [2141]\begin{bmatrix*}[r] 2 & 1 \\ 4 & 1 \end{bmatrix*}

  4. [2141]\begin{bmatrix*}[r] 2 & 1 \\ -4 & -1 \end{bmatrix*}

Answer

Substituting values of A, B and C in A2 + 2B - 3C, we get :

A2+2B3C=[1011][1011]+2[0110]3[1100]=[1×1+0×11×0+0×11×1+1×11×0+1×1]+[0220][3300]=[1+00+01+10+1]+[0220][3300]=[1021]+[0220][3300]=[1+030+232+201+00]=[2141]\Rightarrow A^2 + 2B - 3C = \begin{bmatrix*}[r] 1 & 0 \\ 1 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 1 & 0 \\ 1 & 1 \end{bmatrix*} + 2\begin{bmatrix*}[r] 0 & 1 \\ 1 & 0 \end{bmatrix*} - 3\begin{bmatrix*}[r] 1 & 1 \\ 0 & 0 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 \times 1 + 0 \times 1 & 1 \times 0 + 0 \times 1 \\ 1 \times 1 + 1 \times 1 & 1 \times 0 + 1 \times 1 \end{bmatrix*} + \begin{bmatrix*}[r] 0 & 2 \\ 2 & 0 \end{bmatrix*} - \begin{bmatrix*}[r] 3 & 3 \\ 0 & 0 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 + 0 & 0 + 0 \\ 1 + 1 & 0 + 1 \end{bmatrix*} + \begin{bmatrix*}[r] 0 & 2 \\ 2 & 0 \end{bmatrix*} - \begin{bmatrix*}[r] 3 & 3 \\ 0 & 0 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 & 0 \\ 2 & 1 \end{bmatrix*} + \begin{bmatrix*}[r] 0 & 2 \\ 2 & 0 \end{bmatrix*} - \begin{bmatrix*}[r] 3 & 3 \\ 0 & 0 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 + 0 - 3 & 0 + 2 - 3 \\ 2 + 2 - 0 & 1 + 0 - 0 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -2 & -1 \\ 4 & 1 \end{bmatrix*}

Hence, Option 1 is the correct option.

Question 2(i)

Evaluate : if possible :

[32][20]\begin{bmatrix*}[r] 3 & 2 \\ \end{bmatrix*}\begin{bmatrix*}[r] 2 \\ 0 \end{bmatrix*}

Answer

[32][20]\begin{bmatrix*}[r] 3 & 2 \\ \end{bmatrix*}\begin{bmatrix*}[r] 2 \\ 0 \end{bmatrix*}

For matrix multiplication, the no. of columns in first matrix should be equal to no. of rows in the second matrix.

Hence, matrix multiplication is possible.

[32][20]=[3×2+2×0]=[6].\Rightarrow \begin{bmatrix*}[r] 3 & 2 \\ \end{bmatrix*}\begin{bmatrix*}[r] 2 \\ 0 \end{bmatrix*} = \begin{bmatrix*}[r] 3 \times 2 + 2 \times 0 \\ \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 6 \\ \end{bmatrix*}.

Hence, [32][20]=[6].\begin{bmatrix*}[r] 3 & 2 \\ \end{bmatrix*}\begin{bmatrix*}[r] 2 \\ 0 \end{bmatrix*} = \begin{bmatrix*}[r] 6 \end{bmatrix*}.

Question 2(ii)

Evaluate : if possible :

[12][2314]\begin{bmatrix*}[r] 1 & -2 \\ \end{bmatrix*}\begin{bmatrix*}[r] -2 & 3 \\ -1 & 4 \end{bmatrix*}

Answer

[12][2314]\begin{bmatrix*}[r] 1 & -2 \\ \end{bmatrix*}\begin{bmatrix*}[r] -2 & 3 \\ -1 & 4 \end{bmatrix*}

For matrix multiplication, the no. of columns in first matrix should be equal to no. of rows in the second matrix.

[12][2314]=[1×(2)+(2)×(1)1×3+(2)×4]=[2+23+(8)]=[05].\Rightarrow \begin{bmatrix*}[r] 1 & -2 \\ \end{bmatrix*}\begin{bmatrix*}[r] -2 & 3 \\ -1 & 4 \end{bmatrix*} = \begin{bmatrix*}[r] 1 \times (-2) + (-2) \times (-1) & 1 \times 3 + (-2) \times 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -2 + 2 & 3 + (-8) \\ \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 0 & -5 \\ \end{bmatrix*}.

Hence, [12][2314]=[05].\begin{bmatrix*}[r] 1 & -2 \\ \end{bmatrix*}\begin{bmatrix*}[r] -2 & 3 \\ -1 & 4 \end{bmatrix*} = \begin{bmatrix*}[r] 0 & -5 \\ \end{bmatrix*}.

Question 2(iii)

Evaluate : if possible :

[6431][13]\begin{bmatrix*}[r] 6 & 4 \\ 3 & -1 \end{bmatrix*}\begin{bmatrix*}[r] -1 \\ 3 \end{bmatrix*}

Answer

[6431][13]\begin{bmatrix*}[r] 6 & 4 \\ 3 & -1 \end{bmatrix*}\begin{bmatrix*}[r] -1 \\ 3 \end{bmatrix*}

For matrix multiplication, the no. of columns in first matrix should be equal to no. of rows in the second matrix.

[6431][13]=[6×(1)+4×33×(1)+(1)×3]=[6+123+(3)]=[66].\Rightarrow \begin{bmatrix*}[r] 6 & 4 \\ 3 & -1 \end{bmatrix*}\begin{bmatrix*}[r] -1 \\ 3 \end{bmatrix*} = \begin{bmatrix*}[r] 6 \times (-1) + 4 \times 3 \\ 3 \times (-1) + (-1) \times 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -6 + 12 \\ -3 + (-3) \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 6 \\ -6 \end{bmatrix*}.

Hence, [6431][13]=[66].\begin{bmatrix*}[r] 6 & 4 \\ 3 & -1 \end{bmatrix*}\begin{bmatrix*}[r] -1 \\ 3 \end{bmatrix*} = \begin{bmatrix*}[r] 6 \\ -6 \end{bmatrix*}.

Question 2(iv)

Evaluate : if possible :

[6431][13]\begin{bmatrix*}[r] 6 & 4 \\ 3 & -1 \end{bmatrix*}\begin{bmatrix*}[r] -1 & 3 \\ \end{bmatrix*}

Answer

[6431][13]\begin{bmatrix*}[r] 6 & 4 \\ 3 & -1 \end{bmatrix*}\begin{bmatrix*}[r] -1 & 3 \\ \end{bmatrix*}

For matrix multiplication, the no. of columns in first matrix should be equal to no. of rows in the second matrix.

The above matrix multiplication is not possible as the no. of columns in first matrix is not equal to no. of rows in the second matrix.

Question 3

If A = [0252],B=[1132]\begin{bmatrix*}[r] 0 & 2 \\ 5 & -2 \end{bmatrix*}, B = \begin{bmatrix*}[r] 1 & -1 \\ 3 & 2 \end{bmatrix*} and I is a unit matrix of order 2 × 2, find :

(i) AB

(ii) BA

(iii) AI

Answer

(i) Substituting value in AB,

AB=[0252][1132][0×1+2×30×(1)+2×25×1+(2)×35×(1)+(2)×2][0+60+45654][6419].\Rightarrow AB = \begin{bmatrix*}[r] 0 & 2 \\ 5 & -2 \end{bmatrix*}\begin{bmatrix*}[r] 1 & -1 \\ 3 & 2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 0 \times 1 + 2 \times 3 & 0 \times (-1) + 2 \times 2 \\ 5 \times 1 + (-2) \times 3 & 5 \times (-1) + (-2) \times 2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 0 + 6 & 0 + 4 \\ 5 - 6 & -5 - 4 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 6 & 4 \\ -1 & -9 \end{bmatrix*}.

Hence, AB = [6419].\begin{bmatrix*}[r] 6 & 4 \\ -1 & -9 \end{bmatrix*}.

(ii) Substituting value in BA,

BA=[1132][0252]=[1×0+(1)×51×2+(1)×(2)3×0+2×53×2+2×(2)]=[052+20+1064]=[54102].\Rightarrow BA = \begin{bmatrix*}[r] 1 & -1 \\ 3 & 2 \end{bmatrix*}\begin{bmatrix*}[r] 0 & 2 \\ 5 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 \times 0 + (-1) \times 5 & 1 \times 2 + (-1) \times (-2) \\ 3 \times 0 + 2 \times 5 & 3 \times 2 + 2 \times (-2) \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 0 - 5 & 2 + 2 \\ 0 + 10 & 6 - 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -5 & 4 \\ 10 & 2 \end{bmatrix*}.

Hence, BA = [54102].\begin{bmatrix*}[r] -5 & 4 \\ 10 & 2 \end{bmatrix*}.

(iii) Substituting value in AI,

AI=[0252][1001]=[0×1+2×00×0+2×15×1+(2)×05×0+(2)×1]=[0252]=A\Rightarrow AI = \begin{bmatrix*}[r] 0 & 2 \\ 5 & -2 \end{bmatrix*}\begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 0 \times 1 + 2 \times 0 & 0 \times 0 + 2 \times 1 \\ 5 \times 1 + (-2) \times 0 & 5 \times 0 + (-2) \times 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 0 & 2 \\ 5 & -2 \end{bmatrix*} = A

Hence, AI = matrix A.

Question 4

If A = [3x01] and B =[9160y]\begin{bmatrix*}[r] 3 & x \\ 0 & 1 \end{bmatrix*} \text{ and B }= \begin{bmatrix*}[r] 9 & 16 \\ 0 & -y \end{bmatrix*}, find x and y when A2 = B.

Answer

Given,

A2=B[3x01][3x01]=[9160y][3×3+x×03×x+x×10×3+1×00×x+1×1]=[9160y][9+03x+x0+00+1]=[9160y][94x01]=[9160y]\Rightarrow A^2 = B \\[1em] \Rightarrow \begin{bmatrix*}[r] 3 & x \\ 0 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 3 & x \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 9 & 16 \\ 0 & -y \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 3 \times 3 + x \times 0 & 3 \times x + x \times 1 \\ 0 \times 3 + 1 \times 0 & 0 \times x + 1 \times 1 \end{bmatrix*} = \begin{bmatrix*}[r] 9 & 16 \\ 0 & -y \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 9 + 0 & 3x + x \\ 0 + 0 & 0 + 1 \end{bmatrix*} = \begin{bmatrix*}[r] 9 & 16 \\ 0 & -y \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 9 & 4x \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 9 & 16 \\ 0 & -y \end{bmatrix*}

By definition of equality of matrices we get,

4x = 16
⇒ x = 4.

1 = -y
⇒ y = -1.

Hence, x = 4 and y = -1.

Question 5

Find x and y, if :

[x031][110y]=[2232]\begin{bmatrix*}[r] x & 0 \\ -3 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 1 & 1 \\ 0 & y \end{bmatrix*} = \begin{bmatrix*}[r] 2 & 2 \\ -3 & -2 \end{bmatrix*}

Answer

Given,

[x031][110y]=[2232][x×1+0×0x×1+0×y3×1+1×03×1+1×y]=[2232][x+0x+03+03+y]=[2232][xx33+y]=[2232]\Rightarrow \begin{bmatrix*}[r] x & 0 \\ -3 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 1 & 1 \\ 0 & y \end{bmatrix*} = \begin{bmatrix*}[r] 2 & 2 \\ -3 & -2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x \times 1 + 0 \times 0 & x \times 1 + 0 \times y \\ -3 \times 1 + 1 \times 0 & -3 \times 1 + 1 \times y \end{bmatrix*} = \begin{bmatrix*}[r] 2 & 2 \\ -3 & -2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x + 0 & x + 0 \\ -3 + 0 & -3 + y \end{bmatrix*} = \begin{bmatrix*}[r] 2 & 2 \\ -3 & -2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x & x \\ -3 & -3 + y \end{bmatrix*} = \begin{bmatrix*}[r] 2 & 2 \\ -3 & -2 \end{bmatrix*}

By definition of equality of matrices we get,

x = 2

-3 + y = -2
⇒ y = -2 + 3
⇒ y = 1.

Hence, x = 2 and y = 1.

Question 6

If A = [1324],B=[1243] and C=[4312]\begin{bmatrix*}[r] 1 & 3 \\ 2 & 4 \end{bmatrix*}, B = \begin{bmatrix*}[r] 1 & 2 \\ 4 & 3 \end{bmatrix*} \text{ and } C = \begin{bmatrix*}[r] 4 & 3 \\ 1 & 2 \end{bmatrix*}, find :

(i) (AB)C

(ii) A(BC)

Is A(BC) = (AB)C ?

Answer

(i) Substituting value of A, B and C in (AB)C we get,

([1324][1243])[4312]=([1×1+3×41×2+3×32×1+4×42×2+4×3])[4312]=([1+122+92+164+12])[4312]=[13111816][4312]=[13×4+11×113×3+11×218×4+16×118×3+16×2]=[52+1139+2272+1654+32]=[63618886].\Rightarrow \Big(\begin{bmatrix*}[r] 1 & 3 \\ 2 & 4 \end{bmatrix*}\begin{bmatrix*}[r] 1 & 2 \\ 4 & 3 \end{bmatrix*}\Big)\begin{bmatrix*}[r] 4 & 3 \\ 1 & 2 \end{bmatrix*} \\[1em] = \Big(\begin{bmatrix*}[r] 1 \times 1 + 3 \times 4 & 1 \times 2 + 3 \times 3 \\ 2 \times 1 + 4 \times 4 & 2 \times 2 + 4 \times 3 \end{bmatrix*}\Big)\begin{bmatrix*}[r] 4 & 3 \\ 1 & 2 \end{bmatrix*} \\[1em] = \Big(\begin{bmatrix*}[r] 1 + 12 & 2 + 9 \\ 2 + 16 & 4 + 12 \end{bmatrix*}\Big)\begin{bmatrix*}[r] 4 & 3 \\ 1 & 2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 13 & 11 \\ 18 & 16 \end{bmatrix*}\begin{bmatrix*}[r] 4 & 3 \\ 1 & 2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 13 \times 4 + 11 \times 1 & 13 \times 3 + 11 \times 2 \\ 18 \times 4 + 16 \times 1 & 18 \times 3 + 16 \times 2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 52 + 11 & 39 + 22 \\ 72 + 16 & 54 + 32 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 63 & 61 \\ 88 & 86 \end{bmatrix*}.

Hence, (AB)C = [63618886].\begin{bmatrix*}[r] 63 & 61 \\ 88 & 86 \end{bmatrix*}.

(ii) Substituting value of A, B and C in A(BC) we get,

[1324]([1243][4312])=[1324]([1×4+2×11×3+2×24×4+3×14×3+3×2])=[1324][4+23+416+312+6]=[1324][671918]=[1×6+3×191×7+3×182×6+4×192×7+4×18]=[6+577+5412+7614+72]=[63618886]\Rightarrow \begin{bmatrix*}[r] 1 & 3 \\ 2 & 4 \end{bmatrix*}\Big(\begin{bmatrix*}[r] 1 & 2 \\ 4 & 3 \end{bmatrix*}\begin{bmatrix*}[r] 4 & 3 \\ 1 & 2 \end{bmatrix*}\Big) \\[1em] = \begin{bmatrix*}[r] 1 & 3 \\ 2 & 4 \end{bmatrix*}\Big(\begin{bmatrix*}[r] 1 \times 4 + 2\times 1 & 1 \times 3 + 2 \times 2 \\ 4 \times 4 + 3 \times 1 & 4 \times 3 + 3 \times 2 \end{bmatrix*}\Big) \\[1em] = \begin{bmatrix*}[r] 1 & 3 \\ 2 & 4 \end{bmatrix*}\begin{bmatrix*}[r] 4 + 2 & 3 + 4 \\ 16 + 3 & 12 + 6 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 & 3 \\ 2 & 4 \end{bmatrix*}\begin{bmatrix*}[r] 6 & 7 \\ 19 & 18 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 \times 6 + 3 \times 19 & 1 \times 7 + 3 \times 18 \\ 2 \times 6 + 4 \times 19 & 2 \times 7 + 4 \times 18 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 6 + 57 & 7 + 54 \\ 12 + 76 & 14 + 72 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 63 & 61 \\ 88 & 86 \end{bmatrix*}

Hence, A(BC) = [63618886]\begin{bmatrix*}[r] 63 & 61 \\ 88 & 86 \end{bmatrix*}.

Hence, A(BC) = (AB)C.

Question 7

Let A = [2102],B=[4132] and C =[3214]\begin{bmatrix*}[r] 2 & 1 \\ 0 & -2 \end{bmatrix*}, B = \begin{bmatrix*}[r] 4 & 1 \\ -3 & -2 \end{bmatrix*} \text{ and C }= \begin{bmatrix*}[r] -3 & 2 \\ -1 & 4 \end{bmatrix*}. Find A2 + AC - 5B.

Answer

Substituting values of A, B and C in A2 + AC - 5B we get,

[2102][2102]+[2102][3214]5[4132]=[2×2+1×02×1+1×(2)0×2+(2)×00×1+(2)×(2)]+[2×(3)+1×(1)2×2+1×40×(3)+(2)×(1)0×2+(2)×4][2051510]=[4+0220+00+4]+[614+40+208][2051510]=[4004]+[7828][2051510]=[4+(7)200+850+2(15)4+(8)(10)]=[233176]\Rightarrow \begin{bmatrix*}[r] 2 & 1 \\ 0 & -2 \end{bmatrix*}\begin{bmatrix*}[r] 2 & 1 \\ 0 & -2 \end{bmatrix*} + \begin{bmatrix*}[r] 2 & 1 \\ 0 & -2 \end{bmatrix*}\begin{bmatrix*}[r] -3 & 2 \\ -1 & 4 \end{bmatrix*} - 5\begin{bmatrix*}[r] 4 & 1 \\ -3 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 \times 2 + 1 \times 0 & 2 \times 1 + 1 \times (-2) \\ 0 \times 2 + (-2) \times 0 & 0 \times 1 + (-2) \times (-2) \end{bmatrix*} + \begin{bmatrix*}[r] 2 \times (-3) + 1 \times (-1) & 2 \times 2 + 1 \times 4 \\ 0 \times (-3) + (-2) \times (-1) & 0 \times 2 + (-2) \times 4 \end{bmatrix*} - \begin{bmatrix*}[r] 20 & 5 \\ -15 & -10 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 4 + 0 & 2 - 2 \\ 0 + 0 & 0 + 4 \end{bmatrix*} + \begin{bmatrix*}[r] -6 - 1 & 4 + 4 \\ 0 + 2 & 0 - 8 \end{bmatrix*} - \begin{bmatrix*}[r] 20 & 5 \\ -15 & -10 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 4 & 0 \\ 0 & 4 \end{bmatrix*} + \begin{bmatrix*}[r] -7 & 8 \\ 2 & -8 \end{bmatrix*} - \begin{bmatrix*}[r] 20 & 5 \\ -15 & -10 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 4 + (-7) - 20 & 0 + 8 - 5 \\ 0 + 2 - (-15) & 4 + (-8) - (-10) \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -23 & 3 \\ 17 & 6 \end{bmatrix*}

Hence, A2 + AC - 5B = [233176]\begin{bmatrix*}[r] -23 & 3 \\ 17 & 6 \end{bmatrix*}.

Question 8

If M = [1221]\begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} and I is a unit matrix of the same order as that of M; show that :

M2 = 2M + 3I

Answer

I = [1001]\begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*}

M = [1221]\begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*}

L.H.S. =M2=[1221][1221]=[1×1+2×21×2+2×12×1+1×22×2+1×1]=[1+42+22+24+1]=[5445]R.H.S.=2M+3I=2[1221]+3[1001]=[2442]+[3003]=[2+34+04+02+3]=[5445].\text{L.H.S. }= M^2 = \begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 \times 1 + 2 \times 2 & 1 \times 2 + 2 \times 1 \\ 2 \times 1 + 1 \times 2 & 2 \times 2 + 1 \times 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 + 4 & 2 + 2 \\ 2 + 2 & 4 + 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 5 & 4 \\ 4 & 5 \end{bmatrix*} \\[1em] \text{R.H.S.} = 2M + 3I \\[1em] = 2\begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} + 3\begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 & 4 \\ 4 & 2 \end{bmatrix*} + \begin{bmatrix*}[r] 3 & 0 \\ 0 & 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 + 3 & 4 + 0 \\ 4 + 0 & 2 + 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 5 & 4 \\ 4 & 5 \end{bmatrix*}.

Since, L.H.S. = R.H.S.

Hence, proved that M2 = 2M + 3I.

Question 9

If A = [a002],B=[0b10],M=[1111]\begin{bmatrix*}[r] a & 0 \\ 0 & 2 \end{bmatrix*}, B = \begin{bmatrix*}[r] 0 & -b \\ 1 & 0 \end{bmatrix*}, M = \begin{bmatrix*}[r] 1 & -1 \\ 1 & 1 \end{bmatrix*} and BA = M2, find the values of a and b.

Answer

Given,

BA=M2[0b10][a002]=[1111][1111][0×a+(b)×00×0+(b)×21×a+0×01×0+0×2]=[1×1+(1)×11×(1)+(1)×11×1+1×11×(1)+1×1][002ba+00]=[11111+11+1][02ba0]=[0220]\Rightarrow BA = M^2 \\[1em] \Rightarrow \begin{bmatrix*}[r] 0 & -b \\ 1 & 0 \end{bmatrix*}\begin{bmatrix*}[r] a & 0 \\ 0 & 2 \end{bmatrix*} = \begin{bmatrix*}[r] 1 & -1 \\ 1 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 1 & -1 \\ 1 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 0 \times a + (-b) \times 0 & 0 \times 0 + (-b) \times 2 \\ 1 \times a + 0 \times 0 & 1 \times 0 + 0 \times 2 \end{bmatrix*} = \begin{bmatrix*}[r] 1 \times 1 + (-1) \times 1 & 1 \times (-1) + (-1) \times 1 \\ 1 \times 1 + 1 \times 1 & 1 \times (-1) + 1 \times 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 0 & 0 - 2b \\ a + 0 & 0 \end{bmatrix*} = \begin{bmatrix*}[r] 1 - 1 & -1 - 1 \\ 1 + 1 & -1 + 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 0 & -2b \\ a & 0 \end{bmatrix*} = \begin{bmatrix*}[r] 0 & -2 \\ 2 & 0 \end{bmatrix*}

By definition of equality of matrices we get,

-2b = -2
⇒ b = 1.

a = 2.

Hence, a = 2 and b = 1.

Question 10

Find the matrix A, if B = [2101] and B2=B+12A\begin{bmatrix*}[r] 2 & 1 \\ 0 & 1 \end{bmatrix*} \text{ and } B^2 = B + \dfrac{1}{2}A.

Answer

Given,

B2=B+12A\Rightarrow B^2 = B + \dfrac{1}{2}A

Substituting value of B in above equation we get,

[2101][2101]=[2101]+12A[2×2+1×02×1+1×1 0×2+1×00×1+1×1]=[2101]+12A[4+02+100+1]=[2101]+12A[4301]=[2101]+12A12A=[4301][2101]12A=[42310011]12A=[2200]A=2[2200]A=[4400].\Rightarrow \begin{bmatrix*}[r] 2 & 1 \\ 0 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 2 & 1 \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 2 & 1 \\ 0 & 1 \end{bmatrix*} + \dfrac{1}{2}A \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 \times 2 + 1 \times 0 & 2 \times 1 + 1 \times 1\ 0 \times 2 + 1 \times 0 & 0 \times 1 + 1 \times 1 \end{bmatrix*} = \begin{bmatrix*}[r] 2 & 1 \\ 0 & 1 \end{bmatrix*} + \dfrac{1}{2}A \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 + 0 & 2 + 1 \\ 0 & 0 + 1 \end{bmatrix*} = \begin{bmatrix*}[r] 2 & 1 \\ 0 & 1 \end{bmatrix*} + \dfrac{1}{2}A \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 & 3 \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 2 & 1 \\ 0 & 1 \end{bmatrix*} + \dfrac{1}{2}A \\[1em] \Rightarrow \dfrac{1}{2}A = \begin{bmatrix*}[r] 4 & 3 \\ 0 & 1 \end{bmatrix*} - \begin{bmatrix*}[r] 2 & 1 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \dfrac{1}{2}A = \begin{bmatrix*}[r] 4 - 2 & 3 - 1 \\ 0 - 0 & 1 - 1 \end{bmatrix*} \\[1em] \Rightarrow \dfrac{1}{2}A = \begin{bmatrix*}[r] 2 & 2 \\ 0 & 0 \end{bmatrix*} \\[1em] \Rightarrow A = 2\begin{bmatrix*}[r] 2 & 2 \\ 0 & 0 \end{bmatrix*} \\[1em] \Rightarrow A = \begin{bmatrix*}[r] 4 & 4 \\ 0 & 0 \end{bmatrix*}.

Hence, A = [4400].\begin{bmatrix*}[r] 4 & 4 \\ 0 & 0 \end{bmatrix*}.

Question 11

If A = [11ab]\begin{bmatrix*}[r] -1 & 1 \\ a & b \end{bmatrix*} and A2 = I, find a and b.

Answer

Given, A2 = I

[11ab][11ab]=[1001][1×1+1×a1×1+1×ba×(1)+b×aa×1+b×b]=[1001][1+a1+ba+aba+b2]=[1001]\therefore \begin{bmatrix*}[r] -1 & 1 \\ a & b \end{bmatrix*}\begin{bmatrix*}[r] -1 & 1 \\ a & b \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] -1 \times -1 + 1 \times a & -1 \times 1 + 1 \times b \\ a \times (-1) + b \times a & a \times 1 + b \times b \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 1 + a & -1 + b \\ -a + ab & a + b^2 \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*}

By definition of equality of matrices we get,

1 + a = 1
⇒ a = 0.

-1 + b = 0
⇒ b = 1.

Hence, a = 0 and b = 1

Question 12(i)

Solve for x and y :

[2552][xy]=[714]\begin{bmatrix*}[r] 2 & 5 \\ 5 & 2 \end{bmatrix*}\begin{bmatrix*}[r] x \\ y \end{bmatrix*} = \begin{bmatrix*}[r] -7 \\ 14 \end{bmatrix*}

Answer

Given,

[2552][xy]=[714][2×x+5×y5×x+2×y]=[714][2x+5y5x+2y]=[714]\Rightarrow \begin{bmatrix*}[r] 2 & 5 \\ 5 & 2 \end{bmatrix*}\begin{bmatrix*}[r] x \\ y \end{bmatrix*} = \begin{bmatrix*}[r] -7 \\ 14 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 \times x + 5 \times y \\ 5 \times x + 2 \times y \end{bmatrix*} = \begin{bmatrix*}[r] -7 \\ 14 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2x + 5y \\ 5x + 2y \end{bmatrix*} = \begin{bmatrix*}[r] -7 \\ 14 \end{bmatrix*}

By definition of equality of matrices we get,

2x + 5y = -7

⇒ 2x = -(7 + 5y)

⇒ x = (7+5y)2\dfrac{-(7 + 5y)}{2} ......(i)

5x + 2y = 14

Substituting value of x from (i) in above equation we get,

5×(7+5y)2+2y=143525y2+2y=143525y+4y2=143521y=2821y=28+3521y=63y=3.\Rightarrow 5 \times \dfrac{-(7 + 5y)}{2} + 2y = 14 \\[1em] \Rightarrow \dfrac{-35 - 25y}{2} + 2y = 14 \\[1em] \Rightarrow \dfrac{-35 - 25y + 4y}{2} = 14 \\[1em] \Rightarrow -35 - 21y = 28 \\[1em] \Rightarrow -21y = 28 + 35 \\[1em] \Rightarrow -21y = 63 \\[1em] \Rightarrow y = -3.

Substituting y = -3 in (i) we get,

x=(7+5(3))2=(715)2=82=4x = \dfrac{-(7 + 5(-3))}{2} = \dfrac{-(7 - 15)}{2} = \dfrac{8}{2} = 4.

Hence, x = 4 and y = -3.

Question 12(ii)

Solve for x and y :

[x+yx4][1222]=[711]\begin{bmatrix*}[r] x + y & x - 4 \end{bmatrix*}\begin{bmatrix*}[r] -1 & -2 \\ 2 & 2 \end{bmatrix*} = \begin{bmatrix*}[r] -7 & -11 \end{bmatrix*}

Answer

Given,

[x+yx4][1222]=[711][(x+y)×1+(x4)×2(x+y)×2+(x4)×2]=[711][xy+2x82x2y+2x8]=[711][xy82y8]=[711]\Rightarrow \begin{bmatrix*}[r] x + y & x - 4 \end{bmatrix*}\begin{bmatrix*}[r] -1 & -2 \\ 2 & 2 \end{bmatrix*} = \begin{bmatrix*}[r] -7 & -11 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] (x + y) \times -1 + (x - 4) \times 2 & (x + y) \times -2 + (x - 4) \times 2 \end{bmatrix*} = \begin{bmatrix*}[r] -7 & -11 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] -x - y + 2x - 8 & -2x - 2y + 2x - 8 \end{bmatrix*} = \begin{bmatrix*}[r] -7 & -11 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x - y - 8 & - 2y - 8 \end{bmatrix*} = \begin{bmatrix*}[r] -7 & -11 \end{bmatrix*}

By definition of equality of matrices we get,

-2y - 8 = -11

⇒ -2y = -3

⇒ y = 32\dfrac{3}{2}.

x - y - 8 = -7

⇒ x - y = 1

⇒ x = 1 + y

⇒ x = 1+32=521 + \dfrac{3}{2} = \dfrac{5}{2}.

Hence, x=52,y=32.x = \dfrac{5}{2}, y = \dfrac{3}{2}.

Question 12(iii)

Solve for x and y :

[2031][12x]+3[21]=2[y3]\begin{bmatrix*}[r] -2 & 0 \\ 3 & 1 \end{bmatrix*}\begin{bmatrix*}[r] -1 \\ 2x \end{bmatrix*} + 3\begin{bmatrix*}[r] -2 \\ 1 \end{bmatrix*} = 2\begin{bmatrix*}[r] y \\ 3 \end{bmatrix*}.

Answer

Given,

[2031][12x]+3[21]=2[y3][2×1+0×2x3×(1)+1×2x]+[63]=[2y6][23+2x]+[63]=[2y6][2+(6)3+2x+3]=[2y6][42x]=[2y6]\Rightarrow \begin{bmatrix*}[r] -2 & 0 \\ 3 & 1 \end{bmatrix*}\begin{bmatrix*}[r] -1 \\ 2x \end{bmatrix*} + 3\begin{bmatrix*}[r] -2 \\ 1 \end{bmatrix*} = 2\begin{bmatrix*}[r] y \\ 3 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] -2 \times -1 + 0 \times 2x \\ 3 \times (-1) + 1 \times 2x \end{bmatrix*} + \begin{bmatrix*}[r] -6 \\ 3 \end{bmatrix*} = \begin{bmatrix*}[r] 2y \\ 6 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 \\ -3 + 2x \end{bmatrix*} + \begin{bmatrix*}[r] -6 \\ 3 \end{bmatrix*} = \begin{bmatrix*}[r] 2y \\ 6 \end{bmatrix*} \\[1em] \begin{bmatrix*}[r] 2 + (-6) \\ -3 + 2x + 3 \end{bmatrix*} = \begin{bmatrix*}[r] 2y \\ 6 \end{bmatrix*} \\[1em] \begin{bmatrix*}[r] -4 \\ 2x \end{bmatrix*} = \begin{bmatrix*}[r] 2y \\ 6 \end{bmatrix*}

By definition of equality of matrices we get,

2y = -4
⇒ y = -2.

2x = 6
⇒ x = 3.

Hence, x = 3 and y = -2.

Question 13

In each case given below, find :

(a) the order of matrix M.

(b) the matrix M.

(i) M×[1102]=[12]M \times \begin{bmatrix*}[r] 1 & 1 \\ 0 & 2 \end{bmatrix*} =\begin{bmatrix*}[r] 1 & 2 \end{bmatrix*}

(ii) [1421]×M=[135]\begin{bmatrix*}[r] 1 & 4 \\ 2 & 1 \end{bmatrix*} \times M = \begin{bmatrix*}[r] 13 \\ 5 \end{bmatrix*}

Answer

(i) Let order of matrix M be a × b.

Ma×b×[1102]2×2=[12]1×2M_{a \times b} \times \begin{bmatrix*}[r] 1 & 1 \\ 0 & 2 \end{bmatrix*}_{2 \times 2} = \begin{bmatrix*}[r] 1 & 2 \end{bmatrix*}_{1 \times 2}

Since, the product of matrices is possible, only when the number of columns in the first matrix is equal to the number of rows in the second.

∴ b = 2

Also, the no. of rows of product (resulting) matrix is equal to no. of rows of first matrix.

∴ a = 1

Order of matrix M = a × b = 1 × 2.

Let M = [xy]\begin{bmatrix*}[r] x & y \end{bmatrix*}.

[xy]×[1102]=[12][x×1+y×0x×1+y×2]=[12][xx+2y]=[12]\Rightarrow \begin{bmatrix*}[r] x & y \end{bmatrix*} \times \begin{bmatrix*}[r] 1 & 1 \\ 0 & 2 \end{bmatrix*} =\begin{bmatrix*}[r] 1 & 2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x \times 1 + y \times 0 & x \times 1 + y \times 2 \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x & x + 2y \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 2 \end{bmatrix*}

By definition of equality of matrices we get,

x = 1

x + 2y = 2
⇒ 1 + 2y = 2
⇒ 2y = 1
⇒ y = 12\dfrac{1}{2}.

∴ M = [xy]=[112]\begin{bmatrix*}[r] x & y \end{bmatrix*} = \begin{bmatrix*}[r] 1 & \dfrac{1}{2} \end{bmatrix*}.

Hence, M = [112].\begin{bmatrix*}[r] 1 & \dfrac{1}{2} \end{bmatrix*}.

(ii) Let order of matrix M be a × b.

i.e. [1421]2×2×Ma×b=[135]2×1\begin{bmatrix*}[r] 1 & 4 \\ 2 & 1 \end{bmatrix*}_{2 \times 2} \times M_{a \times b} = \begin{bmatrix*}[r] 13 \\ 5 \end{bmatrix*}_{2 \times 1}

Since product of matrix is possible, only when the number of columns in the first matrix is equal to no. of rows in second.

∴ a = 2.

Also the no. of columns of product (resulting matrix) is equal to no. of columns of second matrix.

∴ b = 1.

Hence, order of matrix = 2 × 1.

Let M = [xy]\begin{bmatrix*}[r] x \\ y \end{bmatrix*}

[1421]×[xy]=[135][1×x+4×y2×x+1×y]=[135][x+4y2x+y]=[135]\Rightarrow \begin{bmatrix*}[r] 1 & 4 \\ 2 & 1 \end{bmatrix*} \times \begin{bmatrix*}[r] x \\ y \end{bmatrix*} = \begin{bmatrix*}[r] 13 \\ 5 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 1 \times x + 4 \times y \\ 2 \times x + 1 \times y \end{bmatrix*} = \begin{bmatrix*}[r] 13 \\ 5 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x + 4y \\ 2x + y \end{bmatrix*} = \begin{bmatrix*}[r] 13 \\ 5 \end{bmatrix*}

By definition of equality of matrices we get,

x + 4y = 13
⇒ x = 13 - 4y ......(i)

2x + y = 5
⇒ 2(13 - 4y) + y = 5
⇒ 26 - 8y + y = 5
⇒ -7y = -21
⇒ y = 3.

⇒ x = 13 - 4y = 13 - 4(3) = 13 - 12 = 1.

M=[xy]=[13].\therefore M = \begin{bmatrix*}[r] x \\ y \end{bmatrix*} = \begin{bmatrix*}[r] 1 \\ 3 \end{bmatrix*}.

Hence, M=[13].M = \begin{bmatrix*}[r] 1 \\ 3 \end{bmatrix*}.

Question 14

If A = [2x01]and B=[43601];\begin{bmatrix*}[r] 2 & x \\ 0 & 1 \end{bmatrix*} \text{and } B = \begin{bmatrix*}[r] 4 & 36 \\ 0 & 1 \end{bmatrix*}; find the value of x, given that : A2 = B.

Answer

Given,

⇒ A2 = B

[2x01][2x01]=[43601][2×2+x×02×x+x×10×2+1×00×x+1×1]=[43601][4+02x+x00+1]=[43601][43x01]=[43601]\Rightarrow \begin{bmatrix*}[r] 2 & x \\ 0 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 2 & x \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 4 & 36 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 \times 2 + x \times 0 & 2 \times x + x \times 1 \\ 0 \times 2 + 1 \times 0 & 0 \times x + 1 \times 1 \end{bmatrix*} = \begin{bmatrix*}[r] 4 & 36 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 + 0 & 2x + x \\ 0 & 0 + 1 \end{bmatrix*} = \begin{bmatrix*}[r] 4 & 36 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 & 3x \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 4 & 36 \\ 0 & 1 \end{bmatrix*}

By definition of equality of matrices we get,

3x = 36
⇒ x = 12.

Hence, x = 12.

Question 15

If A and B are any two 2 × 2 matrices such that AB = BA = B and B is not a zero matrix, what can you say about the matrix A?

Answer

Since, AB = BA = B and B is not a zero matrix.

It means that A is a unit or identity matrix.

Question 16

Given A = [3004],B=[ab0c]\begin{bmatrix*}[r] 3 & 0 \\ 0 & 4 \end{bmatrix*}, B = \begin{bmatrix*}[r] a & b \\ 0 & c \end{bmatrix*} and that AB = A + B; find the values of a, b and c.

Answer

Given,

AB=A+B[3004][ab0c]=[3004]+[ab0c][3×a+0×03×b+0×c0×a+4×00×b+4×c]=[3+ab04+c][3a3b04c]=[3+ab04+c]\Rightarrow AB = A + B \\[1em] \Rightarrow \begin{bmatrix*}[r] 3 & 0 \\ 0 & 4 \end{bmatrix*}\begin{bmatrix*}[r] a & b \\ 0 & c \end{bmatrix*} = \begin{bmatrix*}[r] 3 & 0 \\ 0 & 4 \end{bmatrix*} + \begin{bmatrix*}[r] a & b \\ 0 & c \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 3 \times a + 0 \times 0 & 3 \times b + 0 \times c \\ 0 \times a + 4 \times 0 & 0 \times b + 4 \times c \end{bmatrix*} = \begin{bmatrix*}[r] 3 + a & b \\ 0 & 4 + c \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 3a & 3b \\ 0 & 4c \end{bmatrix*} = \begin{bmatrix*}[r] 3 + a & b \\ 0 & 4 + c \end{bmatrix*}

By definition of equality of matrices we get,

3a = 3 + a
⇒ 3a - a = 3
⇒ 2a = 3
⇒ a = 32\dfrac{3}{2}.

3b = b
⇒ b = 0.

4c = 4 + c
⇒ 4c - c = 4
⇒ 3c = 4
⇒ c = 43\dfrac{4}{3}

Hence, a = 32,b=0 and c=43\dfrac{3}{2}, b = 0 \text{ and c} = \dfrac{4}{3}.

Question 17

If A = [2113] and B=[311]\begin{bmatrix*}[r] 2 & 1 \\ 1 & 3 \end{bmatrix*} \text{ and } B = \begin{bmatrix*}[r] 3 \\ -11 \end{bmatrix*} find the matrix X such that AX = B.

Answer

Given,

AX=B[2113]X=[311]\Rightarrow AX = B \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 & 1 \\ 1 & 3 \end{bmatrix*}X = \begin{bmatrix*}[r] 3 \\ -11 \end{bmatrix*}

X will be a matrix of order 2 × 1. So, let X = [ab]\begin{bmatrix*}[r] a \\ b \end{bmatrix*}.

[2113][ab]=[311][2×a+1×b1×a+3×b]=[311][2a+ba+3b]=[311]\Rightarrow \begin{bmatrix*}[r] 2 & 1 \\ 1 & 3 \end{bmatrix*}\begin{bmatrix*}[r] a \\ b \end{bmatrix*} = \begin{bmatrix*}[r] 3 \\ -11 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 \times a + 1 \times b \\ 1 \times a + 3 \times b \end{bmatrix*} = \begin{bmatrix*}[r] 3 \\ -11 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2a + b \\ a + 3b \end{bmatrix*} = \begin{bmatrix*}[r] 3 \\ -11 \end{bmatrix*}

By definition of equality of matrices we get,

2a + b = 3
⇒ b = 3 - 2a .......(i)

a + 3b = -11

Substituting value of b from (i) in above equation we get,

⇒ a + 3(3 - 2a) = -11
⇒ a + 9 - 6a = -11
⇒ -5a = -11 - 9
⇒ -5a = -20
⇒ a = 4.

b = 3 - 2a = 3 - 2(4) = 3 - 8 = -5.

Hence, X = [ab]=[45].\begin{bmatrix*}[r] a \\ b \end{bmatrix*} = \begin{bmatrix*}[r] 4 \\ -5 \end{bmatrix*}.

Question 18

If M = [4112]\begin{bmatrix*}[r] 4 & 1 \\ -1 & 2 \end{bmatrix*}, show that : 6M - M2 = 9I; where I is a 2 × 2 unit matrix.

Answer

M2=[4112][4112]=[4×4+1×(1)4×1+1×21×4+2×(1)1×1+2×2]=[1614+24+(2)1+4]=[15663].M^2 = \begin{bmatrix*}[r] 4 & 1 \\ -1 & 2 \end{bmatrix*}\begin{bmatrix*}[r] 4 & 1 \\ -1 & 2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 4 \times 4 + 1 \times (-1) & 4 \times 1 + 1 \times 2 \\ -1 \times 4 + 2 \times (-1) & -1 \times 1 + 2 \times 2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 16 - 1 & 4 + 2 \\ -4 + (-2) & -1 + 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 15 & 6 \\ -6 & 3 \end{bmatrix*}.

Substituting value of M2 in L.H.S. of 6M - M2 = 9I,

=6[4112][15663]=[246612][15663]=[2415666(6)123]=[9009]=9[1001]=9I\phantom{=} 6\begin{bmatrix*}[r] 4 & 1 \\ -1 & 2 \end{bmatrix*} - \begin{bmatrix*}[r] 15 & 6 \\ -6 & 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 24 & 6 \\ -6 & 12 \end{bmatrix*} - \begin{bmatrix*}[r] 15 & 6 \\ -6 & 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 24 - 15 & 6 - 6 \\ -6 - (-6) & 12 - 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 9 & 0 \\ 0 & 9 \end{bmatrix*} \\[1em] = 9\begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] = 9\text{I}

Since, L.H.S. = R.H.S.

Hence, proved that 6M - M2 = 9I.

Question 19

If P = [2639] and Q=[3xy2]\begin{bmatrix*}[r] 2 & 6 \\ 3 & 9 \end{bmatrix*} \text{ and Q} = \begin{bmatrix*}[r] 3 & x \\ y & 2 \end{bmatrix*}, find x and y such that PQ = null matrix.

Answer

Given,

PQ = null matrix.

[2639][3xy2]=[0000][2×3+6×y2×x+6×23×3+9×y3×x+9×2]=[0000][6+6y2x+129+9y3x+18]=[0000].\therefore \begin{bmatrix*}[r] 2 & 6 \\ 3 & 9 \end{bmatrix*}\begin{bmatrix*}[r] 3 & x \\ y & 2 \end{bmatrix*} = \begin{bmatrix*}[r] 0 & 0 \\ 0 & 0 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 \times 3 + 6 \times y & 2 \times x + 6 \times 2 \\ 3 \times 3 + 9 \times y & 3 \times x + 9 \times 2 \end{bmatrix*} = \begin{bmatrix*}[r] 0 & 0 \\ 0 & 0 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 6 + 6y & 2x + 12 \\ 9 + 9y & 3x + 18 \end{bmatrix*} = \begin{bmatrix*}[r] 0 & 0 \\ 0 & 0 \end{bmatrix*}.

By definition of equality of matrices we get,

6 + 6y = 0
⇒ 6y = -6
⇒ y = -1.

2x + 12 = 0
⇒ 2x = -12
⇒ x = -6.

Hence, x = -6 and y = -1.

Question 20

Evaluate :

[2cos60°2sin30°tan45°cos0°][cot45°cosec30°sec60°sin90°]\begin{bmatrix*}[r] 2cos60° & -2sin30° \\ -tan 45° & cos0° \end{bmatrix*}\begin{bmatrix*}[r] cot 45° & cosec 30° \\ sec60° & sin 90° \end{bmatrix*}

Answer

Given,

[2cos60°2sin30°tan45°cos0°][cot45°cosec30°sec60°sin90°][2×122×1211][1221][1111][1221][1×1+(1)×21×2+(1)×11×1+1×21×2+1×1][12211+22+1][1111].\Rightarrow \begin{bmatrix*}[r] 2cos60° & -2sin30° \\ -tan 45° & cos0° \end{bmatrix*}\begin{bmatrix*}[r] cot 45° & cosec 30° \\ sec60° & sin 90° \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 \times \dfrac{1}{2} & -2 \times \dfrac{1}{2} \\ -1 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 1 & -1 \\ -1 & 1 \end{bmatrix*}\begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 1 \times 1 + (-1) \times 2 & 1 \times 2 + (-1) \times 1 \\ -1 \times 1 + 1 \times 2 & -1 \times 2 + 1 \times 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 1 - 2 & 2 - 1 \\ -1 + 2 & -2 + 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] -1 & 1 \\ 1 & -1 \end{bmatrix*}.

Hence, [2cos60°2sin30°tan45°cos0°][cot45°cosec30°sec60°sin90°]=[1111].\begin{bmatrix*}[r] 2cos60° & -2sin30° \\ -tan 45° & cos0° \end{bmatrix*}\begin{bmatrix*}[r] cot 45° & cosec 30° \\ sec60° & sin 90° \end{bmatrix*} = \begin{bmatrix*}[r] -1 & 1 \\ 1 & -1 \end{bmatrix*}.

Question 21

State, with reason, whether the following are true or false. A, B and C are matrices of order 2 × 2.

(i) A + B = B + A

(ii) A - B = B - A

(iii) (B.C).A = B.(C.A)

(iv) (A + B).C = A.C + B.C

(v) A.(B - C) = A.B - A.C

(vi) (A - B).C = A.C - B.C

(vii) A2 - B2 = (A + B)(A - B)

(viii) (A - B)2 = A2 - 2A.B + B2.

Answer

(i) A + B = B + A

The above statement is true because addition of matrices is commutative.

(ii) A - B = B - A

The above statement is false because subtraction of matrices is not commutative.

(iii) (B.C).A = B.(C.A)

The above statement is true because multiplication of matrices is associative.

(iv) (A + B).C = A.C + B.C

The above statement is true because multiplication of matrices is distributive over addition.

(v) A.(B - C) = A.B - A.C

The above statement is true because multiplication of matrices is distributive over subtraction.

(vi) (A - B).C = A.C - B.C

The above statement is true because multiplication of matrices is distributive over subtraction.

(vii) A2 - B2 = (A + B)(A - B)

The above statement is false because laws of algebra for factorization and expansion are not applicable to matrices.

(viii) (A - B)2 = A2 - 2A.B + B2

The above statement is false because laws of algebra for factorization and expansion are not applicable to matrices.

PrevNext