If $(a + ib)^3 = 8$, prove that $a^2 + b^2 = 4$

2.2k Views Asked by At

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$.

7

There are 7 best solutions below

0
On BEST ANSWER

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:

  1. From $b^2=4-a^2$ it follows that $b= \pm \sqrt{4-a^2}$ and not necessarily that $b=\sqrt{4-a^2}$.
  2. Similarly, from $(a+ib)^3=8$ it doesn't follow that $a+ib = 2$. What follows is that $a+ib \in \{2,2 \angle \frac{2\pi}{3}, 2 \angle \frac{4\pi}{3}\}$.
  3. In the equation $a+ib=2$ (which you mistakenly derived), you substituted $ib$ with what you (mistakenly due to the logical fallacy and (1)) thought $b$ was equal to. That is, you forgot to multiply $\sqrt{4-a^2}$ by $i$.
  4. In the final step you seem to suggest that $\sqrt{x^2-y^2}=x-y$, but this doesn't hold in general.

Finally, the tag doesn't apply to your question.

1
On

Hint: $$ a^2 + b^2 = (a+ib)(a-ib) $$


as $(a+ib)^3 = 8$, $(a-ib)^3 = 8$ and $$ (a^2 + b^2)^3 = 8^2 = 64 \implies a^2 + b^2 = 4 $$

0
On

$$a^3+3a^2(ib)-3ab^2+(ib)^3=8$$

Equating the real & the imaginary parts,

$$a^3-3ab^2=8;3a^2b-b^3=0\iff b(3a^2-b^2)=0$$

Case $\#1:b=0\implies a^3=8\implies a=2$

Case $\#2:3a^2-b^2=0\iff b^2=3a^2$

and we have $a(a^2-3b^2)=8\implies a[a^2-3(3a^2)]=8\iff a^3=-1\implies a=-1$ as $a$ is real

$\implies b^2=?$

0
On

We have $a+ib=2w$ where $w^3=1$

Taking modulus on either sides $\sqrt{a^2+b^2}=2|w|$


Directly taking modulus on either sides on $(a+ib)^3=8,$

we get $(\sqrt{a^2+b^2})^3=8\implies (a^2+b^2)^3=8^2=(2^3)^2=2^6$

As $a^2+b^2>0, a^2+b^2=\sqrt[3]{2^6}=(2^6)^{\frac13}=?$

0
On

Hint: The question asks: If $z^3=8$, show that $|z|^2=4$.

0
On

Let $z=a+bi$. Then $z^3=8$ and $8=|z^3|=|z|^3$, and since $|z|$ is a positive real number, $|z|=2$, that is, $a^2+b^2=|z|^2=4$.

0
On

Let $z=a+ib,$ then it is given that $z^3=8.$ Therefore taking the modulus of both sides $|z|^3=8.$ Hence $|z|=2$ and $|z|^2=a^2+b^2=4.$