Quadratic polynomial

Algebra Level 5

A quadratic polynomial P ( x ) P(x) satisfies P ( x 3 + x ) P ( x 2 + 1 ) P(x^3+x) \ge P(x^2+1) for all real numbers x x .

Find the sum of the roots of P ( x ) P(x) .


The answer is 4.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

I posted the solution to this question on Art of problem solving a while ago, so I am going to copy paste it instead of typing again.

Solution :
Let P ( r ) = a r 2 + b r + c P(r) = ar^{2} + br + c \rightarrow Sum of roots = b a = \dfrac{-b}{a}
For simplicity, x 3 + x = t x^{3} + x = t & x 2 + 1 = q x^{2} + 1 = q
P ( t ) P ( q ) \therefore P(t) \ge P(q)
a t 2 + b t + c a q 2 + b q + c \therefore at^{2} + bt + c \ge aq^{2} + bq + c
a ( t 2 r 2 ) + b ( t r ) 0 a(t^{2}-r^{2}) + b(t-r) \ge 0
( t r ) ( a ( t + r ) + b 0 (t-r)(a(t+r) + b \ge 0
( x 3 x 2 + x 1 ) ( a ( x 3 + x 2 + x + 1 ) + b ) 0 \left(x^{3} - x^{2} +x-1\right)\left(a(x^{3}+x^{2}+x+1) + b\right) \ge 0 x R x \in R
( x 2 + 1 ) ( x 1 ) ( a ( x 2 + 1 ) ( x + 1 ) + b ) 0 (x^{2}+1)(x-1)(a(x^{2}+1)(x+1) + b) \ge 0 for all x R x \in R
( x 1 ) ( a ( x 2 + 1 ) ( x + 1 ) + b ) 0 \therefore (x-1)(a(x^{2}+1)(x+1) + b) \ge 0 for all x R x \in R


For x > 1,
a ( x 2 + 1 ) ( x + 1 ) + b 0 a(x^{2}+1)(x+1) + b \ge 0
For x < 1 a ( x 2 + 1 ) ( x + 1 ) + b 0 a(x^{2}+1)(x+1) + b \le 0
Thus, equality holds for one, i.e x = 1 x = 1 is a root of ( a ( x 2 + 1 ) ( x + 1 ) + b ) (a(x^{2}+1)(x+1) + b)
a ( 2 ) ( 2 ) + b = 0 \therefore a(2)(2) + b = 0
b a = 4 \therefore \dfrac{-b}{a} = 4
Thus, the sum of roots of P ( r ) P(r) is 4 4

Billy Sugiarto
May 31, 2016

Let P ( x ) = a x 2 + b x + c P(x) = ax^{2} + bx + c , and y = P ( x 3 + x ) P ( x 2 + 1 ) y = P(x^{3} + x) - P(x^{2} + 1) .

We need to find the value of b a \frac{-b}{a} .

It is easy to get y = P ( x 3 + x ) P ( x 2 + 1 ) = a ( x 2 + 1 ) 2 ( x 2 1 ) + b ( x 2 + 1 ) ( x 1 ) 0 y = P(x^{3} + x) - P(x^{2} + 1) = a(x^{2} + 1)^{2}(x^{2} -1) + b(x^{2}+1)(x-1) \geq 0 .

Let b = k a b=ka for some real number k k . Therefore, y = a ( x 2 + 1 ) 2 ( x 2 1 ) + k a ( x 2 + 1 ) ( x 1 ) = a ( x 2 + 1 ) ( x 1 ) [ ( x 2 + 1 ) ( x + 1 ) + k ] y= a(x^{2} + 1)^{2}(x^{2} -1) + ka(x^{2}+1)(x-1)= a(x^{2}+1)(x-1)[(x^{2}+1)(x+1) + k] .

WLOG a 0 a \geq 0 . We got y = a ( x 2 + 1 ) ( x 1 ) [ ( x 2 + 1 ) ( x + 1 ) + k ] ( x 1 ) [ ( x 2 + 1 ) ( x + 1 ) + k ] y= a(x^{2}+1)(x-1)[(x^{2}+1)(x+1) + k]\geq (x-1)[(x^{2}+1)(x+1) + k] .

Let Q ( x ) = ( x 2 + 1 ) ( x + 1 ) + k = R ( x ) + k Q(x) = (x^{2}+1)(x+1) + k = R(x) + k

(i) First Case : x = 0 x = 0 , y = 0 y= 0

(ii) Second Case : x > 1 x > 1 , y Q ( x ) y\geq Q(x) .

(iii) Third Case : When x < 1 x < 1 , Q ( x ) Q(x) has to be negative in order for the original inequality to be satisfied.

It is obvious that Q ( 1 ) = R ( 1 ) + k = 4 + k Q(1) = R(1) + k = 4 + k and R ( x ) R(x) is a monotonically increasing function. Therefore R ( m ) 4 m 1 R(m) \leq 4 \forall m \leq 1 . Thus, Q ( x ) = R ( x ) 4 < 0 x < 1 Q(x) = R(x) - 4 < 0 \forall x < 1 , satisfying the third case.

Again, R ( x ) R(x) is monotonically increasing, therefore R ( m ) > 4 m > 1 R(m) > 4 \forall m > 1 . Therefore Q ( x ) > 0 x > 1 Q(x) > 0 \forall x > 1 . Satisfying the second case. It implies that k = 4 k= -4 satisfies all the case.

Thus, b = k a = 4 a b= ka= -4a , implying b a = 4 \frac{-b}{a} = 4 .

Thus the sum of the roots of P ( x ) P(x) is equal to 4.

Great solution!

Ciprian Florea - 5 years ago
Adarsh Agrawal
Mar 10, 2018

Here is a interesting way to look towards the problem, x^2+1 > 1 1. Let x>1 x^2+1>2 x(x^2 + 1) > x^2 + 1 > 2 2. Let 0<x<1 1< x^2 + 1< 2 0<x(x^2+1)<x^2+1<2 therefore at 2 the minima of parabola occur hence sum of roots/2 = 2

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...