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.