I have got an definite integral and I think it is impossible to the exact value since it is not elementary. The question says that ε positive but small, so I believe it must be an approximation. Then the problem lays on approximation. I have to integrate root of
$$\sqrt{a^2-x^2+(2ε/μ^2)(a^4-x^4)}$$
from upper limit $a$ to low limit 0.(Forgive me for being unable to type the proper symbols) If the ε is 0, then we get an $\pi/2$ which is clear enough. But then the question asks to find the value of integral reduced by when ε is small and greater than 0. I don't know how to use the condition ε is small. Certainly it can't simply be zero, so what should I do?
Approximate the integrand as follows, treating $\epsilon$ as a small perterbation variable,
$$\sqrt{a^2-x^2+(2ε/μ^2)(a^4-x^4)}$$ $$=\sqrt{(a^2-x^2)[1+(2ε/μ^2)(a^2+x^2)]}$$ $$\approx \sqrt{a^2-x^2}\left[1+(ε/μ^2)(a^2+x^2)\right]$$
Then, the original integral is approximated as,
$$I= \int_0^a \sqrt{a^2-x^2}dx+(ε/μ^2)\int_0^a \sqrt{a^2-x^2}(a^2+x^2)dx$$
Now, the two integrals above can be carried out separately. Note that the first integral is the one as if with $\epsilon$ set to zero, and the second integral is the correction term due to small but non-vanishing $\epsilon$. Its value is
$$\int_0^a \sqrt{a^2-x^2}(a^2+x^2)dx = \frac{5\pi}{16}a^4$$