Aloha :)
Am einfachsten setzt du die beiden Funktionen gleich und löst die entstehende Gleichung nach \(x\) auf:
$$\left.-x^4+5x^2\stackrel{!}{=}x^2\quad\right|\quad-x^2$$$$\left.-x^4+4x^2\stackrel{!}{=}0\quad\right|\quad (-x^2)\text{ ausklammern}$$$$\left.-x^2(x^2-4)\stackrel{!}{=}0\quad\right|\quad \text{ 3-te binomische Formel anwenden.}$$$$\left.-x^2(x-2)(x+2)=0\quad\right|\quad \text{Nullstellen ablesen}$$$$x=0\quad;\quad x=2\quad;\quad x=-2$$Die Schnittpunkte sind also: \((0;0)\;;\;(-2;4)\;;\;(2;4)\)
~plot~ -x^4+5x^2 ; x^2 ; {-2|4} ; {2|4} ; {0|0} ; [[-3|3|-3|10]] ~plot~