Learning Functions: Help Me Get Started!

  • Thread starter Thread starter TheOne123
  • Start date Start date
  • Tags Tags
    Functions
TheOne123
Messages
10
Reaction score
0
I have just started to learn function (self learning).

Can someone help me on how to work these out. If someone can get me started I will finish them off.:) Thanks!

f: x \rightarrow x-7
g: x \rightarrow \frac{1}{x}
h: x \rightarrow x^2


Have to work out:

gh: x \rightarrow
hg: x \rightarrow
fh: x \rightarrow
hf: x \rightarrow
fgh: x \rightarrow
f^2: x \rightarrow
g^2: x \rightarrow
h^2: x \rightarrow
 
Physics news on Phys.org
TheOne123 said:
I have just started to learn function (self learning).

Can someone help me on how to work these out. If someone can get me started I will finish them off.:) Thanks!

f: x \rightarrow x-7
g: x \rightarrow \frac{1}{x}
h: x \rightarrow x^2


Have to work out:

gh: x \rightarrow
hg: x \rightarrow
fh: x \rightarrow
hf: x \rightarrow
fgh: x \rightarrow
f^2: x \rightarrow
g^2: x \rightarrow
h^2: x \rightarrow

Hello !

It's easy, you replace by the functions.

gh = 1/x * x²

gh = x²/x = x

Dont forget to precise where the function is defined.

Bye !
 
Thanks! I get it now :)
 
Say we what do you find ;) !
 
Be sure to distinguish between fg(x)= f(x)g(x) and fog(x)= f(g(x)).
 
I think here it's: fg = f(x) * g(x)
 
I agree with HallsofIvy. I also believe that it is composition.
 
But he writes: fg and not f o g.

And he has just start to learn functions.
 
It's composites :)
 
  • #10
Oh ! Game Over xD !

g o h = g ( h(x) )

g ( h(x) ) = 1/h(x) = 1/x²

Do you understand?
 
Last edited:
  • #11
njama said:
I agree with HallsofIvy. I also believe that it is composition.
I didn't say that I believed it was composition! I agree with Ksitov that the notation indicates the product of functions. I just wanted to warn about the similarity with composition.
 
  • #12
Ok, sorry, I got book of Discrete Mathematics which states composition like:
fg. It's just matter of notation.
 
Back
Top