(i) log2(x3+1) - 2 log2x = log2(x2-x+1) -2
log2 ((x³+1)/(x²(x²-x+1))) = -2
Now use long division to factor (x³+1) as (x+1)(x²-x+1):
log2 ((x+1)/x²) = -2
(x+1)/x² = 2-2
x+1 = (1/4)x²
x² - 4x - 4 = 0
Solve this quadratic equation, get x=2±2√2. Because of the term log2x in the original equation, x has to be positive, so the only solution is x = 2+2√2.
(ii) Same as (i), only now with log2x² in the original equation, x can be positive or negative, so the two solutions are x = 2±2√2.