Functions and Relations: Solving for f, g, and h

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
nae99
Messages
129
Reaction score
0
If f(x)= 2x+5, g(x)=0.5 and h(x)=3-1
find:
fg(x), gf(x), fh(3)


fg(x)
fg(x)= 2(0.5x)+5
fg(x)= x+5


gf(x)= 0.5(2x+5)
= x+2.5


fh(3)
fh (x) =2(3-1)+5
= 6-2+5
= 4+5


this last part of the question been puzzling me... could I get a little help pleasezz :confused:
 
Physics news on Phys.org
nae99 said:
If f(x)= 2x+5, g(x)=0.5 and h(x)=3-1
find:
fg(x), gf(x), fh(3)fg(x)
fg(x)= 2(0.5x)+5
fg(x)= x+5gf(x)= 0.5(2x+5)
= x+2.5fh(3)
fh (x) =2(3-1)+5
= 6-2+5
= 4+5 this last part of the question been puzzling me... could I get a little help pleasezz :confused:

I'm going to guess from your solution you meant g(x)=0.5*x. If you really meant h(x)=3-1 then the last one is fine. But writing h(x)=3-1 is a little odd. Why not just write h(x)=2, or is it another typo?
 
Last edited:
nae99 said:
If f(x)= 2x+5, g(x)=0.5 and h(x)=3-1
find:
fg(x), gf(x), fh(3)
Isn't the notation wrong? It looks like you want
[itex](f \circ g)(x)[/itex], [itex](g \circ f)(x)[/itex] and [itex](f \circ h)(x)[/itex]
(function composition)
but it looks more like
[itex](fg)(x)[/itex], [itex](gf)(x)[/itex] and [itex](fh)(x)[/itex]
(combining functions by multiplication)