13

I have been having an argument with a friend, and they claim $-8^0$ is $1$, and I claim that $-8^0$ is really $-(8^0)$ and is therefore $-1$. Who is right?

Mary Star
  • 13,956

4 Answers4

28

Neither of you is right - or at least, you are both half right.. $$-8^0=-8^{1/2-1/2}=\frac{-8^{1/2}}{-8^{1/2}}$$ Now we compromise so that everyone gets an equal chance: $$\frac{-2\sqrt 2}{2\sqrt 2 i}={-1\over i}=i$$ So the answer is $i$. The imaginary unit. The enigma of the conundrums. The unspeakable number.

I have divulged this information at great risk to our agents in the field. Please use this remarkable knowledge with discretion, and always remember: use more parentheses.

  • 11
    I just want to say i love this answer, for its simultaneous insanity and reason – Asimov Apr 22 '14 at 01:44
  • Um... please explain how you are not assuming the friend's approach from the second equality (in the first line) of this answer? – apnorton Apr 22 '14 at 02:21
  • 1
    @anorton: You're right, he really should've used the compromise approach there too, and declared that $-8^{1/2-1/2}=-\frac{-8^{1/2}}{-8^{1/2}}$, which finally leads to the conclusion that $-8^0 = -i$. But that's fine, since it's really just another branch of the same multivalued function. ;-) – Ilmari Karonen Apr 22 '14 at 03:20
  • 2
    Whoooooooooosh. sound of point going over heads – anon Apr 22 '14 at 21:31
27

Exponents take precedence over multiplication. Your friend is wrong.

  • 10
    So by process of elimination, user144807 is correct. – SimonT Apr 22 '14 at 03:03
  • 18
    It should be noted that this is simply a convention -- there's no mathematical reason why it would have to be so. Nonetheless, this convention is pretty much universally accepted, so that any mathematician would understand $-a^b$ as $-(a^b)$, not as $(-a)^b$. It does have the convenient advantage that it lets us write polynomials without having to stuff them full of parentheses whenever a coefficient happens to be negative. On the other hand, plenty of formulas involving alternating sums like $\sum_k (-1)^k f(k)$ would get simpler if it were the other way, so... – Ilmari Karonen Apr 22 '14 at 03:32
  • Without a natural order, any complicated mathematical expression could have countless possible interpretations and unique answers. While there is no mathematical reason for this, it is clearly necessary to establish an order. –  Apr 22 '14 at 03:39
  • 1
    @SimonT We would have to eliminate all other possibilities to use the process of elimination, and $-8^0$ could be anything. – Potatoswatter Apr 22 '14 at 04:32
  • 1
    I've actually had someone once tell me their calculator was broken, showing me $-4^2 = -16$ on the screen and saying that it was wrong because "the sign doesn't matter when squaring" etc etc... I added the brackets and gave the calculator back, and he understood. – Thomas Apr 22 '14 at 07:45
  • http://www.mathstat.strath.ac.uk/basicmaths/124_precedence.html for a link to the order. strath.ac.uk is a University in the UK – exussum Apr 22 '14 at 20:44
  • 1
    "precedence over multiplication" So you consider negation a kind of multiplication? One could have chosen a convention where $-a^b$ meant $(-a)^b$ and still have multiplication lower in precedence, such that $-ca^b$ still meant $-(c(a^b))$ or equivalently $(-c)(a^b)$, not $(-(ca))^b$ or $((-c)a)^b$. – Jeppe Stig Nielsen Apr 22 '14 at 21:05
  • Challenge: Find any knowledge engine that interprets $-a^b$ as $\left(-a\right)^b$. You won't; this is because there must exist a natural order of precedence in mathematical expressions. There is no point in a calculation when it can be interpreted in ways resulting in completely different answers.

    By the way, negation is just multiplication by $-1$; thus, $-8^0 \Leftrightarrow \left(-1\right)\left(8^0\right)$.

    –  Apr 24 '14 at 01:40
3

In general, operations are done in this order:

  1. Brackets
  2. Exponents
  3. Division and Multiplication
  4. Addition and Subtraction

For example, $10 + 0 \times 5$ isn't read as "$10 + 0 = 10$, $10 \times 5 = 50$", it's read as "$0 \times 5 = 0$, $10 + 0 = 10$".

Your example is slightly trickier as you have to recognize what the minus sign really means. "$-n$" is essentially shorthand for $0-n$, and realizing that makes the answer clear.

Your equation is "really" $0-8^0$. Looking at the list from earlier, we see that exponents are done before subtraction, so that step comes next. $0-8^0$ becomes $0-1$, which we write as $-1$. You are correct.

Really, though, the question is less than ideal. Writing it as $-(8^0)$, as you say, would clear up a lot of problems. It's very easy to misread or misunderstand a problem and steps clearly were never taken to avoid that here.

  • One might also say that $-n$ is shorthand for $(-1)n$, which of course does not change the answer. – jpmc26 Apr 22 '14 at 21:18
  • @jpm I can't think of any situations where $0-n \neq (-1)n$ (for $n \in \mathbb{R}$, at least) so having different ways to think about it is always good. :) – undergroundmonorail Apr 22 '14 at 22:10
1

You are correct: without parenthesis around the (−8), the formula −80 is equivalent to (−1) * (80).

You trying to determine whether the equation, −80 = x, like −23 = x, will result in x being positive or negative. 1 − 23 = −7 can be written as 1 + −23 = −7 or 1 + (−1) * (23) = 7. Clearly the negative addition of terms is separate from the result of the exponent.