If $ax^2 - bx + 5 =0$ does not have two distinct real roots, what is the minimum value of $5a + b$?
I tried taking discriminant $< 0$ to get,
$b^2 \le 20a \implies -2\sqrt{5a} \le b \le 2\sqrt{5a}$
That's about it. I'm not able to proceed any further... can somebody please help?
We have that
$$b^2-20a\le 0 \implies a\ge \frac{b^2}{20}$$
thus
$$5a+b\ge f(b)=\frac {b^2}{4}+b$$
$$f'(b)=\frac{b}2+1=0\implies b=-2$$
$$f''(b)=\frac12>0$$ $$\implies \min(5a+b)=-1$$