Recent content by emilkh
-
E
High School Drawing graph of function (using basic functions)
Draw f(x) = x^2, then shift it down by 1, then draw f(x) = 1/(x^2 -1)- emilkh
- Post #2
- Forum: General Math
-
E
Graduate Convergent series. Is my logic correct?
Show \sum_1^\infty\frac{x^n}{1+x^n} converges when x is in [0,1) \sum_1^\infty\frac{x^n}{1+x^n} = \sum_1^\infty\frac{1}{1+x^n} * x^n <= \sum_1^\infty\frac{1}{1} * x^n = \sum_1^\infty x^n The last sum is g-series, converges since r = x < 1 -
E
Undergrad Limit of x^x^x as x->0 from right
[edited for content], in my solutions it was 1, but somehow I copied formula wrong and the whole time assumes lim x^x = 0. I spend way too much time studying for finals... got to take break -
E
Undergrad Limit of x^x^x as x->0 from right
Well great! This is where I am stuck. lim ln x * x was solved by switching it to lim ln x / (1/x) and taking derivatives, with lim ln x * x/x it's not going to work -
E
Undergrad Limit of x^x^x as x->0 from right
lim ln x * (x^x) = lim ln x * lim x ^ x = (- infinity) * 0 = 0 as X -> 0+ So you want to tell me that lim (X^x^x) = lim ex^x *ln x = e^0 = 1? The limit suppose to be 0, .000001 ^ ( .000001 ^ .000001 ) = very very very small number (checked with calculator) -
E
Undergrad Limit of x^x^x as x->0 from right
Could you elaborate more? I alredy tried this method and got stuck with lim (ln x) * (x^x), i could not solve it -
E
Undergrad Limit of x^x^x as x->0 from right
Any ideas? lim XXX x-> 0+ I know how to do x^x: lim XX = lim ex * ln x = e0 = 0 lim x * ln x = lim ln x / (1/x) = lim (1/x) / (-1/x2) = lim -x = 0