Complex numbers: Solve ##Z^2\bar{Z}=8i##

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
29 replies · 4K views
DottZakapa
Messages
239
Reaction score
17
Homework Statement
Solve ##Z^2\bar{Z}=8i##
Relevant Equations
Complex numbers
Solve ##Z^2\bar{Z}=8i##

i am confused on how to proceed

i have tried to substitute ##z=a+ib## solve the conjugate and the square, then separate the real from the imaginary and put all in a system, but becomes too complicated
 
Physics news on Phys.org
##a^3+ia^2b+b^2a+ib^3=8i##
\begin{cases}
a^3+b^2a=0 \\
ia^2b+ib^3=8i
\end{cases}
 
fresh_42 said:
It is easier if you write ##a^3+b^2a=a\cdot (a^2+b^2)=0##, and ##a^2+b^2## cannot be zero.
mmm ok so? sorry I'm not picking :oldconfused:
 
no solution?
 
Another way is to expand ##(x+iy)^3## in a binomial expansion and compare real and imaginary parts in the equation.
 
DottZakapa said:
no solution?
a and b are 0
 
DottZakapa said:
a and b are 0
No
fresh_42 said:
if you write ##a^3+b^2a=a\cdot (a^2+b^2)=0##, and ##a^2+b^2## cannot be zero.
fresh_42 said:
You have a product which multiplies to zero, so what does that mean for the factors?
DottZakapa said:
no solution?
No. To simplify what fresh_42 said, if ##a\cdot b = 0##, and b cannot be zero, what can you say about a?
 
at the moment nothing comes up on my mind sorry, completely blank
 
x must be 0
fresh_42 said:
To get ##2\cdot x=0## you must have?
x is equal to 0
fresh_42 said:
And then, why is ##a^2+b^2 \neq 0##?
this i can't answer
 
DottZakapa said:
x must be 0

x is equal to 0

this i can't answer
Yes, ##x=0##. So if ##a(a^2+b^2)=0## we must have either ##a=0## or ##a^2+b^2=0##. But squares of real numbers ##a,b## are never negative, so their sum isn't either. And there is only one way that ##a^2+b^2=0## can hold. Now does such a solution work for ##z^2\bar{z}=(a+ib)^2(a-ib)=\ldots = 8i ##?
 
Have you learned the polar form Ae and how to multiply and conjugation with it? It's easier to see that way.

BTW, if this isn't familiar to you yet, then ignore it. You can solve it either way.
 
  • Like
Likes   Reactions: FactChecker
fresh_42 said:
Yes, ##x=0##. So if ##a(a^2+b^2)=0## we must have either ##a=0## or ##a^2+b^2=0##. But squares of real numbers ##a,b## are never negative, so their sum isn't either. And there is only one way that ##a^2+b^2=0## can hold. Now does such a solution work for ##z^2\bar{z}=(a+ib)^2(a-ib)=\ldots = 8i ##?
so al so b is equal to 0
 
fresh_42 said:
Yes, from ##a^2+b^2=0## we get ##a=b=0##. But then ##z=0## and this cannot be. Now that ##a^2+b^2\neq 0##, what do we get for ##a##?
:cry: i don't know, sorry
 
fresh_42 said:
We have ##a\cdot (a^2+b^2)=0## and ##a^2+b^2\neq 0.## That is the same as ##x\cdot 2= 0##. Just as if ##a^2+b^2## was ##2## and ##a## was ##x##. It isn't, but it is the same situation.
a is 0
 
fresh_42 said:
:ok:Yes. And now put ##a=0## into the second equation which we have:
b= -2i?
 
fresh_42 said:
No. You have written ##ib^3=8i## Now we divide both sides by ## i ## and have ##b^3 = 8.## No minus sign around. And ##b## is real! We set ##z=a+ib=0+ib=ib## and only need ##b##.
yes sorry, was late for me and my brain very tired 😅 .##b=2## and ##Z=0+i2## therefore ##Z=2i##
 
  • Like
Likes   Reactions: DaveE and fresh_42
fresh_42 said:
We have ##a\cdot (a^2+b^2)=0## and ##a^2+b^2\neq 0.## That is the same as ##x\cdot 2= 0##. Just as if ##a^2+b^2## was ##2## and ##a## was ##x##. It isn't, but it is the same situation.
##a^2+b^2\neq 0## isn't this assuming that ##a## and ##b## are purely real which isn't implied in the question?
 
Elbraido said:
##a^2+b^2\neq 0## isn't this assuming that ##a## and ##b## are purely real which isn't implied in the question?
##a,b## are real, since ##z## is written as ##z=a+ib## before the calculation started:
DottZakapa said:
I have tried to substitute ##z=a+ib## solve the conjugate and the square, then separate the real from the imaginary and put all in a system, but becomes too complicated.
Now if ##a=b=0## then ##z=0## which doesn't solve the equation ##z^2\bar{z}=8i .##
 
[tex](Z/2)^2\ \overline{Z/2}=i[/tex]
So we know |Z/2|=1 so
[tex]Z/2=i[/tex]
 
  • Like
Likes   Reactions: Delta2
after reading many of your comments, maybe the easiest way to begin, without being too clever, is to take absolute value of both sides, getting |Z|^3 = 8, so |Z|=2. Then Z^2.Zbar = Z.|Z|^2 = 8i, gives the answer quickly. This is of course the idea behind the previous post's solution as well, but maybe less clever. I.e. as a general rule, taking absolute values may simplify a complex number situation, and give useful partial information.
 
Polar coordinates make this very simple. Let ##z = re^{i\theta}##. Then ##z^2 \overline{z} = (r^2 e^{i2\theta})(re^{-i\theta}) = r^3 e^{i\theta} = 8i##, from which it's obvious what ##r## and ##\theta## must be.
 
  • Like
Likes   Reactions: mathwonk