Given the expression $$P_n(x)=\dfrac{1}{2^n}\left[\left(x+\sqrt{x^2-1}\right)^n+\left(x-\sqrt{x^2-1}\right)^n \right]$$ Prove that $P_n(x)$ satisfies the identity $$P_n(x)-xP_{n-1}(x)+\frac{1}{4}P_{n-2}(x)=0$$ and that $P_n(x)$ is polynomial in $x$ of degree $n$.
My solution: I put the $P_n(x)$ in given identity and I obtained $0=0$ $\implies$ $P_n(x)$ satisfy this.
Is there any other way to solve this?
I also tried using binomial expansion but couldn't proceed further.
Hint: prove that $\,P_n(\cos \theta)=\frac{1}{2^{n-1}}\cos n\theta\,$ then use the trig identities for $\,\cos (n+1)\theta\,$ to derive the recurrence. (Related: Chebyshev polynomials of the first kind.)