0

Let $P(x)$ be a polynomial of degree $n$ in the field $\mathbb{R}$ such that $a_n,\ldots,a_0$ are the coefficients. How can I show through induction that if there is at least one coefficient $a_i$ that is not $0$ then there are at most $n $ different roots to $P(x)$?

okie
  • 2,815

1 Answers1

0

Try polynomial division for linear factors, for instance using the Newton-Lagrange-Horner-Ruffini scheme. The result is a polynomial of one degree less, enabling induction.

Lutz Lehmann
  • 126,666