Compute
$$\int_0^\infty \frac{x}{(1+x^2)x^\alpha}dx, \space \alpha \in (0,1).$$
So I thought of writing it as
$$\int_0^\infty \frac{x^{1-\alpha}}{1+x^2}dx$$ But since $\alpha \in (0,1)$ a simple $u$-sub wouldn't work. Unless I let $u = 1+x^2$ then $du = 2xdx$ thus $dx = \frac{du}{2x}$ and I get
$$\int_1^\infty \frac{x^{1-\alpha}}{u2x}du=\int_1^\infty \frac{1}{u2x^\alpha}du$$
Then I get stuck, unless I use by parts ?