I'm trying to help someone with a problem in Apostol's book (Chapter 1 BTW, so before basically any calculus concepts are covered) at the moment and I'm stumped on a question.
I'm trying to prove that if $p$ is a polynomial of degree $n$, that is where $$p(x) = a_0 + a_1x + \cdots + a_nx^n$$ for some real numbers $a_0, \dots, a_n$, and if $p(x) = 0$ for all $x\in \Bbb R$, then $a_k = 0$ for all $k$.
Looking through the site, I find this question, but the solution given uses the derivative. But this before the definition of the derivative in Apostol's book, so I can't use that to prove this. I also know that we can use linear algebra to solve this, but pretend I don't understand the concept of linear independence either as Apostol's book doesn't presuppose that. Then what can we do to prove this? It feels like there should be a proof by induction possible, but I'm not seeing how to do the induction step.
My Attempt: Proving that $a_0 = 0$ is trivial by evaluating $p(0)$. But then I'm left with $$p(x) = x(a_1 + \cdots +a_nx^{n-1})$$ Here I see that for all $x\ne 0$, $a_1 + \cdots a_nx^{n-1}=0$. But because of that $x\ne 0$ part, that means I can't use the same trick to show that $a_1 = 0$.
Any ideas?
.Suppose you do not want to use the derivative, but are a beginning calculus student as mentioned above. Then you can use the following result:
To prove this proposition, expand the polynomial : $\frac{p(k)}{k^n} = \sum_{i=0}^n a_ik^{i-n}$. Since $n \to \infty$, all the terms in the above expansion go to zero as $k \to \infty$, except when $i=n$, in which case the limit is just $a_n$, since $k^0 = 1$.
We now want to prove that if $p(x) = \sum_{i=0}^n a_ix^i$ is zero everywhere, then all the coefficients are zero.
Let us perform induction, on the maximum power that of $x$ that occurs in the expansion of $p$ as a polynomial (This is not the same as the degree). If $p$ is (expressed as) a degree $0$ polynomial $a_0$, then $a_0$ is a constant, hence must be zero.
Let $p(k) = \sum_{i=0}^n a_ix^i$. By the above argument, $a_n = \lim_{k \to \infty} \frac{p(k)}{x^k} = 0$, since $p$ is zero everywhere. Now $p(x)$ simplifies to $\sum_{i=0}^{n-1} a_ix^i$, and by induction, all the $a_i$ are zero.
Hence, the proposition follows.