aimforclarity
- 31
- 0
to get a Complex Conjugate of a #, is it ok to just replace i by -i even in denominator or inside argument?
If your complex number is a + ib, then its complex conjugate is a - ib.aimforclarity said:to get a Complex Conjugate of a #, is it ok to just replace i by -i even in denominator or inside argument?
Mark44 said:If your complex number is a + ib, then its complex conjugate is a - ib.
However, you can't just go in an replace the coefficient of i willy-nilly. So for example, if you have 2/(1 + 3i), you can't just rewrite this as 2/(1 - 3i), as the two expressions aren't equal.
What you can do, though, and you can always do this, is multiply by 1, in whatever form is convenient.
So 2/(1 + 3i) = 2/(1 + 3i) * (1 - 3i)/(1 - 3i) = (2 - 6i)/(1 + 9) = (2 - 6i)/10 = (1 - 3i)/5 or 1/5 - (3/5)i.
It probably wasn't. I misunderstood what the OP was asking.HallsofIvy said:Why was that necessary?
HallsofIvy said:The original post just asked about getting the complex conjugate. I presume that the OP knows that only for real numbers is the complex conjugate the same as the number itself. That was never in question.
Mute said:If \phi(z), for z complex, is holomorphic and is real for z = x \in \mathbb{R}, then (\phi(z))^\ast = \phi(z^\ast). (Wikipedia).
aimforclarity said:this is basically the answer to my question, but i do need to unravel its meaning:
see my post right above yours, i know that the complex conjugate is only equal to the complex # itself when the number is real,SteveL27 said:Are you looking to see when the conjugate is equal to the original expression? Or just that you can replace i with -i to get the conjugate?
If the latter, that works in any expression whatsoever, as long as only addition and multiplication are involved (and subtraction and division of course). That's because conjugation is an automorphism of the complex numbers: it preserves addition and multiplication. So if you have a/b for complex a and b, then (a/b)* = a*/b* where '*' is the complex conjugate. And since complex conjugation fixes the reals (that is, a = a* for all real a) you can just replace i with -i and vice versa to compute the conjugate of any expression involving only addition and multiplication.
Asking when the conjugate of an expression is equal to the original expression is a separate question, which seems to be confusing this thread. Which question are you asking?
Char. Limit said:Well, if you have something simple, like
\frac{2 + 3 i}{3 - 4 i}
Then the complex conjugate will simply replace every instance of i in the equation with -i. This property also holds true when you add many other functions to the mix, like exponentiation to a real number, and I believe the sine, cosine, and exponentiation function as well. It won't always work, though. For example, I believe it fails in the case of the log function, that is, the complex conjugate of log(3+4i) isn't necessarily log(3-4i).
EDIT: I stand corrected, it works for the log function as well, at least up to branch cuts!