f ( x ) = { x + 1 } − x 2 + 2 x 1
If the domain of f ( x ) above, where { x + 1 } denotes the fractional part of x + 1 , can be expressed as ( c a − b , c ) \ { d } , where a , b , c , and d are coprime integers and \ { d } denotes excluding the value d , find a + b + c + d .
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.
This solution has some problems with logical implication. I think you're saying that if 0 < x < 2 , then f ( x ) is defined, but the arrows make it seem like you're going the other way.
Related to this is the issue that you need to do some work for x slightly larger than 2 . It might be the case that x 2 − 2 x < { x } even though x 2 − 2 x > 0 , and this is the gap that you need to fill in on both sides. It so happens that x 2 − 2 x > { x } for x > 2 , but you need to check this.
You also need to show that f ( x ) is undefined for x < − 1 .
Not saying that any of this is hard, but it looks like the incorrect logical implication from replacing { x } by 0 has made the argument a bit fuzzy.
Log in to reply
Thanks for the comments. I have redone the solution.
Problem Loading...
Note Loading...
Set Loading...
For f ( x ) = { x + 1 } − x 2 + 2 x 1 to be real and defined,
{ x + 1 } − x 2 + 2 x { x } − x 2 + 2 x x 2 − 2 x − { x } ( ⌊ x ⌋ + { x } ) 2 − 2 ( ⌊ x ⌋ + { x } ) − { x } ⌊ x ⌋ ( ⌊ x ⌋ − 2 ) + ( 2 ⌊ x ⌋ + { x } − 3 ) { x } > 0 > 0 < 0 < 0 < 0 Note that { x + 1 } = { x } Note that x = ⌊ x ⌋ + { x }
We note that for x ≥ 2 , the LHS ≥ 0 , then f ( x ) is not real. Also that x = 0 , the LHS = 0 , f ( x ) is not defined. f ( x ) is real and defined for x ∈ ( 0 , 2 ) .
Now consider for x < 0 . From
x 2 − 2 x − { x } < 0 ( x − 1 ) 2 ⟹ x < 1 + { x } < 2 > − 1
Again, consider
x 2 − 2 x − { x } x 2 − 3 x − 1 x < 0 < 0 > 2 3 − 1 3 For − 1 < x < 0 , { x } = 1 + x Note that x < 0
Therefore, f ( x ) is real and defined for x ∈ ( 2 3 − 1 3 , 2 ) \ { 0 } .
⟹ a + b + c + d = 3 + 1 3 + 2 + 0 = 1 8
We note that f ( x ) is real and defined when ( x − 1 ) 2 < 1 + { x } . The following graph clearly shows the solution.