Suppose that one person called the Student—virtually, an advanced schoolchild—obtained a tip that the Chebyshev polynomials of the first kind exist and unique for each $n$. By the Chebyshev polynomial $T_n$, where $n = 0, 1, 2, …$, I understand such degree-$n$ polynomial that maps the segment [−1, 1] to itself, $T_n(1) = 1$, and also $T_n^{-1}{1,-1}$ (assuming the domain [−1, 1] for the $T_n$ function) consists of exactly $n+1$ points if $n\ge 1$.
Let the Student be well-versed in polynomials (including their derivatives and related calculus), linear and quadratic equations, but suppose that the Student is ignorant about equations of the degree higher than 2, trigonometry, exponentials, matrices etc.
It’s trivial to find $T_0, T_1$, and $T_2$. For $T_4$ one can learn that it’s an even function (hence, a biquadratic polynomial); moreover, $T_4(0) = 1$ and $T_4(1) = 1$ imply a form $T_4(x) = ax^4 - ax^2 + 1$ for certain real $a$. Then
$T_4'(x) = 4ax^3 - 2ax = 2ax(2x^2 - 1)$
and hence $x = \pm\frac{1}{\sqrt 2}$ are (the global) minima of $T_4$. By equating $T_4(\pm\frac{1}{\sqrt 2})$ to −1 we find $a=8$, at last.
But, ironically, an attempt to do the same for $T_3$ leads to a cubic equation, and it’s unclear how to solve the problem (or even to guess the answer) without further tips, such as, that coefficients of all $T_n$ are integer.
The question: what the Student can learn about $T_3, T_5, T_6, …$? Particularly, can the Student obtain any hint to the recurrence relation $T_{n+1}(x) = 2 x T_n(x) - T_{n-1}(x)$?
Another approach could be to start from $$\frac{x^n+x^{-n}}2 = T_n\left(\frac{x+x^{-1}}2 \right)$$ as a defining property. Then expanding $$\left(\frac{x+x^{-1}}2\right) \left(\frac{x^n+x^{-n}}2 \right)$$ directly leads to a recursion for $T_{n+1}$.