Let $A$, $B$, $C$ be i.i.d uniform random variables on $(0,1)$.
What is the distribution of $(AB)^C$?
What is a good way to go about answering a question like this?
Trying to find the CDF of this distribution and then differentiating to find the PDF doesn't seem to be a particularly nice way to go about this problem.
Instead I have been trying to use this change of variables method (example here). In particular:
Let $X = A$, $Y = B$, $Z = (AB)^C$.
(So the inverse transformation is $A = X$, $B = Y$, $C = \frac{\log(Z)}{\log(XY)}$.)
Then, the joint probability distribution of $X$, $Y$, $Z$ is given by:
\begin{align} f_{X,Y,Z}(x,y,z) & = f_{A,B,C}(a(x),b(y),z(x,y,z))\cdot|\frac{\partial (a,b,c)}{\partial (x,y,z)}| \\ & = |\frac{\partial (a,b,c)}{\partial (x,y,z)}| \\ & = \frac{-1}{z \cdot \log(xy)} \\ \end{align}
In order to find the distribution of $Z$, I would now need to integrate this w.r.t x and y over $[0,\frac{z}{y}]\times[0,1]$:
$$f_Z(z) = \int_0^1 \int_0^{\frac{z}{y}} \frac{-1}{z \cdot \log(xy)} \,dx \,dy \,\,\,\,\,\,\,\, (\text{for} \, z \in (0,1))$$
This is not easy (i.e. I don't know how to do this - maybe I am missing a trick as it is a (improper) definite integral?).
The issue seems to be: either I am going about this question in the wrong way, or, I am using the wrong change of variables. Indeed, since finding the distribution of Z using the change of variables method only involves integrating the Jacobian, using a different, more clever set of new variables may lead to a much nicer integral - I just have not been able to find such a set of variables.
Any help would be much appreciated.
Edit: In light of the comment below that the distribution of $(AB)^C$ is just $U[0,1$, it seems that a good way to go forward is to consider the MGF. (This did not originally seem like a particularly good option as I had guessed that the distribution would be somewhat esoteric, rather than a ‘known’ one.)
Note: Wolfram Alpha says that the integral of $\frac{-1}{\log(xy)}$ over $[0,1]^2$, for example is 1 - am I missing something obvious here?