Suppose that the real polynomial below $$p(x)=\sum_{k=0}^{2n}\alpha_{k}x^k$$ is a palindromic polynomial of even degree; that is, $p_{2n-k}=p_k$ for $0\leq k\leq 2n$ and $\alpha_0\neq 0$.
Is it true that the combination of Chebyshev polynomials (of the second kind) below $$\sum_{k=0}^{2n} \alpha_k U_{k-1}(x)\quad\text{and}\quad \sum_{k=0}^{2n}\alpha_k U_{k-2}(x)$$ share a common real root?
I have been able to show that these two polynomials share a common factor of degree $n$. Thus, I have been able to show that this is true when $n$ is odd. Investigations with graphing software seems to indicate that this is true in general. Somebody may be able to manipulate the common factor I've discovered to find a root.
If we extend the definition of $U_n(x)$ to integral indices (which we implicitly do above) and still demand that $$U_{n+1}=2x U_n(x)-U_{n-1}(x)$$ we discover that $$U_{-1}(x)\equiv 0\quad\text{and}\quad U_{-n}(x)=-U_{n-2}(x)$$ for nonnegative $n$. This gives a certain symmetry about $U_{-1}(x)$ that we will exploit by pairing with the palindromic combinations. We wish to pair $\alpha_n$ with $U_{-1}(x)$. Going through the Euclidean Algorithm and exploiting the recursive property, we find that
$$\begin{align} \gcd\left(\sum_{k=0}^{2n} \alpha_k U_{k-1}, \sum_{k=0}^{2n} \alpha_k U_{k-2}\right) & =\gcd\left(\sum_{k=0}^{2n} \alpha_k (2xU_{k-2}-U_{k-3}), \sum_{k=0}^{2n} \alpha_k U_{k-2}\right)\\ & =\gcd\left(\sum_{k=0}^{2n} \alpha_k U_{k-3}, \sum_{k=0}^{2n} \alpha_k U_{k-2}\right)\\ & =\vdots\\ & =\gcd\left(\sum_{k=0}^{2n} \alpha_k U_{k-(n+1)}, \sum_{k=0}^{2n} \alpha_k U_{k-n}\right) \end{align}$$
(ignoring some unit multiples along the way). Now by the palindromic condition and the symmetry about $U_{-1}$, we have that $$\sum_{k=0}^{2n} \alpha_k U_{k-(n+1)}(x)=0\,,$$ which in turn shows that the two polynomials above have a common factor of $$\sum_{k=0}^{2n} \alpha_k U_{k-n}(x)\,.$$ This polynomial has degree $n$ as one can verify. However, I've had difficulty in showing that this polynomial must have real roots. Evaluating at $0$ gives an alternating sum of the $\alpha_k$ which is negative only in some conditions.