For the given functions f and g find each of the following c
For the given functions f and g, find each of the following composite functions. f(x) = x^2 + 2 g(x) = squareroot x - 2
Solution
f(x) = x2 + 2
g(x) = (x - 2)
a) f o g = f(g(x))
==> f((x - 2))
==> ((x - 2) )2 + 2
==> x -2 + 2
==> x
Hence f o g = x
b) g o f = g(f(x))
==> g(x2 + 2)
==> ( (x2 + 2) - 2)
==> x2
==> x
Hence g o f = x
c) f o f
==> f(f(x))
==> f(x2 + 2)
==> (x2 + 2)2 + 2
==> x4 + 4x2 + 4 + 2
==> x4 + 4x2 + 6
Hence f o f = x4 + 4x2 + 6
d) g o g = g(g(x))
==> g((x - 2) )
==> ( ((x - 2)) - 2)
==> ((x - 2) - 2)
Hence g o g = ((x - 2) - 2)
