If we use the following $$a^n-b^n=\left(a-b\right)\left(a^{n-1}+a^{n-2}b+\cdots+ab^{n-2}+b^{n-1}\right)=u\times t$$
$$u=x+\sqrt{x^2-1}-x+\sqrt{x^2-1}=2\sqrt{x^2-1}=2x\sqrt{1-\frac{1}{x}}$$
Now, the limit is $$2\lim\limits_{x\to+\infty}\frac{x\sqrt{1-\frac{1}{x}}\times t}{x^n}$$
What to do next, if this is a good approach?
Use this properties: $$\frac{a^n}{b^n}=\left(\frac{a}{b}\right)^n\tag{1}$$ $$\lim_{x\to\infty}\left[f(x)\pm g(x)\right]=\lim_{x\to\infty}f(x)\pm \lim_{x\to\infty}g(x)\tag{2}$$
Therefore:
$$\begin{align}\lim_{x\to\infty}\frac{(x+\sqrt{x^2-1})^n+(x-\sqrt{x^2-1})^n}{x^n}&=\lim_{x\to\infty}\left(\frac{x+\sqrt{x^2-1}}{x}\right)^n+\lim_{x\to\infty}\left(\frac{x-\sqrt{x^2-1}}{x}\right)^n\\&=\lim_{x\to\infty}\left[\frac{x(1+\sqrt{1-\frac{1}{x^2}})}{x}\right]^n+\lim_{x\to\infty}\left[\frac{x(1-\sqrt{1-\frac{1}{x^2}}}{x}\right]^n\\&=\underbrace{\lim_{x\to\infty}\left(1+\sqrt{1-\frac{1}{x^2}}\right)^n}_{2^n}+\underbrace{\lim_{x\to\infty}\left(1-\sqrt{1-\frac{1}{x^2}}\right)^n}_{0}\\&=2^n\end{align}$$