Page 92 of Nielsen and Chuang describes a POVM that can determine if a given state is either $|0\rangle$ or $|+\rangle$ with no error, but with some chance of an inconclusive result. The POVM is:
$$E_1 = \frac{\sqrt{2}}{1+\sqrt{2}} |1\rangle\langle 1|$$ $$E_2 = \frac{\sqrt{2}}{1+\sqrt{2}} |-\rangle\langle -|$$ $$E_3 = I - E_1 - E_2$$
I see how $E_1$ detects $|+\rangle$ because it is projecting orthogonal to $|0\rangle$, $E_2$ works similarly, and that $E_3$ is the inconclusive case that occurs the rest of the time.
How can one derive the constant in front of $E_1$ and $E_2$?