Let $a, b, c, d$ be real number such that polynomial $ax^2 + (b+c)x + (d+e)$ has real roots greater than $1$. Prove that polynomial $ax^4+bx^3+cx^2+dx+e$ has at least one real root.
Is my work correct ?
Let $r$ be real root of $ax^2+(c+b)x+(e+d)$, so $ar^2+cr+e=(br+d)(-1)$.
Let $P(x) = ax^4+bx^3+cx^2+dx+e$
so $P(\sqrt{r}) = ar^2+cr+e + br\sqrt{r}+d\sqrt{r}= (br+d)(\sqrt{r}-1)$
$P(-\sqrt{r}) = ar^2+cr+e - br\sqrt{r}-d\sqrt{r}= (br+d)(-\sqrt{r}-1)$
Since $\sqrt{r}>1$, so $P(\sqrt{r})>0>P(-\sqrt{r})$
By Intermediate value theorem, $P(x) = ax^4+bx^3+cx^2+dx+e$ has at least one real root.