7
$\begingroup$

I would like to know my error in this problem.

Find the complex number such that: $$ z+|z|=2+8i$$ So far, I have: $$ \begin{split} a+bi+\sqrt{a^2+b^2} &= 2 + 8i\\ a^2-b^2+a^2+b^2&=4-64\\ 2a^2 -b^2 + b^2&=-60\\ a^2&=-30 \end{split} $$

But I should end up with $$a^2=-15$$

No matter how hard I try, I can't seem to find what I did wrong. Any suggestions?

$\endgroup$
5
  • 17
    $\begingroup$ Hoare are you getting that $a^2 - b^2 + a^2 + b^2 = 4 -64$. I can't see why you are saying that at all. You aren't squaring both sides. You aren't multiplying both sides by the conjugate. You aren't squaring the square roots. What are you doing. $\endgroup$
    – fleablood
    Commented Mar 5, 2018 at 3:14
  • 3
    $\begingroup$ It appears that each term has been squared independently. $\endgroup$
    – eggyal
    Commented Mar 5, 2018 at 8:49
  • 9
    $\begingroup$ Please, remember that, in general, $(x+y)^2\ne x^2+y^2$. For instance, $(2+8i)^2=2^2+2\cdot2\cdot8i+(8i)^2=4+32i-64=-60+32i$. $\endgroup$
    – egreg
    Commented Mar 5, 2018 at 9:37
  • 9
    $\begingroup$ @DavidRicherby It definitely is the absolute value, as well as the modulus. Even for complex numbers, the two words are synonyms. $\endgroup$ Commented Mar 5, 2018 at 14:41
  • $\begingroup$ @MishaLavrov Oh, OK -- I've never that term used for complex numbers before. $\endgroup$ Commented Mar 5, 2018 at 19:02

6 Answers 6

13
$\begingroup$

I would go about this differently. Since $|z| \in \mathbb{R}$, you know that $b=8$ immediately since $bi$ is the only imaginary term on the left and $8i$ - on the right.

Now the only thing is to find $a$...

UPDATE

We have the equation $$a + \sqrt{a^2+64} = 2$$ (hence $a<0$), which implies $$\sqrt{a^2+64} = 2-a$$ and now squaring will yield the desired result.

$\endgroup$
6
  • $\begingroup$ Thats how we are finding b right? There is other way than this? I think op was confused with a. $\endgroup$
    – King Tut
    Commented Mar 5, 2018 at 2:52
  • $\begingroup$ @KingTut yes, but finding $a$ is easier of you know what $b$ is already :) $\endgroup$
    – gt6989b
    Commented Mar 5, 2018 at 2:53
  • $\begingroup$ by using B as 8 I have gotten farther, but not by much. $$a^2+a\sqrt {a^2 + 64} = -30$$ squaring the radical doesn't help much and I am trying to find an efficient way to solve this. Unless that is the only way? $\endgroup$ Commented Mar 5, 2018 at 2:53
  • $\begingroup$ @BouncySlime555 Before squaring, bring the radical to one side, and everything else to the other side. $\endgroup$
    – saulspatz
    Commented Mar 5, 2018 at 3:02
  • $\begingroup$ @BouncySlime555 see update $\endgroup$
    – gt6989b
    Commented Mar 5, 2018 at 3:03
13
$\begingroup$

Yet another way: $\,z=2+8i-|z|\,$, so $\,\bar z =2-8i-|z|\,$, then multiplying the two:

$$\require{cancel} z \bar z = (2+8i-|z|)(2-8i-|z|) \;\iff\; \cancel{|z|^2} = \cancel{|z|^2} - 4|z| + 68 \;\iff\; |z| = 17 $$

Then, substituting back in the first equation: $\,z=2+8i-|z|=\ldots\,$

$\endgroup$
2
  • $\begingroup$ This property strikes always $\endgroup$
    – King Tut
    Commented Mar 5, 2018 at 3:58
  • $\begingroup$ @KingTut Many of these can be solved more directly without resorting to cartesian, indeed. $\endgroup$
    – dxiv
    Commented Mar 5, 2018 at 4:02
7
$\begingroup$

$a+bi+\sqrt{a^2+b^2} = 2 + 8i$ so

$a + \sqrt{a^2 + b^2} = 2$ and $b = 8$.

So $a + \sqrt{a^2 + 64} = 2$

So $\sqrt{a^2 + 64} = 2- a$

$a^2 + 64 = 4 -4a + a^2$

$4a = -60$

$a = -15$.

$z = -15 + 8i$.

....

To do what you were attempting

You have to realize that the $Re(z) = a + \sqrt{a^2 + b^2}$ and $Im(z) = b$. I think somehow you were thinking there were threee parts $Re(z)=a$ and $Im(z) = b$ and some $Weird(z) = \sqrt{a^2 + b^2}$ and that $z\overline z = Re^2(z) - Im^2(z) + Weird^2(z)$. That simply isn't true....

$(a+bi+\sqrt{a^2+b^2})(a - bi +\sqrt{a^2 + b^2}) = (2 + 8i)(2-8i)$

$(a + \sqrt{a^2 + b^2})^2 - b^2 = 4 - 64$

$2a^2 + b^2 + 2a\sqrt{a^2 + b^2} -b^2 = -60$

$a^2 + a \sqrt{a^2 + b^2} = -30$

which is a pain to solve but can be done.

$\endgroup$
4
$\begingroup$

As you square and take the real part, it should be

$$a^2-b^2+a^2+b^2+2a\sqrt{a^2+b^2}=4-64$$

$\endgroup$
2
$\begingroup$

For fun, solution using polar form. If $z = r e^{i\theta}$: $$re^{i\theta} + r = z + |z| = 2 + 8i,$$ $$re^{i\theta} = (2 - r) + 8i,$$ $$r = |re^{i\theta}| = |(2 - r) + 8i| = \sqrt{(2 - r)^2 + 8^2},$$ $$r^2 = (2 - r)^2 + 64,$$ $$r = 17,$$ $$z = re^{i\theta} = (2 - r) + 8i = -15 + 8i.$$

$\endgroup$
0
$\begingroup$

$$a+bi+\sqrt{a^2+b^2} = 2 + 8i$$ $$a^2-b^2+a^2+b^2=4-64$$

This is where you went wrong, it looks like you tried to square both sides and take the real part but you made the wrong assumption that all the cross-multiplication terms would be imaginary.

$$a+bi+\sqrt{a^2+b^2} = 2 + 8i$$ $$a^2-b^2+(a^2+b^2) + 2abi + 2a\sqrt{a^2+b^2} + 2b\sqrt{a^2+b^2}i = 4 - 64 +16i$$ $$a^2-b^2+a^2+b^2 + 2a\sqrt{a^2+b^2} = 4 - 64 $$ $$2ab + 2b\sqrt{a^2+b^2} = 16$$

Which frankly doesn't look much like progress towards a soloution. We have a pair of equations but both of them still contain our problematic square root.

To eliminate the square root we need to move it to it's own side of the equation before squaring.

$$a+bi+\sqrt{a^2+b^2} = 2 + 8i$$ $$\sqrt{a^2+b^2} = (2 - a)+ (8- b)i$$ $$a^2+b^2 =(2 - a)^2 - (8- b)^2 + 2(2 - a)(8- b)i $$ $$a^2+b^2 = a^2 - 4a + 4 - b^2 +8b -64 $$ $$2b^2 =- 4a + 4 +8b -60 $$ $$0 = (2 - a)(8- b)$$

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .