I want to prove that for $X\in M_2(\mathbb{R})$ the formula $\det(\exp X)=e^{\mathrm{Tr}\, X}$ holds, writing $X$ in normal form gives $X=PJP^{-1}$, where $J$ is the Jordan matrix, now $\exp (PJP^{-1})=P(\exp J)P^{-1}$ and $\det P(\exp J)P^{-1}=\det \exp J$. If $J=\begin{pmatrix} a & 0 \\ 0 & b \end{pmatrix}$ where we allow $a=b$, we get that $\det \exp J=e^{a+b}=e^{\mathrm{Tr}\, J}=e^{\mathrm{Tr}\, X}$, since $X$ and $J$ are similar. However, if $J=\begin{pmatrix} a & 1 \\ 0 & a \end{pmatrix}$, then $\exp J=\exp\begin{pmatrix} a & 0 \\ 0 & a \end{pmatrix} \exp \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix}=\begin{pmatrix} e^a & e^{a+1} \\ e^a & e^{a} \end{pmatrix}$, so $\det \exp J=e^{2a}(1-e)$, which is not the result I want.
2026-04-25 01:50:38.1777081838
$\det(\exp X)=e^{\mathrm{Tr}\, X}$ for 2 dimensional matrices
632 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Your calculation of $\exp J$ is incorrect. $$\exp J = \exp \begin{pmatrix} a & 0 \\ 0 & a \end{pmatrix} \exp \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} = \begin{pmatrix} e^a & 0 \\ 0 & e^a \end{pmatrix} \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} e^a & e^a\\ 0 & e^a \end{pmatrix}$$