So there is a typical problem in quadratic equations. Consider one as an example:
If $x=3 +\sqrt 5$ then find $x^4 -12x^3 +44x^2 -48x +17$.
The solution is pretty simple and a similar approach is put forward in another problem in complex numbers. Certainly we proceed by squaring $x=3 +\sqrt 5$ to reach $x^2 -6x +4 =0$.
Then by Synthetic Division/Division Algorithm we reach as follows: $x^4 -12x^3 +44x^2 -48x +17 = (x^2 -6x +4)(x^2 -6x +4) + 1$.
But since $x^2 -6x +4 = 0$ then the above expression reduces to 1, that’s the answer.
But we did remembered the above formula as Dividend = Divisor $\times$ Quotient + Remainder. Now the Divisor ($x^2 -6x +4$ in this case) ${} = 0$, then how come we can divide something by zero ($0$)? Pardon me for any mistake I am just first question new to stack exchange world. Please do tell me how do we insert mathematical symbols in the question.
Thank You
Let $f(x) = x^4 -12*x^3 +44*x^2 -48*x +17.$
Let $\displaystyle g(x) = x- \left(3 +\sqrt{5}\right).$
Let $h(x) = [g(x)]^2.$
When you divide $f(x)$ by $h(x)$, you are not evaluating the function $f(x)$ at any particular value of $(x)$, or evaluating $h(x)$ at any particular value of $(x)$.
Instead, you are treating $f(x)$ and $h(x)$ as polynomial functions, that are each members of the field of such polynomial functions (of finite degree), where each coefficient of the corresponding function is a Real number.
This is totally different than performing the evaluation of one or more of the polynomial functions at specific values of $(x)$, and then performing a division, based on such an evaluation.
As a much simpler example,
let $j(x) = x-1$ and let $k(x) = x^2 - 3x + 2.$
Then $j(x)$ is a factor of $k(x)$ even though $j(1) = 0 = k(1).$