Let $X$ be a normally distributed random variable with mean $0$ and variance $1$. Let $\Phi$ be the cumulative distribution function of the variable $X$. The find the expectation of $\Phi(X)$.
I have $$ E(\Phi(X))= \int\limits_{-\infty}^{\infty}\Phi(x)\frac{e^{-x^2/2}}{\sqrt{2\pi}}\;\mathrm{d}x, \quad\text{where}\quad \Phi(x)=\int\limits_{-\infty}^{x}\frac{e^{-t^2/2}}{\sqrt{2\pi}}\;\mathrm{d}t. $$ I am stuck here. How do I proceed?
There is an easier approach.
Note that $\Phi(x)$ is a continuous increasing function going from $0$ to $1$. Let $Y=\Phi(X)$, so $Y$ is in the interval $(0,1)$. Then $$F(y)=\Pr(Y \le y) =\Pr(\Phi(X) \le y) = y$$ so $f(y)=1$ when $y \in (0,1)$ and $E[Y]=\int_0^1 y \,f(y) \, dy =\frac12$.
This works for any continuous distribution.