Obviously, $x=\frac{-b\pm \sqrt {b^2-4c}}{2}$ and for real roots we must have $b^2-4c\geq 0$. But for what values of $a,b,c$ will the quadratic have both roots positive?
2026-04-19 21:13:46.1776633226
On
Under what conditions will $x^2+bx+c=0$ have both roots real and positive?
3.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
$x = \frac{-b \pm \sqrt{b^2 - 4c}}{2}$
1)To have any real roots at all $b^2 - 4c \ge 0$. So $b^2 \ge 4c$. So either a) $c < 0$ and $b^2 \ge 0 > 4c$ or b) $c \ge 0$ and $|b| \ge 2\sqrt{c}$.
2) $- b - \sqrt{b^2 - 4c} > 0$ so $b < - \sqrt{b^2 - 4c} \le 0$ so $b < 0$.
3) $-b > \sqrt{b^2 - 4c} \ge 0$ so $b^2 > b^2 -4c$ so $c > 0$
Putting all together we get $b \le -2\sqrt{c}; c > 0$.

You are right in that you need $b^2-4c\geq0$. The formula also shows that $x>0$ if and only if $$-b-\sqrt{b^2-4c}>0,$$ or equivalently $-b>\sqrt{b^2-4c}$. In particular $b$ must be negative. Squaring both sides shows that $$b^2>b^2-4c,$$ which means $c$ must be positive. Together with $b^2-4c\geq0$ this also gives $$b\leq-2\sqrt{c}.$$ So in summary, both roots are real positive numbers if and only if $$c>0\qquad\text{ and }\qquad b\leq-2\sqrt{c}.$$