Thursday, July 27, 2017

logarithms - If ln is given paricular times can we find least value for which it is defined?




I was just doing some time-pass with my calculator but then I observe something.I don't know whether it is senseful to ask.So here's my question. ln ln (1) is not defined but for all values greater than 1 it is defined.So then I try to find values for which ln ln ln(x) is defined,then I get to know that it get's defined from 2.72.If ln is taken 4 times it's start giving values from 15.2.So my question is if ln is given particular times how I can come to know the infimum of values for which it is defined?


Answer



ln(x) is defined for x>0



ln(ln(x)) will be defined for ln(x)>0x>1



ln(ln(ln(x))) is defined for ln(ln(x))>0ln(x)>1x>e



You see the pattern now?




0,e0,e1,ee,eee


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...