I have an equation of the form: $$f(x)=\sum_{n=2}^{\infty}a_{n}(x)=x^2+ax-1$$ where $x$ is a real number. that is, $$x^2+ax-1-f(x)=0$$ Solutions are: $$x=\frac{1}{2}\sqrt{a^2+4f(x)+4}-\frac{a}{2}$$ and $$x=-\frac{a}{2}-\frac{1}{2}\sqrt{a^2+4f(x)+4}$$ provided that: $$a^2+4f(x)+4>0$$ I have two versions: Replacing $f(x)$ by $x^2+ax-1$ to get $$a^2+4f(x)+4=a^2+4(x^2+ax-1)+4= (a+2x)^2>0$$ or replacing $f(x)$ by $\sum_{n=2}^{\infty}a_{n}(x)$ to get $a^2+4f(x)+4=a^2+4+4\sum_{n=2}^{\infty}a_{n}(x)$ which is hard to decide if it is positive or not.
My question is: Is the first approach correct?