V. Reshetnikov gave the remarkable integral, $$\int_0^1\frac{dx}{\sqrt[3]x\,\sqrt[6]{1-x}\,\sqrt{1-x\left(\sqrt{6}\sqrt{12+7\sqrt3}-3\sqrt3-6\right)^2}}=\frac\pi9(3+\sqrt2\sqrt[4]{27})\tag1$$ More generally, given some integer/rational $N$, we are to find an algebraic number $\alpha$ that solves,
$$\int_0^1\frac{dx}{\sqrt[3]x\ \sqrt[6]{1-x}\ \sqrt{1-x\,\alpha^2}}=\frac{1}{N}\,\frac{2\pi}{\sqrt{3}\,|\alpha|}\tag2$$
and absolute value $|\alpha|$. (Compare to the similar integral in this post.) Equivalently, to find $\alpha$ such that,
$$\begin{aligned} \frac{1}{N} &=I\left(\alpha^2;\ \tfrac12,\tfrac13\right)\\[1.8mm] &= \frac{B\left(\alpha^2;\ \tfrac12,\tfrac13\right)}{B\left(\tfrac12,\tfrac13\right)}\\ &=B\left(\alpha^2;\ \tfrac12,\tfrac13\right)\frac{\Gamma\left(\frac56\right)}{\sqrt{\pi}\,\Gamma\left(\frac13\right)}\end{aligned} \tag3$$
with beta function $\beta(a,b)$, incomplete beta $\beta(z;a,b)$ and regularized beta $I(z;a,b)$. Solutions $\alpha$ for $N=2,3,4,5,7$ are known. Let, $$\alpha=\frac{-3^{1/2}+v^{1/2}}{3^{-1/2}+v^{1/2}}\tag4$$ Then, $$ - 3 + 6 v + v^2 = 0, \quad N = 2\\ - 3 + 27 v - 33v^2 + v^3 = 0, \quad N = 3\\ 3^2 - 150 v^2 + 120 v^3 + 5 v^4 = 0, \quad N = 5\\ - 3^3 - 54 v + 1719 v^2 - 3492v^3 - 957 v^4 + 186 v^5 + v^6 = 0, \quad N = 7$$
and (added later),
$$3^4 - 648 v + 1836 v^2 + 1512 v^3 - 13770 v^4 + 12168 v^5 - 7476 v^6 + 408 v^7 + v^8 = 0,\quad N=4$$
using the largest positive root, respectively. The example was just $N=2$, while $N=4$ leads to,
$$I\left(\tfrac{1-\alpha}{2};\tfrac{1}{3},\tfrac{1}{3}\right)=\tfrac{3}{8},\quad\quad I\left(\tfrac{1+\alpha}{2};\tfrac{1}{3},\tfrac{1}{3}\right)=\tfrac{5}{8}$$
I found these using Mathematica's FindRoot command, and some hints from Reshetnikov's and other's works, but as much as I tried, I couldn't find prime $N=11$.
Q: Is it true one can find algebraic number $\alpha$ for all $N$? What is it for $N=11$?
RootApproximant
function? It tries to find the simplest algebraic number matching a numeric approximation. It likes to be given quite a lot of correct decimal digits, though. From my experience, if the degree $>8$, then you need to provide $>200$ digits. – Vladimir Reshetnikov Dec 01 '16 at 00:14RootApproximant[N[InverseBetaRegularized[1/7, 1/2, 1/3], 250]]
to find my conjectures. Had no luck with1/11
. I got results for dozens of other fractions though. – Vladimir Reshetnikov Dec 01 '16 at 00:41InverseBetaRegularized[1/n, 1/2, 1/3]
-- no. ButInverseBetaRegularized[1/6,1/3,1/3]
,InverseBetaRegularized[1/4,1/4,1/2]
and others seem to be algebraic. No fraction with a denominator $>7$ produced an apparently algebraic number. – Vladimir Reshetnikov Dec 01 '16 at 03:11InverseBetaRegularized[1/8, 1/4, 1/2]
? – Vladimir Reshetnikov Dec 01 '16 at 19:56InverseBetaRegularized[1/8, 1/3, 1/3]
: http://mathb.in/109745 – Vladimir Reshetnikov Dec 02 '16 at 00:20InverseBetaRegularized[1/11, 1/3, 1/3]
is $\left(1-\sqrt{1-4\alpha}\right)/2,$ where $\alpha$ is the root of the polynomial $\small 11 \alpha ^{20}-23221 \alpha ^{19}-1153603 \alpha ^{18}+62045313 \alpha ^{17}+66133914 \alpha ^{16}+1596123771 \alpha ^{15}-8579472693 \alpha ^{14}+4760052033 \alpha ^{13}-22319781 \alpha ^{12}-8054721004 \alpha ^{11}+10595519759 \alpha ^{10}-4869514969 \alpha ^9+1106263389 \alpha ^8-189881835 \alpha ^7+59389374 \alpha ^6-17393277 \alpha ^5+2270301 \alpha ^4-102729 \alpha ^3+605 \alpha ^2+242 \alpha -1$ in the interval $0<\alpha<1/6$. – Vladimir Reshetnikov Dec 02 '16 at 01:01InverseBetaRegularized[1/11, 1/2, 1/3]
is $\alpha^2,$ where $\alpha$ is an algebraic number of degree $40$ whose minimal polynomial and isolating interval are given here. – Vladimir Reshetnikov Dec 02 '16 at 03:13