How can one find the value of this integral?
$$\int_M \frac{20x^3}{1+y^5}d(x,y)$$
with $M := \{(x,y)^T \in \mathbb{R}^2: 0 \leq x \leq 1, x \leq y \leq 1 \}$
So we integrate over the rectangle M and I think that we can rewrite this as
$$\int_x^1 \int_0^1 \frac{20x^3}{1+y^5}$$
But how do we continue? What about the x?
The set $M$ is a triangle, not a rectangle. The idea is to compute$$\int_0^1\int_x^1\frac{20x^3}{1+y^5}\,\mathrm dy\,\mathrm dx,$$but this is hard to do directly. Instead, compute\begin{align}\int_0^1\int_0^y\frac{20x^3}{1+y^5}\,\mathrm dx\,\mathrm dy&=\int_0^1\frac{5y^4}{1+y^5}\,\mathrm dy\\&=\left[\log(1+y^5)\right]_{y=0}^{y=1}\\&=\log2.\end{align}