Given two complex numbers $z,w$ with unit modulus (i.e., $ |z|=|w|=1$), which of the following statements will always be correct?
a.) $|z+w|\lt\sqrt2$ and $|z-w|\lt\sqrt2$
b.) $|z+w|\le\sqrt2$ and $|z-w|\ge\sqrt2$
c.) $|z+w|\ge\sqrt2$ or $|z-w|\ge\sqrt2$
d.) $|z+w|\lt\sqrt2$ or $|z-w|\lt\sqrt2$
Source [ISI entrance examination]
It is a multiple choice question and only one option is correct.
My approach: As modulus of $z$ and $w$ is 1. Let $z=e^{i\alpha_1}$ and $w=e^{i\alpha_2}$. Now,
$$|z+w|= |e^{i\alpha_1}+e^{i\alpha_2}|$$
$$|z+w|=|2 cos(\frac{\alpha_1-\alpha_2}{2})e^{\frac{i(\alpha_1+\alpha_2)}{2}}|$$
$$|z+w|=2 |cos(\frac{\alpha_1-\alpha_2}{2})|$$
I don't know how to proceed after this. Any help would be appreciated.