Skip to main content
Lemma

TMUA practice: Polynomials, problem 4

A TMUA-calibre polynomials problem at difficulty 4 of 5, with the full worked solution.

The question
The polynomial equation   x4+4x+c=0  \;x^{4} + 4 x + c = 0\; has at least one real root if and only if
A c<2c < 2
B c2c \le 2
C c<3c < 3
D c3c \le 3

The correct answer is highlighted. D

Worked solution

Define   g(x)=x4+4x\;g(x) = x^{4} + 4 x. The equation   g(x)=c  \;g(x) = -c\; has a real root iff c-c lies in the range of gg.

Find the minimum of gg. Differentiate: g(x)=4x3+4=4(x3+1)g'(x) = 4 x^{3} + 4 = 4(x^{3} + 1). Set g(x)=0g'(x) = 0: x=1x = -1. Compute g(1)=14=3g(-1) = 1 - 4 = -3.

As x±x \to \pm\infty, g+g \to +\infty. So gg has range [3,)[-3,\, \infty), with minimum 3-3 at x=1x = -1.

For g(x)=cg(x) = -c to have a real root, c3-c \ge -3, i.e.   c3\;c \le 3. This is option D.

Why the other options fail.

  • A, B: use c2c \le 2 or c<2c < 2 — the minimum of gg is 3-3, not 2-2.
  • C, c<3c < 3: drops the equality case; at c=3c = 3, g(x)=3g(x) = -3 has the real solution x=1x = -1.

The lesson: ‘polynomial has at least one real root’ = ‘right-hand side is in the range’. Find the global minimum (or maximum) of the polynomial.