I am sorry if it's stupid, but I don't know how to calculate imaginary number "$i$" power to fractional number. I know:
$$\begin{aligned} i^2 &= -1\\ i^3 &= \;\;\;i \\ i^4 &= -1 \end{aligned}$$
and so on. I know that multiplying a complex number by "$i^n$" rotates the magnitude vector of that complex number, like: $i(a+bi)$ rotates for $90$ degrees, $i^2(a+bi)$ rotates it for $180$ degrees, to the power of $3$ rotates for $270$ degrees... and so on. And I can even know how to calculate it:
$$\begin{aligned} i(a+bi) &= -b + ai\\ i^2(a+bi) &= -a + bi \end{aligned}$$
and so on. But my problem is, I know multiplying a complex number by $i^{0.5}$ rotates for $45$ degrees, but I have no idea how to calculate it, and represent as complex:
$$ i^{0.5} (a + bi) = ????? $$
Could anyone explain it in simply words for simply guy like me? Or give some link with explanation? Thanks in advance for any help.
PS. Of course I know it's something like:
$$ i^{0.5}(a + bi) = (0.707\ldots * a) + (0.707\ldots * b)i $$
But have no idea how it happened :)
You are right, is not as easy than a power by an integer. You must to use the De Moivre's formula