3

In general we know $A^{bc} = A^{cb}$ for integer $A$. I want to extend this to the case $A=-1$.

For integers $a,b$ I guess the above relation holds, \begin{align} (-1)^{2\cdot3} = ((-1)^2)^3 = 1 = ((-1)^3)^2 .\end{align}

But if we include the fraction

\begin{align} (-1)^{-\frac{1}{2}} &= ((-1)^{-1})^{\frac{1}{2}} = (-1)^{\frac{1}{2}} = i \\ &= ((-1)^{\frac{1}{2}})^{-1}=\frac{1}{i} = -i \end{align} this does not hold any more.

Is something wrong with my computation?

phy_math
  • 6,448

3 Answers3

3

In complex numbers, $$(a^b)^c=a^{bc}$$ doesn't hold. You just found a counterexample.

This is due to the $2k\pi$ undeterminacy of the argument. When you take the square root, it becomes a $k\pi$ i.e. a sign indeterminacy.

1

Of course $(-1)^{ab} = (-1)^{ba}$, since multiplication is commutative. (No matter how you define exponentiation for complex numbers: fixed branch or multivalued.)

What isn't true is that $(-1)^{ab} = ((-1)^a)^b$ in general. This has been asked and answered many times on this site.

For similar questions, see for example

just to mention a few.

mrf
  • 43,639
1

For complex number $z$ and integer $a$, $z^a$ is defined and equals $z*z*...*z$ ($a$ times) or ${1\over z}*{1\over z}*...*{1\over z}$ ($-a$ times) for negative $a$.

For rational $a={p \over q}$, $z^a$ can be said to have $q$ values, with one value called "main" or principal value. For rational $a,b$, $(z^a)^b$ and $(z^b)^a$ have the same set of values, but may have different principal values. In your case (simplifying things a bit): $$((-1)^{-1})^{1 \over 2} = (-1)^{1 \over 2} = \{i, -i\} \\ ((-1)^{1 \over 2})^{-1} = (\{i, -i\})^{-1} = \{-i, i\}$$

When $a$ is irrational, $z^a$ is usually said to be undefined (one could say it has infinitely many values).

Abstraction
  • 2,482