KnowledgeBoat Logo
|

Mathematics

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

Matrices

14 Likes

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

Answered By

9 Likes


Related Questions