00:01
So in this video we're going to be discussing composition of functions.
00:03
So there's a lot of ways in which we can apply composition of functions.
00:08
For example, if we looked at the function equals, i guess, each of x equals the square root of, say, x squared plus 1, well, there's a lot of ways that we could create smaller functions to compose this function together.
00:27
So for example, we could have f of x equals x squared.
00:32
We could have g of x equals x plus one, and then we could have, we'll call j of x equals.
00:42
Well, if we composed this, so we had j of g of f of x, we would end up getting this composed function, h of x.
00:56
We can even show that right here, j of g of f of x and we see that this is the same thing as our original function and the reason why we can do this and why it's helpful is because functions have these mapping features where they can be combined in the same way that we can add function or add values we can also compose these functions in such a way that we can have the same function with these simpler functions.
01:29
So another way in which this can be useful with compositional functions is if we have two different graphs.
01:38
So we'll say f of x equals 3x plus 2, and then we'll have g of x equals 4x minus 1...