There are examples of questions on this site where the OP asks for help solving a limit problem, and some of the answers make use of clever Taylor expansions to evaluate the limit. The purpose of this question is to collect examples of limit problems that become easier when a Taylor expansion is applied to the argument of the limit. For example, this question proposes the following limit $$ \lim_{x\to0}\left(\frac{1}{x^5}\int_0^xe^{-t^2}\,dt-\frac{1}{x^4}+\frac{1}{3x^2}\right) $$ that is readily solved by expanding $e^{-t^2} = 1 - t^2 + t^4/2 + O(t^6)$.
I am interested in other examples like this wherein a series expansion simplifies/makes possible the calculation of the limit. If the example also uses L'Hôpital's rule, that's fine. I am strictly interested in examples of expanding a function in a Taylor series to solve the limit.