Loading...
Function Notations and Operations
A
B
C
. . . .

Operations on Functions

Example 2

If   f(x)= x 2 1 and g(x)=x+2, determine the following:

1.  ( f g )(3)
2.  (fg)(x)
3.  (gf)(2)


Solution
1. f(3)= (3) 2 1=8 and g(3)=3+2=1
( f g )(3)= f(3) g(3) = 8 1 =8
2. (fg)(x)=f(g(x))
=f(x+2)
= ( x+2 ) 2 1
= x 2 +4x+41
= x 2 +4x+3
3. (gf)(2)=g(f(2))
=g( ( 2 ) 2 1 )
=g(3)
=3+2
=5