How do I evaluate this integral using the gamma and beta functions? $$\int_{0}^{\infty} \frac{{x}^{2/3}-{x}^{1/4}}{(1+{x}^{2})\ln(x)} dx $$
I don't know what substitution I should make in order to use gamma and beta functions. I tried to make substitution $t=x^2$, but this substitution unfortunately doesn't work.
Define $$I(a) = \int_{0}^{\infty}\frac{x^{a} - x^{\frac{1}{4}}}{(1+x^{2})\ln{x}} \ dx$$ By differentiating under the integral sign, $$I'(a) = \int_{0}^{\infty}\frac{x^{a}}{1+x^{2}} \ dx$$ With a substitution, $$I'(a) = \int_{0}^{\infty}\frac{x^{a}}{1+x^{2}} \ dx = \int_{0}^{\infty}\frac{x^{\frac{a-1}{2}}}{1 + x} \ dx = \textbf{B}\left(\frac{a+1}{2}, 1 - \frac{a+1}{2}\right) = \frac{\pi}{2\cos{\left(\frac{\pi a}{2}\right)}}$$ where $\textbf{B}(z_{1},z_{2})$ is the Beta function. Then, $$I'(a) = \frac{\pi}{2\cos{\left(\frac{\pi a}{2}\right)}} \implies I(a) = \ln\left(\tan{\frac{\pi a}{2}} + \sec{\frac{\pi a}{2}}\right) + C$$ We have that $I(1/4) = 0$, hence, $$C = -\ln\left(\tan{\frac{\pi}{8}} + \sec{\frac{\pi}{8}}\right) = -\ln(-1 + \sqrt{2} + \sqrt{4 - 2\sqrt{2}})$$ Thus, $$I(2/3) = \int_{0}^{\infty}\frac{x^{\frac{2}{3}} - x^{\frac{1}{4}}}{(1+x^{2})\ln{x}} \ dx = \ln\left(\tan{\frac{\pi}{3}} + \sec{\frac{\pi}{3}}\right) -\ln(-1 + \sqrt{2} + \sqrt{4 - 2\sqrt{2}})$$ $$= \ln\frac{2 + \sqrt{3}}{-1 + \sqrt{2} + \sqrt{4 - 2\sqrt{2}}}$$