Solving z^2 = z Conjugate Complex Equation

  • Thread starter Thread starter vilhelm
  • Start date Start date
  • Tags Tags
    Conjugate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 8K views
vilhelm
Messages
37
Reaction score
0
Homework Statement
Find all complex solutions to
z^2 = z conjugate
i.e. (a+bi)^2 = a-bi

The attempt at a solution
First attempt:
factoring out (a+bi)^2 = a-bi
leads nowhere.

Second attempt:
r^2 (cos2v + isin2v) = r (cos-v + isin-v)
r must be 1.
2v = -v + 2∏n
3v = 2∏n
v= 2∏n/3
But that isn't the case.
 
Physics news on Phys.org
[tex]\left( a+bi \right)^{2}\; =\; a^{2}-b^{2}+2bi[/tex]
[tex]a^{2}-b^{2}+2bi=a-bi[/tex]
How do you, leon, go from there to find a?

I would claim
[tex]a\neq a^{2}-b^{2}[/tex]
 
The polar form would lead to:
[tex] r^2 = r, \; r \ge 0[/tex]
and
[tex] 2\theta = -\theta + 2 k \pi, \; k \in \mathbb{Z}[/tex]
What is the solution to these equations?
 
vela said:
It would help if you multiplied (a+bi)2 out correctly first.
Yes, I forgot the a after 2bi. But that is still not equal to a-bi, which someone posted (seems like that post is now removed)

Dickfore said:
The polar form would lead to:
[tex] r^2 = r, \; r \ge 0[/tex]
and
[tex] 2\theta = -\theta + 2 k \pi, \; k \in \mathbb{Z}[/tex]
What is the solution to these equations?

I wrote:
Second attempt:
r^2 (cos2v + isin2v) = r (cos-v + isin-v)
r must be 1.
2v = -v + 2∏n
3v = 2∏n
v= 2∏n/3
But that isn't the case.
 
vilhelm said:
Yes, I forgot the a after 2bi. But that is still not equal to a-bi, which someone posted (seems like that post is now removed)
[itex]a=a^2-b^2[/itex] is true if you require that [itex]z^2 = \bar{z}[/itex]. That's the point of the problem, to find the values of a and b so that the relationships hold.
 
How about writing it as:

[tex]r^2 e^{2it}=re^{-it}[/tex]

re-aranage, I get:

[tex]r=e^{-3it}[/tex]

Now, the right side is the unit circle. When on the unit circle, is that going to be a positive real number?
 
vilhelm said:
I wrote:
Second attempt:
r^2 (cos2v + isin2v) = r (cos-v + isin-v)
r must be 1.
2v = -v + 2∏n
3v = 2∏n
v= 2∏n/3
But that isn't the case.

r is not necessarily 1. Also, n can be {0, 1, 2}, because everything else, when taken as an argument of a trigonometric function, gives one of these cases. Also:

[tex] \cos{0} + i \, \sin{0} = 1[/tex]

[tex] \cos{\left( \frac{2 \pi}{3} \right)} + i \sin{\left( \frac{2 \pi}{3} \right)} = -\cos{\left( \frac{\pi}{3} \right)} + i \sin{\left( \frac{\pi}{3} \right)} = \frac{-1 + i \sqrt{3}}{2}[/tex]

[tex] \cos{\left( \frac{4 \pi}{3} \right)} + i \sin{\left( \frac{4 \pi}{3} \right)} = -\cos{\left( \frac{\pi}{3} \right)} - i \sin{\left( \frac{\pi}{3} \right)} = \frac{-1 - i \sqrt{3}}{2}[/tex]
 
r doesn't neccessarily have to be 1 but it needs to be a real positive number. this gives you a constraint for t. now by taking r exp(it), you have your solutions.
 
susskind_leon said:
r doesn't neccessarily have to be 1 but it needs to be a real positive number.
Not true, it needs to be a non-negative number.