Let $X$ a random variable with density $f_X(x)\propto \frac{c}{\sqrt{2\pi}}e^{-\frac{x^2}{2}},x\in [-1,1]$, and let $Y|X=x \sim N(x,1)$. Find the value of $c$.
I'm really struggling the notation of proportionality: I don't understand how to approach the problem. Usually, when I have a random vector and I have to find the value of a constant I apply the standardisation condition $ 1=\int_{\mathbb{R}^2}f_{XY}(x,y)dxdy$, but in this case I get confused by the symbol $\propto$. Clearly I have to apply the definition $f_{Y|X}(x|y):=\frac{f_{XY}(x.y)}{f_X(x)}\Rightarrow f_{XY}(x,y)=f_X(x)f_{Y|X}(x|y)$. Can you help me? Thanks in advance.
I am confuse with your text
If the marginal X density is truncated in $x \in[-1;1]$ the constant can be easily found by integrating the density all over its domain
$$c\int_{-1}^{1}\frac{1}{\sqrt{2\pi}}e^{-\frac{x^2}{2}}dx=1$$
$$c[\Phi(1)-\Phi(-1)]=1$$
$$c=\frac{1}{[\Phi(1)-\Phi(-1)]}=\frac{1}{[2\Phi(1)-1]}\approx 1,46479477349154$$
I do not understand why the text gives you also the conditional $(Y|X)$ density...perhaps is for a further question?