5

Let $a+b+c=0$. Does $1^2a+1b+c=0 \implies b^2 \geq 4ac \ $ ? Obviously we know the inequality holds in general, but does considering a "quadratic in one" imply this?

2 Answers2

3

Yes, you're right (assuming $a$, $b$, $c$ are real). You can prove it in another way:

$$b=-a-c$$ $$b^2=a^2+c^2+2ac$$

Now, by the A.M.-G.M. inequality, $$\frac{a^2+c^2}{2}\ge ac$$

Thus, $$b^2\ge4ac$$

Using the quadratic method, you'd have to assume a quadratic like this: $$ax^2+bx+c=0$$

Clearly, $1$ is a root. The other root must be real as well if $a$, $b$ and $c$ are real. So - $$b^2\ge4ac$$

1

$1^2a+1b+c=0$ means that $x=1$ is a solution of $ax^2+bx+c=0$

In general when $a\not=0$ the solutions are $x=\dfrac{-b \pm \sqrt{b^2-4ac}}{2a}$ and since $x=1$ is real you are correct that this directly implies $b^2\ge 4ac$

If $a=0$ then $4ac =0$ while $b^2 \ge 0$ so that is true too

Henry
  • 157,058