x + x 2 0 1 6 = ⌊ x ⌋ + ⌊ x ⌋ 2 0 1 6
Find the sum of all non-integer real numbers x that satisfy the equation above.
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.
Good usage of cases to deal with inequalities. Sometimes, it is better to multiply throughout by the square of the denominator, and at other times it is better to split according to cases.
Nice except you could have done casework on the equation x*floor(x)=2016.
Log in to reply
Pretty much what I did. From this, you get \floor x 2 < 2 0 1 6 ⇒ 4 4 < \abs x < 4 5 . There's only 4 cases to consider with only one producing a valid fractional value of x.
Sorry - could you explain the derivation of y >= 45. Specifically the step from 2016 < y^2 + y => y >= 45. Thanks
Log in to reply
For y > 0 as y 2 + y and y 2 are increasing as y → ∞ we need to find the value of y that exceeds 2 0 1 6 and we can use this to formulate a condition:
{ y 2 < 2 0 1 6 , 4 4 2 = 1 9 3 6 < 2 0 1 6 < 2 0 2 5 = 4 5 2 2 0 1 6 < y 2 + y , 4 4 2 + 4 4 = 1 9 8 0 < 2 0 1 6 < 2 0 7 0 = 4 5 2 + 4 5 ⟹ y ≥ 4 5 ⟹ y ≤ 4 4
This is a contradiction as there is no integer y such that y ≤ 4 4 and y ≥ 4 5 so y > 0 .
The argument for y < 0 follows in a similar fashion however we have to remember to reverse the inequality sign when you multiply by a negative number.
The only integer y satisfying y ≥ 4 5 and y ≤ 4 5 is y = 4 5 and this gives us our solution.
Hopefully this clears it up. It takes some thought but I think it should be reasonably clear now. If you have any more questions feel free to ask.
Yeah,yeah.Same solution.Good problem,nice solution.Upvoted.:)
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Floor and Ceiling Functions - Problem Solving
Let the fractional part of x be f where 0 < f < 1 (as x is non-integer) and the integer part be y .
x + x 2 0 1 6 = ⌊ x ⌋ + ⌊ x ⌋ 2 0 1 6 ⟹ y + f + y + f 2 0 1 6 = y + y 2 0 1 6
Multiplying through by y ( y + f ) gives:
y 2 ( y + f ) + y f ( y + f ) + y + f 2 0 1 6 y ( y + f ) = y 2 ( y + f ) + y 2 0 1 6 y ( y + f ) ⟹ y f ( y + f ) + 2 0 1 6 y = 2 0 1 6 y + 2 0 1 6 f ⟹ y f ( y + f ) = 2 0 1 6 f
As f = 0 we have:
y f ( y + f ) = 2 0 1 6 f ⟹ y ( y + f ) = 2 0 1 6 ⟹ f = y 2 0 1 6 − y 2
We can now use 0 < f < 1 to restrict the values of y . First consider y > 0 :
0 < y 2 0 1 6 − y 2 < 1 ⟹ 0 < 2 0 1 6 − y 2 < y
{ 2 0 1 6 − y 2 > 0 2 0 1 6 − y 2 < y ⟹ y 2 < 2 0 1 6 ⟹ y ≤ 4 4 ⟹ 2 0 1 6 < y 2 + y ⟹ y ≥ 4 5
This shows there are no solutions for y > 0 . Now we consider y < 0 (so we have to flip the inequality when we multiply through by y ):
0 < y 2 0 1 6 − y 2 < 1 ⟹ y < 2 0 1 6 − y 2 < 0
{ 2 0 1 6 − y 2 > y 2 0 1 6 − y 2 < 0 ⟹ 2 0 1 6 > y 2 + y ⟹ y ≥ − 4 5 ⟹ y 2 > 2 0 1 6 ⟹ y ≤ − 4 5
This shows us that y = − 4 5 is the only solution for y . Solving for f gives:
f = y 2 0 1 6 − y 2 ⟹ f = − 4 5 2 0 1 6 − ( − 4 5 ) 2 = 5 1
This gives the value for x as y + f = − 4 5 + 5 1 = − 4 4 5 4 so the sum of the solutions is:
− 4 4 5 4