1.
Find the derivative of the function:
\[ y' = \frac{d}{dx}(x^4 - 6x^2 + 4) = 4x^3 - 12x \]
2.
Set the derivative to zero to find the x-coordinates:
\[ 4x^3 - 12x = 0 \]
\[ 4x(x^2 - 3) = 0 \]
This gives us three possible values for $x$: $x=0$, $x=\sqrt{3}$, and $x=-\sqrt{3}$.
3.
Find the corresponding y-coordinates:
- If $x=0$, then $y = (0)^4 - 6(0)^2 + 4 = 4$. Point: $(0,4)$.
- If $x=\sqrt{3}$, then $y = (\sqrt{3})^4 - 6(\sqrt{3})^2 + 4 = 9 - 6(3) + 4 = 9 - 18 + 4 = -5$. Point: $(\sqrt{3}, -5)$.
- If $x=-\sqrt{3}$, then $y = (-\sqrt{3})^4 - 6(-\sqrt{3})^2 + 4 = 9 - 6(3) + 4 = -5$. Point: $(-\sqrt{3}, -5)$.