Sunday, June 24, 2018

Calculate this limit without L'Hospital's rule or series expansion

Calculating the limit as $x$ approaches $0$ using L'Hospital's rule or series expansion is straightforward, but how to evaluate the limit without either of those techniques.



How to calculate the following limit as $x$ approaches $0$:




$\dfrac{\ln(x+1)+1-e^x}{x^2}$

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...