I'm attempting to solve the derivative of my function $f(x)$ for real roots. $$ \\ \begin{align*} \\ f(x) &= 3x^2 + 3\arcsin{x} \\ f^{\prime}(x) &= 6x + \dfrac{3}{\sqrt{1-x^2}} \\ \\ 0 &= 6x + \dfrac{3}{\sqrt{1-x^2}} \\ \\ 0 &= 6x \sqrt{1-x^2} + 3 \\ 0 &= \sqrt{36x^2 - 36x^4} + 3 \\ -3 &= \sqrt{36x^2-36x^4} \\ (-3)^2 &= (\sqrt{36x^2-36x^4})^2 \\ 0 &= -36x^4 + 36x^2 - 9 \\ \frac{0}{9} &= \frac{9(-4x^4 + 4x^2 - 1)}{9} \\ 0 &= -4x^4 + 4x^2 - 1 \\ \end{align*} $$
I've considered the rational root theorem at this point, through which I find possible roots to be $x = \{ \pm1, \pm\frac{1}{2}, \pm\frac{1}{4} \}$.
Clearly I've made an error, as the actual root is $x = -\dfrac{1}{\sqrt{2}}$.
$0(-1)=(-4x^4+4x^2-1)(-1) \\ 0=4x^4-4x^2+1 \\ 0=(2x^2-1)^2$