So I have this fourth order transfer function
$$ G(s) = \frac{2}{(1+i\tau\omega)^4} $$
I have figured out that multiplying with the complex conjugate let's you separate the real and imaginary part. However, I don't seem to find the right answer according to my book.
I end up with
$$ Re = \frac{2 - 12\tau^2\omega^2 + 2\tau^4\omega^4}{(1+\tau^2\omega^2)^4} $$
$$ Im = \frac{-8\tau\omega + 8\tau^3\omega^3}{(1+\tau^2\omega^2)^4} $$
Calculating the phase angle leaves me with
$$ \arctan(\frac{-8\tau\omega + 8\tau^3\omega^3}{2 - 12\tau^2\omega^2+2\tau^4\omega^4}) $$
While the book says the solution is $$ -4\arctan(\tau\omega) $$
Comparing the solution of the modulus suggests that my approach is correct, since the denominator is the same.. Am I missing something? I don't see how I can ever reduce the fraction to the one from the solutions.