Consider f : N → N, g : N → N and h : N → R defined as f (x) = 2 x, g(y) = 3 y + 4 and h(z) = sin z ∀ x, y and z in N. Show that h o (g o f) = (h o g) o f.
Let f, g and h be function from R to R. Show that (f + g) o h = f o h + g o h
(f . g) o h = (f o h) . (g o h)
f(x) = x2 – 3 x + 2 Replacing x by f (x). we get.
f (f(x)) = ( f(x))2 –3 f(x) + 2
= (x2 – 3 x + 2)2 –3(x2 – 3 x + 2) + 2
= x4 + 9 x2 + 4 – 6 x3 – 12 x + 4 x2 – 3 x2 + 9 x – 6 + 2 = x4 – 6 x3 +10 x2 – 3 x