4 Operations on Functions
4 Operations on Functions
Solution to Example 1
(f + g) (x) = f (x) + g (x)
= (3x – 2) + (x2+ 2x – 3)
= x2 + 5x – 5
Subtraction of Functions
Let f and g be any two functions.
Solution to Example 2
(f – g)(x) = f (x) – g (x)
= (x2 – 5) – (5x + 4)
= x2 – 5 – 5x – 4
= x2 – 5x – 9
Multiplication of Functions
Let f and g be any two functions.
Solution to Example 3
(fg)(x) = (3x – 2)(x2 + 2x – 3)
= 3x (x2 + 2x – 3) – 2(x2 + 2x –3)
= 3x3 + 6x2 – 9x – 2x2 – 4x + 6
= 3x3 + 4x2 – 13x + 6
Division of Functions
Let f and g be any two functions.
(f g) ( x ) = f ( g ( x ) )