I'm trying to evaluate the given limit without using L'hopitals rule. $$\lim_{x \to 1}\frac{1-x^2}{\sin(\pi x)}$$ Replacing $x$ by $1$ leads to $\frac{0}{0}$.
I have tried multiplying by $\frac{1+x^2}{1+x^2}$ and resoving the $\sin x$ factor by doing:
$$\frac{x}{\sin x} \cdot \frac{(\frac{1}{x} -x)}{\pi}$$
so $\frac{x}{\sin x} = 1$ but then the result still is $\frac{0}{\pi}$. All other options I see also lead to $\frac{0}{0}$ and I'm too sure how to proceed. Any hints are very welcome.