For a function f ( x ) : R → R , which of the followings are true?
A. Even if f is a bijective function, f ( x ) can be discontinuous.
B. If some reals p and q satisfy p < q and f ( p ) f ( q ) < 0 , there exists a real number x such that p < x < q and f ( x ) = 0 .
C. If f ( 2 ) = f ( 5 ) , there exists some x such that 2 < x < 5 and f ′ ( x ) = 0 .
Notation: R denotes the set of reals.
This problem is a part of <Christmas Streak 2017> series .
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.
@H.M. 유 your counterexample in part B does not satisfy the following condition of the function:
If a < b then f ( a ) > f ( b )
The above condition states that the function is a decreasing one . However , x + 2 is an increasing function.
Moreover if the given condition holds how can f ( 2 ) = f ( 5 ) .
May be you wanted to write the following : If a < b then f ( a ) ≥ f ( b )
If I am wrong anywhere please tell me.
Log in to reply
I've totally editted the question. Thanks for pointing out.
@H.M. 유 Can you please reword statement A? It's very confusing; "even if there's only one value for x for the equation f ( x ) = t for any real number t " seems to say that x cannot have more than one value (which seems obvious since f is a function) but also that x is everywhere defined to be t , a constant real number. I did not know that you could define f ( x ) = x 1 instead of f ( x ) = t
Log in to reply
I edited the "any" bit to "every". Does that make it a bit clearer?
Log in to reply
I think you should change it to: "Even if f ( x ) has values defined for all real numbers x , f ( x ) can still be discontinuous."
Log in to reply
@Alexander Ilmexia – I think it can be a bit more clearer by just stating that f is bijective.
Problem Loading...
Note Loading...
Set Loading...
A.
f ( x ) = ⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ x 1 0 ( x = 0 ) ( x = 0 ) satisfies the condition.
∴ TRUE
B. (counterexample)
Consider a function f ( x ) = ⎩ ⎪ ⎨ ⎪ ⎧ − 2 2 ( x < 0 ) ( x ≥ 0 ) .
f ( − 1 ) f ( 1 ) < 0 but there is no such x that f ( x ) = 0 .
∴ FALSE
C. (counterexample)
Consider a function f ( x ) = ( 2 x − 7 ) 2 1 .
f ( 2 ) = f ( 5 ) , but there is no such x that f ′ ( x ) = 0 .
∴ FALSE
From above, only A is correct.