Given the following:
$$\log_3({x^2-3})^2=2$$
If I were to use the power rule, I would do:
$$2\log_3({x^2-3})=2$$
$$\log_3({x^2-3})=1$$
$$3^1=x^2-3$$
$$3+3=x^2$$
$$x=\pm\sqrt6$$
Substituting back into the original equation, it is correct. However, there is a missed answer:
$$x=0$$
Substituting that into the original equation, it is correct as well, but while using the power rule, it has been overlooked.
Obviously, this is a rather simple question, so I could have just done $3^2=(x^2-3)^2$ and solved it like that, in which case the answer of $0$ would appear. However, for more complicated questions, how would one go about doing it? And are there exceptions to this exception?