So let's assume $$\frac{2+5\log x}{2+\log x}$$
This function has a vertical asyntote in $x=1/e^2$ but i am able to solve that limit with algebric tricks. So i taught that i can expand the 2 function with Taylor in the centre $x=1/e^2$ and then calculate the limit in order to find out the real limit. My problem is:wich basic function i should expand? Logx or Log(x+1) operating some substitution? Thank's to everybody that will help me.
We don't need Taylor indeed by $x=\frac {e^y} {e^2}\to 1$ with $y\to 0$ we have
$$\lim_{x\to \frac 1 {e^2}}\frac{2+5\log x}{2+\log x}=\lim_{y\to 0}\frac{2+5y-10}{2+y-2}=\lim_{y\to 0}\frac{-8+5 y}{ y}=\pm \infty$$
therefore the limit doesn't exist.
Note that by Taylor's expansion at $x=\frac1{e^2}$ we obtain
$$\frac{2+5\log x}{2+\log x}=\frac{-8+5(xe^2-1)+ o(xe^2-1)}{xe^2-1+o(xe^2-1)}=\frac{\frac{-8}{xe^2-1}+5+ o(1)}{1+o(1)}$$
therefore the limit depends upon
$$\lim_{x\to \frac 1 {e^2}} \frac{-8}{xe^2-1}$$
which leads to the same result in a more complicated and convoluted way.