Given a circle with radius R = 1, I'm trying to find either the probability distribution function or the density function for the space of triangle, which is randomly selected on this circle. The same task is for perimeter function of this triangle.

The only thing I've understood is the following. If we fix some point R on the circle, then angles ROA, ROB, ROC (counterclockwise) are uniformly distributed on [0; 2 * Pi]. I've tried expressing the space and the perimeter through those angles, but still had no success.
I would appreciate any help, really. I've tried to solve this problem for three weeks, and it seems to me that soon those triangles and circles will begin to come into my night dreams. Thanks.






Let's denote the angles BOC,AOC,AOB by $\alpha,\beta,\gamma$. If you knew the distributions of these angles, then elementary geometry would tell you that the length of the segment BC is $2\sin\left(\frac{\alpha}{2}\right)$, the length of AC is $2\sin\left(\frac{\beta}{2}\right)$,and that of AB is $2\sin\left(\frac{\gamma}{2}\right)$. So the only problem now is understanding what is the distribution.
WLOG, assume that $A$ is chosen on the $x$-axis, i.e. on $R$ in your drawing. Choosing $B,C$ is equivalent to choosing two angles $x,y$, uniformly distributed on $(0,2\pi)$. Then $$\begin{align} \gamma&=\min(x,y)\\ \beta &=2\pi-\max(x,y)\\ \alpha&=|x-y|=2\pi-\beta-\gamma \end{align}$$
From symmetry, you know that the distributions of $\alpha,\beta,\gamma$ are the same. so let's look at the distribution of $\alpha$. The CDF is given by $ P(\alpha<z)=P(x<z \mbox{ and } y>x) + P(y<z \mbox{ and } x>y) $ Let's find that probability in graphic way, because this is always instructive. This region in the $xy$ space is drawn in the figure,
The blue region is $x<y$ and the green region is $x<z$. Since $x,y$ are uniformly distributed, the probability of this event is the area of the triangle, normalized by the total area, that is $$P(\alpha<z) = 2 \left(\frac{\frac{1}{2}z^2}{4\pi^2}\right)$$ And from now on it's straight forward (but remember that $\alpha,\beta,\gamma$ are not independent)