Respuesta :

Until now, given a function  f(x), you would plug a number or another variable in for x. You could even get fancy and plug in an entire expression for x. For example, given  f(x) = 2x + 3, you could find f(y2 – 1) by plugging y2 – 1 in for x to get f(y2 – 1) = 2(y2 – 1) + 3 = 2y2 – 2 + 3 = 2y2 + 1.

In function composition, you're plugging entire functions in for the x. In other words, you're always getting "fancy". But let's start simple. Instead of dealing with functions as formulas, let's deal with functions as sets of (x, y) points

Hope this awnsers your question