I got a bit confused while checking an answer for simple equation: $$x^3 = 1.$$
I got $$x = 1, x = e^{j*\pi/3}, x = e^{-j*\pi/3},$$ while the asnwer in the solution is $$x = 1, x = e^{j*2\pi/3}, x = e^{-j*2\pi/3}.$$
Do I understand correctly that $$x = e^{j*2\pi/3} = e^{-j*\pi/3}$$ $$x = e^{-j*2\pi/3} = e^{j*\pi/3}?$$
Tbh, my skills of trigonometry are a bit rusty already, so I'm not completely sure and wanted to double check. Thanks.
I got ... x = exp(j pi/3)
Then $x^3=e^{3 ,\cdot j \pi/3}=e^{j \pi},$ Does that equal $1,$, as it should? – dxiv Jun 04 '17 at 22:16I've checked with MATLAB just now - the solutions are ok
No, they are definitely not OK. Whatever you checked in MATLAB must have been something else. – dxiv Jun 04 '17 at 22:28I got ans=−1.0000−0.0000i
Precisely. But you were solving the equation $x^3=\color{red}{1}$ and $\color{red}{−1.0000}−0.0000i \ne 1,$, which proves in fact thata=exp(−j∗pi/3)
is not a solution. – dxiv Jun 04 '17 at 22:33