Question
Question: Let A = $[a_{ij}]_{2 \times 2}$ where $a_{ij} \neq 0$ for all i, j and $A^2 = I$. Let a be the sum o...
Let A = [aij]2×2 where aij=0 for all i, j and A2=I. Let a be the sum of all diagonal elements of A and b=∣A∣, then 390a2+16b2 is equal to

16/3
Solution
Let the matrix A be A=[prqs]. Given that aij=0 for all i, j, it implies p,q,r,s=0.
The sum of all diagonal elements of A is a=p+s. The determinant of A is b=∣A∣=ps−qr.
We are given the condition A2=I, where I=[1001] is the identity matrix. Let's compute A2: A2=[prqs][prqs]=[p2+qrrp+srpq+qsrq+s2].
Equating A2 to I: [p2+qrrp+srpq+qsrq+s2]=[1001].
From this matrix equality, we get a system of equations:
- p2+qr=1
- pq+qs=0⟹q(p+s)=0
- rp+sr=0⟹r(p+s)=0
- rq+s2=1
From equation (2), since q=0 (given aij=0), we must have p+s=0. This implies s=−p.
Let's verify this with equation (3). Since r=0 (given aij=0), we also get p+s=0, which is consistent.
Now we can find the value of 'a': a=p+s=0.
Next, let's find the value of 'b'. b=ps−qr. Substitute s=−p into the expression for 'b': b=p(−p)−qr=−p2−qr.
From equation (1), we have p2+qr=1. We can rewrite this as qr=1−p2.
Substitute qr=1−p2 into the expression for 'b': b=−p2−(1−p2) b=−p2−1+p2 b=−1.
So, we have a=0 and b=−1.
Finally, we need to calculate the value of 390a2+16b2. Substitute the values of 'a' and 'b': 390(0)2+16(−1)2 =390(0)+16(1) =30+16 =316.
The condition aij=0 is essential. For example, if p=1, then s=−1. From p2+qr=1, we get 12+qr=1, which means qr=0. This would imply q=0 or r=0, contradicting the condition aij=0. Thus, p cannot be 1 or −1. For instance, if p=2, then s=−2. Then qr=1−p2=1−4=−3. We can choose q=1 and r=−3. This gives A=[2−31−2], which satisfies all given conditions. For this matrix, a=2+(−2)=0 and b=(2)(−2)−(1)(−3)=−4+3=−1, confirming our derived values for 'a' and 'b'.
The final answer is 316.
Explanation of the solution:
- Represent the matrix A as [prqs].
- Use the condition A2=I to set up equations for the elements p,q,r,s.
- From the off-diagonal elements, q(p+s)=0 and r(p+s)=0. Since q,r=0, it implies p+s=0.
- This directly gives a=p+s=0.
- From the diagonal elements, p2+qr=1.
- Calculate b=∣A∣=ps−qr. Substitute s=−p and qr=1−p2 into the expression for b.
- This yields b=p(−p)−(1−p2)=−p2−1+p2=−1.
- Substitute a=0 and b=−1 into the given expression 390a2+16b2 to get the final value.