Is there anything I can do with a double integral of the following form?
$$ \int_0^1 \left(\int_0^x f(j) dj\right)^\alpha g(x) dx$$
For $\alpha = 1$, I can do
$$ \int_0^1 \int_0^x f(j) dj g(x) dx = \int_0^x f(j) \int_0^1 g(x) dx dj$$,
where the inner integral has a well defined solution.
For general $\alpha$, I know that there is a difference between $x_1^a + x_2^a$ and $(x_1 + x_2)^a$, but is there perhaps a trick I can use to still change the order of integration?