complex exponent?

63 Views Asked by At

In real case, I know that this exponent law holds $x^{ab} =(x^a)^b$.

But if extend the base and exponent to the complex numbers, the above law is not, in general, true.

In text, the author says $z^{ab}$ assumes every value of $(z^a)^b$. and he said that the converse is not true.

I'd like to see how one implication holds but the opposite implication doesn't.

Could you give me analytical argument other than counterexample? (I alreday knew that some counterexample.)

Thank you for your answer in advance.

1

There are 1 best solutions below

2
On

If $0\ne x\in \Bbb C $ then there there exits $r \in \Bbb R^+$ and $t\in \Bbb R$ such that $x=r\cdot \exp (it+2\pi i n) $ for every $n\in \Bbb Z.$ Even for $0\ne a\in \Bbb R,$ if we let $r^a$ denote its usual value in $\Bbb R ,$ it seems that $x^a$ should be $r^a\cdot \exp (ita+2\pi i n a)$ for $some$ $n\in \Bbb Z.$ But if $a/2 \not \in \Bbb Z$ then there are at least two possible values (and often infinitely many) as $n$ ranges over $\Bbb Z,$ so it is unclear which $n$ is "right". The ambiguity is amplified in $(x^a)^b.$

There is a convention that if $b\in \Bbb N$ then $x^n$ has its intuitive meaning, defined by recursion: $x^1=x$ and $x^{b+1}=x\cdot x^b$ for all $b\in \Bbb N.$ And that if $0\ne x$ and $0>b\in \Bbb Z$ then $x^b=1/(x^{-b}).$ It would be incredibly cumbersome not to have this convention.

It is also common in complex analysis that if $r,a \in \Bbb R$ and $r^a$ is defined in $\Bbb R$ then $r^a$ (in $\Bbb C$) denotes this real value.

This is not a complete explanation.