For trigonometric functions we have a nice identity:
$$A\cos x+B\sin x=\sqrt{A^2+B^2}\sin(x+\operatorname{atan2}(A,B)).\tag1$$
At the core of it is the well-known identity of
$$\sin^2x+\cos^2y=1,\tag2$$
which allows us to view $\frac A{\sqrt{A^2+B^2}}$ as sine and $\frac B{\sqrt{A^2+B^2}}$ as cosine of some angle (same angle for both expressions).
The analogous identity for hyperbolic functions is
$$\cosh^2x-\sinh^2x=1.\tag3$$
But I can't seem to be able to use it to find hyperbolic analogue for $(1)$. The difference of squares seems to be not constraining enough to allow for it, unlike the sum.
So is there any identity for hyperbolic functions, that would be analogous to $(1)$?
For example,
Given $$A\cosh x+B\sinh x=R \cosh (x+\alpha)=R\cosh x\cosh \alpha+R\sinh x\sinh\alpha$$
Then $$A=R\cosh \alpha,B=R\sinh \alpha$$
So $$\tanh\alpha=\frac BA$$ and$$R^2=A^2-B^2$$
This is assuming $A> B$. The other compound angle identities can be used in a similar way.