edited by
12,332 views
34 34 votes

​​​​If $A=\left(\begin{array}{cc}1 & 2 \\ 2 & -1\end{array}\right)$, then which ONE of the following is $A^{8}$ ?

  1. $\left(\begin{array}{cc}25 & 0 \\ 0 & 25\end{array}\right)$
  2. $\left(\begin{array}{cc}125 & 0 \\ 0 & 125\end{array}\right)$
  3. $\left(\begin{array}{cc}625 & 0 \\ 0 & 625\end{array}\right)$
  4. $\left(\begin{array}{cc}3125 & 0 \\ 0 & 3125\end{array}\right)$

8 Answers

Best answer
39 39 votes
\[A = \begin{bmatrix} 1 & 2 \\ 2 & -1 \end{bmatrix}\]\[\det(A - \lambda I) = \begin{vmatrix} 1 - \lambda & 2 \\ 2 & -1 - \lambda \end{vmatrix}\]\[(1 - \lambda)(-1 - \lambda) - (2 \times 2) = \lambda^2 - 1 - 4 = \lambda^2 - 5\]Characteristic Equation,\[A^2-5I =0 \Rightarrow A^2= 5I\]\[ A^4 = (A^2)^2 = (5I)^2 = 25I \]\[ A^8 = (A^4)^2 = (25I)^2 = 625I \]\[ A^8 = \begin{bmatrix} 625 & 0 \\ 0 & 625 \end{bmatrix} \]
edited by
1 flag:
✌ Edit necessary (zgod “-1-4=-5”)
4 4 votes

For the given matrix A if we try to find the Determinant it would be

Det(A) = 1 x (-1) - 2 x 2 = -1 -4 = -5.

Det(A) = -5

So they asked to find the A^8 .

WKT     Det(A^n) = ( Det(A) ) ^ n

Therefore for the matrix A^8 the determinant would be (-5) ^ 8 which is 390625.

Now checking the options if we try to find the determinant of Option C it would be same as 390625.

Hence Option C is right.

3 3 votes

POV: As we can see in the options, all are diagonal matrices.  
 

So the first thing that comes to mind is that the determinant is very easy to calculate, because for a diagonal matrix.

The best part is that all the options have different determinant values, so there is no confusion here.  
Then we start by calculating the determinant of the given matrix $A$:  

$$\det(A) = 1 \times (-1) - 2 \times 2 = -1 - 4 = -5$$  

Next, we use the property that for any square matrix $A$:  
$$\det(A^n) = (\det(A))^n$$  

So for $A^8$, we get:  
$$\det(A^8) = (-5)^8 = 390625$$  

Finally, we check the options. Option C has determinant $390625$, which matches our calculation.  

Therefore, the correct answer is Option C.
 

Answer:
Position:
Show:

Related questions

43 43 votes
5 5 answers
11.7k
11.7k views
Arjun asked Feb 27, 2025
11,678 views
Consider a system of linear equations $P X=Q$ where $P \in \mathbb{R}^{3 \times 3}$ and $\mathrm{Q} \in \mathbb{R}^{3 \times 1}$. Suppose $P$ has an LU decomposition, $P=...
29 29 votes
5 answers 5 answers
12.1k
12.1k views
Arjun asked Feb 27, 2025
12,078 views
Let $L$, $M$, and $N$ be non-singular matrices of order $3$ satisfying the equations $L^2 = L^{-1}$, $M=L^8$ and $N=L^2$. Which ONE of the following is the value of the d...
25 25 votes
5 5 answers
8.8k
8.8k views
Arjun asked Feb 27, 2025
8,754 views
Despite his initial hesitation, Rehman's ____________ to contribute to the success of the project never wavered. Select the most appropriate option to complete the above ...
22 22 votes
10 10 answers
13.2k
13.2k views
admin asked Feb 27, 2025
13,228 views
Consider two grammars $G_{1}$ and $G_{2}$ with the production rules given below: $G_{1} : S \rightarrow$ $if$ $E$ $then$ $S$ $|$ $if$ $E$ $then$ $S$ $else$ $S$ $|$ $a$ ...