Long Division of Polynomials (Finds a/b), where a and b are polynomials.

For e^x, use exp(x). For ln(x), use ln(x). For x^y, use pow(x,y). For sin(x), use sin(x). Similar thing applies to tan(x) and cos(x). For sqrt(x), use sqrt(x). For x^2, use sqr(x). For abs(x), use abs(x). For floor(x), use floor(x). For, ceiling(x), use ceil(x). For Pi, use pi(). For n!, use factorial(n). For round(x), use round(x).


Each polynomial will be represented by the nonzero coefficients and the exponents. Do NOT enter the variable.

Below enter the coefficient of a term (of polynomial a), then the exponent, then press the "ENTER" button.
Enter the coefficient: Enter the exponent:

Below enter the coefficient of a term (of polynomial b), then the exponent, then press the "ENTER" button.
Enter the coefficient: Enter the exponent:
You've entered:
a(x)=
and
b(x)=
Quotient:
Remainder:

Back to my Calculator.

Back to Iyad Abu-Jeib's Homepage