I'm trying to solve the following matrix derivative : $$\frac{d}{dx}(I + x\Sigma)^{1/2},$$ where $I$ is identity matrix and $\Sigma$ is a constant (positive definite) matrix which is not a function of $x$.
I tried to search for relavent materials, such as wikipedia and matrix cookbook textbook, but I failed to find a formula regarding derivative of a matrix to a power of 1/2.
When $U(x)$ is matrix of a function of $x$, is there a formula of $\frac{d}{dx}U(x)$? If so, how can I induce the formula? I tried to induce it using $\frac{dUV}{dx} = \frac{dU}{dx}V + U\frac{dV}{dx}$, assuming $U,V$ are a function of $x$, but I'm not sure whether this is useful for the desired result.
Any help regarding this question would be grateful. Thank you.
Write $F(x) = I+x\Sigma$. Compute $F'(x) = \Sigma$. The important observation is that $F(x)$ and $F'(x)$ commute. Since they commute, the chain rule works, and we have $$ \frac{d}{dx} \big(F(x)^s\big) = s F(x)^{s-1} F'(x) $$ In the OP case, we still have to do $(I+x\Sigma)^{-1/2}$ to complete it.