Compute $$\lim_{n\to +\infty}n\left(\tan\left(\frac{\pi}{3}+\frac{1}{n} \right)-\sqrt{3}\right)$$ without using L'Hospital's rule.
By using L'Hospital's rule and
$$\tan'( \Diamond )=( \Diamond )'(1+\tan^{2}( \Diamond ))$$ I mean by $\Diamond $ a function so I got \begin{align} \lim_{n\to +\infty}n\left(\tan\left(\dfrac{\pi}{3}+\dfrac{1}{n} \right)-\sqrt{3}\right) &=\lim_{n\to +\infty}\dfrac{\left(\tan\left(\dfrac{\pi}{3}+\dfrac{1}{n} \right)-\sqrt{3}\right)}{\dfrac{1}{n}}\\ &=1+\tan^{2}\left(\dfrac{\pi}{3}\right)=1+\sqrt{3}^{2}=1+3=4 \end{align}
I'm interested in more ways of computing limit for this sequence.
Taylor expansion would be a good idea. Around $x=0$ $$\tan(a+x)=\tan (a)+x \left(\tan ^2(a)+1\right)+x^2 \left(\tan ^3(a)+\tan (a)\right)+O\left(x^3\right)$$ Replace $x$ by $\frac 1n$ and get $$\tan(a+\frac 1n)-\tan (a)=\left(\tan ^2(a)+1\right)\frac 1n+\cdots$$