This limit is proposed to be solved without using the L'Hopital's rule or Taylor series: $$ \lim_{x\to\infty}x^2 \left( e^{1/x}-e^{1/(x+1)} \right). $$ I know how to calculate this limit using the Taylor expansion: $$ x^2 \left( e^{1/x}-e^{1/(x+1)} \right)= x^2 \left( 1+\frac1{x}+\frac1{2!}\frac1{x^2}+\ldots - 1-\frac1{x+1}-\frac1{2!}\frac1{(x+1)^2}+\ldots \right) $$ $$ =x^2 \left( \frac1{x(x+1)}+\frac1{2!}\frac{2x+1}{x^2(x+1)^2}+\ldots \right)= \frac 1{1+\frac1{x}}+\frac1{2!}\frac{2x+1}{(x+1)^2}+\ldots, $$ thus, the limit is equal to $1$.
I'm allowed to use the fact that $\lim_{x\to0}\frac{e^x-1}{x}=1$, but I don't know how to apply it to this problem.