How do you long divide (a^4 + 4b^4) / (a^2 - 2ab + 2b^2)a4+4b4a22ab+2b2?

1 Answer
Mar 13, 2016

Long divide coefficients to find:

(a^4+4b^4) / (a^2-2ab+2b^2) = a^2+2ab+2b^2a4+4b4a22ab+2b2=a2+2ab+2b2

Explanation:

Notice that the numerator and denominator are both homogeneous polynomials: The degree of the terms of the numerator are all 44 and of the denominator are all 22. So we can just look at the coefficients and long divide them, not forgetting to add 00's for the "missing" terms in the denominator (for a^3ba3b, a^2b^2a2b2 and ab^3ab3) ...

enter image source here

The process is similar to long division of numbers:

Write the dividend under the bar and the divisor to the left. The dividend 1, 0, 0, 0, 41,0,0,0,4 represents a^4+0a^3b+0a^2b^2+0ab^3+4b^4a4+0a3b+0a2b2+0ab3+4b4. The divisor 1, -2, 21,2,2 represents a^2-2ab+2b^2a22ab+2b2.

Write the first term 11 of the quotient above the bar. Choosing it so that when multiplied by the divisor it matches the first term of the dividend.

Write the product (1, -2, 21,2,2) of this initial term and the divisor under the dividend and subtract it.

Bring down the next term 00 from the dividend alongside it.

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^2a4+4b4a22ab+2b2=a2+2ab+2b2

Footnote

This particular example is interesting in showing the factorisation:

a^4+4b^4 = (a^2-2ab+2b^2)(a^2+2ab+2b^2)a4+4b4=(a22ab+2b2)(a2+2ab+2b2)

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(x2kxy+y2)(x2+kxy+y2)=x4+(2k2)x2y2+y4

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 k = sqrt(2)k=2 eliminates the middle term too.

In our example we have a case with x=ax=a, y=sqrt(2)by=2b, k=sqrt(2)k=2