Originally Posted by
pratique21
Hi!
Fir the first one you need to apple L'Hospital recursively until you rid the 'x' term in the denominator
(ex - (1+x)) / xn
so differentiate to get
(ex - 1 ) / n * xn-1
Repeat
(ex) / n(n-1) * xn-2
So now you know that if you keep differentiating, the numerator remains unaffected. However the denominator will reduce to something like
(n)(n-1)(n-2)......1 (= say N)
Now put the limiting value of x=0
you get
1/ N
Regarding the second one, i think the left hand limit will come out to be 0. Since the domain of the function is (-inf,5] , the LHL exists as x->5-
Hope it helps !