Given the limit: $$ \lim_{n \to \infty}\left[\cos\left(\frac{x}{n}\right) + \sin\left(\frac{2x}{n}\right)\right]^{n} = \alpha $$
Find the value of $\alpha$.
I suppose there is a special technique of how to solve such expressions. Sadly, I am not familiar with it.
Could anyone put me on point ?.
By using the following Taylor expansions at $0$, $\cos(t)=1+o(t)$, $\sin(t)=t+o(t)$, and $\ln(1+t)=t+o(t)$, we have that $$\begin{align}\left(\cos\left(\frac{x}{n}\right) + \sin\left(\frac{2x}{n}\right)\right)^n &=\exp\left(n \ln\left(\cos\left(\frac{x}{n}\right) + \sin\left(\frac{2x}{n}\right)\right)\right) \\&=\exp\left(n \ln\left(1 + \frac{2x}{n}+o(1/n)\right)\right) \\&=\exp\left(n \left(\frac{2x}{n}+o(1/n)\right)\right). \end{align}$$ Can you take it from here?