Given a function $f(x)= ax^{2} + bx + c$ where $a<b$ and $f(x)\geq{0}$ for all real values of x. Then how would one find the minimum value of the relation between coefficients of the give quadratic. For ex, How would one find the min value of $\frac{a+b+c}{b-a}$.
my work so far I concluded that $\frac{a+b+c}{b-a}$ is the same as $\frac{f(1)}{b-a}$ and as per the given conditions $b^2 -4ac\leq{0}$ and I tried finding some triplets of $a,b, c$ and find the minimum value by observation but had no luck.
All help is greatly appreciated