If $X_1$ and $X_2$ constitute a random sample of size $n=2$ from an exponential population, find the efficiency of $2Y_1$ relative to $\bar{X}$, where $Y_1$ is the first order statistic and $2Y_1$ and $\bar{X}$ are both unbiased estimators of the parameter $\theta$.
I keep going in circles on this problem.What is really giving me trouble is finding the variance of $Y_1$. I know the CDF for an exponential distribution will be $F(x)=1-e^{-\lambda x}$, in this particular case $\lambda=\frac{1}{\theta}$, so the pdf for the first order statistic $g(y_1)=2(1-F(y_1))=2e^{-\lambda y_1}$, right? Going from there, finding the variance of $2Y_1$ in order to find the efficiency should be as follow, but I'm really struggling with the calculations:
$$V(2Y_1)=4V(Y_1)=4[E(Y_1^2)-E(Y_1)^2]$$
Once I have that, I know the final relative efficiency will be $\frac{V(\bar{X})}{V(2Y_1)}$ and that $V(\bar{X})=\frac{\theta^2}{2}$. I just need a little help getting in the right direction here; I feel so off.