KnowledgeBoat Logo
|
OPEN IN APP

Chapter 8

Matrices — Exercise 8.3

Class - 10 ML Aggarwal Understanding ICSE Mathematics



Exercise 8.3

Question 1

If A = [3542] and B =[24],\begin{bmatrix*}[r] 3 & 5 \\ 4 & -2 \end{bmatrix*} \text{ and B } = \begin{bmatrix*}[r] 2 \\ 4 \end{bmatrix*}, is the product AB possible? Give a reason. If yes find AB.

Answer

The product is possible because number of rows in A = number of columns in B =

AB=[3542][24]=[3.2+5.44.2+(2).4]=[260]AB = \begin{bmatrix*}[r] 3 & 5 \\ 4 & -2 \end{bmatrix*} \begin{bmatrix*}[r] 2 \\ 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 3.2 + 5.4 \\ 4.2 + (-2).4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 26 \\ 0 \end{bmatrix*}

Hence, the matrix AB = [260].\begin{bmatrix*}[r] 26 \\ 0 \end{bmatrix*}.

Question 2

If A = [2513], B =[1132],\begin{bmatrix*}[r] 2 & 5 \\ 1 & 3 \end{bmatrix*}, \text{ B } = \begin{bmatrix*}[r] 1 & -1 \\ -3 & 2 \end{bmatrix*}, find AB and BA. Is AB = BA ?

Answer

 AB =[2513][1132]=[2.1+5.(3)2.(1)+5.21.1+3.(3)1.(1)+3.2]=[13885] BA =[1132][2513]=[1×2+(1)×11×5+(1)×33×2+2×13×5+2×3]=[21536+215+6]=[1249]\text{ AB } = \begin{bmatrix*}[r] 2 & 5 \\ 1 & 3 \end{bmatrix*} \begin{bmatrix*}[r] 1 & -1 \\ -3 & 2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2.1 + 5.(-3) & 2.(-1) + 5.2 \\ 1.1 + 3.(-3) & 1.(-1) + 3.2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -13 & 8 \\ -8 & 5 \end{bmatrix*} \\[1em] \text{ BA } = \begin{bmatrix*}[r] 1 & -1 \\ -3 & 2 \end{bmatrix*} \begin{bmatrix*}[r] 2 & 5 \\ 1 & 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 \times 2 + (-1) \times 1 & 1 \times 5 + (-1) \times 3 \\ -3 \times 2 + 2 \times 1 & -3 \times 5 + 2 \times 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 - 1 & 5 - 3 \\ -6 + 2 & -15 + 6 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 & 2 \\ -4 & -9 \end{bmatrix*}

The matrix AB = [13885] and BA =[1249].\begin{bmatrix*}[r] -13 & 8 \\ -8 & 5 \end{bmatrix*} \text{ and BA } = \begin{bmatrix*}[r] 1 & 2 \\ -4 & -9 \end{bmatrix*}. AB ≠ BA.

Question 3

If A = [3724], B =[0253] and C =[1546],\begin{bmatrix*}[r] 3 & 7 \\ 2 & 4 \end{bmatrix*}, \text{ B } = \begin{bmatrix*}[r] 0 & 2 \\ 5 & 3 \end{bmatrix*} \text{ and C } = \begin{bmatrix*}[r] 1 & -5 \\ -4 & 6 \end{bmatrix*}, find AB - 5C.

Answer

AB5C=[3724][0253]5[1546]=[3×0+7×53×2+7×32×0+4×52×2+4×3][5252030]=[0+356+210+204+12][5252030]=[35527(25)20(20)1630]=[30524014]AB - 5C = \begin{bmatrix*}[r] 3 & 7 \\ 2 & 4 \end{bmatrix*}\begin{bmatrix*}[r] 0 & 2 \\ 5 & 3 \end{bmatrix*} - 5\begin{bmatrix*}[r] 1 & -5 \\ -4 & 6 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 3 \times 0 + 7 \times 5 & 3 \times 2 + 7 \times 3 \\ 2 \times 0 + 4 \times 5 & 2 \times 2 + 4 \times 3 \end{bmatrix*} - \begin{bmatrix*}[r] 5 & -25 \\ -20 & 30 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 0 + 35 & 6 + 21 \\ 0 + 20 & 4 + 12 \end{bmatrix*} - \begin{bmatrix*}[r] 5 & -25 \\ -20 & 30 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 35 - 5 & 27 - (-25) \\ 20 - (-20) & 16 - 30 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 30 & 52 \\ 40 & -14 \end{bmatrix*}

Hence, the matrix AB - 5C = [30524014].\begin{bmatrix*}[r] 30 & 52 \\ 40 & -14 \end{bmatrix*}.

Question 4

If A = [1221] and B =[2112],\begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} \text{ and B } = \begin{bmatrix*}[r] 2 & 1 \\ 1 & 2 \end{bmatrix*}, find A(BA).

Answer

BA =[2112][1221]=[2×1+1×22×2+1×11×1+2×21×2+2×1]=[2+24+11+42+2]=[4554]A(BA) =A×BA=[1221][4554]=[1×4+2×51×5+2×42×4+1×52×5+1×4]=[4+105+88+510+4]=[14131314]\text{BA } = \begin{bmatrix*}[r] 2 & 1 \\ 1 & 2 \end{bmatrix*} \begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 \times 1 + 1 \times 2 & 2 \times 2 + 1 \times 1 \\ 1 \times 1 + 2 \times 2 & 1 \times 2 + 2 \times 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 + 2 & 4 + 1 \\ 1 + 4 & 2 + 2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 4 & 5 \\ 5 & 4 \end{bmatrix*} \\[1.5em] \therefore \text{A(BA) } = \text{A} \times \text{BA} \\[1em] = \begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} \begin{bmatrix*}[r] 4 & 5 \\ 5 & 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 \times 4 + 2 \times 5 & 1 \times 5 + 2 \times 4 \\ 2 \times 4 + 1 \times 5 & 2 \times 5 + 1 \times 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 4 + 10 & 5 + 8 \\ 8 + 5 & 10 + 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 14 & 13 \\ 13 & 14 \end{bmatrix*}

Hence, the matrix A(BA) = [14131314].\begin{bmatrix*}[r] 14 & 13 \\ 13 & 14 \end{bmatrix*}.

Question 5

Given the matrices :

 A =[2142], B =[3412] and C =[3102].\text { A } = \begin{bmatrix*}[r] 2 & 1 \\ 4 & 2 \end{bmatrix*}, \text{ B } = \begin{bmatrix*}[r] 3 & 4 \\ -1 & -2 \end{bmatrix*} \text{ and C } = \begin{bmatrix*}[r] -3 & 1 \\ 0 & -2 \end{bmatrix*} .

Find the products of (i) ABC (ii) ACB and state whether they are equal.

Answer

(i)

ABC =[2142][3412][3102]=[2×3+1×(1)2×4+1×(2)4×3+2×(1)4×4+2×(2)][3102]=[6182122164][3102]=[561012][3102]=[5×(3)+6×05×1+6×(2)10×(3)+12×010×1+12×(2)]=[15+051230+010+(24)]=[1573014]\text{ABC } = \begin{bmatrix} 2 & 1 \\ 4 & 2 \end{bmatrix}\begin{bmatrix*}[r] 3 & 4 \\ -1 & -2 \end{bmatrix*}\begin{bmatrix*}[r] -3 & 1 \\ 0 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 \times 3 + 1 \times (-1) & 2 \times 4 + 1 \times (-2) \\ 4 \times 3 + 2 \times (-1) & 4 \times 4 + 2 \times (-2) \end{bmatrix*} \begin{bmatrix*}[r] -3 & 1 \\ 0 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 6 - 1 & 8 - 2 \\ 12 - 2 & 16 - 4 \end{bmatrix*} \begin{bmatrix*}[r] -3 & 1 \\ 0 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix} 5 & 6 \\ 10 & 12 \end{bmatrix} \begin{bmatrix*}[r] -3 & 1 \\ 0 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 5 \times (-3) + 6 \times 0 & 5 \times 1 + 6 \times (-2) \\ 10 \times (-3) + 12 \times 0 & 10 \times 1 + 12 \times (-2) \end{bmatrix*} \\[1em] = \begin{bmatrix} -15 + 0 & 5 - 12 \\ -30 + 0 & 10 + (-24) \end{bmatrix} \\[1em] = \begin{bmatrix} -15 & -7 \\ -30 & -14 \end{bmatrix} \\[1em]

Hence, the matrix ABC = [1573014].\begin{bmatrix} -15 & -7 \\ -30 & -14 \end{bmatrix} .

(ii)

ACB =[2142][3102][3412]=[2×(3)+1×02×1+1×(2)4×(3)+2×04×1+2×(2)][3412]=[6+02212+044][3412]=[60120][3412]=[6×3+0×(1)6×4+0×(2)12×3+0×(1)12×4+0×(2)]=[18+024+036+048+0]=[18243648]\text{ACB } = \begin{bmatrix*}[r] 2 & 1 \\ 4 & 2 \end{bmatrix*} \begin{bmatrix*}[r] -3 & 1 \\ 0 & -2 \end{bmatrix*} \begin{bmatrix*}[r] 3 & 4 \\ -1 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 \times (-3) + 1 \times 0 & 2 \times 1 + 1 \times (-2) \\ 4 \times (-3) + 2 \times 0 & 4 \times 1 + 2 \times (-2) \end{bmatrix*} \begin{bmatrix*}[r] 3 & 4 \\ -1 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -6 + 0 & 2 - 2 \\ -12 + 0 & 4 - 4 \end{bmatrix*} \begin{bmatrix*}[r] 3 & 4 \\ -1 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -6 & 0 \\ -12 & 0 \end{bmatrix*} \begin{bmatrix*}[r] 3 & 4 \\ -1 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -6 \times 3 + 0 \times (-1) & -6 \times 4 + 0 \times (-2) \\ -12 \times 3 + 0 \times (-1) & -12 \times 4 + 0 \times (-2) \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -18 + 0 & -24 + 0 \\ -36 + 0 & -48 + 0 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -18 & -24 \\ -36 & -48 \end{bmatrix*} \\[1em]

Hence, the matrix ACB = [18243648],\begin{bmatrix} -18 & -24 \\ -36 & -48 \end{bmatrix} , and matrix ABC ≠ ACB.

Question 6

Evaluate : [4 sin 30° 2 cos 60° sin 90°  2 cos 0°][4554].\begin{bmatrix} \text{4 sin 30° } & \text {2 cos 60°} \\ \text{ sin 90° } & \text{ 2 cos 0°} \end{bmatrix} \begin{bmatrix} 4 & 5 \\ 5 & 4 \end{bmatrix}.

Answer

[4 sin 30° 2 cos 60° sin 90°  2 cos 0°][4554] Since, sin 30° = cos 60° =12, sin 90° = cos 0° = 1.[4×122×1212×1][4554]=[2112][4554]=[2×4+1×52×5+1×41×4+2×51×5+2×4]=[8+510+44+105+8]=[13141413].\begin{bmatrix} \text{4 sin 30° } & \text {2 cos 60°} \\ \text{ sin 90° } & \text{ 2 cos 0°} \end{bmatrix} \begin{bmatrix} 4 & 5 \\ 5 & 4 \end{bmatrix} \\[1em] \text{ Since, sin 30° = cos 60° } = \dfrac{1}{2}, \text { sin 90° = cos 0° = 1.} \\[1em] \Rightarrow \begin{bmatrix} 4 \times \dfrac{1}{2} & 2 \times \dfrac{1}{2} \\ 1 & 2 \times 1 \end{bmatrix} \begin{bmatrix} 4 & 5 \\ 5 & 4 \end{bmatrix} \\[1em] = \begin{bmatrix} 2 & 1 \\ 1 & 2 \end{bmatrix} \begin{bmatrix} 4 & 5 \\ 5 & 4 \end{bmatrix} \\[1em] = \begin{bmatrix} 2 \times 4 + 1 \times 5 & 2 \times 5 + 1 \times 4 \\ 1 \times 4 + 2 \times 5 & 1 \times 5 + 2 \times 4 \end{bmatrix} \\[1em] = \begin{bmatrix} 8 + 5 & 10 + 4 \\ 4 + 10 & 5 + 8 \end{bmatrix} \\[1em] = \begin{bmatrix} 13 & 14 \\ 14 & 13 \end{bmatrix} .

Hence, the resultant matrix is [13141413].\begin{bmatrix} 13 & 14 \\ 14 & 13 \end{bmatrix}.

Question 7

If A = [1324] and B =[2346],\begin{bmatrix*}[r] -1 & 3 \\ 2 & 4 \end{bmatrix*} \text{ and B } = \begin{bmatrix*}[r] 2 & -3 \\ -4 & -6 \end{bmatrix*}, find the matrix AB + BA.

Answer

 AB =[1324][2346]=[1×2+3×41×(3)+3×(6)2×2+4×(4)2×(3)+4×(6)]=[212318416624]=[14151230]BA =[2346][1324]=[2×(1)+(3)×22×3+(3)×4(4)×(1)+(6)×2(4)×3+(6)×4]=[266124121224]=[86836]Given, AB + BA =[14151230]+[86836]=[14+(8)15+(6)12+(8)30+(36)]=[22212066].\text{ AB } = \begin{bmatrix*}[r] -1 & 3 \\ 2 & 4 \end{bmatrix*} \begin{bmatrix*}[r] 2 & -3 \\ -4 & -6 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -1 \times 2 + 3 \times -4 & -1 \times (-3) + 3 \times (-6) \\ 2 \times 2 + 4 \times (-4) & 2 \times (-3) + 4 \times (-6) \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -2 - 12 & 3 - 18 \\ 4 - 16 & -6 - 24 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -14 & -15 \\ -12 & -30 \end{bmatrix*} \\[1em] \text{BA } = \begin{bmatrix*}[r] 2 & -3 \\ -4 & -6 \end{bmatrix*} \begin{bmatrix*}[r] -1 & 3 \\ 2 & 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 \times (-1) + (-3) \times 2 & 2 \times 3 + (-3) \times 4 \\ (-4) \times (-1) + (-6) \times 2 & (-4) \times 3 + (-6) \times 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -2 - 6 & 6 - 12 \\ 4 - 12 & -12 - 24 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -8 & -6 \\ -8 & -36 \end{bmatrix*} \\[1em] \text{Given, AB + BA } = \begin{bmatrix*}[r] -14 & -15 \\ -12 & -30 \end{bmatrix*} + \begin{bmatrix*}[r] -8 & -6 \\ -8 & -36 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -14 + (-8) & -15 + (-6) \\ -12 + (-8) & -30 + (-36) \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -22 & -21 \\ -20 & -66 \end{bmatrix*}.

Hence, the matrix AB + BA = [22212066].\begin{bmatrix*}[r] -22 & -21 \\ -20 & -66 \end{bmatrix*}.

Question 8

If A = [1221]and B =[3221],\begin{bmatrix*}[r] 1 & -2 \\ 2 & -1 \end{bmatrix*} \text{and B } = \begin{bmatrix*}[r] 3 & 2 \\ -2 & 1 \end{bmatrix*}, find 2B - A2.

Answer

2B=2[3221]=[6442]A2=[1221][1221]=[1×1+(2)×21×(2)+(2)×(1)2×1+(1)×22×(2)+(1)×(1)]=[142+2224+1]=[3003]2BA2=[6442][3003]=[6(3)40402(3)]=[9445]2B = 2\begin{bmatrix*}[r] 3 & 2 \\ -2 & 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 6 & 4 \\ -4 & 2 \end{bmatrix*} \\[1em] A^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] -3 & 0 \\ 0 & -3 \end{bmatrix*} \\[1em] \therefore 2B - A^2 = \begin{bmatrix*}[r] 6 & 4 \\ -4 & 2 \end{bmatrix*} - \begin{bmatrix*}[r] -3 & 0 \\ 0 & -3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 6 - (-3) & 4 - 0 \\ -4 - 0 & 2 - (-3) \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 9 & 4 \\ -4 & 5 \end{bmatrix*}

Hence, the matrix 2B - A2 = [9445].\begin{bmatrix*}[r] 9 & 4 \\ -4 & 5 \end{bmatrix*}.

Question 9

If A = [1234], B =[2142] and C =[5174],\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}, \text{ B } = \begin{bmatrix} 2 & 1 \\ 4 & 2 \end{bmatrix} \text{ and C } = \begin{bmatrix} 5 & 1 \\ 7 & 4 \end{bmatrix}, compute

(i)   A(B + C)

(ii)  (B + C)A

Answer

(i) A(B + C)

B + C =[2142]+[5174]=[2+51+14+72+4]=[72116] A(B + C) =[1234][72116]=[1×7+2×111×2+2×63×7+4×113×2+4×6]=[7+222+1221+446+24]=[29146530].\text{B + C } = \begin{bmatrix} 2 & 1 \\ 4 & 2 \end{bmatrix} + \begin{bmatrix} 5 & 1 \\ 7 & 4 \end{bmatrix} \\[1em] = \begin{bmatrix} 2 + 5 & 1 + 1 \\ 4 + 7 & 2 + 4 \end{bmatrix} \\[1em] = \begin{bmatrix} 7 & 2 \\ 11 & 6 \end{bmatrix} \\[1em] \therefore \text{ A(B + C) } = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} \begin{bmatrix} 7 & 2 \\ 11 & 6 \end{bmatrix} \\[1em] = \begin{bmatrix} 1 \times 7 + 2 \times 11 & 1 \times 2 + 2 \times 6 \\ 3 \times 7 + 4 \times 11 & 3 \times 2 + 4 \times 6 \end{bmatrix} \\[1em] = \begin{bmatrix} 7 + 22 & 2 + 12 \\ 21 + 44 & 6 + 24 \end{bmatrix} \\[1em] = \begin{bmatrix} 29 & 14 \\ 65 & 30 \end{bmatrix}. \\[1em]

Hence, the matrix A(B + C) = [29146530].\begin{bmatrix} 29 & 14 \\ 65 & 30 \end{bmatrix}.

(ii) (B + C)A

B + C =[2142]+[5174]=[2+51+14+72+4]=[72116](B + C)A =[72116][1234]=[7×1+2×37×2+2×411×1+6×311×2+6×4]=[7+614+811+1822+24]=[13222946].\text{B + C } = \begin{bmatrix} 2 & 1 \\ 4 & 2 \end{bmatrix} + \begin{bmatrix} 5 & 1 \\ 7 & 4 \end{bmatrix} \\[1em] = \begin{bmatrix} 2 + 5 & 1 + 1 \\ 4 + 7 & 2 + 4 \end{bmatrix} \\[1em] = \begin{bmatrix} 7 & 2 \\ 11 & 6 \end{bmatrix} \\[1em] \therefore \text{(B + C)A } = \begin{bmatrix} 7 & 2 \\ 11 & 6 \end{bmatrix} \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} \\[1em] = \begin{bmatrix} 7 \times 1 + 2 \times 3 & 7 \times 2 + 2 \times 4 \\ 11 \times 1 + 6 \times 3 & 11 \times 2 + 6 \times 4 \end{bmatrix} \\[1em] = \begin{bmatrix} 7 + 6 & 14 + 8 \\ 11 + 18 & 22 + 24 \end{bmatrix} \\[1em] = \begin{bmatrix} 13 & 22 \\ 29 & 46 \end{bmatrix}.

Hence, the matrix (B + C)A = [13222946].\begin{bmatrix} 13 & 22 \\ 29 & 46 \end{bmatrix}.

Question 10

If A = [1223], B =[2132] and C =[1331],\begin{bmatrix} 1 & 2 \\ 2 & 3 \end{bmatrix}, \text{ B } = \begin{bmatrix} 2 & 1 \\ 3 & 2 \end{bmatrix} \text{ and C } = \begin{bmatrix} 1 & 3 \\ 3 & 1 \end{bmatrix}, find the matrix C(B - A).

Answer

BA=[2132][1223]=[21123223]=[1111]C(BA)=[1331][1111]=[1×1+3×11×(1)+3×(1)3×1+1×13×(1)+1×(1)]=[1+3133+131]=[4444].B - A = \begin{bmatrix*}[r] 2 & 1 \\ 3 & 2 \end{bmatrix*} - \begin{bmatrix*}[r] 1 & 2 \\ 2 & 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 - 1 & 1 - 2 \\ 3 - 2 & 2 - 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 & -1 \\ 1 & -1 \end{bmatrix*} \\[1.5em] \therefore C(B - A) = \begin{bmatrix*}[r] 1 & 3 \\ 3 & 1 \end{bmatrix*} \begin{bmatrix*}[r] 1 & -1 \\ 1 & -1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 \times 1 + 3 \times 1 & 1 \times (-1) + 3 \times (-1) \\ 3 \times 1 + 1 \times 1 & 3 \times (-1) + 1 \times (-1) \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 + 3 & -1 - 3 \\ 3 + 1 & -3 - 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 4 & -4 \\ 4 & -4 \end{bmatrix*}.

Hence, the matrix C(B - A) = [4444]\begin{bmatrix} 4 & -4 \\ 4 & -4 \end{bmatrix}.

Question 11(i)

Let A = [1021] and B =[2310],\begin{bmatrix} 1 & 0 \\ 2 & 1 \end{bmatrix} \text{ and B } = \begin{bmatrix*}[r] 2 & 3 \\ -1 & 0 \end{bmatrix*}, find A2 + AB + B2.

Answer

A2=[1021][1021]=[1×1+0×21×0+0×12×1+1×22×0+1×1]=[1+00+02+20+1]=[1041]AB=[1021][2310]=[1×2+0×(1)1×3+0×02×2+1×(1)2×3+1×0]=[2+03+0416+0]=[2336]B2=[2310][2310]=[2×2+3×(1)2×3+3×0(1)×2+0×(1)(1)×3+0×0]=[436+02+03+0]=[1623].A2+AB+B2=[1041]+[2336]+[1623]=[1+2+10+3+64+3+(2)1+6+(3)]=[4954].A^2 = \begin{bmatrix} 1 & 0 \\ 2 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 \\ 2 & 1 \end{bmatrix} \\[1em] = \begin{bmatrix} 1 \times 1 + 0 \times 2 & 1 \times 0 + 0 \times 1 \\ 2 \times 1 + 1 \times 2 & 2 \times 0 + 1 \times 1 \end{bmatrix} \\[1em] = \begin{bmatrix} 1 + 0 & 0 + 0 \\ 2 + 2 & 0 + 1 \end{bmatrix} \\[1em] = \begin{bmatrix} 1 & 0 \\ 4 & 1 \end{bmatrix} \\[1em] AB = \begin{bmatrix} 1 & 0 \\ 2 & 1 \end{bmatrix} \begin{bmatrix*}[r] 2 & 3 \\ -1 & 0 \end{bmatrix*} \\[1em] = \begin{bmatrix} 1 \times 2 + 0 \times (-1) & 1 \times 3 + 0 \times 0 \\ 2 \times 2 + 1 \times (-1) & 2 \times 3 + 1 \times 0 \end{bmatrix} \\[1em] = \begin{bmatrix*}[r] 2 + 0 & 3 + 0 \\ 4 - 1 & 6 + 0 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 & 3 \\ 3 & 6 \end{bmatrix*} \\[1em] B^2 = \begin{bmatrix*}[r] 2 & 3 \\ -1 & 0 \end{bmatrix*} \begin{bmatrix*}[r] 2 & 3 \\ -1 & 0 \end{bmatrix*} \\[1em] = \begin{bmatrix} 2 \times 2 + 3 \times (-1) & 2 \times 3 + 3 \times 0 \\ (-1) \times 2 + 0 \times (-1) & (-1) \times 3 + 0 \times 0 \end{bmatrix} \\[1em] = \begin{bmatrix*}[r] 4 - 3 & 6 + 0 \\ -2 + 0 & -3 + 0 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 & 6 \\ -2 & -3 \end{bmatrix*}. \\[1em] \therefore A^2 + AB + B^2 = \begin{bmatrix} 1 & 0 \\ 4 & 1 \end{bmatrix} + \begin{bmatrix*}[r] 2 & 3 \\ 3 & 6 \end{bmatrix*} + \begin{bmatrix*}[r] 1 & 6 \\ -2 & -3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 + 2 + 1 & 0 + 3 + 6 \\ 4 + 3 + (-2) & 1 + 6 + (-3) \end{bmatrix*} \\[1em] = \begin{bmatrix} 4 & 9 \\ 5 & 4 \end{bmatrix}.

Hence, the matrix A2 + AB + B2 = [4954]\begin{bmatrix} 4 & 9 \\ 5 & 4 \end{bmatrix}.

Question 11(ii)

If A = [3051] and B[4210]\begin{bmatrix*}[r] 3 & 0 \\ 5 & 1 \end{bmatrix*} \text{ and B} \begin{bmatrix*}[r] -4 & 2 \\ 1 & 0 \end{bmatrix*}, find A2 - 2AB + B2.

Answer

Given, A = [3051] and B=[4210]\begin{bmatrix*}[r] 3 & 0 \\ 5 & 1 \end{bmatrix*} \text{ and B} = \begin{bmatrix*}[r] -4 & 2 \\ 1 & 0 \end{bmatrix*}

A2=[3051]×[3051]=[3×3+0×53×0+0×15×3+1×55×0+1×1]=[9+00+015+50+1]=[90201]2AB=2×[3051]×[4210]=[60102]×[4210]=[6×(4)+0×16×2+0×010×(4)+2×110×2+2×0]=[24+012+040+220+0]=[24123820]B2=[4210]×[4210]=[4×(4)+2×14×2+2×01×(4)+0×11×2+0×0]=[16+28+04+02+0]=[18842]\Rightarrow A^2 =\begin{bmatrix*}[r] 3 & 0 \\ 5 & 1 \end{bmatrix*} \times \begin{bmatrix*}[r] 3 & 0 \\ 5 & 1 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] 3 \times 3 + 0 \times 5 & 3 \times 0 + 0 \times 1 \\ 5 \times 3 + 1 \times 5 & 5 \times 0 + 1 \times 1 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] 9 + 0 & 0 + 0 \\ 15 + 5 & 0 + 1 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] 9 & 0 \\ 20 & 1 \end{bmatrix*}\\[1em] \Rightarrow \text{2AB} = 2 \times \begin{bmatrix*}[r] 3 & 0 \\ 5 & 1 \end{bmatrix*} \times \begin{bmatrix*}[r] -4 & 2 \\ 1 & 0 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] 6 & 0 \\ 10 & 2 \end{bmatrix*} \times \begin{bmatrix*}[r] -4 & 2 \\ 1 & 0 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] 6 \times (-4) + 0 \times 1 & 6 \times 2 + 0 \times 0 \\ 10 \times (-4) + 2 \times 1 & 10 \times 2 + 2 \times 0 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] -24 + 0 & 12 + 0 \\ -40 + 2 & 20 + 0 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] -24 & 12 \\ -38 & 20 \end{bmatrix*}\\[1em] \Rightarrow \text{B}^2 = \begin{bmatrix*}[r] -4 & 2 \\ 1 & 0 \end{bmatrix*} \times \begin{bmatrix*}[r] -4 & 2 \\ 1 & 0 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] -4 \times (-4) + 2 \times 1 & -4 \times 2 + 2 \times 0 \\ 1 \times (-4) + 0 \times 1 & 1 \times 2 + 0 \times 0 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] 16 + 2 & -8 + 0 \\ -4 + 0 & 2 + 0 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] 18 & -8 \\ -4 & 2 \end{bmatrix*}

Substituting values in A2 - 2AB + B2, we get :

A22AB+B2=[90201][24123820]+[18842]=[9(24)+18012+(8)20(38)+(4)120+2]=[51205417]A^2 - 2AB + B^2 = \begin{bmatrix*}[r] 9 & 0 \\ 20 & 1 \end{bmatrix*} - \begin{bmatrix*}[r] -24 & 12 \\ -38 & 20 \end{bmatrix*} + \begin{bmatrix*}[r] 18 & -8 \\ -4 & 2 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] 9 - (-24) + 18 & 0 - 12 + (-8) \\ 20 - (-38) + (-4) & 1 - 20 + 2 \end{bmatrix*}\\[1em] = \begin{bmatrix*}[r] 51 & -20 \\ 54 & -17 \end{bmatrix*}

Hence, the value of A2 - 2AB + B2 = [51205417]\begin{bmatrix*}[r] 51 & -20 \\ 54 & -17 \end{bmatrix*}

Question 12

Let A = [2102], B =[4132] and C =[3214],\begin{bmatrix*}[r] 2 & 1 \\ 0 & -2 \end{bmatrix*}, \text{ 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

A2=[2102][2102]=[2×2+1×02×1+1×(2)0×2+(2)×00×1+(2)×(2)]=[4+0220+00+4]=[4004].AC=[2102][3214]=[2×(3)+1×(1)2×2+1×40×(3)+(2)×(1)0×2+(2)×4]=[6+(1)4+40+20+(8)]=[7828].5B=5[4132]=[2051510]A2+AC5B=[4004]+[7828][2051510]=[4+(7)200+850+2(15)4+(8)(10)]=[233176].A^2 = \begin{bmatrix*}[r] 2 & 1 \\ 0 & -2 \end{bmatrix*} \begin{bmatrix*}[r] 2 & 1 \\ 0 & -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*} \\[1em] = \begin{bmatrix*}[r] 4 + 0 & 2 - 2 \\ 0 + 0 & 0 + 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 4 & 0 \\ 0 & 4 \end{bmatrix*}. \\[1.5em] AC = \begin{bmatrix*}[r] 2 & 1 \\ 0 & -2 \end{bmatrix*} \begin{bmatrix*}[r] -3 & 2 \\ -1 & 4 \end{bmatrix*} \\[1em] = \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*} \\[1em] = \begin{bmatrix*}[r] -6 + (-1) & 4 + 4 \\ 0 + 2 & 0 + (-8) \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -7 & 8 \\ 2 & -8 \end{bmatrix*}. \\[1.5em] 5B = 5 \begin{bmatrix*}[r] 4 & 1 \\ -3 & -2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 20 & 5 \\ -15 & -10 \end{bmatrix*} \\[1.5em] \therefore A^2 + AC - 5B = \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, the matrix A2 + AC - 5B = [233176].\begin{bmatrix*}[r] -23 & 3 \\ 17 & 6 \end{bmatrix*} .

Question 13

If A = [2357], B =[0417] and C =[1014],\begin{bmatrix*}[r] 2 & 3 \\ 5 & 7 \end{bmatrix*}, \text{ B } = \begin{bmatrix*}[r] 0 & 4 \\ -1 & 7 \end{bmatrix*} \text{ and C } = \begin{bmatrix*}[r] 1 & 0 \\ -1 & 4 \end{bmatrix*}, find AC + B2 - 10C.

Answer

AC=[2357][1014]=[2×1+3×(1)2×0+3×45×1+7×(1)5×0+7×4]=[230+12570+28]=[112228].AC = \begin{bmatrix*}[r] 2 & 3 \\ 5 & 7 \end{bmatrix*} \begin{bmatrix*}[r] 1 & 0 \\ -1 & 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 \times 1 + 3 \times (-1) & 2 \times 0 + 3 \times 4 \\ 5 \times 1 + 7 \times (-1) & 5 \times 0 + 7 \times 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2 - 3 & 0 + 12 \\ 5 - 7 & 0 + 28 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -1 & 12 \\ -2 & 28 \end{bmatrix*}.

B2=[0417][0417]=[0×0+4×(1)0×4+4×7(1)×0+7×(1)(1)×4+7×7]=[040+28074+49]=[428745].B^2 = \begin{bmatrix*}[r] 0 & 4 \\ -1 & 7 \end{bmatrix*} \begin{bmatrix*}[r] 0 & 4 \\ -1 & 7 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 0 \times 0 + 4 \times (-1) & 0 \times 4 + 4 \times 7 \\ (-1) \times 0 + 7 \times (-1) & (-1) \times 4 + 7 \times 7 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 0 - 4 & 0 + 28 \\ 0 - 7 & -4 + 49 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -4 & 28 \\ -7 & 45 \end{bmatrix*}.

10C=10[1014]=[1001040].AC+B210C=[112228]+[428745][1001040]=[1+(4)1012+2802+(7)(10)28+4540]=[1540133]10C = 10 \begin{bmatrix*}[r] 1 & 0 \\ -1 & 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 10 & 0 \\ -10 & 40 \end{bmatrix*}. \\[1em] \therefore AC + B^2 - 10C = \begin{bmatrix*}[r] -1 & 12 \\ -2 & 28 \end{bmatrix*} + \begin{bmatrix*}[r] -4 & 28 \\ -7 & 45 \end{bmatrix*} - \begin{bmatrix*}[r] 10 & 0 \\ -10 & 40 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -1 + (-4) - 10 & 12 + 28 - 0 \\ -2 + (-7) - (-10) & 28 + 45 - 40 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -15 & 40 \\ 1 & 33 \end{bmatrix*}

Hence, the matrix AC + B2 - 10C = [1540133]\begin{bmatrix*}[r] -15 & 40 \\ 1 & 33 \end{bmatrix*}.

Question 14

If A = [1001],\begin{bmatrix*}[r] 1 & 0 \\ 0 & -1 \end{bmatrix*}, find A2 and A3. Also state which of these is equal to A.

Answer

A2=[1001][1001]=[1×1+0×01×0+0×(1)0×1+(1)×00×0+(1)×(1)]=[1001]A^2 = \begin{bmatrix*}[r] 1 & 0 \\ 0 & -1 \end{bmatrix*} \begin{bmatrix*}[r] 1 & 0 \\ 0 & -1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 \times 1 + 0 \times 0 & 1 \times 0 + 0 \times (-1) \\ 0 \times 1 + (-1) \times 0 & 0 \times 0 + (-1) \times (-1) \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*}

A3=A2×A=[1001][1001]=[1×1+0×01×0+0×(1)0×1+1×00×0+1×(1)][1+00+00+001]=[1001]A^3 = A^2 \times A \\[1em] = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \begin{bmatrix*}[r] 1 & 0 \\ 0 & -1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 \times 1 + 0 \times 0 & 1 \times 0 + 0 \times (-1) \\ 0 \times 1 + 1 \times 0 & 0 \times 0 + 1 \times (-1) \end{bmatrix*} \\[1em] \begin{bmatrix*}[r] 1 + 0 & 0 + 0 \\ 0 + 0 & 0 -1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 & 0 \\ 0 & -1 \end{bmatrix*}

Hence, the matrix A2=[1001] and A3=[1001].A^2 = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \text{ and } A^3 = \begin{bmatrix*}[r] 1 & 0 \\ 0 & -1 \end{bmatrix*}.
Thus, A3 = A.

Question 15

If X = [4112],\begin{bmatrix*}[r] 4 & 1 \\ -1 & 2 \end{bmatrix*}, show that 6X - X2 = 9I where I is the unit matrix.

Answer

We have to prove 6X - X2 = 9I,

L.H.S. =6XX26XX2=6[4112][4112][4112]=[246612][4×4+1×(1)4×1+1×2(1)×4+2×(1)(1)×1+2×2]=[246612][1614+2421+4]=[246612][15663]=[2415666+6123]=[9009]\text{L.H.S. } = 6X - X^2 \\[1em] 6X - X^2 = 6\begin{bmatrix*}[r] 4 & 1 \\ -1 & 2 \end{bmatrix*} - \begin{bmatrix*}[r] 4 & 1 \\ -1 & 2 \end{bmatrix*}\begin{bmatrix*}[r] 4 & 1 \\ -1 & 2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 24 & 6 \\ -6 & 12 \end{bmatrix*} - \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] 24 & 6 \\ -6 & 12 \end{bmatrix*} - \begin{bmatrix*}[r] 16 - 1 & 4 + 2 \\ -4 - 2 & -1 + 4 \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*}

R.H.S. =9I9I=9[1001]=[9009].\text{R.H.S. } = 9I \\[1em] 9I = 9\begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 9 & 0 \\ 0 & 9 \end{bmatrix*}.

Since, L.H.S. = [9009]\begin{bmatrix*}[r] 9 & 0 \\ 0 & 9 \end{bmatrix*} = R.H.S.
Hence, proved that 6X - X2 = 9I.

Question 16

Show that [1221]\begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} is a solution of the matrix equation X2 - 2X - 3I = 0 where I is the unit matrix of order 2.

Answer

I=[1001],X=[1221]I = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*}, X = \begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} \\[1em]

Given,

X2 - 2X - 3I = 0

Putting value of X and I in above equation we get,

L.H.S. =[1221][1221]2[1221]3[1001]=[1×1+2×21×2+2×12×1+1×22×2+1×1][2442][3003][1+42+22+24+1][2442][3003][5445][2442][3003]=[523440440523]=[0000]\text{L.H.S. } = \begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} \begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} - 2 \begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} - 3 \begin{bmatrix*}[r] 1 & 0 \\ 0 & 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*} - \begin{bmatrix*}[r] 2 & 4 \\ 4 & 2 \end{bmatrix*} - \begin{bmatrix*}[r] 3 & 0 \\ 0 & 3 \end{bmatrix*} \\[1em] \begin{bmatrix*}[r] 1 + 4 & 2 + 2 \\ 2 + 2 & 4 + 1 \end{bmatrix*} - \begin{bmatrix*}[r] 2 & 4 \\ 4 & 2 \end{bmatrix*} - \begin{bmatrix*}[r] 3 & 0 \\ 0 & 3 \end{bmatrix*} \\[1em] \begin{bmatrix*}[r] 5 & 4 \\ 4 & 5 \end{bmatrix*} - \begin{bmatrix*}[r] 2 & 4 \\ 4 & 2 \end{bmatrix*} - \begin{bmatrix*}[r] 3 & 0 \\ 0 & 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 5 - 2 - 3 & 4 - 4 - 0 \\ 4 - 4 - 0 & 5 - 2 - 3 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 0 & 0 \\ 0 & 0 \end{bmatrix*}

Since, L.H.S. = [0000]\begin{bmatrix*}[r] 0 & 0 \\ 0 & 0 \end{bmatrix*} = R.H.S.
Hence, proved that X2 - 2X -3I = 0.

[1221]\begin{bmatrix*}[r] 1 & 2 \\ 2 & 1 \end{bmatrix*} is a solution of the matrix equation X2 - 2X - 3I = 0

Question 17

Find the matrix X of order 2 x 2 which satisfies the equation :

[3724][0253]+2X=[1546].\begin{bmatrix*}[r] 3 & 7 \\ 2 & 4 \end{bmatrix*} \begin{bmatrix*}[r] 0 & 2 \\ 5 & 3 \end{bmatrix*} + 2X = \begin{bmatrix*}[r] 1 & -5 \\ -4 & 6 \end{bmatrix*}.

Answer

Given,

[3724][0253]+2X=[1546],[3×0+7×53×2+7×32×0+4×52×2+4×3]+2X=[1546][0+356+210+204+12]+2X=[1546][35272016]+2X=[1546]2X=[1546][35272016]2X=[135527420616]2X=[34322410]X=12[34322410]X=[1716125].\begin{bmatrix*}[r] 3 & 7 \\ 2 & 4 \end{bmatrix*} \begin{bmatrix*}[r] 0 & 2 \\ 5 & 3 \end{bmatrix*} + 2X = \begin{bmatrix*}[r] 1 & -5 \\ -4 & 6 \end{bmatrix*}, \\[1em] \Rightarrow \begin{bmatrix*}[r] 3 \times 0 + 7 \times 5 & 3 \times 2 + 7 \times 3 \\ 2 \times 0 + 4 \times 5 & 2 \times 2 + 4 \times 3 \end{bmatrix*} + 2X = \begin{bmatrix*}[r] 1 & -5 \\ -4 & 6 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 0 + 35 & 6 + 21 \\ 0 + 20 & 4 + 12 \end{bmatrix*} + 2X = \begin{bmatrix*}[r] 1 & -5 \\ -4 & 6 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 35 & 27 \\ 20 & 16 \end{bmatrix*} + 2X = \begin{bmatrix*}[r] 1 & -5 \\ -4 & 6 \end{bmatrix*} \\[1em] \Rightarrow 2X = \begin{bmatrix*}[r] 1 & -5 \\ -4 & 6 \end{bmatrix*} - \begin{bmatrix*}[r] 35 & 27 \\ 20 & 16 \end{bmatrix*} \\[1em] \Rightarrow 2X = \begin{bmatrix*}[r] 1 - 35 & -5 - 27 \\ -4 - 20 & 6 - 16 \end{bmatrix*} \\[1em] \Rightarrow 2X = \begin{bmatrix*}[r] -34 & -32 \\ -24 & -10 \end{bmatrix*} \\[1em] \Rightarrow X = \dfrac{1}{2} \begin{bmatrix*}[r] -34 & -32 \\ -24 & -10 \end{bmatrix*} \\[1em] X = \begin{bmatrix*}[r] -17 & -16 \\ -12 & -5 \end{bmatrix*}.

Hence, the matrix X = [1716125]\begin{bmatrix*}[r] -17 & -16 \\ -12 & -5 \end{bmatrix*}.

Question 18

If A = [11xx],\begin{bmatrix*}[r] 1 & 1 \\ x & x \end{bmatrix*}, find the value of x so that A2 = O.

Answer

Given, A2 = O.

or,[11xx][11xx]=[0000]L.H.S.=[11xx][11xx]=[1×1+1×x1×1+1×xx×1+x×xx×1+x×x]=[1+x1+xx+x2x+x2]\text{or}, \begin{bmatrix*}[r] 1 & 1 \\ x & x \end{bmatrix*} \begin{bmatrix*}[r] 1 & 1 \\ x & x \end{bmatrix*} = \begin{bmatrix*}[r] 0 & 0 \\ 0 & 0 \end{bmatrix*} \\[1em] \text{L.H.S.} = \begin{bmatrix*}[r] 1 & 1 \\ x & x \end{bmatrix*} \begin{bmatrix*}[r] 1 & 1 \\ x & x \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 \times 1 + 1 \times x & 1 \times 1 + 1 \times x \\ x \times 1 + x \times x & x \times 1 + x \times x \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 1 + x & 1 + x \\ x + x^2 & x + x^2 \end{bmatrix*}

Comparing with R.H.S. we get,

⇒ 1 + x = 0 or x = -1      (...Eq 1)

⇒ x + x2 = 0                    (...Eq 2)

Putting the value x = -1 in equation 2,

⇒ -1 + (-1)2 = -1 + 1 = 0.

Since, x = -1 satisfies the equation,

Hence, the required value of x = -1.

Question 19

Find x and y, if [2xxy3y][32]=[169].\begin{bmatrix*}[r] 2x & x \\ y & 3y \end{bmatrix*} \begin{bmatrix*}[r] 3 \\ 2 \end{bmatrix*} = \begin{bmatrix*}[r] 16 \\ 9 \end{bmatrix*}.

Answer

Given,

[2xxy3y][32]=[169]L.H.S.=[2xxy3y][32]=[2x×3+x×2y×3+3y×2]=[6x+2x3y+6y]=[8x9y]\begin{bmatrix*}[r] 2x & x \\ y & 3y \end{bmatrix*} \begin{bmatrix*}[r] 3 \\ 2 \end{bmatrix*} = \begin{bmatrix*}[r] 16 \\ 9 \end{bmatrix*} \\[1em] \text{L.H.S.} = \begin{bmatrix*}[r] 2x & x \\ y & 3y \end{bmatrix*} \begin{bmatrix*}[r] 3 \\ 2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 2x \times 3 + x \times 2 \\ y \times 3 + 3y \times 2 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 6x + 2x \\ 3y + 6y \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 8x \\ 9y \end{bmatrix*}

Comparing L.H.S. with R.H.S. we get,

[8x9y]=[169]8x=16 and 9y=9x=2 and y=1.\Rightarrow \begin{bmatrix*}[r] 8x \\ 9y \end{bmatrix*} = \begin{bmatrix*}[r] 16 \\ 9 \end{bmatrix*} \\[1em] \Rightarrow 8x = 16 \text{ and } 9y = 9 \\[1em] \therefore x = 2 \text{ and } y = 1.

Hence, the value of x = 2 and y = 1.

Question 20

Find the values of x and y if [x+yy2xxy][21]=[32].\begin{bmatrix*}[r] x + y & y \\ 2x & x - y \end{bmatrix*} \begin{bmatrix*}[r] 2 \\ -1 \end{bmatrix*} = \begin{bmatrix*}[r] 3 \\ 2 \end{bmatrix*}.

Answer

Given,

[x+yy2xxy][21]=[32][(x+y)×2+y×(1)2x×2+(xy)×(1)]=[32][2x+2yy4xx+y]=[32][2x+y3x+y]=[32]\begin{bmatrix*}[r] x + y & y \\ 2x & x - y \end{bmatrix*} \begin{bmatrix*}[r] 2 \\ -1 \end{bmatrix*} = \begin{bmatrix*}[r] 3 \\ 2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] (x + y) \times 2 + y \times (-1) \\ 2x \times 2 + (x - y) \times (-1) \end{bmatrix*} = \begin{bmatrix*}[r] 3 \\ 2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2x + 2y - y \\ 4x - x + y \end{bmatrix*} = \begin{bmatrix*}[r] 3 \\ 2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2x + y \\ 3x + y \end{bmatrix*} = \begin{bmatrix*}[r] 3 \\ 2 \end{bmatrix*} \\[1em]

By definition of equality of matrices we have,

⇒ 2x + y = 3 or y = 3 - 2x     (...Eq 1)
⇒ 3x + y = 2                         (...Eq 2)

Putting value of y from equation 1 in equation 2,

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

Now finding value of y,

⇒ y = 3 - 2x
⇒ y = 3 - 2(-1)
⇒ y = 3 + 2
⇒ y = 5.

Hence, the value of x = -1 and y = 5.

Question 21

If [1233][x00y]=[x090],\begin{bmatrix*}[r] 1 & 2 \\ 3 & 3 \end{bmatrix*} \begin{bmatrix*}[r] x & 0 \\ 0 & y \end{bmatrix*} = \begin{bmatrix*}[r] x & 0 \\ 9 & 0 \end{bmatrix*}, find the values of x and y.

Answer

Given,

[1233][x00y]=[x090][1×x+2×01×0+2×y3×x+3×03×0+3×y]=[x090][x+00+2y3x+00+3y]=[x090][x2y3x3y]=[x090]\begin{bmatrix*}[r] 1 & 2 \\ 3 & 3 \end{bmatrix*} \begin{bmatrix*}[r] x & 0 \\ 0 & y \end{bmatrix*} = \begin{bmatrix*}[r] x & 0 \\ 9 & 0 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 1 \times x + 2 \times 0 & 1 \times 0 + 2 \times y \\ 3 \times x + 3 \times 0 & 3 \times 0 + 3 \times y \end{bmatrix*} = \begin{bmatrix*}[r] x & 0 \\ 9 & 0 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x + 0 & 0 + 2y \\ 3x + 0 & 0 + 3y \end{bmatrix*} = \begin{bmatrix*}[r] x & 0 \\ 9 & 0 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x & 2y \\ 3x & 3y \end{bmatrix*} = \begin{bmatrix*}[r] x & 0 \\ 9 & 0 \end{bmatrix*} \\[1em]

By definition of equality of matrices,

⇒ 2y = 0, 3x = 9 and 3y = 0
⇒ y = 0, x = 3 and y = 0.

Hence, the values are x = 3 and y = 0.

Question 22

If [3425]=[abcd][1001],\begin{bmatrix*}[r] 3 & 4 \\ 2 & 5 \end{bmatrix*} = \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*} \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*}, write down the values of a, b, c and d.

Answer

Given,

[3425]=[abcd][1001][3425]=[a×1+b×0a×0+b×1c×1+d×0c×0+d×1][3425]=[abcd]\begin{bmatrix*}[r] 3 & 4 \\ 2 & 5 \end{bmatrix*} = \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*} \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 3 & 4 \\ 2 & 5 \end{bmatrix*} = \begin{bmatrix*}[r] a \times 1 + b \times 0 & a \times 0 + b \times 1 \\ c \times 1 + d \times 0 & c \times 0 + d \times 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 3 & 4 \\ 2 & 5 \end{bmatrix*} = \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*}

By definition of equality of matrices,

⇒ a = 3, b = 4, c = 2 and d = 5

Hence, the value of a = 3, b = 4, c = 2 and d = 5.

Question 23

Find the value of x given that A2 = B where,

A=[21201] and B=[4x01].A = \begin{bmatrix*}[r] 2 & 12 \\ 0 & 1 \end{bmatrix*} \text{ and } B = \begin{bmatrix*}[r] 4 & x \\ 0 & 1 \end{bmatrix*}.

Answer

Given A2=B,[21201][21201]=[4x01][2×2+12×02×12+12×10×2+1×00×12+1×1]=[4x01][4+024+120+00+1]=[4x01][43601]=[4x01]\text{Given } A^2 = B, \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 & 12 \\ 0 & 1 \end{bmatrix*} \begin{bmatrix*}[r] 2 & 12 \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 4 & x \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \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*} = \begin{bmatrix*}[r] 4 & x \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 + 0 & 24 + 12 \\ 0 + 0 & 0 + 1 \end{bmatrix*} = \begin{bmatrix*}[r] 4 & x \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 & 36 \\ 0 & 1 \end{bmatrix*} = \begin{bmatrix*}[r] 4 & x \\ 0 & 1 \end{bmatrix*} \\[1em]

By definition of equality of matrices,

⇒ x = 36.

Hence, the value of x = 36.

Question 24

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+x0+00+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 & 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*} \\[1em]

By definition of equality of matrices we get,

⇒ 3x = 36
∴ x = 12.

Hence, the value of x = 12.

Question 25

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 \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*} \\[1em]

By definition of equality of matrices we get,

⇒ 4x = 16 and -y = 1
∴  x = 4 and y = -1.

Hence, the values are x = 4 and y = -1.

Question 26

Find x, y if [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]\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] \Rightarrow \begin{bmatrix*}[r] 2 + (-6) \\ -3 + 2x + 3 \end{bmatrix*} = \begin{bmatrix*}[r] 2y \\ 6 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] -4 \\ 2x \end{bmatrix*} = \begin{bmatrix*}[r] 2y \\ 6 \end{bmatrix*} \\[1em]

By definition of equality of matrices we get,

2y = -4 and 2x = 6
∴  y = -2 and x = 3.

Hence, the values are x = 3 and y = -2.

Question 27

If [a110][4332]=[b114c],\begin{bmatrix*}[r] a & 1 \\ 1 & 0 \end{bmatrix*} \begin{bmatrix*}[r] 4 & 3 \\ -3 & 2 \end{bmatrix*} = \begin{bmatrix*}[r] b & 11 \\ 4 & c \end{bmatrix*}, find a, b and c.

Answer

Given,

[a110][4332]=[b114c][a×4+1×(3)a×3+1×21×4+0×(3)1×3+0×2]=[b114c][4a33a+24+03+0]=[b114c][4a33a+243]=[b114c]\begin{bmatrix*}[r] a & 1 \\ 1 & 0 \end{bmatrix*} \begin{bmatrix*}[r] 4 & 3 \\ -3 & 2 \end{bmatrix*} = \begin{bmatrix*}[r] b & 11 \\ 4 & c \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] a \times 4 + 1 \times (-3) & a \times 3 + 1 \times 2 \\ 1 \times 4 + 0 \times (-3) & 1 \times 3 + 0 \times 2 \end{bmatrix*} = \begin{bmatrix*}[r] b & 11 \\ 4 & c \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4a - 3 & 3a + 2 \\ 4 + 0 & 3 + 0 \end{bmatrix*} = \begin{bmatrix*}[r] b & 11 \\ 4 & c \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4a - 3 & 3a + 2 \\ 4 & 3 \end{bmatrix*} = \begin{bmatrix*}[r] b & 11 \\ 4 & c \end{bmatrix*} \\[1em]

By definition of equality of matrices we get,

4a - 3 = b        (...Eq 1)
3a + 2 = 11     (...Eq 2)
c = 3.

Solving (Eq 2) first,

⇒ 3a + 2 = 11
⇒ 3a = 9
⇒ a = 3.

Putting value of a in Eq 1,

⇒ 4a - 3 = b
⇒ 4(3) - 3 = b
⇒ 12 - 3 = b
⇒ b = 9

∴ a = 3, b = 9 and c = 3.

Hence, the value of a = 3, b = 9 and c = 3.

Question 28

If A = [2312],\begin{bmatrix*}[r] 2 & 3 \\ 1 & 2 \end{bmatrix*}, find x, y so that A2 = xA + yI.

Answer

Given,

=[2312], I =[1001]A2=xA+y[2312][2312]=x[2312]+y[1001][2×2+3×12×3+3×21×2+2×11×3+2×2]=[2x3xx2x]+[y00y][4+36+62+23+4]=[2x+y3x+0x+02x+y][71247]=[2x+y3x+0x+02x+y][71247]=[2x+y3xx2x+y]\text{A } = \begin{bmatrix*}[r] 2 & 3 \\ 1 & 2 \end{bmatrix*}, \text{ I } = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] \text{A}^2 = x\text{A} + y\text{I } \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 & 3 \\ 1 & 2 \end{bmatrix*} \begin{bmatrix*}[r] 2 & 3 \\ 1 & 2 \end{bmatrix*} = x \begin{bmatrix*}[r] 2 & 3 \\ 1 & 2 \end{bmatrix*} + y \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 \times 2 + 3 \times 1 & 2 \times 3 + 3 \times 2 \\ 1 \times 2 + 2 \times 1 & 1 \times 3 + 2 \times 2 \end{bmatrix*} = \begin{bmatrix*}[r] 2x & 3x \\ x & 2x \end{bmatrix*} + \begin{bmatrix*}[r] y & 0 \\ 0 & y \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 + 3 & 6 + 6 \\ 2 + 2 & 3 + 4 \end{bmatrix*} = \begin{bmatrix*}[r] 2x + y & 3x + 0 \\ x + 0 & 2x + y \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 7 & 12 \\ 4 & 7 \end{bmatrix*} = \begin{bmatrix*}[r] 2x + y & 3x + 0 \\ x + 0 & 2x + y \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 7 & 12 \\ 4 & 7 \end{bmatrix*} = \begin{bmatrix*}[r] 2x + y & 3x \\ x & 2x + y \end{bmatrix*} \\[1em]

By definition of equality of matrices we get,

3x = 12 or x = 4     (...Eq 1)

2x + y = 7              (...Eq 2)

Putting value of x from Eq1 in Eq 2,

⇒ 2(4) + y = 7
⇒ 8 + y = 7
⇒ y = 7 - 8
⇒ y = -1.

Hence, the value of x = 4 and y = -1.

Question 29

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, y such that PQ = O.

Answer

Given,

PQ = 0

[2639][3xy2]=[0000][2×3+6×y2×x+6×23×3+9×y3×x+9×2]=[0000][6+6y2x+129+9y3x+18]=[0000]\Rightarrow \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*} \\[1em]

By definition of equality of matrices we get,

⇒ 6 + 6y = 0 and 2x + 12 = 0
⇒ 6y = -6 and 2x = -12
⇒ y = -1 and x = -6.

Checking whether x = -6 and y = -1, satisfies other equations 9 + 9y = 0 and 3x + 18 = 0,

⇒ 9 + 9y = 0
⇒ 9 + 9(-1) = 0
⇒ 9 - 9 = 0 (L.H.S. = R.H.S.)

⇒ 3x + 18 = 0
⇒ 3(-6) + 18 = 0
⇒ -18 + 18 = 0 (L.H.S. = R.H.S.)

∴ x = -6 and y = -1.

Hence, the value of x = -6 and y = -1.

Question 30

Let M ×[1102]=[12]\times \begin{bmatrix*}[r] 1 & 1 \\ 0 & 2 \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 2 \end{bmatrix*} where M is a matrix.

(i) State the order of the matrix M.

(ii) Find the matrix M.

Answer

(i)

Since,

M×[1102]=[12]M×[1102]is a 1×2 matrix, but[1102] is a 2×2 matrix.M is a 1×2 matrix.\text{M} \times \begin{bmatrix*}[r] 1 & 1 \\ 0 & 2 \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 2 \end{bmatrix*} \\[1em] \Rightarrow \text{M} \times \begin{bmatrix*}[r] 1 & 1 \\ 0 & 2 \end{bmatrix*} \text{is a } 1 \times 2 \text{ matrix, but} \begin{bmatrix*}[r] 1 & 1 \\ 0 & 2 \end{bmatrix*} \text{ is a } 2 \times 2 \text{ matrix}. \\[1em] \Rightarrow \text{M is a } 1 \times 2 \text{ matrix}.

The order of matrix M is 1 × 2.

(ii)

Let M =[xy]Given, M×[1102]=[12][xy]×[1102]=[12][x×1+y×0x×1+y×2]=[12][xx+2y]=[12]\text{Let M =} \begin{bmatrix*}[r] x & y \end{bmatrix*} \\[1em] \text{Given, } \text{M} \times \begin{bmatrix*}[r] 1 & 1 \\ 0 & 2 \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 2 \end{bmatrix*} \\[1em] \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*} \\[1em]

By definition of equality of matrices we get,

x = 1                (...Eq 1)
x + 2y = 2        (...Eq 2)

Putting value of x from Eq 1 in Eq 2,

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

Since, M =[xy]M=[112].\text{Since, M }= \begin{bmatrix*}[r] x & y \\ \end{bmatrix*} \\[1em] \therefore \text{M} = \begin{bmatrix*}[r] 1 & \dfrac{1}{2} \\ \end{bmatrix*}.

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

Question 31

Given [2134]X=[76],\begin{bmatrix*}[r] 2 & 1 \\ -3 & 4 \end{bmatrix*}X = \begin{bmatrix*}[r] 7 \\ 6 \end{bmatrix*}, write :

(i) the order of the matrix X

(ii) the matrix X.

Answer

(i) Since,

[2134]X=[76][2134]X is a 2×1 matrix, but[2134] is a 2×2 matrix.X is a 2×1 matrix.\begin{bmatrix*}[r] 2 & 1 \\ -3 & 4 \end{bmatrix*}X = \begin{bmatrix*}[r] 7 \\ 6 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 & 1 \\ -3 & 4 \end{bmatrix*}X \text{ is a } 2 \times 1 \text{ matrix, but} \begin{bmatrix*}[r] 2 & 1 \\ -3 & 4 \end{bmatrix*} \text{ is a } 2 \times 2 \text{ matrix}. \\[1em] \Rightarrow \text{X is a } 2 \times 1 \text{ matrix}.

The order of the matrix is 2 × 1.

(ii) Let X=[xy]\text{X} = \begin{bmatrix*}[r] x \\ y \end{bmatrix*}

Given,

[2134]X=[76][2134][xy]=[76][2×x+1×y3×x+4×y]=[76][2x+y3x+4y]=[76]\begin{bmatrix*}[r] 2 & 1 \\ -3 & 4 \end{bmatrix*}X = \begin{bmatrix*}[r] 7 \\ 6 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 & 1 \\ -3 & 4 \end{bmatrix*} \begin{bmatrix*}[r] x \\ y \end{bmatrix*} = \begin{bmatrix*}[r] 7 \\ 6 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2 \times x + 1 \times y \\ -3 \times x + 4 \times y \end{bmatrix*} = \begin{bmatrix*}[r] 7 \\ 6 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2x + y \\ -3x + 4y \end{bmatrix*} = \begin{bmatrix*}[r] 7 \\ 6 \end{bmatrix*} \\[1em]

By definition of equality of matrices we get,

2x + y = 7 or y = 7 - 2x     (...Eq 1)

-3x + 4y = 6                      (...Eq 2)

Putting value of y from Eq 1 in Eq 2

⇒ -3x + 4y = 6
⇒ -3x + 4(7 - 2x) = 6
⇒ -3x + 28 - 8x = 6
⇒ -11x = 6 - 28
⇒ -11x = -22
⇒ x = 2.

∴ x = 2 and y = 7 - 2x = 7 - 2(2) = 7 - 4 = 3.

Since, X=[xy]X=[23]\text{X} = \begin{bmatrix*}[r] x \\ y \end{bmatrix*} \\[1em] \therefore \text{X} = \begin{bmatrix*}[r] 2 \\ 3 \end{bmatrix*}

Hence, the matrix X=[23].\text{X} = \begin{bmatrix*}[r] 2 \\ 3 \end{bmatrix*} .

Question 32

Solve the matrix equation [41]X=[4812].\begin{bmatrix*}[r] 4 \\ 1 \end{bmatrix*} X = \begin{bmatrix*}[r] -4 & 8 \\ -1 & 2 \end{bmatrix*} .

Answer

Since,

[41]X=[4812][41]X is a 2×2 matrix, but[41] is a 2×1 matrix.X is a 1×2 matrix.\begin{bmatrix*}[r] 4 \\ 1 \end{bmatrix*} X = \begin{bmatrix*}[r] -4 & 8 \\ -1 & 2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 \\ 1 \end{bmatrix*} X \text{ is a } 2 \times 2 \text{ matrix, but} \begin{bmatrix*}[r] 4 \\ 1 \end{bmatrix*} \text{ is a } 2 \times 1 \text{ matrix}. \\[1em] \Rightarrow \text{X is a } 1 \times 2 \text{ matrix}.

We know that X matrix will be of order 1 × 2. So, let matrix X be [xy].\begin{bmatrix*}[r] x & y \end{bmatrix*}.

Given,

[41]X=[4812][41][xy]=[4812][4x4yxy]=[4812]\begin{bmatrix*}[r] 4 \\ 1 \end{bmatrix*} X = \begin{bmatrix*}[r] -4 & 8 \\ -1 & 2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 \\ 1 \end{bmatrix*} \begin{bmatrix*}[r] x & y \end{bmatrix*} = \begin{bmatrix*}[r] -4 & 8 \\ -1 & 2 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4x & 4y \\ x & y \end{bmatrix*} = \begin{bmatrix*}[r] -4 & 8 \\ -1 & 2 \end{bmatrix*} \\[1em]

From definition of equality of matrices we get,

⇒ x = -1 and y = 2.

Since, X =[xy]=[12]\text{Since, X }= \begin{bmatrix*}[r] x & y \\ \end{bmatrix*} \\[1em] \therefore \text{X } = \begin{bmatrix*}[r] -1 & 2 \\ \end{bmatrix*}

Hence, the matrix X=[12].\text{X} = \begin{bmatrix*}[r] -1 & 2 \end{bmatrix*}.

Question 33(i)

If A = [2145]and B =[32],\begin{bmatrix*}[r] 2 & -1 \\ -4 & 5 \end{bmatrix*} \text{and B } = \begin{bmatrix*}[r] -3 \\ 2 \end{bmatrix*}, find matrix C such that AC = B.

Answer

Given,

AC = B

[2145]C=[32][2145]C is a 2×1 matrix, but[2145] is a 2×2 matrix.C is a 1×2 matrix.Let matrix C =[xy][2145][xy]=[32][2×x+(1)×y4×x+5×y]=[32][2xy4x+5y]=[32]\Rightarrow \begin{bmatrix*}[r] 2 & -1 \\ -4 & 5 \end{bmatrix*} C = \begin{bmatrix*}[r] -3 \\ 2 \end{bmatrix*} \\[0.5em] \Rightarrow \begin{bmatrix*}[r] 2 & -1 \\ -4 & 5 \end{bmatrix*} C \text{ is a } 2 \times 1 \text{ matrix, but} \begin{bmatrix*}[r] 2 & -1 \\ -4 & 5 \end{bmatrix*} \text{ is a } 2 \times 2 \text{ matrix}. \\[0.5em] \therefore \text{C is a } 1 \times 2 \text{ matrix}. \\[0.5em] \text{Let matrix C } = \begin{bmatrix*}[r] x \\ y \end{bmatrix*} \\[0.5em] \Rightarrow \begin{bmatrix*}[r] 2 & -1 \\ -4 & 5 \end{bmatrix*} \begin{bmatrix*}[r] x \\ y \end{bmatrix*} = \begin{bmatrix*}[r] -3 \\ 2 \end{bmatrix*} \\[0.5em] \Rightarrow \begin{bmatrix*}[r] 2 \times x + (-1) \times y \\ -4 \times x + 5 \times y \end{bmatrix*} = \begin{bmatrix*}[r] -3 \\ 2 \end{bmatrix*} \\[0.5em] \Rightarrow \begin{bmatrix*}[r] 2x - y \\ -4x + 5y \end{bmatrix*} = \begin{bmatrix*}[r] -3 \\ 2 \end{bmatrix*} \\[0.5em]

By definition of equality of matrices we get,

⇒ 2x - y = -3 or y = 2x + 3     (...Eq 1)

⇒ -4x + 5y = 2                        (...Eq 2)

Putting value of y from Eq 1 in Eq 2,

⇒ -4x + 5y = 2
⇒ -4x + 5(2x + 3) = 2
⇒ -4x + 10x + 15 = 2
⇒ 6x = 2 - 15
⇒ 6x = -13
⇒ x = 136-\dfrac{13}{6}

Now finding value of y,

y=2x+3=2(136)+3=266+3=26+186=86=43.y = 2x + 3 \\[1em] = 2\Big(-\dfrac{13}{6}\Big) + 3 \\[1em] = -\dfrac{26}{6} + 3 \\[1em] = \dfrac{-26 + 18}{6} \\[1em] = -\dfrac{8}{6} \\[1em] = -\dfrac{4}{3}.

∴ x = 136 and y =43.-\dfrac{13}{6} \text{ and y } = -\dfrac{4}{3}.

Since,

=[xy]C=[13643]\text{C }= \begin{bmatrix*}[r] x \\ y \end{bmatrix*} \\[1em] \therefore C = \begin{bmatrix*}[r] -\dfrac{13}{6} \\ -\dfrac{4}{3} \end{bmatrix*}

Hence, the matrix C = [13643].\begin{bmatrix*}[r] -\dfrac{13}{6} \\ -\dfrac{4}{3} \end{bmatrix*}.

Question 33(ii)

If A = [2145]and B =[03],\begin{bmatrix*}[r] 2 & -1 \\ -4 & 5 \end{bmatrix*} \text{and B } = \begin{bmatrix*}[r] 0 & -3 \\ \end{bmatrix*}, find matrix C such that CA = B.

Answer

Given,

CA = B.

C[2145]=[03]C[2145] is a 1×2 matrix, but[2145] is a 2×2 matrix.C is a 1×2 matrix.Let matrix C =[xy][xy][2145]=[03][x×2+y×(4)x×(1)+y×5]=[03][2x4yx+5y]=[03]C\begin{bmatrix*}[r] 2 & -1 \\ -4 & 5 \end{bmatrix*} = \begin{bmatrix*}[r] 0 & -3 \\ \end{bmatrix*} \\[1em] \Rightarrow C\begin{bmatrix*}[r] 2 & -1 \\ -4 & 5 \end{bmatrix*} \text{ is a } 1 \times 2 \text{ matrix, but} \begin{bmatrix*}[r] 2 & -1 \\ -4 & 5 \end{bmatrix*} \text{ is a } 2 \times 2 \text{ matrix}. \\[1em] \therefore \text{C is a } 1 \times 2 \text{ matrix}. \\[1em] \text{Let matrix C } = \begin{bmatrix*}[r] x & y \\ \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x & y \\ \end{bmatrix*} \begin{bmatrix*}[r] 2 & -1 \\ -4 & 5 \end{bmatrix*} = \begin{bmatrix*}[r] 0 & -3 \\ \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] x \times 2 + y \times (-4) & x \times (-1) + y \times 5 \end{bmatrix*} = \begin{bmatrix*}[r] 0 & -3 \\ \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 2x - 4y & -x + 5y \\ \end{bmatrix*} = \begin{bmatrix*}[r] 0 & -3 \\ \end{bmatrix*}

By definition of equality of matrices we get,

2x - 4y = 0                             (...Eq 1)

-x + 5y = -3 or x = 5y + 3     (...Eq 2)

Putting value of x from Eq 2 in Eq 1,

⇒ 2x - 4y = 0
⇒ 2(5y + 3) - 4y = 0
⇒ 10y + 6 - 4y = 0
⇒ 6y + 6 = 0
⇒ 6y = -6
⇒ y = -1.

Now finding value of x,

⇒ x = 5y + 3 = 5(-1) + 3 = -5 + 3 = -2.

∴ x = -2, y = -1.

Since, C =[xy]C=[21]\text{Since, C }= \begin{bmatrix*}[r] x & y \\ \end{bmatrix*} \\[0.5em] \therefore C = \begin{bmatrix*}[r] -2 & -1 \\ \end{bmatrix*}

Hence, the matrix C = [21]\begin{bmatrix*}[r] -2 & -1 \\ \end{bmatrix*}.

Question 34

If A = [3412]\begin{bmatrix*}[r] 3 & -4 \\ -1 & 2 \end{bmatrix*}, find the matrix B such that BA = I, where I is the unit matrix of order 2.

Answer

Given,

BA = I

B[3412]=[1001]B[3412] is a 2×2 matrix, and[3412] is a 2×2 matrix.B is a 2×2 matrix.=[1001]\text{B}\begin{bmatrix*}[r] 3 & -4 \\ -1 & 2 \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \text{B}\begin{bmatrix*}[r] 3 & -4 \\ -1 & 2 \end{bmatrix*} \text{ is a } 2 \times 2 \text{ matrix, and} \begin{bmatrix*}[r] 3 & -4 \\ -1 & 2 \end{bmatrix*} \text{ is a } 2 \times 2 \text{ matrix}. \\[1em] \therefore \text{B is a } 2 \times 2 \text{ matrix}. \\[1em] \text{I } = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*}

We know that B will be of order 2 × 2. So, let

B=[abcd][abcd][3412]=[1001][a×3+b×(1)a×(4)+b×2c×3+d×(1)c×(4)+d×2]=[1001][3ab4a+2b3cd4c+2d]=[1001]\text{B} = \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*} \begin{bmatrix*}[r] 3 & -4 \\ -1 & 2 \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] a \times 3 + b \times (-1) & a \times (-4) + b \times 2 \\ c \times 3 + d \times (-1) & c \times (-4) + d \times 2 \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 3a - b & -4a + 2b \\ 3c - d & -4c + 2d \end{bmatrix*} = \begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em]

By definition of equality of matrices we get,

3a - b = 1          (...Eq 1)

-4a + 2b = 0
⇒ 4a = 2b
⇒ b = 2a           (...Eq 2)

3c - d = 0
⇒ d = 3c           (...Eq 3)

-4c + 2d = 1     (...Eq 4)

Putting value of b from Eq 2 in Eq 1

⇒ 3a - b = 1
⇒ 3a - 2a = 1
⇒ a = 1

∴ a = 1, b = 2a = 2.

Putting value of d from Eq 3 in Eq 4

⇒ -4c + 2d = 1
⇒ -4c + 2(3c) = 1
⇒ -4c + 6c = 1
⇒ 2c = 1
⇒ c = 12\dfrac{1}{2}

∴ c = 12\dfrac{1}{2}, d = 3c = 32\dfrac{3}{2}.

Since, B =[abcd]B=[121232]\text{Since, B }= \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*} \\[1em] \therefore \text{B} = \begin{bmatrix*}[r] 1 & 2 \\ \dfrac{1}{2} & \dfrac{3}{2} \end{bmatrix*}

Hence, the matrix B = [121232]\begin{bmatrix*}[r] 1 & 2 \\ \dfrac{1}{2} & \dfrac{3}{2} \end{bmatrix*}.

Question 35

Given [4211]\begin{bmatrix*}[r] 4 & 2 \\ -1 & 1 \end{bmatrix*} M = 6I, where M is a matrix and I is the unit matrix of order 2 × 2.

(i) State the order of matrix M.

(ii) Find the matrix M.

Answer

(i) Given,

[4211]M=6I[4211]M is a 2×2 matrix, and[4211] is a 2×2 matrix.M is a 2×2 matrix.\begin{bmatrix*}[r] 4 & 2 \\ -1 & 1 \end{bmatrix*} M = 6I \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 & 2 \\ -1 & 1 \end{bmatrix*} M \text{ is a } 2 \times 2 \text{ matrix, and} \begin{bmatrix*}[r] 4 & 2 \\ -1 & 1 \end{bmatrix*} \text{ is a } 2 \times 2 \text{ matrix}. \\[1em] \therefore \text{M is a } 2 \times 2 \text{ matrix}. \\[1em]

Hence, the matrix M is of order 2 × 2.

(ii) Let matrix M be [abcd].\begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*}.

Given,

[4211]M=6I[4211][abcd]=6[1001][4×a+2×c4×b+2×d(1)×a+1×c(1)×b+1×d]=[6006][4a+2c4b+2da+cb+d]=[6006]\begin{bmatrix*}[r] 4 & 2 \\ -1 & 1 \end{bmatrix*} M = 6I \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 & 2 \\ -1 & 1 \end{bmatrix*} \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*} = 6\begin{bmatrix*}[r] 1 & 0 \\ 0 & 1 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 \times a + 2 \times c & 4 \times b + 2 \times d \\ (-1) \times a + 1 \times c & (-1) \times b + 1 \times d \end{bmatrix*} = \begin{bmatrix*}[r] 6 & 0 \\ 0 & 6 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4a + 2c & 4b + 2d \\ -a + c & -b + d \end{bmatrix*} = \begin{bmatrix*}[r] 6 & 0 \\ 0 & 6 \end{bmatrix*} \\[1em]

By definition of equality of matrices we get,

4a + 2c = 6     (...Eq 1)

4b + 2d = 0
⇒ d = -2b       (...Eq 2)

-a + c = 0
⇒ a = c           (...Eq 3)

-b + d = 6       (...Eq 4)

Putting value of a from Eq 3 in Eq 1

⇒ 4a + 2c = 6
⇒ 4c + 2c = 6
⇒ 6c = 6
⇒ c = 1.

∴ c = 1 and a = c = 1.

Putting value of d from Eq 2 in Eq 4

⇒ -b + d = 6
⇒ -b + (-2b) = 6
⇒ -3b = 6
⇒ b = -2.

∴ b = -2 and d = -2b = 4.

Since,

M=[abcd]M=[1214]\text{M} = \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*} \\[1em] \therefore \text{M} = \begin{bmatrix*}[r] 1 & -2 \\ 1 & 4 \end{bmatrix*}

Hence, the matrix M=[1214]\text{M} = \begin{bmatrix*}[r] 1 & -2 \\ 1 & 4 \end{bmatrix*}.

Question 36

If B = [4251] and C=[1714713],\begin{bmatrix*}[r] -4 & 2 \\ 5 & -1 \end{bmatrix*} \text{ and C} = \begin{bmatrix*}[r] 17 & -1 \\ 47 & -13 \end{bmatrix*}, find the matrix A such that AB = C.

Answer

Given,

AB = C

A[4251] is a 2×2 matrix, and[4251] is a 2×2 matrix.A is a 2×2 matrix.\Rightarrow A\begin{bmatrix*}[r] -4 & 2 \\ 5 & -1 \end{bmatrix*} \text{ is a } 2 \times 2 \text{ matrix, and} \begin{bmatrix*}[r] 4 & 2 \\ 5 & -1 \end{bmatrix*} \text{ is a } 2 \times 2 \text{ matrix}. \\[1em] \therefore \text{A is a } 2 \times 2 \text{ matrix}.

We know that matrix A will be of order 2 × 2. Let matrix be

A=[abcd][abcd][4251]=[1714713][a×(4)+b×5a×2+b×(1)c×(4)+d×5c×2+d×(1)]=[1714713][4a+5b2ab4c+5d2cd]=[1714713]\text{A} = \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*} \begin{bmatrix*}[r] -4 & 2 \\ 5 & -1 \end{bmatrix*} = \begin{bmatrix*}[r] 17 & -1 \\ 47 & -13 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] a \times (-4) + b \times 5 & a \times 2 + b \times (-1) \\ c \times (-4) + d \times 5 & c \times 2 + d \times (-1) \end{bmatrix*} = \begin{bmatrix*}[r] 17 & -1 \\ 47 & -13 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] -4a + 5b & 2a - b \\ -4c + 5d & 2c - d \end{bmatrix*} = \begin{bmatrix*}[r] 17 & -1 \\ 47 & -13 \end{bmatrix*} \\[1em]

By definition of equality of matrices we get,

-4a + 5b = 17    (...Eq 1)

2a - b = -1
⇒ b = 2a + 1     (...Eq 2)

-4c + 5d = 47    (...Eq 3)

2c - d = -13
⇒ d = 2c + 13    (...Eq 4)

Putting value of b from Eq 2 in Eq 1

⇒ -4a + 5b = 17
⇒ -4a + 5(2a + 1) = 17
⇒ -4a + 10a + 5 = 17
⇒ 6a + 5 = 17
⇒ 6a = 12
⇒ a = 2.

∴ a = 2, b = 2a + 1 = 2(2) + 1 = 5.

Putting value of d from Eq 4 in Eq 3

⇒ -4c + 5d = 47
⇒ -4c + 5(2c + 13) = 47
⇒ -4c + 10c + 65 = 47
⇒ 6c + 65 = 47
⇒ 6c = -18
⇒ c = -3.

∴ c = -3, d = 2c + 13 = 2(-3) + 13 = 7.

Since,

A=[abcd]A=[2537]\text{A} = \begin{bmatrix*}[r] a & b \\ c & d \end{bmatrix*} \\[1em] \therefore \text{A} = \begin{bmatrix*}[r] 2 & 5 \\ -3 & 7 \end{bmatrix*}

Hence, the matrix A = [2537]\begin{bmatrix*}[r] 2 & 5 \\ -3 & 7 \end{bmatrix*}.

Question 37

If A = [4444]\begin{bmatrix*}[r] 4 & -4 \\ -4 & 4 \end{bmatrix*}, find A2. If A2 = pA, then find the value of p.

Answer

Given,

⇒ A2 = pA

[4444][4444]=p[4444][4×4+(4)×(4)4×(4)+(4)×44×4+4×(4)(4)×(4)+4×4]=p[4444][16+161616161616+16]=p[4444][32323232]=p[4444]32[1111]=4p[1111]32=4pp=324=8.\Rightarrow \begin{bmatrix*}[r] 4 & -4 \\ -4 & 4 \end{bmatrix*}\begin{bmatrix*}[r] 4 & -4 \\ -4 & 4 \end{bmatrix*} = p\begin{bmatrix*}[r] 4 & -4 \\ -4 & 4 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 4 \times 4 + (-4) \times (-4) & 4 \times (-4) + (-4) \times 4 \\ -4 \times 4 + 4 \times (-4) & (-4) \times (-4) + 4 \times 4 \end{bmatrix*} = p\begin{bmatrix*}[r] 4 & -4 \\ -4 & 4 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 16 + 16 & -16 - 16 \\ -16 - 16 & 16 + 16 \end{bmatrix*} = p\begin{bmatrix*}[r] 4 & -4 \\ -4 & 4 \end{bmatrix*} \\[1em] \Rightarrow \begin{bmatrix*}[r] 32 & -32 \\ -32 & 32 \end{bmatrix*} = p\begin{bmatrix*}[r] 4 & -4 \\ -4 & 4 \end{bmatrix*} \\[1em] \Rightarrow 32\begin{bmatrix*}[r] 1 & -1 \\ -1 & 1 \end{bmatrix*} = 4p\begin{bmatrix*}[r] 1 & -1 \\ -1 & 1 \end{bmatrix*} \\[1em] \Rightarrow 32 = 4p \\[1em] \Rightarrow p = \dfrac{32}{4} = 8.

Hence, p = 8.

PrevNext