Initial polynom (its coefficients)
we divide into the following polynom / polynomial

Initial polynom
Initial polynomial
The dividing polynomial
Initial polynomial
Result of division
Initial polynomial
Remainder of division of two polynoms
The entered expression
General view
The entered expression

The division of arbitrary polynomials (polynomials) into each other with separation of the remainder from division is considered. The method used in this article is fundamentally different from other calculators of this type, which use the "column" method. Undoubtedly, for students and pupils who have just begun to study this topic, the "column" method is much clearer and simpler.

But for calculations where increased accuracy and speed of calculations are needed, the generalized Horner method is used , the main difference of which is that the division function is not used in the calculation process, which introduces errors in the final calculation.

The calculator I created also works great in the field of complex numbers, which will undoubtedly increase the efficiency of its use.

The generalized method of division we will consider a little later in the same material, and now, a few examples.

Split polynomial  on x ^ 3 + x

input coefficients will be like this

 

and the result of the division 2 * x ^ {3} + 3 = 2 * (x ^ {3} + x) + (- 2) * x + 3

 

Another example of division of complex polynomials. I wanted to find examples on the Internet, but apparently no one ever covered this topic: neither examples, nor solutions.

Well then...

"Who is the extreme king here? Nobody? So I will be the first" (c)

Divide a polynomial of the form x ^ 6 + ix ^ 5-x ^ 4-ix ^ 3 + x ^ 2 + ix-1

in polynomial x ^ 4 + ix ^ 3-ix ^ 2-x + i

Enter in the first field 1 i -1 -i 1 i -1 (These are the coefficients of the first polynomial)

In the second field 1 i -i -1 i (These are the coefficients of the second polynomial)

And we get the answer

Source polynomial
Source polynomial
Dividing polynomial
Source polynomial
Division result
Source polynomial
The remainder of the division of two polynomials
Expression entered
General form
Expression entered

In the future here, or as a separate article, I will write what patterns can be found when dividing polynomials.

And also since we can divide polynomials, then we can find its GCD

GCD of two polynomials. Greatest Common Factor (GCF)  

Good luck!

Copyright © 2024 AbakBot-online calculators. All Right Reserved. Author by Dmitry Varlamov