Let $A$ and $B$ be two square matrices of order $2\times 2$, where $\det(A)=1$ and $\det(B)=2$ then value of $$\det(A+\alpha B)-\det(\alpha A+B)$$ where $\alpha \in \mathbb{R}$ is
(A)$\alpha^2$
(B)$0$
(C)$\alpha^2-1$
(D)None of these
My Attempt
Let A be the matrix \begin{bmatrix}1&0\\0&1\end{bmatrix} and $B$ be the matrix \begin{bmatrix}2&1\\2&2\end{bmatrix} Substituting in the expression $\det(A+\alpha B)-\det(\alpha A+B)$, I am able to get $\alpha^2-1$.
When I took $B$ to be the matrix \begin{bmatrix}2&0\\0&1\end{bmatrix} I again ended up getting $\alpha^2-1$.
But is there some general way to go about it.
Use the property for $2\times 2$ matrix $M, N$
We have: $$|A+\alpha B|=|A|+\alpha^2|B|+\alpha\left[\text{Tr}(A)\text{Tr}(B)-\text{Tr}(AB)\right]$$
$$|B+\alpha A|=|B|+\alpha^2|A|+\alpha\left[\text{Tr}(B)\text{Tr}(A)-\text{Tr}(BA)\right]$$
Note $\text{Tr}(AB)=\text{Tr}(BA)$, then we have:
$$|A+\alpha B|-|B+\alpha A|=|A|+\alpha^2|B|-|B|-\alpha^2|A|=\alpha^2-1$$