I Raising to the power of 0 or 1

  • I
  • Thread starter Thread starter blueridge
  • Start date Start date
  • Tags Tags
    Explanation
AI Thread Summary
Any nonzero number raised to the power of zero equals one, which can be understood through the properties of exponents, specifically the rule that states a^n divided by a^n equals a^0. When n equals one, a^1 equals the number itself, reinforcing that a^1 is simply a. The reasoning behind a^0 equaling one is that it represents an empty product, which by definition equals the multiplicative identity, one. This definition is crucial for maintaining the consistency of exponent rules across all integers. Understanding these concepts ensures that the laws of exponents remain valid for all cases.
blueridge
Messages
9
Reaction score
1
I know that any number (except for zero), any variable and any term raised to the zero power is 1. I don't know the reason why this is true. Can someone explain why?

Samples:

59^0 = 1

R^0 = 1

(a + b)^0 = 1
 
Mathematics news on Phys.org
I know that any number, any variable and any term raised to the first power equals itself. I don't know the reason why this is true. Can someone explain why?

Samples of what I mean:

45^1 = 45

x^1 = x

(y + 3)^1 = y + 3
 
Moderator's note: I have merge the two questions because they are closely related.
 
DrClaude said:
Moderator's note: I have merge the two questions because they are closely related.
Ok.
 
For nonzero ##a##, ##a^0=1##, because
$$\frac{a^n}{a^n}=a^{n-n}=a^0.$$

For any ##a##, ##a^1=a##, because
$$a^1\cdot a^1=a^{1+1}=a^2.$$
 
  • Like
Likes pinball1970, blueridge and mcastillo356
docnet said:
For nonzero ##a##, ##a^0=1##, because
$$\frac{a^n}{a^n}=a^{n-n}=a^0.$$

For any ##a##, ##a^1=a##, because
$$a^1\cdot a^1=a^{1+1}=a^2.$$
Can you explain in words why a^0 = 1 and a^1 = a? Your reply is a textbook definition. I can look it up myself. Know what I mean?
 
Last edited:
##a^n## is 1 multiplied by ##a## ##n## times. When ##n=0##, that is just 1. When ##n=1##, that is ##1 \cdot a = a##.
 
  • Like
Likes blueridge and Mayhem
blueridge said:
Can you explain in words why a^0 = 1 and a^1 = a? Your reply is a textbook definition. I can look it up myself. Know what I mean?

If we don't define them that way (and also define a^{-1} = 1/a) the index law a^{n+m} = a^na^m does not hold for all integer n and m.[/i]
 
  • Like
Likes blueridge
FactChecker said:
##a^n## is 1 multiplied by ##a## ##n## times. When ##n=0##, that is just 1. When ##n=1##, that is ##1 \cdot a = a##.
Does this also apply to numbers and terms?

For example, 5^0 = 1 and 5^1 = 5.
Another example is (a + b)^0 = 1 and (a + b)^1 = a + b.

Yes?
 
  • #10
pasmith said:
If we don't define them that way (and also define a^{-1} = 1/a) the index law a^{n+m} = a^na^m does not hold for all integer n and m.[/i]
What do you mean if we don't define them that way?
 
  • #11
blueridge said:
59^0 = 1
blueridge said:
Does this also apply to numbers and terms?

For example, 5^0 = 1
Huh? You are asking us what you say you already know.
 
  • #12
Vanadium 50 said:
Huh? You are asking us what you say you already know.
I am asking for a clear, concise, to the core explanation of why a^0 = 1 and a^1 = a. This is all I am asking. This is not an abstract algebra problem.
 
  • #13
blueridge said:
What do you mean if we don't define them that way?
He means if we define them a different way.

blueridge said:
I can look it up myself. Know what I mean?
Don't be rude.

Let's try again from the start.

You know that ## a^3 = a(a^2) ## and ## a^4 = a(a^3) ##, yes? These are just examples of a general definition (an inductive definition) ## a^n = a(a^{n-1}) ##: in the first example we have used ## n = 3 ## and in the second example ## n = 4 ##.

Now what happens if we take ## n = 2 ##?
$$ \begin{align}
\nonumber a^2 =&\ a(a^{2-1})\\
\nonumber a^2 =&\ a(a^1)\\
\nonumber \frac{a^2}a =&\ \frac{a(a^1)}a \\
\nonumber \left( \frac a a \right)a =&\ \left( \frac a a \right) a^1 \\
\nonumber a =&\ a^1 \\
\nonumber a^1 =&\ a
\end{align}
$$

Now you try this taking ## n = 1 ##.
 
  • Like
Likes berkeman and blueridge
  • #14
pbuk said:
He means if we define them a different way.


Don't be rude.

Let's try again from the start.

You know that ## a^3 = a(a^2) ## and ## a^4 = a(a^3) ##, yes? These are just examples of a general definition (an inductive definition) ## a^n = a(a^{n-1}) ##: in the first example we have used ## n = 3 ## and in the second example ## n = 4 ##.

Now what happens if we take ## n = 2 ##?
$$ \begin{align}
\nonumber a^2 =&\ a(a^{2-1})\\
\nonumber a^2 =&\ a(a^1)\\
\nonumber \frac{a^2}a =&\ \frac{a(a^1)}a \\
\nonumber \left( \frac a a \right)a =&\ \left( \frac a a \right) a^1 \\
\nonumber a =&\ a^1 \\
\nonumber a^1 =&\ a
\end{align}
$$

Now you try this taking ## n = 1 ##.
Perfectly done.
 
  • #15
Or consider: ##a^0 *a^0=a^{0+0}=a^0##. It follows ##a^0=1##.
 
  • Like
Likes blueridge
  • #16
WWGD said:
Or consider: ##a^0 *a^0=a^{0+0}=a^0##. It follows ##a^0=1##.
Very good.
 
  • Like
Likes WWGD
  • #17
##a^n## is an abbreviation for ##a^n=\underbrace{a\cdot a\ldots a}_{n-times}## so ##a^1=a## and ##a^0## is an empty product and equals the neutral element of multiplication, the ##1.##

The same holds for empty sums that are equal to the neutral element of addition, the ##0.##
$$
\sum_{\substack{k=1\\1\nmid k}}^n k=0
$$
 
  • #18
Thread closed as this new member has been banned.
 

Similar threads

Back
Top