6

From what I know, the rule to distribute exponents is like:

$$(a b)^x = a^x b^x$$

Thus, if $a = \sqrt 2$ and $b = \sqrt 3$, $ab = \sqrt 6$.

However, the imaginary unit $i = \sqrt{-1}$ has a different behavior, because if I take $a = -2$, $b = -3$ and $x = 1/2$:

$${[(-2) (-3)]}^{1/2} = (-2)^{1/2} (-3)^{1/2} = \sqrt{-2} \sqrt{-3} = i\sqrt 2 i \sqrt 3 = - \sqrt 6$$

Although, before I learned complex numbers, I thought,

$${[(-2) (-3)]}^{1/2} = [6]^{1/2} = \sqrt 6$$

What am I making wrong here and which is the right answer?

  • 4
    good catch! It does indeed not hold for negative reals – operatorerror May 04 '18 at 00:51
  • Check out https://math.stackexchange.com/questions/2761058 for some discussion of the issue. – Cedron Dawg May 04 '18 at 00:53
  • Really, how do I work in this situation then? I am not from the math area, just being curious because I had a test that asked $i \sqrt{-1}$ and I found two possible answers and couldn't understand which one was correct. – Pedro Valois May 04 '18 at 00:56
  • Or check https://math.stackexchange.com/questions/1626860/why-cant-the-exponent-laws-be-extended-to-complex-numbers?rq=1 – imranfat May 04 '18 at 00:57
  • 4
    To ask what $i\sqrt{-1}$ would be is a rather poorly phrased question. A better way would be to ask the solutions to $z^2=1$.In fact, I never liked the convention $i=\sqrt{-1}$ to begin with. A better option would be to define $i$ as the imaginary unit with the property $i^2=-1$. And even that can ultimately be improved – imranfat May 04 '18 at 00:59
  • Is this really any different from, say, both $ 3 $ and $ -3 $ being square roots of nine in the reals? There's a root, and it has multiple values. Higher roots have even more. – ilkkachu May 04 '18 at 10:19

3 Answers3

4

Here is another version of your argument, with some answers.

Simply, such a rule does not apply to complex numbers in general.

Regarding your test question, writing $i\sqrt{-1}$ makes little sense. When we write $\sqrt2$, we are using the convention "the positive number such that its square is $2$". When you want square roots of $-1$, there is no obvious way from this point of view to distinguish between $i$ and $-i$. What we usually do to avoid this problem is consider $i$ as a number with $i^2=-1$.

Martin Argerami
  • 205,756
4

The definition of $a^x$ in complex analysis is $\exp(x \log(a))$, where $\log$ is the multi-valued complex (natural) logarithm. Thus if $\text{Log}(a)$ is one value of this logarithm, the others are $\text{Log}(a) + 2 \pi i n$ for arbitrary integers $n$.

Now the identity $(ab)^x = a^x b^x$ is not necessarily true. Instead $$ (ab)^x = a^x b^x \exp(2 \pi i n x)$$

Robert Israel
  • 448,999
  • Does this mean the answer to the following question is wrong? https://math.stackexchange.com/questions/2616891/combining-strictly-positive-numbers-to-complex-powers – Kagaratsch May 04 '18 at 01:58
  • 3
    Note that the question you link to has the assumption $a, b > 0$. Under this assumption the "principal branch" has $\log(a)$ and $\log(b)$ real, and then $(ab)^x = a^x b^x$ is true for the principal branch. – Robert Israel May 04 '18 at 04:28
  • I see, thank you for the clarification! – Kagaratsch May 04 '18 at 05:34
2

When you move into the complex arena, non-integer exponents can produce multiple answers.

The errors and contradictions come in when you assume that the answer is the principal value. When you constrain yourself to positive reals raised to a real value, the principal answer is the only answer and thus the correct answer. This makes the rules safe to use.

In the case of the $i\sqrt{-1}$ question is ambiguous because you can't tell whether the square root means the principal value (which is usually the convention) or if it should have a $\pm$ in front of it.

If you are aware of the multiple possibilities (by including a factor of $e^{i2\pi}$ in your base(s)), or can somehow qualify the range of your answers, the rules can be used.

Ced