Polynomial Division

From Wikipedia: The polynomial division is a mathematical calculation methods. The process is analogous to the usual division of numbers taught in the school, except that instead of two numbers two polynomials are divided by each other and as a result is again a polynomial.

The polynomial division - even if it is pushed more and more to the edge of the curriculum and the textbooks - is an important process for example in simplifying the difference quotient (derivation) or the linear factorization of rational functions (zeros).

With the help of JavaScript programs there is an interactive introduction to this topic, then you can deepen and check your knowledge with other Javascript programs.

 

 

 

 

 

Introduction: Polynomial Division without Remainder

Exercises

Introduction: Polynomial Division with Remainder

Exercises