Find the smallest value of positive x , that satisfies
⌊ x ⌋ 2 − x ⌊ x ⌋ + 4 ≤ 0
Give your answer to 3 decimal places.
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.
Using the fractional part { x } : = x − ⌊ x ⌋ , we can rewrite the inequality as 4 ≤ { x } ⋅ ⌊ x ⌋
Since { x } ≥ 0 , this inequality implies ⌊ x ⌋ > 0 and { x } > 0 . Also, since ⌊ x ⌋ > 0 and { x } < 1 , we have 4 ≤ { x } ⋅ ⌊ x ⌋ < ⌊ x ⌋ , so ⌊ x ⌋ ≥ 5 , and therefore we may consider ⌊ x ⌋ = 5 . Then 4 ≤ { x } ⋅ 5 ⇒ { x } ≥ 5 4 Therefore, the smallest x will have { x } = 5 4 , and x = ⌊ x ⌋ + { x } ≥ 5 + 5 4 = 5 . 8
By direct evaluation, we can confirm that x = 5 . 8 satisfies the inequality, so we have confirmed it's the smallest real number satisfying the inequality.
Problem Loading...
Note Loading...
Set Loading...
Assume that x = I + f where I is integral part and f is fractional part.
Putting this in the given inequality it becomes
I 2 − I ( I + f ) + 4 ≤ 0 I f ≥ 4
For minimum x we have I f = 4 f = I 4 .
The smallest I for which f will be a fraction is I = 5
So, I = 5 and f = 5 4
Then x = 5 + 5 4 = 5 . 8