Assume that $\zeta < 1$ and let $w_d = w_0\sqrt{1-\zeta^2}$.
Show that $$ \exp\left( \begin{array}{cc} -\zeta w_0& w_d \\ -w_d& -\zeta w_0\end{array}\right)t = \left( \begin{array}{cc} e^{-\zeta w_0t}\cos w_dt & e^{-\zeta w_0t}\sin w_dt\\ -e^{-\zeta w_0t}\sin w_dt & e^{-\zeta w_0t}\cos w_dt \end{array} \right) $$
I am not sure how to go about this except to use the matrix exponential formula:
$$e^{At} = I + At + A^2\frac{t^2}{2!} + A^3\frac{t^3}{3!} + ... $$
Can someone please provide me a starting point for this question?
The hint would be to develop exponential for skew symmetric matrix, and identify terms with trigonometric Taylor series (Rodriguez formula). I explain how to do it:
First, decompose matrix $A$ as a sum of a skew matrix and a multiple of the identity matrix: $$ A = \left[ {\begin{array}{cc} -\xi \omega_0 t & \omega_d t \\ -\omega_d t & -\xi \omega_0 t \\ \end{array} } \right] = \left[ {\begin{array}{cc} 0 & \omega_d t \\ -\omega_d t & 0 \\ \end{array} } \right] - \xi \omega_0 t I_2 = \alpha + \beta $$
As both matrices are commutative, i.e. $\alpha \beta = \beta \alpha$, then, one can write: $$ \exp(A) = \exp(\alpha + \beta) = \exp(\alpha) \exp(\beta) $$ (If $AB \neq BA$ then, generally, $\exp(A+B) \neq \exp(A)\exp(B)$)
Developing first exponential: $$\exp(\beta) = I_2 \exp(-\xi \omega_0 t)$$ And the second one: $$\exp(\alpha) = \sum_i \alpha^i/i!$$ As $\alpha$ is a skew matrix: $$\alpha^2 = -(\omega_d t)^2 I_2$$ $$\alpha^3 = -(\omega_d t)^2 \alpha$$ $$\alpha^4 = (\omega_d t)^4 I_2$$ $$\alpha^5 = (\omega_d t)^4 \alpha$$ $$...$$ Which leads to: $$\exp(\alpha) = (1-\frac{(\omega_d t)^2}{2!}+\frac{(\omega_d t)^4}{4!}+\dots)I_2 + (\omega_d t-\frac{(\omega_d t)^3}{3!}+\frac{(\omega_d t)^5}{5!}+\dots)\frac{\alpha}{\omega_d t}$$
Where one can identify $\cos(\omega_d t)$ and $\sin(\omega_d t)$ Taylor series. Finally: $$ \exp(A) = (I_2 \exp(-\xi \omega_0 t))(\cos(\omega_d t)I_2+\sin(\omega_d t)\frac{\alpha}{\omega_d t})$$ $$ \exp(A) = \left[ {\begin{array}{cc} \exp(-\xi \omega_0 t)\cos(\omega_d t) & \exp(-\xi \omega_0 t)\sin(\omega_d t) \\ -\exp(-\xi \omega_0 t)\sin(\omega_d t) & \exp(-\xi \omega_0 t)\cos(\omega_d t) \\ \end{array} } \right] $$ Obtaining the final result