I was solving a problem in physics when I encountered this problem. I wanted to find the condition where the value of a quadratic equation is positive. Suppose the function is : $f(x) = Ax^2+Bx+C$
Then, I need to find the condition for which the function will give me positive value.Please Help!
2026-03-25 13:05:00.1774443900
On
Conditions for a quadratic equation to be positive?
10.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
1
On
Let $x_1,x_2$ be the solutions of $f(x)=0$.
Case 1: $x_1,x_2 \notin \mathbb R$. If $A>0$, then $f(x) >0$ for all $x \in \mathbb R.$ If $A<0$, then $f(x) <0$ for all $x \in \mathbb R.$
Case 2: $x_1,x_2 \in \mathbb R$. We can assume that $x_1 \le x_2$. If $A>0$ , then $f(x)>0$ $ \iff x<x_1$ or $x>x_2$. It is now your turn to investigate the situation if $A<0$.
We can express
$$y = ax^2 + bx +c= \frac{(2ax+b)^2 +4ac - b^2}{4a}$$
Now it is clear, $y$ is positive when $4a$ is positive and $4ac - b^2$ is positive.