"

Chapter 11: Functions

11.2 Operations on Functions

In Chapter 5, you solved systems of linear equations through substitution, addition, subtraction, multiplication, and division. A similar process is employed in this topic, where you will add, subtract, multiply, divide, or substitute functions. The notation used for this looks like the following:

Given two functions f(x) and g(x):

f(x)+g(x) is the same as (f+g)(x) and means the addition of these two functionsf(x)g(x) is the same as (fg)(x) and means the subtraction of these two functionsf(x)g(x) is the same as (fg)(x) and means the multiplication of these two functionsf(x)÷g(x) is the same as (f÷g)(x) and means the addition of these two functions

When encountering questions about operations on functions, you will generally be asked to do two things: combine the equations in some described fashion and to substitute some value to replace the variable in the original equation. These are illustrated in the following examples.

Example 11.2.1

Perform the following operations on f(x)=2x24 and g(x)=x2+4x2.

  1. f(x)+g(x)Addition yields 2x24+x2+4x2, which simplifies to 3x2+4x6.
  2. f(x)g(x)Subtraction yields 2x24(x2+4x2), which simplifies to x24x2.
  3. f(x)g(x)Multiplication yields (2x24)(x2+4x2), which simplifies to 2x4+8x34x216x+8.
  4. f(x)÷g(x)Division yields (2x24)÷(x2+4x2), which cannot be reduced any further.

Often, you are asked to evaluate operations on functions where you must substitute some given value into the combined functions. Consider the following.

Example 11.2.2

Perform the following operations on f(x)=x23 and g(x)=2x2+3x and evaluate for the given values.

  1. f(2)+g(2)
    [x23]+[2x2+3x]
    [(2)23]+[2(2)2+3(2)]
    43+8+6=15
    f(2)+g(2)=15
  2. f(1)g(3)
    [x23][2x2+3x]
    [(1)23][2(3)2+3(3)]
    [13][18+9]=29
    f(1)g(3)=29
  3. f(0)g(2)
    [x23][2x2+3x]
    [023][2(2)2+3(2)]
    [3][8+6]=42
    f(0)g(2)=42
  4. f(2)÷g(0)
    [x23]÷[2x2+3x]
    [223]÷[2(0)2+3(0)]
    [1]÷[0]= undefined

Composite functions are functions that involve substitution of functions, such as f(x) is substituted for the x-value in the g(x) function or the reverse. Which goes where is outlined by the way the equation is written:

(fg)(x) means that the g(x) function is used to replace the x-values in the f(x) function(gf)(x) means that the f(x) function is used to replace the x-values in the g(x) function

The more conventional way to write these composite functions is:

(fg)(x)=f(g(x)) and (gf)(x)=g(f(x))

Consider the following examples of composite functions.

Example 11.2.3

Given the functions f(x)=3x5 and g(x)=x2+2, evaluate for:

  1. (fg)(2)(fg)(x)=f(g(x))f(g(x))=3(x2+2)5f(g(2))=3(22+2)5f(g(2))=3(6)5=13
  2. (gf)(1)(gf)(x)=g(f(x))g(f(x))=[3x5]2+2g(f(1))=[3(1)5]2+2g(f(1))=[8]2+2g(f(1))=66

Questions

Perform the indicated operations.

  1. g(a)=a3+5a2
    f(a)=2a+4
    Find g(3)+f(3)
  2. f(x)=3x2+3x
    g(x)=2x+5
    Find f(4)g(4)
  3. g(x)=4x+1
    h(x)=2x1
    Find g(5)+h(5)
  4. g(x)=3x+1
    f(x)=x3+3x2
    Find g(2)f(2)
  5. g(t)=t3
    h(t)=3t3+6t
    Find g(1)+h(1)
  6. g(x)=x22
    h(x)=2x+5
    Find g(6)+h(6)
  7. h(n)=2n1
    g(n)=3n5
    Find h(0)g(0)
  8. g(a)=3a2
    h(a)=4a2
    Find (g+h)(10)
  9. g(a)=3a+3
    f(a)=2a2
    Find (g+f)(9)
  10. g(x)=4x+3
    h(x)=x32x2
    Find (gh)(1)
  11. g(x)=x+3
    f(x)=x+4
    Find (gf)(3)
  12. g(x)=x2+2
    f(x)=2x+5
    Find (gf)(0)
  13. f(n)=n5
    g(n)=4n+2
    Find (f+g)(8)
  14. h(t)=t+5
    g(t)=3t5
    Find (hg)(5)
  15. g(t)=t4
    h(t)=2t
    Find (gh)(3t)
  16. g(n)=n2+5
    f(n)=3n+5
    Find g(n)f(n)
  17. g(a)=2a+5
    f(a)=3a+5
    Find (gf)(a2)
  18. h(n)=n3+4n
    g(n)=4n+5
    Find h(n)+g(n)
  19. g(n)=n24n
    h(n)=n5
    Find g(n2)h(n2)
  20. g(n)=n+5
    h(n)=2n5
    Find (gh)(3n)

Solve the following composite functions.

  1. f(x)=4x+1
    g(x)=4x+3
    Find (fg)(9)
  2. h(a)=3a+3
    g(a)=a+1
    Find (hg)(5)
  3. g(x)=x+4
    h(x)=x21
    Find (gh)(10)
  4. f(n)=4n+2
    g(n)=n+4
    Find (fg)(9)
  5. g(x)=2x4
    h(x)=2x3+4x2
    Find (gh)(3)
  6. g(x)=x25x
    h(x)=4x+4
    Find (gh)(x)
  7. f(a)=2a+2
    g(a)=4a
    Find (fg)(a)
  8. g(x)=4x+4
    f(x)=x31
    Find (gf)(x)
  9. g(x)=x+5
    f(x)=2x3
    Find (gf)(x)
  10. f(t)=4t+3
    g(t)=4t2
    Find (fg)(t)

Answer Key 11.2

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Intermediate Algebra Copyright © 2020 by Terrance Berg is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book