
Sophie U. answered 10/12/21
Cornell Math Graduate & USC PhD Student-- Loves Math and Teaching
Notice that 256 = 162, so we can write
f(x) = x4 - 162 = (x2 - 16)(x2 + 16).
To find the solution set, we look for the roots of f. In other words, we solve
0 = f(x) = (x2 - 16)(x2 + 16).
But (x2 - 16)(x2 + 16) = 0 if and only if either:
(x2 - 16) = 0 or (x2 + 16) = 0.
Let's deal with these one at a time.
If (x2 - 16) = 0, then x2 = 16, and taking the square root of both sides, we find
x = ± 4.
So two of the four solutions (we know there are four solutions because this is a quartic polynomial) are 4 and -4, each with multiplicity 1.
Now the second option: if (x2 + 16) = 0, then x2 = -16. Taking the square root of both sides, we get
x = ± √ (-16) = ± 4 √(-1) = ± 4i
where i is the imaginary unit, equal to the square root of -1.
So the other two solutions are 4i and -4i, each with multiplicity 1.
So our full solution set is:
x = -4, 4, 4i, -4i.