x 2 − 8 ⌊ x ⌋ + 1 0 = 0
The above equation has how many real roots?
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.
The Question becomes Extremely Simple if you consider the intersection of the graphs of y = x 2 + 1 0 and y = 8 ⌊ x ⌋
Call S = x 2 − 8 ⌊ x ⌋ + 1 0
If ⌊ x ⌋ ≤ 0 ⇒ S > 0 .
Therefore ⌊ x ⌋ > 0
Now , if ⌊ x ⌋ ≥ 8
⇒ x ≥ ⌊ x ⌋ ≥ 8
⇒ x 2 ≥ ⌊ x ⌋ 2 ≥ 8 ⌊ x ⌋ ⇒ S > 0
Therefore , 1 ≤ ⌊ x ⌋ ≤ 7 .
Checking the cases yields x = 6 , 1 4 , 2 2 , 3 0 , 3 8
@Sambhrant Sachan @Shaun Leong Please comment!!
Problem Loading...
Note Loading...
Set Loading...
Let a = ⌊ x ⌋ and b = { x } . ( a + b ) 2 − 8 a + 1 0 = 0 b 2 + 2 a b + a 2 − 8 a + 1 0 = 0 b = 2 − 2 a ± 3 2 a − 4 0 = − a ± 8 a − 1 0
Since b is real thus 8 a − 1 0 ≥ 0 and a is positive.
We define b to be positive, so we reject the negative root since otherwise b would be negative.
0 ≤ b < 1 0 ≤ − a + 8 a − 1 0 < 1 0 ≤ − a + 8 a − 1 0 and − a + 8 a − 1 0 < 1 a 2 − 8 a + 1 0 ≤ 0 and a 2 − 6 a + 1 1 > 0 ( a − 2 8 − 2 4 ) ( a − 2 8 + 2 4 ) ≤ 0 and ( a − 3 ) 2 + 2 > 0
The first inequality yields 4 − 6 ≤ a ≤ 4 + 6 and the second always holds true. Thus we have a = 2 , 3 , 4 , 5 , 6 and there are 5 solutions for x .
(Namely x = 6 , 1 4 , 2 2 , 3 0 or 3 8 )