Question
Question: Let $S = \begin{Bmatrix} m \in \mathbb{Z}: A^{m^2} + A^m = 3I - A^{-6} \end{Bmatrix}$, where $A = \b...
Let S={m∈Z:Am2+Am=3I−A−6}, where A=[21−10]. Then n(S) is equal to ______.
Answer
2
Explanation
Solution
Solution:
Given
A=[21−10]andS={m∈Z:Am2+Am=3I−A−6}.Step 1: Notice that the characteristic equation of A is
det(A−λI)=(λ−1)2=0,so A has a single eigenvalue λ=1 with algebraic multiplicity 2. Hence, A can be written as
A=I+N,with N=A−I and N2=0.Step 2: For any integer k,
Ak=(I+N)k=I+kN(using the binomial expansion and N2=0).Step 3: Applying this to our equation:
Am2+Am=[I+m2N]+[I+mN]=2I+(m2+m)N.Similarly,
A−6=I+(−6)N=I−6N,so
3I−A−6=3I−(I−6N)=2I+6N.Step 4: Equate the two expressions:
2I+(m2+m)N=2I+6N.Comparing coefficients of N (and noting N=0), we have:
m2+m=6.This simplifies to:
m2+m−6=0⇒(m+3)(m−2)=0.Thus, the solutions are m=−3 and m=2.
Since S={−3,2}, the number of elements is:
n(S)=2.Minimal Explanation:
Write A=I+N with N2=0. Then Ak=I+kN. Substitute in the equation to get 2I+(m2+m)N=2I+6N, which implies m2+m=6. Solve to obtain m=−3,2 and hence n(S)=2.