If $a,b,c,d$ are real numbers, then show that the equation $$(x^2 +ax -3b)(x^2-cx+b)(x^2 -dx +2b)=0$$ has at least two real roots.
2026-03-29 06:55:16.1774767316
On
On
Numbers of roots in Quadratic Equations
151 Views Asked by user587196 https://math.techqa.club/user/user587196/detail At
3
There are 3 best solutions below
1
On
If $b=0$, we could actually have the case that there's only one real root, so let's assume $b\not=0$.
Therefore $b$ is either positive or negative.
Observe that the discriminants of the first to factors are respectively $$a^2+12b\;\text{ and }\; c^2-4b$$ Observe that one of them has to be positive.
0
On
Adding the discriminants of the factors we get $(a^2+12b)+(c^2-4b)+(d^2-8b)=a^2+c^2+d^2.$
If the sum is positive then at least one of discriminants is positive and so at least one of three factors has two distinct roots.
Let $a^2+c^2+d^2=0$ then the equation is $(x^2-3b)(x^2+b)(x^2+2b)=0$ and evidantly has 2 or 4 distinct roots for $b\ne 0$
Thus the equation has less than 2 distinct real roots only when $a=b=c=d=0$
Just line them up and shoot them.
The roots of $x^2 +ax -3b=0$ will also be roots of $(x^2 +ax -3b)(x^2-cx+b)(x^2 -dx +2b)=0$. So if $x^2 +a -3b = 0$ has two real roots then $(x^2 +ax -3b)(x^2-cx+b)(x^2 -dx +2b)=0$ will have at least two real root.
The roots of $x^2 +ax -3b=0$ will, by the quadratic formula be, $\frac {-a\pm \sqrt{a^2 + 12b}}{2}$. These will be two distinct roots if $a^2 +12b > 0$. This will be one double root if $a^2 =12b$. And this will be two complex if $a^2 + 12b < 0$.
The same holds holds true for the roots of $x^2 -cx+b = 0$. This will have two distinct real root is $c^2 -4b >0$; will have one real root if $c^2 = 4b$; will have two complex roots if $c^2 -4b < 0$.
And $x^2 -dx + 2b=0$ will have two distinct real roots if $d^2 + 8b > 0$; one if $d^2 +8b = 0$; and none if $d^2 +8b < 0$.
So that's lining them up. Now shoot them.
Suppose $a^2 + 12b \le 0$ and $c^2 - 4b \le 0$ and $d^2 + 8b \le 0$.
Then $b \le -\frac {a^2}{12}\le 0$ and $b \ge \frac {c^2}4 \ge 0$ and $b \le \frac {-d^2}8$. So $b =0$ and $a=0$ and $c=0 and $d=0$.
So either $a=b=c=d=0$ and there is one real root $x = 0$.
Or at least one of $a^2 + 12b$ or $c^2 - 4b$ or $c^2 + 8b$ is positive.
And if any $v^2 + kb > 0$ then $\frac {- v\pm \sqrt{v^2 + kb}}2$ will be two distinct real roots.