6

$${\LARGE\int}_0^\tfrac\pi2\frac{dx}{\bigg(\sqrt[{\Large 5}]{\cos^5x+10\cos^3x\sin^2x+5\cos x\sin^4x}\bigg)^{\large 2}}~=~?$$

Its numerical value is about $1.40171345128228$. Maple, Mathematica, and the Inverse Symbolic Calculator are not able to return any closed form.


Motivation:

The above integral is, up to a certain scaling factor, nothing else than the area between the graphic of $x^n+y^n=r^n$, and the second bisector, for $n=5$. For even values of the exponent, we have the area of $x^{2k}+y^{2k}=r^{2k}$ being equal to $A_{2k}=\displaystyle(2r)^2\cdot{2a\choose a}^{-1}$, where $a=\dfrac1{2k}$. For $n\!=\!3$ we have $A_3=\dfrac{r^2}{\sqrt[3]4}\cdot B\bigg(\dfrac12,\dfrac13\bigg)$. But how to compute its value for odd exponents greater than $3$ is beyond

me. In this case, $A_5=r^2\cdot\sqrt[5]8\cdot I$


$\qquad\qquad$

$$x^5+y^5=1$$

Lucian
  • 48,334
  • 2
  • 83
  • 154
  • The area comprised within the first sector or quadrant is $r^2\displaystyle\cdot{2a\choose a}^{-1}$, where $a=\dfrac15$, as can be seen here; however, that of the additional two sections is unknown to me. – Lucian Jun 11 '14 at 01:20
  • This one is hard. I can only think that: \begin{align} \cos^5x+10\cos^3x\sin^2x+5\cos x\sin^4x=\frac{1}{2}\left[(\cos x + \sin x)^5+(\cos x - \sin x)^5\right] \end{align} – Anastasiya-Romanova 秀 Jun 11 '14 at 07:55
  • 1
    In general, The "excess" areas can be represented as $ \int^\infty_0({\sqrt[n]{x^n+1}}-x)dx=\frac{B(1/n,1/2-1/n)}{n 2^{1+\frac{2}{n}}}. $ – Chen Wang Jun 12 '14 at 06:02
  • @ChenWang: True. But what prevented me from seeing the obvious was the fact that, when using that same formula for the entire domain, as opposed to just $(-\infty,0)$, both Maple and Mathematica break down, since they attempt to ascribe the value $\sqrt[n]t$ to the number which creates the smallest angle with the positive semiaxis, which, for negative values of n, is a complex quantity. – Lucian Jun 12 '14 at 16:12

2 Answers2

4

Method due to Dirichlet, for your $r=1$ the area in the first quadrant is $$ \frac{\Gamma \left( \frac{6}{5} \right)^2}{\Gamma \left( \frac{7}{5} \right) } \approx 0.95015. $$

Since your number is larger than $1,$ i guess you are getting area for the whole thing, along the line $x+y = 0$ included. I suggest trying ratios of Gamma functions, see if you can get your $1.4017$

Will Jagy
  • 139,541
1

The general formula for odd $n=2k+1$ is $~A_{n}=\displaystyle{2a\choose a}^{-1}+{-a\choose a}^{-1}$, where $a=\dfrac1n$ , and

the first term represents the area inside the first sector or quadrant. Also, the integral could

simply have been written as $\displaystyle\int_{-\infty}^\infty\Big(x+\sqrt[\large^n]{1-x^n}\Big)dx$, but both Maple and Mathematica face

significant trouble when evaluating it on $(1,\infty)$, since they both identify the n-th root of a

number as the $($complex$)$ quantity with the smallest argument, i.e., whose angle formed with

the positive semi-axis is least, even when a real negative solution exists, in which case the

angle is $180^\circ>\dfrac{360^\circ}n$ for odd $n\ge3$.

Lucian
  • 48,334
  • 2
  • 83
  • 154