I am trying to calculate $E[X_{(1)}]$ given that $X_1,X_2\sim_{iid} N(0,\sigma^2)$.
My first response is to use the order statistics distribution
$$f_{X_{(1)}}(x)=2f(x)[1-F(x)]$$
but if I try to use this straight forwardly I would have to evaluate
$$\int_{-\infty}^{\infty} \frac{2x}{\sqrt{2\pi}\sigma}e^{-x^2/\sigma^2} \left[ \int_{-\infty}^{x}\frac{1}{\sqrt{2\pi }\sigma}e^{-t^2/\sigma^2} dt \right]dx$$
and I do not have the proper skill to evaluate this.
My notes tell me, on the other hand, that you can evaluate this expectation using a joint pdf where
$$f_{X_1,X_2}(x_1,x_2)=nf_{X_1}(x_1)f_{X_2}(x_2) \quad \text{where} \quad -\infty < x_1<x_2<\infty$$.
I believe that I have a lack of understanding of joint distributions . . .
I see that because $X_{(1)}<X_{(2)}$ the support of the joint is $-\infty < x_1 < x_2 < \infty$ but I do not know where the coefficient "$n$" comes from.
I appreciate your help.