I have this question I am stumped upon for my Test-Review:
Write $i$ as a complex number in polar form. Use the result and DeMoivre's Theorem to find the square roots of $i$.
I got the first question:
$i = a + bi$
$0 + 1i$
$z = \sqrt{0 ^ 2 + 1 ^ 2}$
$z = 1$
$\Theta = \tan^-1(y/x)$
$\Theta = \tan^-1(0/1)$
$\Theta = 90^\circ$
Therefore... answer is $1 \cdot cis(90)$... Ok I got that but the Demoivre theorem and the sqrt I couldn't understand... This is the answer.. from anwser key:
a) $cis(90^\circ)$
b) $cis(45 ^\circ) , circ(225 ^\circ)$
I'm following
My teacher follows same way as this: http://hotmath.com/hotmath_help/topics/polar-form-of-a-complex-number.html

Okay, I have tried to do my best earlier... but go through this step by step.
$z_1 = a + i\,b\\ z_2 = x + i\,y \\ z_1z_2 = (a + i\,b)(x + i\,y) = (ax + i\,bx + i\,ay + i^2\,by)$
$i^2 = -1$, and you can combine the $i$ terms.
$z_1z_2 = (ax - by) + i\,(ay + bx)$
Okay, if you are already lost re-read this.
If $z_1$ and $z_2$ are in polar...
$z_1 = \rho_1 (\cos \theta + i \sin\theta)\\ z_2 = \rho_2 (\cos \phi + i \sin\phi)\\ z_1z_2 =\rho_1\rho_2 (\cos\theta\cos\phi - \sin\theta \sin\phi + i(\sin\theta \cos \phi + \cos \theta \sin \phi)$
This is the same multiplication that we did in rectangular coordinates. But notice how this ties out to the angle addition formulas for $\cos$ and $\sin$
$z_1z_2 =\rho_1\rho_2 (\cos(\theta+\phi) + i\sin(\theta+\phi))$
When we multiply complex numbers we add the angles! This is particularly noticeable in polar form, but it is just as true in Cartesian form.
$z^2 = z\cdot z =$$ \rho (\cos \theta + i \sin\theta)\rho (\cos \theta + i \sin\theta)\\ \rho^2 (\cos 2\theta + i \sin2\theta)\\$
De Moivre's theorem:
$z^n = \rho^n (\cos n\theta + i \sin n\theta)$
and it works just as well when $n$ is a fraction as it does when $n$ is a whole number.
$\sqrt z = z^{1/2}$
$\sqrt z = \pm \rho^{1/2} (\cos \frac{\theta}{2} + i \sin \frac{\theta}2)$
Everything up to this point is actually on your cheat-sheet in condensed from. But rather than just memorizing formula, try to understand what is actually going on, and where those formula are coming from.
And to the problem at hand:
$z = 0 + i\\ z = (\cos 90 + i \sin 90)\\ z^{1/2} = \pm (\cos 45 + i \sin 45)\\ z^{1/2} = (\cos 45 + i \sin 45), (\cos 225 + i \sin 225)$
Advanced stuff: This is not something you are expected to know in precaluculs, but if you ask the question on this board people may assume you know this.
Complex numbers in polar form can be translated into exponential form as follows:
$z = \rho e^{i\theta}\\ z^n = \rho^n e^{i\theta n}\\ z^{1/n} = \rho^\frac1n e^{\frac{i\theta}{n}}\\ $