for $n > 1$ : odd , prove that $\Phi_{2n}(x) = \Phi_{n}(-x)$
Note: $\Phi_n(x)$ is the $n$th cyclotomic polynomial whose roots are the primitive $n$th roots of unity
if n is odd then $-1$ cannot be an $n$th root of unity, easily checked by
$(-1)^n-1 = -1 - 1 = -2$ so need a primitive $n$th root, say $\xi$ such that $(-\xi)^k = (-1)^k(\xi)^k = 1$ and so must have $(-1)^k=1$
this is where I am stuck
Suppose we start from $$\Phi_n(x) = \prod_{d|n} (x^d-1)^{\mu(n/d)}.$$ With $n$ odd we get $$\begin{array}{lcl}\Phi_{2n}(x) & = & \prod_{d|2n} (x^d-1)^{\mu(2n/d)} \\ & = & \prod_{d|n} (x^d-1)^{\mu(2n/d)} \prod_{d|n} (x^{2d}-1)^{\mu(2n/d/2)} \\ & = & \prod_{d|n} (x^d-1)^{-\mu(n/d)} \prod_{d|n} (x^{2d}-1)^{\mu(n/d)} \\ & = & \prod_{d|n} (x^d+1)^{\mu(n/d)}. \end{array}$$ This is $$(-1)^{\sum_{d|n} \mu(n/d)}\prod_{d|n} (-x^d-1)^{\mu(n/d)}.$$ To conclude recall that $\sum_{d|n} \mu(d) = 0$ when $n\gt 1$ and with $d$ odd we have $-x^d = (-x)^d$ which yields $$\prod_{d|n} ((-x)^d-1)^{\mu(n/d)}$$ which is indeed $\Phi_n(-x).$