Find the value of the following integral $$\int\frac{4x\ln(x)}{3x^2+2x+1}dx$$ I have no idea how to solve this integral. I tried all the ways of doing it(parts, substitution and many more) but I got stuck every time at the beginning. Please help me to solve this. By the way, calculations involving complex numbers, polylogarithms and special integrals are allowed.
Any help will be greatly appreciated.
EDIT: There are no bounds on the integral. EDIT: I'm asking for the anti derivative.
I think you've just gotta brute force it. Since $$ 3x^2 +2x+1 = 3(x- \alpha)(x-\overline{\alpha}) $$ where $\alpha = -\frac{1}{3} + \frac{\sqrt{2}}{3}i$ is one of the roots of the polynomial, you can apply partial fractions to get $$ \frac{x}{(x-\alpha)(x-\overline{\alpha})} = \frac{\alpha}{\alpha - \overline{\alpha}} \frac{1}{x-\alpha}+\frac{\overline{\alpha}}{ \overline{\alpha}-\alpha} \frac{1}{x-\overline{\alpha}} $$ Then the problem reduces to evaluating $\int \frac{\ln(x)}{x-a}\mathrm{d}x$. For this last family of antiderivatives frist recall that $$ \operatorname{Li}_2(t) = -\int\frac{\ln(1-t)}{t}\, \mathrm{d}t $$ So we get \begin{align} \int \frac{\ln(x)}{x-a}\, \mathrm{d}x& = \frac{1}{a}\int \frac{\ln(x)}{\frac{x}{a}-1}\, \mathrm{d}x\\ & \overset{u =x/a}{=} \int \frac{\ln(u) + \ln(a)}{u-1}\, \mathrm{d}u \\ & \overset{s = 1-u}{=} \ln(a) \int \frac{1}{u-1}\, \mathrm{d}u + \int \frac{\ln(1-s)}{s}\, \mathrm{d}s \\ & = \ln(a) \ln(u-1) - \operatorname{Li}_2(s)\\ & = \ln(a)\ln\left(\frac{x}{a}-1\right) -\operatorname{Li}_2\left(1- \frac{x}{a}\right) \end{align} And combining everything we get \begin{align} \int \frac{4x\ln(x)}{3x^2 +2x+1}\, \mathrm{d}x &= \frac{4}{3}\int\frac{x\ln(x)}{(x-\alpha)(x-\overline{\alpha})}\, \mathrm{d}x\\ & = \frac{4}{3} \frac{\alpha}{\alpha - \overline{\alpha}} \int \frac{\ln(x)}{x-\alpha} \, \mathrm{d}x +\frac{4}{3} \frac{\overline{\alpha}}{ \overline{\alpha}-\alpha} \int \frac{\ln(x)}{x-\overline{\alpha}} \, \mathrm{d}x\\ & = \frac{4}{3} \frac{\alpha}{\alpha - \overline{\alpha}} \left[ \ln(\alpha)\ln\left(\frac{x}{\alpha}-1\right) -\operatorname{Li}_2\left(1- \frac{x}{\alpha}\right)\right]+\frac{4}{3} \frac{\overline{\alpha}}{ \overline{\alpha}-\alpha}\left[\ln(\overline{\alpha})\ln\left(\frac{x}{\overline{\alpha}}-1\right) -\operatorname{Li}_2\left(1- \frac{x}{\overline{\alpha}}\right) \right] \end{align} where $\alpha = -\frac{1}{3} + \frac{\sqrt{2}}{3}i$ and $\overline{\alpha} = -\frac{1}{3} - \frac{\sqrt{2}}{3}i$.