$$\lim _{\frac{x}{\cos x}→1}\left(\frac{ \underbrace{\arccos \circ \arccos \circ \ldots \circ \arccos (x)}_{n~\text{iterations}} -\underbrace{\cos \circ \cos \circ \ldots \circ \cos (x)}_{n~\text{iterations}}}{\left(x-\cos x\right)}\right)$$
as ${\frac{x}{\cos x}→1}$, I suppose that $x$ tends towards the Dottie number, the unique real root of this equation : $\cos(x)=x, \,x≈0.73908513321516064165531208767\ldots$.
More about it here--
How to compute Dottie number accurately?)
It is a $0/0$ form, yet the application of L'Hopital's rule becomes difficult, as iterations of function depend upon $n$, which isn't known, or has any condition whatsoever. I have taken the derivative of the denominator, which turns out to be $1+\sin(x)$, but I have no idea on how to proceed for the numerator, especially the $\arccos$ part .
Please help me to reach the solution. Thanks in advance.
Note- here $n$ represents n iterations of cos and arccosine, eg. at $n=2$ numerator would be $\arccos(\arccos(x))-\cos(\cos(x))$.
The hardest part of this problem was developing a good notation. I also used LHR but there might be a way to avoid it.
Let $f^{(n)}$ denote $n$-fold composition. Let $c$ denote the Dottie number, i.e. the unique real solution of $x=\cos(x)$. The condition $x/\cos(x)\to 1$ is equivalent to the condition $x\to c$. Note that $1-c^2=\sin^2(c)$, and in particular that $(1-c^2)^{-1/2}=\csc(c)$.
Claim: $$ \lim_{x\to c}\frac{\arccos^{(n)}(x)-\cos^{(n)}(x)}{x-\cos(x)}=(-1)^n \frac{\csc^n(c)-\sin^n(c)}{1+\sin(c)} $$Proof: The quickest way I see to evaluate this limit is LHR: The limit is indeterminate as $x\to c$ for every $n$ and everything is differentiable, so we're justified in using it. $$ \lim_{x\to c}\frac{\arccos^{(n)}(x)-\cos^{(n)}(x)}{x-\cos(x)}= \lim_{x\to c}\frac{\arccos\left(\arccos^{(n-1)}(x)\right)-\cos\left(\cos^{(n-1)}(x)\right)}{x-\cos(x)} $$ $$ \stackrel{LHR}{=}\lim_{x\to c}\frac{-(1-\cos^{(n-1)}(x))^{-1/2}\cdot \frac{d}{dx}\arccos^{(n-1)}(x)-(-\sin(\cos^{(n-1)}(x))\cdot \frac{d}{dx}\cos^{(n-1)}(x))}{1+\sin(x)}= $$ $$ =\lim_{x\to c}\frac{\prod\limits_{k=1}^{n}-(1-\cos^{(n-k)}(x))^{-1/2}-\prod\limits_{k=1}^{n}(-\sin(\cos^{(n-k)}(x)))}{1+\sin(x)}= $$ $$ =(-1)^n\lim_{x\to c}\frac{\prod\limits_{k=1}^{n}(1-\cos^{(n-k)}(x))^{-1/2}-\prod\limits_{k=1}^{n}(\sin(\cos^{(n-k)}(x)))}{1+\sin(x)} $$ Now we can take the limit; note that we can replace all instances of $\cos(c)$ with $c$. $$ =(-1)^n \frac{(\csc(c))^n -(\sin(c))^n}{1+\sin(c)} $$I checked and this matches the numerical values for the first $10$ cases.