For one observation $Y$ from a normal distribution with variance $1$ and mean $0$ or $2$, consider $H_{0}:\mu=0$ and $H_{1}:\mu=2$. Suppose first that we observe only $Y$. Construct a size $\alpha$ likelihood ratio test. Give explicitly the rejection region in terms of $Y$, and find the power of this test.
--I found the LRT test statistic of $$\lambda(Y)=\frac{e^{-y^{2}/2}}{e^{-y^{2}/2}+e^{-(y-2)^{2}/2}},$$ and a rejection region of $\{Y:\lambda(Y)\geq c\}$, where $\sup_{H_{0}}P(\lambda(Y)\leq c)=\alpha$.
--I am finding the calculation a bit messy for finding the power. I would have to find $\beta(\mu)=P(Y\in R)$, where $R$ is the rejection region.
Any way I can clean this up?