I have a matrix $A =\begin{bmatrix}a & b\\c & -a\end{bmatrix}$ where $a,b,c\in\mathbb{R}$
Now, I have to show that I can write $\exp(A)$ in a way $\alpha(\omega)\mathbb{I}_2+\beta({\omega})A$, such that both functions $\alpha,\beta$ only depend on det$(A)$.
As a hint, I was supposed to distinguish between three cases: det$(A)$ =,<,> $0$ and use series representations of trigonometric and hyperbolic functions.
After calculating $A^2$ case det$(A)=0$ is obvious, however I'm a bit stuck on how to proceed for the other two cases, where I mainly can't really see how to invoke trigonometric and hyperbolic functions.
Since $$e^A=\sum_{k=0}^\infty\frac{1}{k!}A^k,$$ and $$A^2=-det(A)I_2\quad \text{(verify!)}.$$ We conclude $$e^A=\left(\sum_{k=0}^\infty\frac{(-det\ A )^k}{(2k)!}\right)I_2+\left(\sum_{k=0}^\infty\frac{(-det\ A )^k}{(2k+1)!}\right)A.$$