Find all roots of $p(x) = 2 x^3 + 16$ in $\mathbb C$.
I found my answers to be x = 2, -1+i$\sqrt{3}$, -1+i$\sqrt{3}$.
But when I put the expression into Symbolab, it gives me -2, 1+i$\sqrt{3}$, 1+i$\sqrt{3}$ as roots of p(x) in C.
Can someone explain where I went wrong?
This is how I did it;
First, I rewrite p(x) and get
$2x^3+16=0$
$2x^3=-16$
$x^3=-8$ ------ (1)
Express (1) in Euler form
$x=re^{\theta i}$
$x^3=r^3e^{3\theta i}$
Let w = -8
$ |w| = \sqrt{(-8)^2} = 8$
$\theta = tan^{-1}(0) = 0$
$w = 8e^{0\theta}$
Now I have
$r^3e^{3\theta i} = 8e^{0\theta}$
Equate the modulus and argument
$r^3 = 8$
$r = 2$
$3\theta = 0+2\pi k$ ------- for k $\in Z$
$\theta = {2\pi k \over 3}$
Now I have
$ x = 2(cos {2\pi k \over 3} + i sin {2\pi k \over 3})$
Calculating x by substituting k = 0,1,2
k = 0, x = 2
k = 1, x = 2(${-1 \over 2} + i {\sqrt{3} \over 2}$) = -1+i${\sqrt{3}}$
k = 2, x = 2(${-1 \over 2} - i {\sqrt{3} \over 2}$) = -1-i${\sqrt{3}}$
So all roots of p(x) in C are 2, -1-i${\sqrt{3}}$, -1+i${\sqrt{3}}$
.
.
.
I will be very appreciated if someone can help me out.
I will give three answers to three different questions.
The complete rule for the argument of a complex number $z=x+i\,y$ is not simply $\theta=\tan^{-1} \frac{y}{x}$ but: $$ \theta= \begin{cases} \arctan\frac{y}{x} & x>0 \\ \arctan\frac{y}{x}+\pi & x<0 \text{ and } y\ge 0 \\ \arctan\frac{y}{x}-\pi & x<0 \text{ and } y < 0 \\ \frac{\pi}{2} & x=0 \text{ and } y > 0 \\ -\frac{\pi}{2} & x=0 \text{ and } y < 0 \\ \text{undefined} & x=0 \text{ and } y = 0 \\ \end{cases} $$ where $\arctan$ provides a value in $\left(-\frac{\pi}{2},\frac{\pi}{2}\right)$.
The definition of inverse function. Some functions do not have a globally defined inverse. In this case, $\tan 0=\tan \pi=0$ so $\tan^{-1} 0$ is ambiguous. However, we can define $\tan:\left(-\frac{\pi}{2},\frac{\pi}{2}\right)\to\mathbb{R}$ and then this function is monotonically increasing thus invertible. The problem is then that we cannot obtain any possible argument, so we must consider all the cases above.
Drawing the unit circle. When $x>0$-i.e. the complex number is in the first or fourth quadrant with argument $\theta\in\left(-\frac{\pi}{2},\frac{\pi}{2}\right)$-then the formula $\arctan\frac{y}{x}$ gives the correct result. But imagine that you change the sign of a complex number, i.e. $x\gets -x$ and $y\gets -y$. Then: $$\arctan\frac{-y}{-x}=\arctan\frac{y}{x}$$ and the $\arctan$ is unable to detect the change of sign. But if you draw the situation, you realize that you are in the second or third quadrants, so you get the value of the corresponding argument in $\left(-\frac{\pi}{2},\frac{\pi}{2}\right)$ by the formula $\arctan\frac{y}{x}$ and then "change sign"... but taking the opposite complex corresponds to half a turn of the circle, i.e. adding an angle of $\pi$ radians.
Now, a final detail: you can add multiples of $2\pi$ to the argument and you obtain the same complex number, because it corresponds to full turns of the circle. Then you have to fix a criterion, by defining a principal argument. Some people prefer $\theta\in[0,2\pi)$ whereas other use $\theta\in(-\pi,\pi]$. Whatever is your convention, in the computation above, you may end up with an argument outside your chosen interval, so you can freely add or subtract $2\pi$ as needed. For instance, in the formula above, when you are in the third quadrant, you should add $\pi$ to do the "half turn" corresponding to changing sign, but then you go out of the conventional interval, so you subtract $2\pi$ to go back. This is the explanation of the $-\pi$ of the third line of the formula, but mind that there are two processes going on here: adding $\pi$ is mandatory to go to the correct quadrant; subtracting $2\pi$ is somewhat optional, since it is only a convention to give the result in a unique way.
In other words,
Don't even try. Nobody can.I strongly discourage it. It is much more instructive and less prone to errors to draw and understand really what is going on.