Complex number problem, could the problem be wrong?

  • Context: Undergrad 
  • Thread starter Thread starter mariush
  • Start date Start date
  • Tags Tags
    Complex Complex number
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
7 replies · 2K views
mariush
Messages
28
Reaction score
0
Hi!

I was presented with this problem:

Let z +[itex]\neq -1[/itex] be a complex number with |z|=1.
Show that [itex]\frac{z-1}{z+1}[/itex] is an imaginary number.
I am getting nowhere with the algebra, but i did notiec one thing:

let z=1+0b and the equation says [itex]\frac{z-1}{z+1}[/itex] = [itex]\frac{0}{2}[/itex] = 0, which is not an imaginary number..

Is the problem incorrect?

Thanks!
 
Physics news on Phys.org
mariush said:
Hi!

I was presented with this problem:

Let z +[itex]\neq -1[/itex] be a complex number with |z|=1.
Show that [itex]\frac{z-1}{z+1}[/itex] is an imaginary number.
I am getting nowhere with the algebra, but i did notiec one thing:

let z=1+0b and the equation says [itex]\frac{z-1}{z+1}[/itex] = [itex]\frac{0}{2}[/itex] = 0, which is not an imaginary number..

Is the problem incorrect?

Thanks!

What you have is a valid counterexample to the statement.
 
I think you have the question wrong. Let me try and make it more interesting:

If [itex]|z|=1[/itex], then show [itex]\frac{z-1}{z+1}[/itex] is pure imaginary except when [itex]z=\pm 1[/itex]
 
Thanks for the replies.

The problem itself seems pretty straightforward on second look.

Let z = a + ib.
[itex]\frac{(a-1) +ib}{(a+1) +ib}[/itex]

We multyply by the complex conjugate and get

[itex]\frac{((a-1)+ib)((a+1)-ib)}{(a+1)^2+b^2}[/itex],

[itex]\frac{(a-1)(a+1) -ib(a-1) +ib(a+1) +b^2}{(a+1)^2 +b^2}[/itex]

And since |z| = [itex]\sqrt{a^2 +b^2}[/itex]=1 [itex]\Rightarrow[/itex] a^2 + b^2 = 1
, the a^2 + b^2 -1 casel and all that is left is

[itex]\frac{i*2b}{(a+1)^2+b^2}[/itex],
 
hi mariush! :smile:

this a + ib stuff is very undignified :redface:

try treating complex numbers as numbers, not number-pairs

rewrite |z| = 1 as [itex]z\bar{z} = 1[/itex]

then what is the condition Re(f(z)) = 0 as an equation in z and [itex]\bar{z}[/itex] ? :wink:
 
Tim :)

I agree it looks horrible. I have found it helpful to think of the number-pairs as vectors (hencec thinking in number pairs) and since it's my first day whit these complex numbers I haven't gotten to the section that discusses de Moivres formula ++ yet.

I don't think i fully understand what you ment by the last. Maybe you could explain?
 
Mark44 said:
What you have is a valid counterexample to the statement.

I don't think so. 0 is a pure imaginary number. Its real part is zero, right?