Find the sum of all real x values which satisfy:
⌊ x 2 − 6 x + 1 0 1 ⌋ + ⌊ x 4 + 3 x 2 + x + 1 x 2 + x ⌋ + ⌊ x 2 + x + 1 1 ⌋ = 0
Notation: ⌊ ⋅ ⌋ denotes the floor function .
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.
Problem Loading...
Note Loading...
Set Loading...
Let:
f ( x ) = ⌊ x 2 − 6 x + 1 0 1 ⌋
g ( x ) = ⌊ x 4 + 3 x 2 + x + 1 x 2 + x ⌋
h ( x ) = ⌊ x 2 + x + 1 1 ⌋
We can rewrite x 2 − 6 x + 1 0 1 as ( x − 3 ) 2 + 1 1
We can see that for all x = 3 , x 2 − 6 x + 1 0 1 > 0 as ( x − 3 ) 2 + 1 > 1
At x = 3 , x 2 − 6 x + 1 0 1 = 1 as ( x − 3 ) 2 + 1 = 1
Therefore, f ( x ) = { 0 1 x = 3 x = 3 }
We can rewrite x 4 + 3 x 2 + x + 1 x 2 + x as ( x 2 + 1 ) 2 + x ( x + 1 ) x ( x + 1 )
We can see that the zeros occur at x = − 1 and x = 0 , with the function negative over − 1 < x < 0
Setting equal to 1:
( x 2 + 1 ) 2 + x ( x + 1 ) x ( x + 1 ) = 1
x ( x + 1 ) = ( x 2 + 1 ) 2 + x ( x + 1 )
( x 2 + 1 ) 2 = 0
No solution
Setting equal to -1:
( x 2 + 1 ) 2 + x ( x + 1 ) x ( x + 1 ) = − 1
x ( x + 1 ) = − ( x 2 + 1 ) 2 − x ( x + 1 )
( x 2 + 1 ) 2 + 2 x ( x + 1 ) = 0
Minimum of ( x 2 + 1 ) 2 is 1, and minimum of 2 x ( x + 1 ) is − 2 1 , therefore:
No solution
We now know that − 1 < x 4 + 3 x 2 + x + 1 x 2 + x < 1
Therefore, g ( x ) = ⎩ ⎨ ⎧ 0 − 1 0 x ≤ − 1 − 1 < x < 0 x ≥ 0 ⎭ ⎬ ⎫
Finally,
x 2 + x + 1 1 > 0 for all x
Setting equal to 1:
x 2 + x + 1 1 = 1
x 2 + x + 1 = 1
x 2 + x = 0
x = − 1 and x = 0
Setting equal to 2:
x 2 + x + 1 1 = 2
2 x 2 + 2 x + 2 = 1
2 x 2 + 2 x + 1 = 0
Minimum of 2 x 2 + 2 x + 1 is 2 1 , therefore,
No solution
Therefore, h ( x ) = ⎩ ⎨ ⎧ 0 1 0 x < − 1 − 1 ≤ x ≤ 0 x > 0 ⎭ ⎬ ⎫
Looking at these three functions we can see that their sum is equal to 0 everywhere except x = − 1 , x = 0 , and x = 3 , where it's equal to 1.
Therefore, the answer is − 1 + 0 + 3 = 2