I'm trying to find the following limit:
$$\lim_{a,b \to \infty}\frac{\int_{\frac{a}{a+b}}^1 t^{a}(1-t)^{b-1} dt}{\int_{\frac{a}{a+b}}^1 t^{a-1}(1-t)^{b-1} dt}-\frac{a}{a+b}.$$
I think the limit should exist, and should be $0$, but could not formally show that is the case.
And what if we have $a\rightarrow \infty, b>0$, or $b\rightarrow \infty, a>0$? Does the limit exist? Is it $0$?
Any suggestion helps.
Notice that the expression has the interpretation of $$\mathbb{E}\left[t-\frac{a}{a+b} \Big| a,b, \text{ and } t-\dfrac{a}{a+b}>0\right]$$ where $t|a,b\sim Beta(a,b)$. i.e., the conditional expectation of $t$ given $t$ is above the mean of the $Beta$ distribution.
May assume $a/(a+b)$ stays constant if necessary.
Concerning $$I=\dfrac{\int_{\frac{a}{a+b}}^1 t^{a}\,(1-t)^{b-1}\, dt}{\int_{\frac{a}{a+b}}^1 t^{a-1}\,(1-t)^{b-1}\, dt}=\frac{\text{num}}{\text{den}}$$ we have, after simplifications $$\frac{\text{num}}{ab}=\Gamma (a+2) \Gamma (b)-(a+1) \Gamma (a+b+1) B_{\frac{a}{a+b}}(a+1,b)$$ $$\frac{\text{den}}{a+b}=a (a+1) \Gamma (a+b)+\Gamma (a+2) \Gamma (b+1)+ $$ $$ \left(\frac{a^a b^b}{ (a+b)^{a+b}}-(a+b) B_{\frac{a}{a+b}}(a,b+1)\right)$$ Assuming $\frac a{a+b}=k$ that is to say $b=\frac{a}{k}-a$, I do not see what to do beside numerical experiment.
Trying for $a=10^4$ and a few $b$, some results $$\left( \begin{array}{cc} b & I-\frac a{a+b}\\ 1000 & 0.00217116 \\ 2000 & 0.00270260 \\ 3000 & 0.00293954 \\ 4000 & 0.00303978 \\ 5000 & 0.00306629 \\ 6000 & 0.00305040 \\ 7000 & 0.00300948 \\ 8000 & 0.00295378 \\ 9000 & 0.00288959 \\ 10000 & 0.00282091 \\ 11000 & 0.00275029 \\ 12000 & 0.00267938 \\ 13000 & 0.00260925 \\ 14000 & 0.00254059 \\ 15000 & 0.00247383 \\ 16000 & 0.00240921 \\ 17000 & 0.00234689 \\ 18000 & 0.00228690 \\ 19000 & 0.00222925 \\ 20000 & 0.00217391 \end{array} \right)$$