Calculate coefficient by $x^{n-1}$ in Chebyshew polynominal of the first kind $T_n$, defined as: $$ T_0(x)=1\\ T_1(x)=x\\ T_n(x)=2x\cdot T_{n-1}(x)-T_{n-2}(x) $$
2026-03-25 14:06:04.1774447564
coefficient by $x^{n-1}$ in Chebyshew polynominals
42 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The coefficient by $x^{n-1}$ of $T_n(x)$ is $0$. One can use induction:
Note: For this to work you should also prove that $T_n(x)$ has degree $n$, which may also be done by induction.