If $(a + ib)^3 = 8$, prove that $a^2 + b^2 = 4$
Hint: solve for $b^2$ in terms of $a^2$ and then solve for $a$
I've attempted the question but I don't think I've done it correctly:
$$ \begin{align*} b^2 &= 4 - a^2\\ b &= \sqrt{4-a^2} \end{align*} $$
Therefore, $$ \begin{align*} (a + ib)^3 &= 8\\ a + \sqrt{4-a^2} &= 2\\ \sqrt{4-a^2} &= 2 - a\\ 2 - a &= 2 - a \end{align*} $$
Therefore if $(a + ib)^3 = 8$, then $a^2 + b^2 = 4$.
There have already been enough answers, but none addresses why your proposed answer is incorrect. Mine will do just that.
The most basic mistake is that you use what you want to prove as if it was true. This is a logical fallacy called circular reasoning. There is also a number of other mistakes:
Finally, the tag linear-algebra doesn't apply to your question.