Consider the function $$f(x,y) := \frac{1}{(1 - xy)^\alpha}$$ where $\alpha \in \mathbb{R}$ and $(x,y) \in (0,1)\times (0,1)$. For which $\alpha$ is the function integrable?
First of all, if $(x,y) \in (0,1)\times (0,1)$ we see that $0 < xy < 1$. Therefore, $(1 - xy)^\alpha > 0$ and we can apply Tonelli's theorem since $f$ is clearly continuous and hence measurable. This yields $$\int_{(0,1)\times (0,1)} f(x,y) dx \otimes dy = \int_0^1 \int_0^1 \frac{1}{(1 - xy)^\alpha} dxdy$$ Now I think that we could substitute $z = 1 - xy$ and get $$\int_0^1 \int_0^1 \frac{1}{(1 - xy)^\alpha} dxdy = \int_0^1 \int_{1 - y}^1 \frac{1}{y}\frac{1}{z^\alpha} dxdy$$ Then I think one should split the cases $\alpha = 1$ and $\alpha \neq 0$, but the integrals get nasty. Is there an easier way or how would you solve this?