How to Do (f o g)(1) Function Problem?

  • Thread starter Thread starter bballwaterboy
  • Start date Start date
  • Tags Tags
    Function
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
3 replies · 26K views
bballwaterboy
Messages
85
Reaction score
3

Homework Statement


[/B]
Use the following functions to answer questions:
(f)(x) = 2x + 3
g(x) = x + 4

FIND (f o g)(1)

2. Homework Equations

Everything needed is above.

The Attempt at a Solution



I know that (f o g)(1) is a "composure" function problem and (f o g)(x) is the same as saying f(g(x)) - we've solved these before. However, in this problem, instead of an "x" we have a "1" inside "()."

My question is what do we do in this case? For example, do we still create a composure problem? If so, how? Would it be something like:

f(g(1))

If so, what do we do? Just that "1" instead of an "x" is throwing me off here in what to do. Thanks very much for your help!
 
Physics news on Phys.org
Yes you're right (f o g)(1) is composition of functions, so f(g(1). So if f(x) = 2x + 3 then f(g(x)) = 2*g(x) + 3. Now that you have that, it should be pretty easy to find the answer.
 
actually you have two equivalent ways to answer this problem ,
The first one is to find g(1) then substitute the value pf g(1) in any x in the f(x)
The other way , as you and @Panphobia said , is to do it like : f(x o g) (1) = 2g(1)+3
.
.
They are equivalent , you will get the same answer .. (:
 
The easiest and most straightforward way to find f(g(1)) is to find g(1) first, and then plug that into f. When you do it this way, you don't even have to figure out what function ##f\circ g## is. The alternative is to figure out what function ##f\circ g## is first, and then plug 1 into ##f\circ g##.

##f\circ g## is defined by ##(f\circ g)(x)=f(g(x))## for all ##x## in the domain of g. The "for all" is essential. It means that the equality ##(f\circ g)(x)=f(g(x))## holds regardless of what number the symbol ##x## represents. So in particular, it holds when ##x=1##.
Maged Saeed said:
f(x o g) (1) = 2g(1)+3
This notation doesn't make sense.