This is an exercise question from my first college math class, and I am having hard time even understanding what it means or wants me to solve. It's probably quite simple but I never studied that much mathematics in high school. Any help would be appreciated. Original question is not in English, but I am trying my best to translate it:
"Determine by solving a pair of equations all such real number pairs (x, y) which fulfill the equation below."
$(x+iy)^3=1$
There are several ways of going about with this. The most straightforward is to just open the parentheses: $$ \left(x+iy \right)^3 = x^3 + i3x^2 y - 3xy^2 - i y^3 $$ Let's group the terms so that we distinguish between the terms that are multiplied by $i$ from those that are not: $$\tag{1} \left(x+iy \right)^3 = \left[ x^3 - 3xy^2 \right] + i\left[ 3x^2 y - y^3 \right] $$ We know that the expression should be equal to $1$, but this also means that it should be equal to $1+i\cdot0$. Therefore, the first bracket on the right-hand side of Equation (1) should be equal to 1 and the second bracket should be equal to zero: $$ \left\{ \begin{array}{ccccc} x^3& - &3xy^2 &=& 1 \\ 3x^2 y& - &y^3 &=& 0 \end{array} \right. $$ This pair of equations is not very difficult to solve. Can you continue from here?