Let and for . If the number of negative real roots of can be represented as , where , , and are natural numbers, find .
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.
Here is my solution.I devide it into three parts so as to present the whole idea more clearly.
Part 1. The real roots of f ( x ) are x 1 = 2 − 1 − 3 , x 2 = 2 − 1 + 3 .
So f ( f ( x ) ) = 0 ⇔ f ( x ) = x 1 or f ( x ) = x 2
⇔ 2 x 2 + 2 x − 1 − x 1 = 0 or 2 x 2 + 2 x − 1 − x 2 = 0
(now,note that x 1 + x 2 = − 1 )
⇔ 2 x 2 + 2 x + x 2 = 0 or 2 x 2 + 2 x + x 1 = 0
Since x 1 , 2 < 2 1 ,the discriminant △ = 4 − 8 x 1 , 2 > 0 ,which means the equations above both have two distinct real roots.
Assume that they have a common root,say, c ,then we derive 2 c 2 + 2 c + x 2 = 0 and 2 c 2 + 2 c + x 1 = 0 and so x 1 = x 2 ,which is a contradiction.Therefore,they cannot have common roots.
Part 2. You might have noticed that the result above can be generalized.
Let's prove(by induction) that
f ( n ) ( x ) has 2 n distinct real roots x 1 , x 2 , ⋯ , x 2 n satisfying : for i = 1 , 2 , ⋯ , 2 n ,
( 1 ) x i ∈ ( − 2 3 , 2 1 ) ,
( 2 ) x i + x 2 n + 1 − i = − 1 .
The case n = 1 is obvious. Now assume that the case n = k is true. For n = k + 1 , f k + 1 ( x ) = 0 ⇔ f k ( f ( x ) ) = 0 ⇔ f ( x ) = x i , i = 1 , 2 , ⋯ , 2 k (then we'll get 2 k sets of roots,and the union set of them is formed exactly by all the roots of f k + 1 ( x ) ) ⇔ 2 x 2 + 2 x − 1 − x 2 k + 1 − i = 0 , i = 1 , 2 , ⋯ , 2 k ⇔ 2 x 2 + 2 x + x i = 0 , i = 1 , 2 , ⋯ , 2 k .
Since x i < 2 1 , ∀ i ,the discriminant △ = 4 − 8 x i > 0 ,which means each quadratic equation has two distinct real roots(their sum is − 2 2 = − 1 ).And it's clear that no two equations share a common root(see part1,it's similiar).
Besides, ∀ i ,the roots of 2 x 2 + 2 x + x i = 0 satisfy
− 2 3 = − 2 1 − 2 1 1 − 2 ( − 2 3 ) < − 2 1 − 2 1 1 − 2 x i < − 2 1 + 2 1 1 − 2 x i < − 2 1 + 2 1 1 − 2 ( − 2 3 ) = 2 1
Hence,the case n = k + 1 is also true.
Part 3. Since f ( 0 ) = − 1 , f ( − 1 ) = − 1 , f n ( − 1 ) = − 1 ( ∀ n ) ,
0 cannot be root of any f n ( x ) . Denote the number of negative real roots of f n ( x ) by a n .Denote the number of positive real roots of f n ( x ) by b n .
Consider the equation 2 x 2 + 2 x + x i = 0 .Since it has been proven to has two distinct real roots,whose sum and product is − 1 and x i respectively,
if x i < 0 ,then it has one negative real root and one positive real root; if x i > 0 ,then it has two negative real roots.
Thus a n + 1 = a n + 2 b n , b n + 1 = a n ,for every positive integer n .From this result we derive a 1 = 1 , a 2 = 3 and a n + 2 = a n + 1 + 2 a n ,for every positive integer n . The characteristic equation of the sequence is x 2 − x − 2 = 0 ,whose roots are 2 and ( − 1 ) . Hence a n = 3 2 n + 1 + ( − 1 ) n for all n. So a 2 0 1 6 = 3 2 2 0 1 7 + 1 .
The answer is 2 + 2 0 1 7 + 3 = 2 0 2 2