A complex number, a+bi, can be thought of as the vector, v, from (0,0) to (a,b). The "length" (magnitude) of the complex number is the length of the vector v. So, by the Pythagorean Theorem, the magnitude of
z = a+bi is √(a2 + b2) = 1.
Squaring both sides, we have a2 + b2 = 1
z2 = (a+bi)2 = a2+ 2abi - b2
= (a2-b2) + 2abi
So, the length of z2 is √[(a2-b2)2+(2ab)2]
= √[a4-2a2b2+b4+4a2b2]
= √[a4+2a2b2+b4]
= √(a2+b2)2 = √(1)2 = 1