Let $ X(t) $ be a square matrix of dimension $ n $. The Jacobi formula expresses the derivative of the determinant of $X(t)$ in terms of the derivative of the matrix itself. Is there an analogous formula for the other coefficients of the characteristic polynomial?
I am actually interested in the $ n = 3 $ case, so the only coefficient I do really care about is the one of $ t $.
Thank you very much!
The Newton Identities can be used to write the characteristic polynomial of $X\in{\mathbb C}^{3\times 3}$ in terms of the traces of the powers of $X$ $$\eqalign{ p(X) &= X^3 +c_2X^2 +c_1X +c_0I \\ &= X^3 - X^2\operatorname{tr}(X) + X\left(\frac{\operatorname{tr}^2(X)-\operatorname{tr}(X^2)}{2!}\right) - I\det(X) \\ }$$ Calculate the differentials of the trace functions $$\eqalign{ \operatorname{tr}(X) &= I:X \quad&\implies d\operatorname{tr}(X) = I:dX \\ & &\implies d\operatorname{tr}^2(X) = 2\operatorname{tr}(X)\,d\operatorname{tr}(X) = 2\operatorname{tr}(X)I:dX\\ \operatorname{tr}(X^2) &= I:X^2 \quad&\implies d\operatorname{tr}(X^2) = I:(X\,dX+dX\,X) = 2X^T:dX \\ }$$ where the colon is a convenient product notation for the trace, i.e. $\;A:B = \operatorname{tr}(A^TB)$
Then calculate the differential, derivative (wrt $t$) and gradient (wrt $X$) of the $c_1$ coefficient $$\eqalign{ dc_1 &= \tfrac{1}{2}(2\operatorname{tr}(X)I-2X^T) : dX \\ \dot{c}_1 &= \big(\operatorname{tr}(X)I-X^T\big) : \dot{X} \\ \frac{\partial c_1}{\partial X} &= \operatorname{tr}(X)I-X^T \\ }$$ As a bonus, do the same for the $c_2$ coefficient $$\eqalign{ dc_2 &= -I:dX \\ \dot{c}_2 &= -I:\dot{X} \\ \frac{\partial c_2}{\partial X} &= -I \\ }$$ Even the determinant (the $c_0$ coefficient) can be written in terms of traces $$\det(X) = \frac{\operatorname{tr}^3(X) -3\operatorname{tr}(X)\operatorname{tr}(X^2) +2\operatorname{tr}(X^3)}{3!} $$