Question 455322: What does it mean to "find the domain and range of the composition f of g? and to write the answer in "set notation" ??? Thank you
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! What does it mean to "find the domain and range of the composition f of g? and to write the answer in "set notation" ???
---
A function is a machine. You feed it "x" and
it gives you f(x).
Now, if you feed f(x) to another machine, g,
you will get g[f(x)]
----
That is what composition is. It's two machines
operating one after another.
---
Example:
f(x) = x+3
g(x) = 2x
---
fog(x) = f[g(x)] = f[2x] = 2x+3
---
OR
gof(x) = g[f(x)] = g[x+3] = 2(x+3) = 2x+6
=================================
If an answer happens to be x = 2, or x = 3
the set notation would look like {x | x = 2 or x = 3}
=======================================================
Cheers,
Stan H.
|
|
|