Borwein integral

From testwiki
Revision as of 13:04, 26 November 2024 by imported>Citation bot (Add: bibcode, page, issue. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Integrals | #UCB_Category 6/27)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description In mathematics, a Borwein integral is an integral whose unusual properties were first presented by mathematicians David Borwein and Jonathan Borwein in 2001.[1] Borwein integrals involve products of sinc(ax), where the sinc function is given by sinc(x)=sin(x)/x for x not equal to 0, and sinc(0)=1.[1][2]

These integrals are remarkable for exhibiting apparent patterns that eventually break down. The following is an example.

0sin(x)xdx=π20sin(x)xsin(x/3)x/3dx=π20sin(x)xsin(x/3)x/3sin(x/5)x/5dx=π2

This pattern continues up to

0sin(x)xsin(x/3)x/3sin(x/13)x/13dx=π2.

At the next step the pattern fails,

0sin(x)xsin(x/3)x/3sin(x/15)x/15dx=467807924713440738696537864469935615849440640907310521750000π=π26879714958723010531935615849440640907310521750000ππ22.31×1011.

In general, similar integrals have value Template:Sfrac whenever the numbers Template:Nowrap are replaced by positive real numbers such that the sum of their reciprocals is less than 1.

In the example above, Template:Nowrap but Template:Nowrap

With the inclusion of the additional factor 2cos(x), the pattern holds up over a longer series,[3]

02cos(x)sin(x)xsin(x/3)x/3sin(x/111)x/111dx=π2,

but

02cos(x)sin(x)xsin(x/3)x/3sin(x/111)x/111sin(x/113)x/113dxπ22.3324×10138.

In this case, Template:Nowrap but Template:Nowrap. The exact answer can be calculated using the general formula provided in the next section, and a representation of it is shown below. Fully expanded, this value turns into a fraction that involves two 2736 digit integers.

π2(135113(1/3+1/5++1/1132)5625556!)

The reason the original and the extended series break down has been demonstrated with an intuitive mathematical explanation.[4][5] In particular, a random walk reformulation with a causality argument sheds light on the pattern breaking and opens the way for a number of generalizations.[6]

General formula

Given a sequence of nonzero real numbers, a0,a1,a2,, a general formula for the integral

0k=0nsin(akx)akxdx

can be given.[1] To state the formula, one will need to consider sums involving the ak. In particular, if γ=(γ1,γ2,,γn){±1}n is an n-tuple where each entry is ±1, then we write bγ=a0+γ1a1+γ2a2++γnan, which is a kind of alternating sum of the first few ak, and we set εγ=γ1γ2γn, which is either ±1. With this notation, the value for the above integral is

0k=0nsin(akx)akxdx=π2a0Cn

where

Cn=12nn!k=1nakγ{±1}nεγbγnsgn(bγ)

In the case when a0>|a1|+|a2|++|an|, we have Cn=1.

Furthermore, if there is an n such that for each k=0,,n1 we have 0<an<2ak and a1+a2++an1<a0<a1+a2++an1+an, which means that n is the first value when the partial sum of the first n elements of the sequence exceed a0, then Ck=1 for each k=0,,n1 but

Cn=1(a1+a2++ana0)n2n1n!k=1nak

The first example is the case when ak=12k+1.

Note that if n=7 then a7=115 and 13+15+17+19+111+1130.955 but 13+15+17+19+111+113+1151.02, so because a0=1, we get that

0sin(x)xsin(x/3)x/3sin(x/13)x/13dx=π2

which remains true if we remove any of the products, but that

0sin(x)xsin(x/3)x/3sin(x/15)x/15dx=π2(1(31+51+71+91+111+131+1511)7267!(1/31/51/71/91/111/131/15)),

which is equal to the value given previously.

/* This is a sample program to demonstrate for Computer Algebra System "maxima". */
f(n) := if n=1 then sin(x)/x else f(n-2) * (sin(x/n)/(x/n));
for n from 1 thru 15 step 2 do (
  print("f(", n, ")=", f(n) ),
  print("integral of f for n=", n, " is ", integrate(f(n), x, 0, inf)) );
/* This is also sample program of another problem. */
f(n) := if n=1 then sin(x)/x else f(n-2) * (sin(x/n)/(x/n)); g(n) := 2*cos(x) * f(n);
for n from 1 thru 19 step 2 do (
  print("g(", n, ")=", g(n) ),
  print("integral of g for n=", n, " is ", integrate(g(n), x, 0, inf)) );

Method to solve Borwein integrals

An exact integration method that is efficient for evaluating Borwein-like integrals is discussed here.[7] This integration method works by reformulating integration in terms of a series of differentiations and it yields intuition into the unusual behavior of the Borwein integrals. The Integration by Differentiation method is applicable to general integrals, including Fourier and Laplace transforms. It is used in the integration engine of Maple since 2019. The Integration by Differentiation method is independent of the Feynman method that also uses differentiation to integrate.

Infinite products

While the integral

0k=0nsin(x/(2k+1))x/(2k+1)dx

becomes less than π2 when n exceeds 6, it never becomes much less, and in fact Borwein and Bailey[8] have shown

0k=0sin(x/(2k+1))x/(2k+1)dx=0limnk=0nsin(x/(2k+1))x/(2k+1)dx=limn0k=0nsin(x/(2k+1))x/(2k+1)dxπ20.0000352

where we can pull the limit out of the integral thanks to the dominated convergence theorem. Similarly, while

02cosxk=0nsin(x/(2k+1))x/(2k+1)dx

becomes less than π2 when n exceeds 55, we have

02cosxk=0nsin(x/(2k+1))x/(2k+1)dxπ22.96291042

Furthermore, using the Weierstrass factorizations

sinxx=n=1(1x2π2n2)cosx=n=0(14x2π2(2n+1)2)

one can show

n=0sin(2x/(2n+1))2x/(2n+1)=n=1cos(xn)

and with a change of variables obtain[9]

0n=1cos(xn)dx=120n=0sin(x/(2n+1))x/(2n+1)dxπ40.0000176

and[8][10]

0cos(2x)n=1cos(xn)dx=120cos(x)n=0sin(x/(2n+1))x/(2n+1)dxπ87.40731043

Probabilistic formulation

Schmuland[11] has given appealing probabilistic formulations of the infinite product Borwein integrals. For example, consider the random harmonic series

±1±12±13±14±15±

where one flips independent fair coins to choose the signs. This series converges almost surely, that is, with probability 1. The probability density function of the result is a well-defined function, and value of this function at 2 is close to 1/8. However, it is closer to

0.124999999999999999999999999999999999999999764

Schmuland's explanation is that this quantity is 1/π times

0cos(2x)n=1cos(xn)dxπ87.40731043

References

Template:Reflist