Problem text:
For which values of $\alpha$ does the integral below converge? $$\int\int_{D}\frac{1}{(x+y)^{\alpha}}dxdy$$ Where $D: 0 \le y \le 1 - x, 0 \le x \le 1$.
Answer:
$$\int\int_{D}\frac{1}{(x+y)^{\alpha}}dxdy=\int _0^1\left(\:\int _0^{1-x}\:\frac{1}{\left(x+y\right)^{\alpha \:}}dy\right)dx=\frac{1}{-α+2} \implies \alpha \lt 2$$
It's clear to me that $a \ne 2$, but I'm not convinced that $\alpha$ can't be greater than 2.
For example, if $\alpha = 3$, then $\frac{1}{-\alpha + 2}=-1$.
If I try to calculate the integral with $\alpha = 3$, I quickly realize that the integral does in fact diverge, but I'm not sure why, since it seems perfectly fine for $\alpha$ to be any value other than $2$ according to $\frac{1}{-\alpha + 2}$.