1

I'm currently tasked with acquiring polynomial long division. So far, all examples make sense. However, what happens in a situation like $(3x^3 + 2x^2 - 3) \div (2x^2 + 1)$?
To my knowledge, iterating once would yield as an interim step:
$(3x^3 + 2x^2 - 3) - (2x^3 + x) = x^2 + 2x^2 - x - 3$
But now, we've advanced no further in reducing the polynomial!

The only solution I can see is using non-integer coefficients. Is this how a situation like this is meant to be dealt with?

(Sorry for formatting this like it's not long division. I'm talking about the long division of polynomials.)

0 Answers0