I am trying to solve a question which asks to find all the solutions of $e^{iz}=1+i$. Here is what I have done:
$z = x + yi$
$e^{i(x+yi)} = 1+i$
$e^{xi-y}=1+i$
$e^{xi-y}=\sqrt2e^{(\frac\pi4 +2n\pi)i}$
$e^{-y}=\sqrt2$
$y=-\frac12ln2$
$x=\frac\pi4 +2n\pi$
$Z = i(x+yi)$
$Z = i((\frac\pi4 +2n\pi)+ (-\frac12ln2)i)$
$Z = \frac12ln2 + (\frac\pi4 +2n\pi)i$
The correct answer according to the marking scheme is:
$Z = (\frac\pi4 +2n\pi) - i\frac\pi4$
This differs slightly from my answer. Could someone please explain where I have gone wrong in my working?