document.write( "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 \n" ); document.write( "
Algebra.Com's Answer #312600 by stanbon(75887)![]() ![]() ![]() 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\" ??? \n" ); document.write( "--- \n" ); document.write( "A function is a machine. You feed it \"x\" and \n" ); document.write( "it gives you f(x). \n" ); document.write( "Now, if you feed f(x) to another machine, g, \n" ); document.write( "you will get g[f(x)] \n" ); document.write( "---- \n" ); document.write( "That is what composition is. It's two machines \n" ); document.write( "operating one after another. \n" ); document.write( "--- \n" ); document.write( "Example: \n" ); document.write( "f(x) = x+3 \n" ); document.write( "g(x) = 2x \n" ); document.write( "--- \n" ); document.write( "fog(x) = f[g(x)] = f[2x] = 2x+3 \n" ); document.write( "--- \n" ); document.write( "OR \n" ); document.write( "gof(x) = g[f(x)] = g[x+3] = 2(x+3) = 2x+6 \n" ); document.write( "================================= \n" ); document.write( "If an answer happens to be x = 2, or x = 3 \n" ); document.write( "the set notation would look like {x | x = 2 or x = 3} \n" ); document.write( "======================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |