Suppose $a\ll b$. How do I then approximate $$\int_0^a \frac{\sqrt{b^2+x^2}}{\sqrt{a^2-x^2}}dx$$ ?
I think that maybe Taylor approximation may help, but I am not sure how to proceed.
My physics textbook says that the answer is $\pi b [1+a^2/(4b^2)]/2 $.
Let $x=a\sin t \quad t\in[0,\frac{\pi}{ 2}]$ ,and $\sqrt{1+x^2}\sim 1+\frac{x^2}{2}$, when $x$ is small.
Then $\int_0^a \frac{\sqrt{b^2+x^2}}{\sqrt{a^2-x^2}}dx=\int_0^{\frac{\pi}{ 2}} \sqrt{b^2+a^2\sin^2(t)}dt=\int_0^{\frac{\pi}{ 2}} b\sqrt{1+\frac{a^2}{b^2}\sin^2(t)}dt\sim \int_0^{\frac{\pi}{ 2}} b(1+\frac{a^2}{2b^2}\sin^2(t))dt$
Note the assumption $a\ll b$ makes this approximation valid. Then use double angle formula and evaluate the integral, you will get the result.