4

let $\epsilon >0$, I tried to evaluate $\int_{0}^{1}\left(\sqrt{1-x^2}^{\sqrt{1-x^2}^{\cdots}}\right) dx$ , using the fact $x= \cos t$ yield to have integrand using $\sin $ function seems is not easy to get such closed form by this variable change , For one iteration by means $\int_{0}^{1}\left(\sqrt{1-x^2}^{\sqrt{1-x^2}}\right) dx$ we have the integrand converge approximately to $\frac{\sqrt{3}}{{2}}$, Now for some odd iterations we have $l=0.89..$ and for even iterations we have $l=0.9..$ , Now if we fixe $\epsilon$ at at some small value such that $x$ lie at a least between $(0,0.99782)$ to get convergence according to below comment by @Oscar Lanzi and @Sangchul Lee , Now my question here is : Is it possible to express the titled integral in elementary functions ?

Edit: I edited the question according to the two below montioned comments to assure convergence also my Goal was to express the titled integrand tower in elementary functions

1 Answers1

1

If we let

$$y=\lim_{n\to\infty}(\sqrt{1-x^2}\uparrow\uparrow n)$$

then we have

$$y=(\sqrt{1-x^2})^y\implies x=\sqrt{1-y^{2/y}}$$

and the integral can be represented more neatly as

$$I=\exp(-e)\sqrt{1-\exp(-2\exp(1-e))}+\int_{\exp(-e)}^1\sqrt{1-y^{2/y}}~\mathrm dy$$

where $I$ is the original integral over the largest subinterval of $[0,1]$ where it converges.

Although it is highly unlikely a closed form exists, this form is easy to numerically compute and gives

$$I\simeq0.807316213493$$

The same approach, however, is not so nice if one attempts to find the limits of the even and odd heights over the entire interval $[0,1]$, since one needs to solve for $x$ from

$$y=\sqrt{1-x^2}~\widehat~~(\sqrt{1-x^2}~\widehat~~y)$$

and this will require multiple branches of the Lambert W function.