Let $p>3$ be prime, let $a$ be a primitive root modulo $p$. Show that $-a$ is a primitive root modulo $p$ if and only if $p\equiv 1\pmod 4$.
We have $a^{\phi(p)/2}\equiv -1\pmod p$, so $-a=(-1)a\equiv a^{\phi(p)/2+1}\pmod p$. Then $$ \operatorname{ord}(-a,p)=\frac{\operatorname{ord}(a,p)}{\gcd\{\phi(p)/2+1,\operatorname{ord}(a,p)\}}=\frac{p-1}{\gcd\{(p+1)/2,p-1\}}. $$ Want find those $p$ so that $\operatorname{ord}(-a,p)=\phi(p)$. Therefore, we only want to show that $$ \gcd\{(p+1)/2,p-1\}=1\iff p\equiv 1 \pmod 4. $$ The direction $\impliedby$ is straightforward. I'm struggling with the other direction.
If $p=4t+3$, then $\dfrac{p+1}{2}=2t+2$ and $p-1=4t+2$, and so $\gcd(\dfrac{p+1}{2},p-1) \ge 2$.
If $p=4t+1$, then $\dfrac{p+1}{2}=2t+1$ and $p-1=4t$, and so $\gcd(\dfrac{p+1}{2},p-1)$ divides $2(2t+1)-4t=2$. But it cannot be $2$ because $2t+1$ is odd. Hence, $\gcd(\dfrac{p+1}{2},p-1) = 1$.