6

I know this may be silly but lately I've been wondering about powers of negative numbers and I came up with an ambiguous example:

$(-1)^{(\frac{22}{10})}$

I wanted to know if it was $+1$ or $-1$. My first attempt was writing it down as a root:

$\sqrt[10]{(-1)^{22}}$

Minus one to the even power is obviously plus one, then 1 to the power of $\frac{1}{10}$ is 1. Yet if we first reduce the fraction and then calculate we get a different answer:

$(-1)^{(\frac{22}{10})} = (-1)^{(\frac{11}{5})} = \sqrt[5]{(-1)^{11}}$

Even though it's (I suppose) the same situation, $(-1)^{11}$ is $-1$ and we end up with $\sqrt[5]{-1}$, a complex number. What is (or is there even) the value of $(-1)^{(\frac{22}{10})}$?

  • You might want to take a look at this: https://math.stackexchange.com/questions/317528/how-do-you-compute-negative-numbers-to-fractional-powers – polynomial_donut Apr 17 '17 at 22:53
  • In addition to Uddeshya Singh's answer, if you want a detailed explanation as to where the equation $e^{i\pi}=-1$ comes from, check this link out. https://math.stackexchange.com/questions/2223267/how-does-e-j-pi-n-become-1n/2223305#2223305 – Mark Pineau Apr 17 '17 at 22:53
  • 1
    The correct result can, of course, never depend on whether you cancel fractions. With your way of calculating, I can also "prove" that $-1=1$: $-1 = (-1)^1 = (-1)^{2/2} = \sqrt{(-1)^2}=\sqrt 1 = 1$ – celtschk Apr 17 '17 at 22:53

2 Answers2

3

${(a^b)}^c= a^{bc}$ is not an equation that holds for all $a,b,c$. Although that equation is true when all of $a,b,c$ are positive real numbers, as you've discovered it's not true in general.

The correct approach is generally considered to simplify the exponent and obtain the complex number, though there are actually three different ways you can think of exponents with a negative base, as discussed here.

  • Did you mean $(a^b)^c=a^{bc}$? because $(a)^{bc}=a^b a^c$ doesn't make sense. – Etemon Apr 21 '21 at 00:21
  • Exponential and powering relations are, in the field of complex numbers, a non-smooth relations. It is when dealing with positive real bases that we get a smooth function. the exponentlal/powering identities (multiplying exponents, powers of powers, multiplying bases with the same exponent) are special cases involving positive reals. – Michael Ejercito Feb 11 '24 at 17:30
2

HINT: $$-1=e^{i \pi}$$ Now, $$(-1)^\frac{22}{10}=e^{i \pi \frac{11}{5}}=\cos\frac{11 \pi}{5}+i \sin\frac{11 \pi}{5}=-\cos\frac{2 \pi}{5}-i \sin\frac{2 \pi}{5}$$

Hope you got your answer?