1. Polynomials and Roots
Definition: A polynomial P(x) of degree n is defined as:
P(x) = anxn + an-1xn-1 + ... + a1x + a0
Concept of Roots:
A value c is a root (or zero) of the polynomial if P(c) = 0.
Root Condition: If P(c) = 0, then (x - c) is a factor of P(x).