Determine whether the integral is convergent or divergent.
$$\int _{ -\infty }^{ \infty }{ \frac { x }{ 37+x^2 } dx } $$
What I did:
Let $u=37+x^2$, $du=2xdx$
So, we substitute and split the integral to get:
$$\frac { 1 }{ 2 } \int _{ -\infty }^{ \infty }{ \frac { 1 }{ u } du } =\frac { 1 }{ 2 } \int _{ -\infty }^{ 0 }{ \frac { 1 }{ u } du } +\frac { 1 }{ 2 } \int _{ 0 }^{ \infty }{ \frac { 1 }{ u } du } $$
$$\lim _{ t\rightarrow -\infty }{ \frac { 1 }{ 2 } \int _{ t }^{ 0 }{ \frac { 1 }{ u } du } } +\lim _{ t\rightarrow \infty }{ \frac { 1 }{ 2 } \int _{ 0 }^{ t }{ \frac { 1 }{ u } du } } $$
$$\lim _{ t\rightarrow -\infty }{ [\frac { 1 }{ 2 } \ln { (37+x^{ 2 }) } ] } _{ t }^{ 0 }+\lim _{ m\rightarrow \infty }{ [\frac { 1 }{ 2 } \ln { (37+x^{ 2 }) } ] } _{ 0 }^{ m }$$
$$\frac { 1 }{ 2 } \lim _{ t\rightarrow -\infty }{ [\ln { (37) } -\ln { (37+t^{ 2 }) } ] } +\frac { 1 }{ 2 } \lim _{ m\rightarrow \infty }{ [\ln { (37+m^{ 2 })-\ln { (37) } } ] } $$
This is as far as I have come. I did attempt to evaluate what will happen at $-\infty$ and $\infty$ by plugging in those values, but the end result did not make sense to me. I would like to know what I need to do to either complete what I have already done, or what I should do if what i have done thus far is wrong.
As you noted $$\int_{-t}^{m}\frac{x}{37+x^2} dx=\frac{1}{2}\ln(37+m^{2})-\frac{1}{2}\ln(37+t^{2})=\frac{1}{2}\ln\left(\frac{37+m^{2}}{37+t^{2}}\right).$$ What happens when $m=t\to +\infty$? What happens when $m=2t\to +\infty$?
Notice that if the integral is convergent, those limits should be equal. See here for details.