this post was submitted on 17 Aug 2023
1 points (100.0% liked)

Math Memes

1416 readers
7 users here now

Memes related to mathematics.

Rules:
1: Memes must be related to mathematics in some way.
2: No bigotry of any kind.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (5 children)

I still can't wrap my head around why 0^0 = 1

If 0x0=0, and 0^0 is functionally identical to 0x0, why is it 1??

[–] [email protected] 0 points 1 year ago (2 children)

Anything to the power of 0 is 1. For instance:

3^(-2) = 1/9

3^(-1) = 1/3

3^0 = ?

3^1 = 3

3^2 = 9

The pattern here is: Every time the exponent increments, the answer increases by a factor of 3. To get from 3^1 to to 3^2, you multiply 3 by 3 to get 9. Similarly, to get from 3^(-1) to 3^0, you multiply 1/3 by 3 to get 1.

This applies to exponentiation on any base, including zero (briefly checking a few examples, it seems to hold for all real numbers).

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)

0 to the power of anything is 0

0^3 = 0

0^2 = 0

0^1 = 0

0^0 = ?

Technically it's undefined, but in most contexts you're dealing with n^0 rather than 0^n, so it's easier to just say it's 1.

[–] [email protected] 0 points 1 year ago

Wikipedia says 0^0 is commonly 1 in algebra and combinatorics, which I have more experience in. It is often undefined in computer science contexts. I was unaware of this, so thank you.

The more I learn, the more I realize there is no one universal math, only different rules which are helpful in different contexts. Thanks for bringing this point up.

load more comments (2 replies)