I am trying to solve some integrals which appear in the context of renormalization in quantum field theory and integrals with so-called Feynman parameters, but I am unable to reproduce what is (according to the lecture notes) the correct answer. In particular, there are two integrals where I am stuck.
The first relation I am unable to prove is \begin{align} \int^1_0 \int^1_0 \int^1_0 \frac{1}{(x_1x_2 + x_2x_3 + x_3x_1)^{2-\epsilon}} \delta(1-x_1-x_2-x_3) \mathrm dx_1\mathrm dx_2\mathrm dx_3 \simeq\\ 3 \int^1_0 \int^1_0 \frac{1}{(x_1+x_2)^{2-\epsilon}}\mathrm dx_1\mathrm dx_2 \text. \end{align} Here, $\epsilon \ll 1$ and $\delta$ is the Dirac delta-function. I have tried to use that \begin{align}\tag{1}\label{1} \frac 1{a^{2-\epsilon}} = \frac{a^\epsilon}{a^2} \simeq \frac{1 + \epsilon \ln(a)}{a^2} \end{align} for a dimensionless quantity $a$, but it doesn't seem to help much when applying this for the integrand. Can anyone see how the above approximate equality holds?
The second relation I am unable to prove is \begin{align}\tag{2}\label{2} \int^1_0 \int^1_0 \int^1_0 \frac{x_1x_2x_3}{(x_1x_2 + x_2x_3 + x_3x_1)^{3-\epsilon}} \delta(1-x_1-x_2-x_3) \mathrm dx_1\mathrm dx_2\mathrm dx_3 =\\ \frac{1}{2}(1 + \epsilon C) \end{align} where $C$ is the (supposedly finite) integral: \begin{align} C = \int^1_0 \int^1_0 \int^1_0 \frac{x_1x_2x_3 \ln(x_1x_2 + x_2x_3 + x_3x_1)}{(x_1x_2 + x_2x_3 + x_3x_1)^{3}} \delta(1-x_1-x_2-x_3)\mathrm dx_1\mathrm dx_2\mathrm dx_3 \end{align} By using the expansion in Eq. \eqref{1}, I can get the $C$-term, but without the factor $\frac{1}{2}$, so I am wondering where this prefactor comes from. Secondly, when I try to integrate \begin{align} \int^1_0 \int^1_0 \int^1_0 \frac{x_1x_2x_3}{(x_1x_2 + x_2x_3 + x_3x_1)^{3}} \delta(1-x_1-x_2-x_3)\mathrm dx_1\mathrm dx_2\mathrm dx_3 \end{align} using an online integrator, it tells me that the integral does not converge. This means I am unable to obtain the first term on the right hand side of Eq. \eqref{2}.
In case someone is interested to see the origin of these two problematic integrals, please see equations 3.3.32 to 3.3.37 here: https://www.physics.uu.se/digitalAssets/405/c_405910-l_1-k_qft.pdf
Thank you for considering my question.