Here is the problem:
Let $A$ be the point with coordinates $(1, 0)$ in $\mathbb R ^2$. Another point $B$ is chosen randomly over the unit circle. What is then the expected value of the area of the triangle $OAB$ ?
What I do is to define a random variable $X$, which is the angle $AOB$ and assume that it is uniformly ditributed between $0$ and $\pi$. Then the random variable $Y = \frac{\sin X}{2}$ is the area of the triangle. Unfortunately I don't know how to calculate it's expected value (or even it's distribution). Can someone help me with this ? Thanks in advance!
If $X$ is uniform in $[0, \pi]$ then its density is just $1/\pi dx$. Then the formula for calculating the expected value of a function of a random variable of X is:
$$E[f(X)] = \int_0^\pi f(x) \frac{1}{\pi} dx$$
In your case $Y = \frac{\sin X}{2}$ so: $$E[Y] = \int_0^\pi \frac{\sin x}{2} \frac{1}{\pi} dx$$