0
  1. Polynomial degree k, one variable, if it's zero at k+1 values, then it's identically zero. Can someone point me to a proof of this?

  2. I know derivatives at points can count as these roots (if k-degree f(x) vanishes at x=a and k derivatives vanish at x=a, it vanishes). So, can someone point me to a more general theorem incorporating the derivatives?

  3. What if, for example, there's a k degree polynomial (in one variable) that vanishes at x=a, also at x=b, and k-1 derivatives vanish at x=a. This is a total of k+1 "roots"; does this count? What if some of those x=a vanishings are other x values?

Nights
  • 199
  • 1
    I understand the first one, it could be linked to the fundamental theorem of algebra (any $n$ degree real polynomial has at most $n$ roots). I don't get the other two, though: what does "derivatives at points can count as these roots" mean? Maybe, that if $f(x_0)=0$ then $f^{(k)}(x_0)=0$ too for $k\leq n$? – yellon Apr 16 '15 at 13:18
  • Please give more context, What type of numbers are the coefficients? Are they in a field like $,\Bbb Q,$ or $,\Bbb C,$ or integral domain like $,\Bbb Z,,$ or do you allow more general coefficient rings? – Bill Dubuque Apr 16 '15 at 14:13
  • If $f$ is a polynomial with degree $k > 1$ satisfying $f(a) = f'(a) = 0$, then $f(x) = (x-a)^2 g(x)$ for some polynomial $g$ (of degree $k-2$); you can iterate this down to as many derivatives as you need. Proving this is actually easy: if $f(x) = (x-a)h(x)$, then $f'(x) = h(x) + (x-a)h'(x)$, so that $h(a) = f'(a) = 0$, and hence $h(x) = (x-a)g(x)$. – Pedro M. Apr 16 '15 at 14:15
  • The first property is due to the factor theorem. The fundamental theorem of algebra also proves this, but is over-reaching.
  • http://math.stackexchange.com/questions/25822/how-to-prove-that-a-polynomial-of-degree-n-has-at-most-n-roots

    http://math.stackexchange.com/questions/25822/how-to-prove-that-a-polynomial-of-degree-n-has-at-most-n-roots

    Assuming you're working with polynomial rings over fields.

    – Ilham Apr 16 '15 at 14:15
  • All real numbers here, only. And what I meant by #2 is: if f(x) is a degree k polynomial, and vanishes at a, and k derivatives of f vanish at a, f is identically zero (proof please?). I believe also, that if f(x) is say, a 3rd degree polynomial, and: f(a)=f'(a)=f(b)=f'(b)=0 for some a, b, f is identically zero. Also pretty sure that for a 2nd degree polynomial, f(a)=f(b)=f'(a)=0 implies f(x) identically 0. Continuing other possibilities, is there some theorem that collects these all? – Nights Apr 16 '15 at 15:58
  • Thank you IIham for the link and Pedro for that nice statement/proof. – Nights Apr 16 '15 at 22:13
  • @PedroM. I am trying to show by induction that your statement mentioned holds for n derivatives, that is, that if $f(a)=f'(a)= \cdots =f^{n}(a)=0$, then $f(x)=(x-a)^{n+1}g(x)$ where $g(x)$ is degree $k-(n+1)$ but I can't seem to get the inductive step. – Nights Apr 17 '15 at 01:38