Let $a$ be a constant, X is a standard normal and $\Phi$ is the c.d.f. of standard normal.
- what is the $$E[\Phi(aX)]$$
- what is the $$E[\Phi(X + a])]$$
my approach would be to derive the density of $g(X) = Y = aX$ and of $g(X)=Y=X+a$ (which should result in $1/a$ and $1$, respectively. Please let me know if this sounds correct.)
Is there a faster way? I found the below answer but do not take into account the role of the constant. Once we have a constant we can't cancel out the two c.d.f.
In my approach i get to $$\Phi\large(g^{-1}(x)\large)$$ and then using chain rule to arrive to the density. Results that i get doing this are indeed $1/a$ and $1$.
Here is another way:
By writing down the integral you can notice that $$\mathbb{E}[\Phi(X+a)] = P(Y \leq Z + a)$$ where $Y, Z \sim \mathcal{N}(0,1)$ are independent. Then $Y-Z\sim \mathcal{N}(0, 2)$ so $$\mathbb{E}[\Phi(X+a)] = P(Y - Z \leq a) = \Phi\left(\frac{a}{\sqrt{2}}\right)$$
The case of $\mathbb{E}[aX]$ is even easier! As before, notice that $$\mathbb{E}[\Phi(aX)] = P\left(Y \leq aZ\right)$$ with $Y,Z \sim \mathcal{N}(0,1)$ independent. But $Y-aZ \sim \mathcal{N}(0,1+a^2)$ and from there you get $$\mathbb{E}[\Phi(aX)] = P(Y-aZ \leq 0) = \Phi(0) = \frac{1}{2}$$
EDIT: Here is a more detailed calculation:
Let $\phi(x)$ be the CDF of a standard normal RV. Then LOTUS tells us that $$\mathbb{E}[\Phi(X+a)]=\int_{-\infty}^\infty \Phi(x+a)\phi(x)dx$$ By definition, $$\Phi(x) = \int_{-\infty}^x \phi(t)dt$$ so $$\mathbb{E}[\Phi(X+a)]=\int_{-\infty}^\infty \int_{-\infty}^{x+a}\phi(t)\phi(x)\,dtdx$$ which is exactly what you would get if you were to calculate the probability $P(Y\leq Z+a)$ (up to renaming of the dummy integration variables).