How do you long divide #(a^4 + 4b^4) / (a^2 - 2ab + 2b^2)#?
1 Answer
Long divide coefficients to find:
#(a^4+4b^4) / (a^2-2ab+2b^2) = a^2+2ab+2b^2#
Explanation:
Notice that the numerator and denominator are both homogeneous polynomials: The degree of the terms of the numerator are all
The process is similar to long division of numbers:
Write the dividend under the bar and the divisor to the left. The dividend
Write the first term
Write the product (
Bring down the next term
Choose the next term of the quotient to match the leading term of the running remainder, etc.
Eventually we run out of terms in the dividend to bring down. The last subtraction is exact, so there is no remainder and the division is exact.
We find:
#(a^4+4b^4) / (a^2-2ab+2b^2) = a^2+2ab+2b^2#
Footnote
This particular example is interesting in showing the factorisation:
#a^4+4b^4 = (a^2-2ab+2b^2)(a^2+2ab+2b^2)#
In general we find that:
#(x^2-kxy+y^2)(x^2+kxy+y^2) = x^4+(2-k^2)x^2y^2+y^4#
So if you are faced with a quartic polynomial that has no odd terms and want to factor it, remember this identity.
In particular, putting
In our example we have a case with