I am puzzled by this computation: https://www.dsprelated.com/showarticle/754.php (c.f. quote)
Raising $ i $ to integer powers results in traversing the unitcircle in the same number of quarter turns. The next question that arises naturally is if the pattern also applies to fractional values as well. Consider $ \sqrt{i} $. Suppose it is $ a + b \cdot i $. $$ ( a + b \cdot i )^{2} = i \\ a^{2} + 2ab \cdot i + b^{2} \cdot i^{2} = i $$ $$ ( a^{2} - b^{2} ) + ( 2ab ) \cdot i = 0 + 1 \cdot i $$ In order for two complex numbers to be equal, both the real parts and the imaginary parts must be equal. $$ a^{2} - b^{2} = 0 \text{ and } 2ab = 1 $$ $$ a = ± b \text{ and } a = { 1 \over {2b} } $$ Solving for a,b being real yields two solutions: $$ (a,b) = \left( { \sqrt{2} \over 2 }, { \sqrt{2} \over 2 } \right) \text{ or } \left( - { \sqrt{2} \over 2 }, - { \sqrt{2} \over 2 } \right) $$
For me, it does not make sense to say that $a=\pm b$ AND $2ab=1$, this is just a contradiction... either $a=\pm b$ OR $2ab=1$ therefore I would say that $(a+bi)^2 \neq i$ .... How can they say that it is? What is the logic behind that...?

$$ y = x $$
$$ y = -x $$
$$ y = \frac{1}{2x} $$
Then notice where the interestion points lie. Note too that $x^2+y^2=1$ at your intersection points.
– Cedron Dawg Jul 20 '19 at 12:42$$ e^{i\theta} = \cos(\theta) + i \sin(\theta) $$
which is ubiquitous in DSP.
– Cedron Dawg Jul 20 '19 at 13:14