I have an answer for this question, but I'm not very confident with it:
$\left | 1-e^{i\theta } \right |^{2}$ i.e. find the square of the modulus of 1-$e^{i\theta }$
$e^{i\theta } = R(cos\theta +isin\theta )$, R=1
= $cos\theta +isin\theta$
In cartesian form:
$a = Rcos\theta \Rightarrow cos\theta$
$b = Rsin\theta \Rightarrow sin\theta$
$\therefore 1-e^{i\Theta } = 1-cos\theta-isin\theta$
$\Rightarrow \left | 1-e^i\theta \right | = \left | 1-cos\theta-isin\theta \right |$
Where the real part, a, = $1-cos\theta$ and the imaginary, b, = $-sin\theta$
The modulus of a complex number being $\sqrt{a^{2} +b^{2}}$
$\therefore \left | 1-cos\theta-isin\theta \right | = \sqrt{(1-cos\theta)^{2} + (-sin\theta)^{2}}$
$\Rightarrow \left | 1-cos\theta-isin\theta \right |^{2} = (1-cos\theta)^{2} + (-sin\theta)^{2} \Rightarrow 1-2cos\theta +cos^{2}\theta +sin^{2}\theta \Rightarrow (\because cos^{2}\theta +sin^{2}\theta = 1) = 2-2cos\theta$
Is this correct? Or is my approach incorrect? Thanks in advance for any feedback/help :)