Checking whether there are real solutions to the polynomial equation $x^4-4x^3+ax^2+bx+1=0$ for certain $a, b$

66 Views Asked by At

$x^4-4x^3+ax^2+bx+1=0$ What should $a$ and $b$ be, so that the given equation has four real roots?

  1. $(4, -6)$
  2. $(6, -4)$

Not getting any start. Tried Descartes sign rule conditions to real roots but couldn't figure out the exact answer.

1

There are 1 best solutions below

6
On

When $(a, b) = (4, -6)$, evaluating the l.h.s. at $x = 1$ gives $-4$, but the leading coefficient is positive, so there are at least two distinct, real solutions. (In fact, we can show that the derivative of the l.h.s. has a single root, so there are precisely two real solutions.)

When $(a, b) = (6, -4)$, the l.h.s. factors as $(x - 1)^4$, so the equation has a (unique) solution at $x = 1$.