Complex Conjugates: f*(z) = f(z*)

  • Context: Graduate 
  • Thread starter Thread starter BackEMF
  • Start date Start date
  • Tags Tags
    Complex
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
5 replies · 13K views
BackEMF
Messages
56
Reaction score
0
It's commonly known that if f(z) is analytic, then

f(z*) = f*(z)

that is, an analytic function of the complex conjugate is equal to the complex conjugate of the function...with the proviso that f(x+i0) = f(x) = Re f(x)

I've tried to prove it using the C-R equations but I'm not having much luck. Can anyone point me in the right direction?

Thanks.
 
Physics news on Phys.org
This is known as the Reflection Principle in textbooks.

The two functions [tex]f(x)[/tex] and [tex]g(x) := \overline{f(\overline{x})}[/tex] are both analytic and they agree on the real line, which is a set with a limit point, therefore they agree everywhere.
 
Excellent.

Should have spotted the method where you write it as a Taylor series (necessarily with real coefficients, I guess, since the function's restriction to the real line must be real, as stated above) then apply complex conjugation to this series - then it just boils down to showing that the complex conjugate of a complex variable raised to a power is the power of the complex congugate of the variable. In other words

[tex] (z^n)^{*} = (z^{*})^n[/tex]

which isn't too hard, I hope!

The Identity Theorem method is a bit more sublte, but it makes sense.

Thanks Hurkyl, g_edgar.
 
BackEMF said:
Excellent.

Should have spotted the method where you write it as a Taylor series (necessarily with real coefficients, I guess, since the function's restriction to the real line must be real, as stated above) then apply complex conjugation to this series - then it just boils down to showing that the complex conjugate of a complex variable raised to a power is the power of the complex congugate of the variable. In other words

[tex] (z^n)^{*} = (z^{*})^n[/tex]

which isn't too hard, I hope!
Note that this is actually trivial if you use the polar form.
 
nrqed said:
Note that this is actually trivial if you use the polar form.

Yep, was just thinking that.