The following integral,
$$ \int_0^1 \frac{x^4(1-x)^4}{x^2 + 1} \mathrm{d}x = \frac{22}{7} - \pi $$
is clearly positive, which proves that $\pi < 22/7$.
Is there a similar integral which proves $\pi > 333/106$?
|
The following integral, $$ \int_0^1 \frac{x^4(1-x)^4}{x^2 + 1} \mathrm{d}x = \frac{22}{7} - \pi $$ is clearly positive, which proves that $\pi < 22/7$. Is there a similar integral which proves $\pi > 333/106$? |
||||
$$\int_0^1 \frac{x^5(1-x)^6(197+462x^2)}{530(1+x^2)}= \pi -\frac{333}{106}$$
|
|||||||||||||||||||
|
|
Although this is not exactly an answer to the question, it seems sufficiently related to mention: there are some direct generalizations, given on the Wikipedia page about this integral. For instance, $$0 < \frac14\int_0^1\frac{x^8(1-x)^8}{1+x^2}\ dx=\pi -\frac{47171}{15015}$$ In general, $$\frac1{2^{2n-1}}\int_0^1 x^{4n}(1-x)^{4n}\ dx <\frac1{2^{2n-2}}\int_0^1\frac{x^{4n}(1-x)^{4n}}{1+x^2}\ dx <\frac1{2^{2n-2}}\int_0^1 x^{4n}(1-x)^{4n}\ dx$$ which for $n=1$ (the integral in the question) gives slightly better bounds than just $\pi < 22/7$: $$ \frac{1}{1260} < \frac{22}{7} - \pi < \frac{1}{630}$$ |
|||||||||||||
|
|
In the beginning of 2009 I was posting re similar issue at several sites, namely, at sci.math.symbolic, www.math.utexas.edu, etc. To repeat: In Paper 1 Lucas found, by brute-force search using Maple programming, several different variants of integral identities which relate each of several first Pi convergents (described in terms of OEIS sequences as A002485(n)/A002486(n)) to Pi. Further, in my above-mentioned postings, I conjectured the following identity below, which represents a generalization of Stephen Lucas' experimentally obtained identities between Pi and its convergents: $$(-1)^n\cdot(\pi - \text{A002485}(n)/\text{A002486}(n))$$ $$=(|i|\cdot2^j)^{-1} \int_0^1 \big(x^l(1-x)^m(k+(i+k)x^2)\big)/(1+x^2)\; dx$$ where integer n = 0,1,2,3,... serves as index for terms in OEIS A002485(n) and A002486(n), and {i, j, k, l, m} are some integers (to be found experimentally or otherwise), which are probably some functions of n. The "interesting" (I think) part of my generalization conjecture is that "i" is present in both: denominator of the coefficient in front of the integral and in the body of the integral itself For example, in cited by Lucas old known formula for 22/7 22/7 - Pi = Int(x^4*(1-x)^4*/(1+x^2),x = 0 .. 1) n=3, i=-1, j=0, k=1, l=4, m=4 In Lucas's formula for 333/106 (mentioned above in the comment by Chandrasekhar) Pi - 333/106 = 1/530*Int(x^5*(1-x)^6*(197+462*x^2)/(1+x^2),x = 0 .. 1) n=4, i=265, j=1, k=197, l=5, m=6 In Lucas's formula for 355/113 355/113 - Pi = 1/3164*Int(x^8*(1-x)^8*(25+816*x^2)/(1+x^2),x = 0 .. 1) n=5, i=791, j=2, k=25, l=8, m=8 In Lucas's formula for 103993/33102 Pi - 103993/33102 = 1/75521*Int(x^14*(1-x)^12*(124360-77159*x^2)/(1+x^2),x = 0 .. 1) n=6, i= 47201, j=4, k=77159, l=14, m=12 In Lucas's formula for 104348/33215 104348/33215 - Pi = 1/38544*Int(x^12*(1-x)^12*(1349-1060*x^2)/(1+x^2),x = 0 .. 1) n=7, i= -2409, j=4, k=1349, l=12, m=12 I do not have computer math resources (Mathematica, Maple, etc.) to experimentally prove or disprove it for all larger n (but see my comment below). Best Regards, Alexander R. Povolotsky |
||||
|
clearly positive?is there something about the integral that makes it positive? – Tyler Hilton Aug 10 '10 at 20:01