yungman
- 5,741
- 294
What is x^0 when x=0?
My thinking 0^0=1
Am I correct? Why?
My thinking 0^0=1
Am I correct? Why?
Last edited:
Hurkyl said:The problem is that you are mixing up two different kinds of exponentiation. (Alas, the difference is usually not mentioned.)
"xn" the monomial and "xn" the real number are different expressions describing different types of objects. However, monomials can be converted into functions, and expressions in a variable can be converted back and forth with expressions denoting a number, and most of the time it doesn't matter how you interpret things.
Alas, the monomial "x0" is the same as the monomial "1", and so the associated function is f(x)=1 with domain all of R.
But the real number "x0" (with exponentiation interpreted as real exponentiation) is only partially defined -- at best, the variable x must be restricted to nonzero reals.
Generally speaking, though, the only time you would ever encounter 00 is when you were working with monomials, which is why people sometimes adopt a convention that extends real exponentiation so that 00=1.