Given
$$x^2=100$$ $$x=\pm 10$$
This is acquired by taking the square root of both sides. So given:
$$x^4=10,000$$ $$x=\pm 10$$
This is done by taking the fourth root of both sides. But, I miss two complex solutions:
$$x=\pm 10i$$
My question is how do I avoid making mistakes like this? In this instance, I did not know that there were complex answers as well. How was I supposed to recognize this? I know that looking at the value of the discriminant is one option but since problems like the former are so easy the latter problem seemed intuitive. Am I supposed to calculate the discriminant for each function like a paranoid madman or is there some general rule involving complex roots that I am unaware of?
The Fundamental Theorem of Algebra states that a polynomial of $n^\text{th}$ degree has exactly $n$ complex solutions. Hence, the polynomial equation of degree $4$
$$x^4 - 10000 = 0$$
has exactly $4$ complex solutions, namely $\pm 10$ and $\pm 10i,$ which can be found via factoring (difference of squares) or realizing that $x^4 = 10000$ implies that $x^2$ must be $\pm 100$, then getting $4$ solutions that way by factoring.
Note that in your comment about the equation
$$x^2 = 100$$
taking the square root of both sides to get
$$x = \pm 10$$
is incorrect. The square root function gives only the principal, or positive root. That would leave you with just $x = 10$. Similar to how we rewrote $x^4 = 10000$ as $x^4 - 10000 = 0$ and factored, we must do $x^2 - 100 = 0$ and factor to get $x = \pm 10$.