Wednesday, September 26, 2018

exponential function - Why is 00 undefined?






I'm wondering why 00 is considered undefined. Why isn't 1 considered a valid solution?


Considering 00=1 seems reasonable to me for two reasons:



  1. limx0xx=1




  2. ax would be a continuous function




Could you please explain why 1 can't be a solution and maybe provide some examples that show why having 00 undefined is useful?


Answer



0Because as a function f(x,y):R2R=xy we have two different values moving toward f(0,0)=00. In other words, f(0+,0)=1 and f(0,0+)=0.


But beware that there are some places in mathematics which by convention accept one of these values. For example in some parts of combinatorics we have 00=1 to ease the definition of some functions.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...