I want to prove basic results of cyclotomic polynomials over $\mathbb{Q}$.
$(1)\ \Phi_n(0)=1$ for all $n>1$.
$(2)\ \Phi_{2n}(x)=\Phi_n(-x)$ for all odd numbers $n>1$.
I want use this result as definition: For every positive integer $n$,
$$ x^{n}-1=\prod_{d|n} \Phi_{d}(x)$$
where $d$ runs over all positive divisors of $n$.
The OP does not say what additional information may be used, so here are two answers that use Möbius inversion as in $$\Phi_n(x) = \prod_{d|n} (x^d-1)^{\mu(n/d)}$$ since this is a instant consequence of the formula you were given to work with.
Using this formula we have immediately that $$\Phi_n(0) = \prod_{d|n} (-1)^{\mu(n/d)} = (-1)^{\sum_{d|n} \mu(n/d)}.$$ Now for $n>1$ we have $\sum_{d|n} \mu(n/d) = 0$, and hence $\Phi_n(0) = (-1)^0 = 1.$ For $n=1$ we get $\Phi_1(0) = (-1)^1 = -1.$ For the second part start with $$\Phi_n(-x) = \prod_{d|n} ((-x)^d-1)^{\mu(n/d)}.$$ Now since $d$ is odd we have $(-x)^d = (-1)^d x^d = -x^d$, giving $$ \prod_{d|n} (-x^d-1)^{\mu(n/d)} = \prod_{d|n} \left(\frac{x^{2d}-1}{-x^d+1}\right)^{\mu(n/d)} = \prod_{d|n} (-1)^{\mu(n/d)} \prod_{d|n} \left(\frac{x^{2d}-1}{x^d-1}\right)^{\mu(n/d)}\\ = \prod_{d|n} (-1)^{\mu(n/d)} \prod_{d|n} \left(\frac{x^d-1}{x^{2d}-1}\right)^{\mu(2n/d)} \\= \prod_{d|n} (-1)^{\mu(n/d)} \prod_{d|n} \left(\frac{x^d-1}{x^{2d}-1}\right)^{\mu(2n/d)} \prod_{d|n} \left(\frac{x^{2d}-1}{x^{2d}-1}\right)^{\mu(2n/d/2)}\\ = \Phi_{2n}(x) \prod_{d|n} (-1)^{\mu(n/d)} \prod_{d|n} \frac{1}{(x^{2d}-1)^{\mu(2n/d)}(x^{2d}-1)^{\mu(n/d)}}\\ = \Phi_{2n}(x) \prod_{d|n} (-1)^{\mu(n/d)} \prod_{d|n} \frac{1}{(x^{2d}-1)^{\mu(2n/d)+\mu(n/d)}}.$$ Now since $n>1$ we have $\prod_{d|n} (-1)^{\mu(n/d)}=1$ and $\mu(2n/d)+\mu(n/d)=0$ so that the final answer is $$ \Phi_{2n}(x) \times 1 \times \prod_{d|n} \frac{1}{(x^{2d}-1)^0} = \Phi_{2n}(x).$$