Polynomial Division
09:59
Reference from Wikipedia
In algebra, polynomial long division is an algorithm for dividing a polynomial by another polynomial of the same or lower degree, a generalised version of the familiar arithmetic technique called long division. It can be done easily by hand, because it separates an otherwise complex division problem into smaller ones.
Find
The problem is written like this:
The quotient and remainder can then be determined as follows:
\begin
In algebra, polynomial long division is an algorithm for dividing a polynomial by another polynomial of the same or lower degree, a generalised version of the familiar arithmetic technique called long division. It can be done easily by hand, because it separates an otherwise complex division problem into smaller ones.
Find
The problem is written like this:
The quotient and remainder can then be determined as follows:
\begin{matrix} x^2\\ \qquad\qquad\quad x-3\overline{) x^3 - 12x^2 0x - 42} \end{matrix}
\begin{matrix} x^2\\ \qquad\qquad\quad x-3\overline{) x^3 - 12x^2 0x - 42}\\ \qquad\;\; x^3 - 3x^2 \end{matrix}
\begin{matrix} x^2\\ \qquad\qquad\quad x-3\overline{) x^3 - 12x^2 0x - 42}\\ \qquad\;\; \underline{x^3 - 3x^2}\\ \qquad\qquad\qquad\quad\; -9x^2 0x \end{matrix}
\begin{matrix} \; x^2 - 9x\\ \qquad\quad x-3\overline{) x^3 - 12x^2 0x - 42}\\ \;\; \underline{\;\;x^3 - \;\;3x^2}\\ \qquad\qquad\quad\; -9x^2 0x\\ \qquad\qquad\quad\; \underline{-9x^2 27x}\\ \qquad\qquad\qquad\qquad\qquad -27x - 42 \end{matrix}
\begin{matrix} \qquad\quad\;\, x^2 \; - 9x \quad - 27\\ \qquad\quad x-3\overline{) x^3 - 12x^2 0x - 42}\\ \;\; \underline{\;\;x^3 - \;\;3x^2}\\ \qquad\qquad\quad\; -9x^2 0x\\ \qquad\qquad\quad\; \underline{-9x^2 27x}\\ \qquad\qquad\qquad\qquad\qquad -27x - 42\\ \qquad\qquad\qquad\qquad\qquad \underline{-27x 81}\\ \qquad\qquad\qquad\qquad\qquad\qquad\;\; -123 \end{matrix}
The ...
see lessJust so you know, for some topics we license content from Who2, ADAM & True Knowledge.