Learning Functions: Help Me Get Started!

  • Thread starter Thread starter TheOne123
  • Start date Start date
  • Tags Tags
    Functions
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 2K views
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!

[itex]f[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex] [itex]x-7[/itex]
[itex]g[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex] [itex]\frac{1}{x}[/itex]
[itex]h[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex] [itex]x^2[/itex]


Have to work out:

[itex]gh[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]hg[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]fh[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]hf[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]fgh[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]f^2[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]g^2[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]h^2[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
 
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!

[itex]f[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex] [itex]x-7[/itex]
[itex]g[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex] [itex]\frac{1}{x}[/itex]
[itex]h[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex] [itex]x^2[/itex]


Have to work out:

[itex]gh[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]hg[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]fh[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]hf[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]fgh[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]f^2[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]g^2[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]
[itex]h^2[/itex]: [itex]x[/itex] [itex]\rightarrow[/itex]

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 ;) !
 
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.
 
Oh ! Game Over xD !

g o h = g ( h(x) )

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

Do you understand?
 
Last edited:
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.
 
Ok, sorry, I got book of Discrete Mathematics which states composition like:
fg. It's just matter of notation.