Can the value of the integral $$u:=\int_0^1 \ln(x)\tan(x)dx$$ be expressed in closed form ?
Wolfram Alpha neither finds an antiderivate nor a closed form expression, but there are cases where no antiderivate exists, but with parameter-integrals , differentiating or integrating with respect to the parameter , gives a closed form of the value of the integral, so there still might be a closed form for $u$.
Is $u$ rational, irrational algebraic or trascendental ?
Using the $lindep-$ and $algdep-$ command of PARI/GP, I could not find any indication that $u$ might be algebraic or even rational. But is there any way to find out its numerical status ?
The numerical value of $u$ is $-0.2756872738004371638897520614\cdots$
Substituting $t=\ln(x)$ gives $$u=\int_{-\infty}^0 te^t \tan(e^t)dt$$
Substituting $t=\tan(x)$ gives $$u=\int_0^{tan(1)} \ln(\arctan(t))\frac{t}{t^2+1}dt$$
Here what Wolfram Alpha gets trying integration by parts :
https://www.wolframalpha.com/input/?i=integrate+log(x)*tan(x)+by+parts
I don't believe a closed form solution (in the conventional sense) exists. It seems to be pretty much impossible that the value is algebraic. In any case, it can be transformed into an infinite sum via $$\int_0^1\!dx\log x \tan x = \sum_{n=1}^\infty \frac{B_{2n} (-4)^n (1-4^n)}{(2n)!}\overbrace{\int_0^1\!dx \log x\, x^{2n-1}}^{=-(2n)^{-2}} = \sum_{n=1}^\infty \frac{B_{2n} (-4)^{n-1} (1-4^n)}{n^2(2n)!} $$ with $B_j$ the $j$-th Bernoulli number.