f(x) and g(x)

danmc

New member
Joined
Apr 9, 2012
Messages
3
In need to idnetify the functions f(x) and g(x) where f(g(x)) = x, but g(f(x)) does not equal x. Have tried for a few days without any luck. can anyone help?
 
In need to [identify] the functions f(x) and g(x) where f(g(x)) = x, but g(f(x)) does not equal x.

danmc,

do you know about (sqrt{x})^2 = x, but that sqrt{x^2} = |x|, which is not equal to x ** ?






** Not for negative values of x, anyway.
 
thank you for your reply. I do know and understand what you said, but i need to provide two functions (f(x) and g(x)) that when you take f(g(x) you get x, but when you take g(f(x) you do not get x. thanks again.
 
thank you for your reply.
I do know and understand what you said, > > > but i need < < <
to provide two functions (f(x) and g(x)) that when
you take f(g(x) you get x, but when you take g(f(x) you do not get x.
thanks again.

I gave you all of the information to do it.

I'll be more direct.

Let \(\displaystyle f(x) \ = \ x^2\)


And have \(\displaystyle g(x) \ = \ \sqrt{x}.\)


Now, work out f(g(x)) and g(f(x)).
 
Thanks. I actually figured this out yesterday after re-reading your post, but it is nice to be able to check my work. Thanks again
 
Top