$$\int_1^2 x \ln\left(\frac1{x^2+1}\right)\,dx$$ I asked about the indefinite form of this one a while ago and one of the comments got me thinking. Is there a way to calculate this definite integral "directly", without wrestling with the polygarithm? I noticed it's an odd function, thus $\int_{-a}^af(x)dx=0$, but I'm not sure how to follow up on that.
2026-05-17 20:33:39.1779050019
Workaround for the definite integral $\int_1^2 x \ln\left(\frac1{x^2+1}\right)dx$
88 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Apparently this is all too easy. $$\int x\ln\frac1{x^2+1}\,dx$$ $$=-\frac12\int2x\ln(x^2+1)\,dx$$ $$=-\frac12(x^2+1)(\ln(x^2+1)-1)+K$$ where we have used $\int\ln x\,dx=x(\ln x-1)+K$.