I would like to calculate these limits without using L'Hospital:
$$\lim _{x\to -1}\frac{ e ^{x^2-1}-1}{\ln(-x)}$$
$$\lim _{x\to 0}\frac{ ({\ln(1-x^2)}+1)^{(1/4)} -1}{x\sin2x}$$
In the second I tried to multiply by $$ {\ln(1-x^2)}+1)^{(1/4)} +1$$ but I think it worth nothing because I need to "vanish" the 0 in the denominator.
Any hints, please?
A Path
For the first one, you might want to recall these two fundamental limits: $$\frac{e^{\alpha(x)}-1}{\alpha(x)}\to 1,$$ and $$\frac{\log (1+\alpha(x))}{\alpha(x)}\to 1$$ when $$\alpha(x) \to 0.$$ Therefore \begin{eqnarray} \mathcal L_1 &=& \lim_{x\to -1} \frac{e^{x^2-1}-1}{\log (-x)}=\\ &=&\lim_{x\to -1}\underbrace{\frac{e^{x^2-1}-1}{x^2-1}}_{\to 1}\cdot \underbrace{\frac{-x-1}{\log (1+(-x-1))}}_{\to 1}\cdot \frac{x^2-1}{-x-1}. \end{eqnarray} Can you proceed from here?
For the second problem, I would use the other fundamental limits $$\frac{(1+\alpha(x))^k-1}{\alpha(x)}\to k$$ and, of course $$\frac{\sin \alpha(x)}{\alpha(x)} \to 1,$$ again for $\alpha(x) \to 0$. Can you do it this way?