Possible Duplicate:
Zero to zero power
Suppose that $0^n$ where $n$ is any natural number (or non-negative real number.). What would be the result of this calculation? Also, what would $0^0$ be calculated as?
Possible Duplicate:
Zero to zero power
Suppose that $0^n$ where $n$ is any natural number (or non-negative real number.). What would be the result of this calculation? Also, what would $0^0$ be calculated as?
As you may already know: $\alpha ^ {m - n} = \dfrac{\alpha^m}{\alpha^n}, \mbox{ for } m > n$.
We then use that identity, and try to generalize it into cases where $m = n$, and $m < n$. So, for $m = n$, we have:
$\alpha^0 = \alpha ^ {m - m} = \dfrac{\alpha^m}{\alpha^m} = 1$
The identity above is true iff the denominator is not 0, or in other words $\alpha ^ m \neq 0$, or $\alpha \neq 0$.
So $\alpha ^ 0 = 1, \forall \alpha \neq 0$; and $0 ^ 0$ is undefined.
For negative powers, we have:
$\alpha^{-n} = \alpha^{0 - n} = \dfrac{\alpha^0}{\alpha^n} = \dfrac{1}{\alpha^n}$
This is again, valid iff the denominator is not 0, hence $\alpha \neq 0$. So,
$\alpha^{-n} = \dfrac{1}{\alpha^n}, \forall \alpha \neq 0$.
In conclusion, we have:
You can also think about this as:
So what's $0^0$, is it 1 (as in the first case, since it has the form $\alpha^0$), or is it 0 (as in the second case)? So it's undefined. Of course, this is not very rigorous.