Afraid to Manipulate Complex Numbers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
nonequilibrium
Messages
1,412
Reaction score
2
Hello. I'm currently following a course in Complex Analysis, but I'm often afraid of manipulating certain expressions. It is well known that certain "intuitively obvious" actions which are true for real numbers are not true for complex numbers, a simple one being [tex]\sqrt{-1}\sqrt{-1} \neq \sqrt {(-1)(-1)}[/tex] and many others; there are quite some sites that warn you for these traps, but I can't seem to find any site which then tells me what is allowed. For example, instead of just saying "[tex]\sqrt{a}\sqrt{b}[/tex] does not necessarily equal [tex]\sqrt{ab}[/tex]", I'd also like the site to say "but what stays true is that [tex]\sqrt{a}\sqrt{b} = \pm \sqrt{ab}[/tex]". For example, something I'm wondering about: I know [tex](a^x)^y = a^{xy}[/tex] is not generally true anymore, but in what cases can I still do it anyway?
 
Physics news on Phys.org
It's hard to memorize what you can and can't do like that, so instead just remember definitions, definitions, definitions! [itex]x^y = \exp \left( y \log x \right)[/itex]

[tex]a^{xy} = \exp \left( xy \log a \right)[/tex]
[tex](a^x)^y = \left( \exp \left(x \log a \right) \right)^y = \exp \left( y \log \left( \exp \left(x \log a \right) \right) \right)[/tex].

So the 2nd matches the first if we address whether [tex]\log (\exp z) = z[/tex] where [itex]z = x \log a[/itex]. The subtleties of the complex logarithim and how it behaves with the exponential function is described very here: http://en.wikipedia.org/wiki/Complex_logarithm . Using the definitions we can always reduce problems like the one here to one of the basic questions about complex logs, which that article informs you about.