I am doing some simple complex equations. z^6 = -i. Allright so i cant get angle from tan of angle = y / x because x = 0.
So i can get it either from x = z * cos of angle or y = z * sin of angle. First gives me 90 degress, second one -90. Second one is right since x = 0, y = -1.
But now here is something i dont understand. -90 (-Pi/2) is same as 270 (3Pi/2). But when i am solving this equation, if i use 270 instead of -90 i will get the wrong coordinates. Lets look at first coordinate when k = 0. Then angle is simply -Pi/12 in first case and Pi/4 in second case ( since its z^6 i had to divide all angles by 6). Well now from those 2 angles i dont get same coordinates anymore. This means that i HAVE to use -90 ( -Pi/2 ) not 270 ( 3Pi/2) when solving this equation. But how do i know that ?
http://meta.math.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference
– Vincent Sep 02 '14 at 23:17