How to prove the accuracy of this equation?
$$(\sinh x + \cosh x)^{n} = \sinh nx + \cosh nx$$
I already know:
$$\sinh x= \frac{e^{x} - e^{-x}}{2}$$ And $$\cosh x= \frac{e^{x} + e^{-x}}{2}$$ But I failed to prove it, since I don't see any point to start from.
Thanks to the hints of Blitzer and David Quinn found a way.
Simplified LHS: $$({\frac{e^{x} - e^{-x} + e^{x} + e^{-x}}{2}})^{n} = $$ $$(\frac{2e^{x}}{2})^{n} = e^{nx}$$
Simplified RHS: $${\frac{e^{nx} - e^{-nx} + e^{nx} + e^{-nx}}{2}} = $$ $$\frac{2e^{nx}}{2} = e^{nx}$$
LHS = RHS, so proved. Thanks.