I'm having trouble proving this asymptotic expansion (with $0 \leq \delta<1/2$)
$$I(\delta) = \int_\delta ^{1-\delta} dx \frac{x (1-x)}{\sqrt{x^2-\delta^2}\sqrt{(1-x)^2-\delta^2}} \sim 1 - \delta^2 \ (\delta \rightarrow 0).$$
I tried naïve approaches like writing the Taylor expansion of the integrand before integrating it, but I didn't get a good result.
I also tried to calculate the derivatives $I^{(n)}(0)$, but I couldn't get anywhere.
Even for a simple integral like
$$J(\delta) = \int_\delta ^{1} dx \frac{x }{\sqrt{x^2-\delta^2}} = \sqrt{1-\delta^2} \sim 1 - \frac{\delta^2 }{2}\ (\delta \rightarrow 0) $$ I don't know how to find the asymptotic form without solving the integral directly first. Any advice would be greatly appreciated.
We have \begin{align*} I(\delta) &= \int_{\delta}^{1/2} + \int_{1/2}^{1-\delta} \\[6pt] &= 2\int_{\delta}^{1/2} \frac{x}{\sqrt{x^2-\delta^2}}\cdot \frac{1-x}{\sqrt{(1-x)^2-\delta^2}}\,\mathrm{d} x \\[6pt] &= 2\int_{\delta}^{1/2} \frac{x}{\sqrt{x^2-\delta^2}}\cdot \left(1 + \frac{1}{2(1-x)^2}\delta^2\right)\,\mathrm{d} x + o(\delta^2)\tag{1}\\[6pt] &= \frac{\delta^4\ln(1-2\delta^2 + \sqrt{1-\delta^2}\sqrt{1-4\delta^2})}{(1-\delta^2)^{3/2}} - \frac{\delta^4\ln \delta}{(1-\delta^2)^{3/2}} + \frac{\sqrt{1-4\delta^2}}{1-\delta^2} + o(\delta^2)\tag{2}\\[6pt] &= 1 - \delta^2 + o(\delta^2) \end{align*} where we use $\frac{1-x}{\sqrt{(1-x)^2-\delta^2}} = 1 + \frac{1}{2(1-x)^2} \delta^2 + o(\delta^2)$ and $2\int_{\delta}^{1/2} \frac{x}{\sqrt{x^2-\delta^2}}\,\mathrm{d} x = \sqrt{1 - 4t^2} \le 1$ in (1).
Note: We use Maple to obtain the closed form of the integral in (1) (the antiderivative admits a closed form as well). I think there is a way to obtain it by hand or there is another way to obtain $1 - \delta^2 + o(\delta^2)$ based on (1) not via (2) e.g. by IBP.