$F:(-\infty,\frac{5}{4})\rightarrow(\frac{-9}{8},\infty)$
$F(x) =2x^2-5x+2$ , we need to find solutions of $F(x)=F^{-1}(x)$
Obviously one solution can be find $F(x)=x$ such that x<$\frac{5}{4}$, which is $\frac{3-\sqrt{5}}{2}$
For other solution i thought (a,b) and (b,a) should be solution of $F(x)$ , which is not a very good method as i had to solve biquadratic which was solved by dumb luck .(2 roots were 0)
So unoredered pair of 'a' and 'b' come out to be (0,2) (deleting $F(x)=x$) which is not possible as both should be less than $\frac{5}{4}$.
So my doubt is, is there a better way to solve $F(x)=F^{-1}(x)$(expect $F(x)=x$). Or do u have to rely on above method, finding roots by hit and trial and using that fact the equation formed also satisfies roots of $F(x)=x$(i think directly equating $F(x)$ =$F^{-1}(x)$ also gives same equations , pls tell me if i am wrong here also).

Let $y=2x^2-5x+2.$ Thus, $x=2y^2-5y+2,$ which gives $$y-x=2(x-y)(x+y)-5(x-y)$$ or $$(x-y)(x+y-2)=0.$$ Can you end it now?