The actual question is as follows:
Suppose you have a sequence of polynomials of degree $n$,
$$P_j(x)=\sum_{k=0}^na_{jk}\,x^k\rightarrow P(x) $$
which is bounded in $n+1$ points for $x$ for all $j$.Prove that the sequence of coefficients $a_{jk}\rightarrow a$ is also bounded . I am supposed to be able to prove it with the Lagrange representation of the polynomial. Yet I don't even have a clue where to begin.
Hint: Lagrange polynomials can be used to compute the coefficients of a degree-$n$ polynomial $p(x)$, given $p(x_1), \dots, p(x_{n + 1})$ for distinct values $x_1, \dots, x_{n + 1}$. For your problem, you are effectively trying to bound the coefficients of $p(x)$, given bounds on $p(x_1), \dots, p(x_{n + 1})$. In other words, roughly, you are supposed to show that the Lagrange interpolation procedure is not wildly sensitive to small changes to its input data.