Step-by-step animated polynomial division with remainder theorem verification, factor detection, and complete factorization.
A shortcut for dividing by a linear factor \((x - c)\). Write the coefficients of the dividend in a row. Bring down the first coefficient, multiply by \(c\), add to the next column, and repeat. The last value is the remainder.
If a polynomial \(P(x)\) is divided by \((x - c)\), the remainder is \(P(c)\).
\((x - c)\) is a factor of \(P(x)\) if and only if \(P(c) = 0\).
If \(P(x) = a_n x^n + \dots + a_0\) has a rational root \(\frac{p}{q}\) in lowest terms, then \(p\) divides \(a_0\) and \(q\) divides \(a_n\).