Question
Mathematics Question on Matrices and Determinants
Let A be a 2×2 symmetric matrix such that A[1 1]=[3 7] and the determinant of A be 1. If A−1=αA+βI, where I is the identity matrix of order 2×2, then α+β equals ….
Answer
Let
A=[a bbd].
From the given condition, we have:
A[1 1]=[3 7],
which gives:
a+b=3,b+d=7.
Also, the determinant of A is given by ad−b2=1.
Using a+b=3 and b+d=7, we can solve these equations. Let's set up the system:
- From a+b=3, we get a=3−b.
- Substitute into b+d=7 to find d=7−b.
- Substitute a=3−b and d=7−b into ad−b2=1: (3−b)(7−b)−b2=1.
Expanding and simplifying, we get:
21−10b+b2−b2=1⟹21−10b=1⟹b=2.
Then, a=1 and d=5.
Thus, we have: A=[1 225].
Now, we find A−1:
A−1=1(5)−(2)(2)1[5 −2−21]=[5 −2−21].
Since A−1=αA+βI, we equate:
[5 −2−21]=[α+β 2α2α5α+β].
This gives the system:
- α+β=5,
- 2α=−2⟹α=−1,
- 5α+β=1.
Solving, we find β=6.
Thus, α+β=5.
Answer: 5.