I see a common pattern where the sum of two terms to the fourth power can be reduced to two quadratic factors. Here is an example.
$ x^4 + 4 = (x^2 + 2x + 2)(x^2 - 2x + 2) $
I mean I get that it can be obtained through adding and subtracting a term so that it can become a difference of two squares and then factoring it. But I would like to know if there like a name or law that represents this concept. I think I recall seeing something to that effect in Wikipedia but right now I can't seem to find it again.