g(x) = 1 + x - [x] : R -> [1,2)
f(x) = sgn. x : R -> { -1, 0, 1}
Find f[g(x)]
Note :-
[x] denotes Greatest Integer Function
sgn x denotes signum function.
✔️✔️ quality answer needed✔️✔️
❌❌NO SPAMMING❌❌
Answers
Answered by
3
Answer:
Step-by-step explanation:
let x be an integer
then [x] = x
then g(x) = 1+x - [x] = 1 + x - x = 1
f(g(x)) =f(1) = 1
let x be a non integer
let x = n +r here 0 ≤ r < 1 and n is integer
then [x] = n
then g(x) = 1+x - [x] = 1 + n+r - n = 1 +r
f(g(x)) =f(1+r ) = 1
so f[g(x)] = 1 : R ↔ [1,2)
NOTE
f[g(x)] IS A CONSTANT FUNCTION
mkrishnan:
mark brainliest
Answered by
6
ANSWER IN ATTACHEMENT
Attachments:
Similar questions