I have to solve $$\int^1_{-1} \frac{\sin(x)}{1+x^2}\,dx$$
I am a Calculus 1 student, and I am having difficulty because I can't think of anything that I could make into a substitute which would cancel much. I think this may be a difficult problem to solve without using techniques that are beyond a college Calculus 1 level of skill, but please try, or I may have a hard time understanding what you mean.
Here is some of what I've tried:
$u=1+x^2$
$du = 2xdx$
$\frac{du}{2x} = dx$
$$\int^1_{-1}\frac{1}{u} \cdot \sin(x) \cdot \frac{1}{2x} \cdot du$$
I have tried plugging this into Symbolab.com, but it wont even give me a hint what $u$ should be.

HINT
Since $\sin(-x)=-\sin(x)$ you do not need any substitution at all. What do you know about an integral with symmetric boundaries of an odd function?
For a given odd function $f(x)$, i.e. $f(-x)=-f(x)$, integrated over a symmetric interval $[-a,a]$, note that we get the following by enforcing the substitution $x\mapsto -x$
\begin{align*} \int_{-a}^af(x)\mathrm dx&=\int_a^{-a}f(-x)(-1)\mathrm dx\\ &=\int_{-a}^af(-x)\mathrm dx\\ &=-\int_{-a}^af(x)\mathrm dx\\ \therefore~2\int_{-a}^af(x)\mathrm dx&=0\\ \end{align*}
Now consider the function $f(x)=\frac{\sin x}{1+x^2}$. Is this one odd; if so what is the integral over the interval $[-1,1]$?