$$\lim_{x\to 2^+}\frac{\ln(x^2-3)}{\sinh(x-2)}$$
I am confused about how to solve it, because I got two different answers. I first expanded it with MacLaurin expansion and computed the limit, getting $+\infty$. But I also did L'Hospital, getting $4$.
I know by the graph that the answer is $+\infty$, but why I can't use L'Hospital in this case?
A way to do it is observing that $\sinh(x)\sim_0 x$ and $\ln(1+x)\sim_0 x$, thus
$$\lim_{x\to 2^+}\frac{\ln(x^2-4+1)}{\sinh(x-2)}=\lim_{x\to 2^+}\frac{x^2-4}{x-2}=\lim_{x\to 2^+}\frac{(x+2)(x-2)}{x-2}=4$$