I would like to solve the following integral:
$$ I_0 (a,b)= \int_0^1 dx\int_0^{1-x} dz \frac{1}{a z (z-1)+a x z + x(1-b)}$$ in the limit where $b$ is small ($a$ and $b$ are positive constants).
What is the best way to study this asymptotic limit? I have tried to use Mathematica, but it gives some very weird results.
Thanks for any help.
For now we ignore the justification for switching the order of integration and solve an easier problem with the help of Mathematica. The region of integration is the triangle bounded by the $x$ and $z$ axes and the line $x + z = 1$. When we switch the order of integration we have the integral
$$J(a,b) = \int_0^1 \int_0^{1-z} \frac{dx dz}{az(z-1)+axz+x(1-b)}$$
The denominator is $0$ whenever
$$x_0 = \frac{az(1-z)}{az+1-b}$$
so we need to calculate an improper integral first. We have
$$\int_0^{x_0-\epsilon} \frac{dx}{az(z-1)+axz+x(1-b)} = \frac{\log((-1+b-az)\epsilon)-\log(az(z-1))}{az+1-b}$$
and since this is not finite as $\epsilon$ goes to $0$, we have to concede that the improper integral does not converge. Similarly
$$\int_{x_0+\epsilon}^{1-z} \frac{dx}{az(z-1)+axz+x(1-b)} = \frac{\log((1-b)(1-z))-\log((1-b+az)\epsilon)}{az+1-b}$$
is not finite as $\epsilon$ goes to $0$. However, we can calculate the principal value by putting the two integrals together and let the limit of integration approach $x_0$ at the same rate on both sides
$$P.V.\int_0^{1-z} = \frac{\log((1-b)(1-z))-\log(az(1-z))}{1-b+az}$$
Integrating again with respect to z we have
$$P.V.J(a,b) = \int_0^1\frac{\log((1-b)(1-z))-\log(az(1-z))}{1-b+az} dz = \frac{1}{a}\left(\log\left(\frac{a}{1-b}\right)\log\left(\frac{1-b}{1+a-b}\right)-Li_2\left(-\frac{a}{1-b}\right)\right)$$
We can expand this as
$$-\frac{1}{a}(\log(a)\log(1+a)+Li_2(-a))-\frac{\log(a)}{1+a}b-\frac{1+a+(2+a)\log(a)}{2(1+a)^2}b^2+O(b^3)$$
When $b$ is small we are left with
$$-\frac{1}{a}(\log(a)\log(1+a)+Li_2(-a))$$
The question is - were we justified in exchanging the order of integration in the first place? I'm not sure if this helps.