Jacobi's formula for the derivative of the determinant of a matrix A is
$$ {\displaystyle {\frac {d}{dt}}\det A=\det A\;\mathrm {tr} \left(A^{-1}{\frac {dA}{dt}}\right)=\mathrm {tr} \left(\mathrm {adj} \ A\;{\frac {dA}{dt}}\right)} $$
A proof of this formula is given in the wikipedia and been asked before, link, but I was wondering is there a better way to prove it, probabily making use of the Leibniz formula for determinants ?
Probable Intuitive way $$ \frac{d}{dt}\det A(t)= \frac{d}{dt}\begin{vmatrix} a_{11} & a_{12} & ... & a_{1n} \\ a_{21} & a_{22} & ... & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{n1} & a_{n2} & ... & a_{nn} \\ \end{vmatrix}\\ =\begin{vmatrix} \dot{a}_{11} & \dot{a}_{12} & ... & \dot{a}_{1n} \\ a_{21} & a_{22} & ... & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{n1} & a_{n2} & ... & a_{nn} \\ \end{vmatrix}+\begin{vmatrix} a_{11} & a_{12} & ... & a_{1n} \\ \dot{a}_{21} & \dot{a}_{22} & ... & \dot{a}_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{n1} & a_{n2} & ... & a_{nn} \\ \end{vmatrix}+...+\begin{vmatrix} a_{11} & a_{12} & ... & a_{1n} \\ a_{21} & a_{22} & ... & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ \dot{a}_{n1} & \dot{a}_{n2} & ... & \dot{a}_{nn} \\ \end{vmatrix}\\ $$ If $A(t)=I$ $$ \frac{d}{dt}\det A(t)=\begin{vmatrix} \dot{a}_{11} & \dot{a}_{12} & ... & \dot{a}_{1n} \\ 0 & 1 & ... & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & ... & 1 \\ \end{vmatrix}+\begin{vmatrix} 1 & 0 & ... & 0 \\ \dot{a}_{21} & \dot{a}_{22} & ... & \dot{a}_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & ... & 1 \\ \end{vmatrix}+...+\begin{vmatrix} 1 & 0 & ... & 0 \\ 0 & 1 & ... & 0 \\ \vdots & \vdots & \ddots & \vdots \\ \dot{a}_{n1} & \dot{a}_{n2} & ... & \dot{a}_{nn} \\ \end{vmatrix}\\ =\dot{a}_{11}+\dot{a}_{22}+...+\dot{a}_{nn}=Tr(\dot{A}(t))\\ \implies \boxed{\frac{d}{dt}\det A(t)=Tr(\dot{A}(t))\quad \text{when }A(t)=I} $$
Let $B$ a constant and invertible matrix such that, $B.\psi(t)=I\implies\det\Big(B.\psi(t)\Big)=\det B.\det\psi(t)$ $$ \frac{d}{dt}\det B.\psi(t)=\det B.\frac{d}{dt}\det \psi(t)=Tr\;\big(B.\frac{d}{dt}{\psi(t)}\big)=Tr\;\Big(B.\dot{\psi}(t)\Big)\\ \boxed{ \det B.\frac{d}{dt}\det \psi(t)=Tr\;\Big(B.\dot{\psi}(t)\Big)\quad\text{when }B.\psi(t)=I\implies B=\psi^{-1}(t) }\\ \det B.\frac{d}{dt}\det\psi(t)=\frac{1}{\det{\psi(t)}}\frac{d}{dt}\det\psi(t)=Tr\;\Big(\psi^{-1}(t).\dot{\psi}(t)\Big)\\ \boxed{\frac{d}{dt}\det\psi(t)=\det\psi(t).Tr\;\Big(\psi^{-1}(t).\dot{\psi}(t)\Big)} $$ Is there atleast an intuitive way to prove that, $\det\psi(t).Tr\;\Big(\psi^{-1}(t).\dot{\psi}(t)\Big)=Tr\;\Big(adj \;\psi(t).\dot{\psi}(t)\Big)$ ?
Let $E_{ij}$ be the matrix with a $1$ at the $(i,j)$-th position and zeroes elsewhere. Denote the $(i,j)$-th minor of $A$ by $M_{ij}$. Jacobi's formula holds in the following special case: $$ \frac{d\det(A(t)+hE_{ij})}{dh} =\frac{d\left(\det(A)+h(-1)^{i+j}M_{ij}\right)}{dh} =(-1)^{i+j}M_{ij} =(\operatorname{adj}(A))_{ji} =\operatorname{tr}\left(\operatorname{adj}(A)E_{ij}\right). $$ Denote the determinant function by $F$. The general case now follows from the total derivative formula: \begin{aligned} &\frac{d\det(A(t))}{dt} =\frac{dF(A(t))}{dt}=\sum_{i,j}\frac{\partial F}{\partial a_{ij}}\frac{da_{ij}}{dt} =\sum_{i,j}\frac{d\det(A(t)+hE_{ij})}{dh}\frac{da_{ij}}{dt}\\ &=\sum_{i,j}\operatorname{tr}\left(\operatorname{adj}(A)E_{ij}\right)\frac{da_{ij}}{dt} =\operatorname{tr}\left(\operatorname{adj}(A)\sum_{i,j}\frac{da_{ij}}{dt}E_{ij}\right)=\operatorname{tr}\left(\operatorname{adj}(A)\frac{dA}{dt}\right). \end{aligned}