Lesson Objectives
  • Demonstrate an understanding of function notation
  • Learn how to add/subtract polynomial functions
  • Learn how to multiply/divide polynomial functions

Operations on Functions


Many lessons ago, we introduced the concept of a function. Additionally, we learned how to write functions using function notation. In this lesson, we will learn how to perform operations (addition, subtraction, multiplication, and division) with polynomial functions.

Polynomial Functions

A polynomial function of degree n (largest exponent is n) is defined by:
f(x) = anxn + an-1xn - 1 + ... + a1x1 + a0
an, an - 1, ..., a0 are real numbers, n is a whole number, and an is not zero.
A few examples of polynomial functions:
f(x) = 9x2 - 4x + 1
h(x) = -2x3 - 5
g(x) = 14x6 + 12x2 + 7
In some cases, we want to evaluate a function for a given value of the variable. Let's take our function:
f(x) = 9x2 - 4x + 1
Suppose we want to know the functions value when x is 2. We can show this by replacing the x inside of the parentheses with a 2. We will then replace each x in our function with a 2 and simplify:
f(x) = 9x2 - 4x + 1
f(2) = 9(2)2 - 4(2) + 1
f(2) = 29
This tells us the functions value is 29, when the variable x is 2.
What if we wanted to find the functions value when x is -3?
f(-3) = 9(-3)2 - 4(-3) + 1
f(-3) = 94
This tells us the functions value is 94, when the variable is -3.
Let's look at an example.
Example 1: Find g(-1), g(7), g(3)
g(x) = 2x3 - 5x + 11
g(-1) = 2(-1)3 - 5(-1) + 11
g(-1) = 14
g(7) = 2(7)3 - 5(7) + 11
g(7) = 2(343) - 35 + 11
g(7) = 662
g(3) = 2(3)3 - 5(3) + 11
g(3) = 50

Adding and Subtracting Polynomial Functions

In some cases, we will need to add or subtract functions. If f(x) and g(x) define functions, then:
(f + g)(x) = f(x) + g(x)
(f - g)(x) = f(x) - g(x)
Let's look at a few examples.
Example 2: Find (f + g)(x) and (f - g)(x)
f(x) = 17x2 - 3x - 5
g(x) = 11x2 + x - 1
(f + g)(x) = (17x2 - 3x - 5) + (11x2 + x - 1)
(f + g)(x) = 17x2 + 11x2 - 3x + x - 5 - 1
(f + g)(x) = 28x2 - 2x - 6
(f - g)(x) = (17x2 - 3x - 5) - (11x2 + x - 1)
(f - g)(x) = 17x2 - 11x2 - 3x - x - 5 + 1
(f - g)(x) =  6x2 - 4x - 4
Example 3: Find (f + g)(-3)
f(x) = 5x3 - 7x + 13
g(x) = -3x2 - 10x + 1
For this scenario, we have two options.
1) find f(x) + g(x) and substitute in a -3 for x in the result.
2) find f(-3) + g(-3).
Let's start with the first method.
f(x) + g(x) = (5x3 - 7x + 13) + (-3x2 - 10x + 1)
f(x) + g(x) = 5x3 - 3x2 - 17x + 14
Now we can replace each x with a -3:
(f + g)(-3) = 5(-3)3 - 3(-3)2 - 17(-3) + 14 = -97
(f + g)(-3) = -97
Now let's use the second method.
f(-3) = 5(-3)3 - 7(-3) + 13
f(-3) = -101
g(-3) = -3(-3)2 - 10(-3) + 1
g(-3) = 4
(f + g)(-3) = -101 + 4 = -97
Either way, our answer is -97.

Multiplying and Dividing Polynomial Functions

Additionally, we will need to multiply or divide functions. If f(x) and g(x) define functions, then:
(fg)(x) = f(x) • g(x)
(f/g)(x) = f(x)/g(x)
Let's look at a few examples.
Example 4: Find (fg)(-8)
f(x) = 2x2 - 3x - 17
g(x) = 9x2 + x - 21
f(-8) = 2(-8)2 - 3(-8) - 17
f(-8) = 135
g(-8) = 9(-8)2 - 8 - 21
g(-8) = 547
f(-8) • g(-8) = 135 • 547 = 73,845
(fg)(-8) = 73,845
Example 5: Find (f/g)(-2)
f(x) = 3x2 - 5x + 1
g(x) = 7x - 9
f(-2) = 3(-2)2 - 5(-2) + 1
f(-2) = 23
g(-2) = 7(-2) - 9
g(-2) = -23
(f/g)(-2) = (23)/(-23) = -1
(f/g)(-2) = -1

Skills Check:

Example #1

Perform the indicated operation. $$g(x)=-x + 4$$ $$h(x)=x + 2$$ Find: $$(g + h)(-1)$$

Please choose the best answer.

A
$$-10$$
B
$$6$$
C
$$20$$
D
$$-147$$
E
$$11$$

Example #2

Perform the indicated operation. $$g(x)=x + 1$$ $$h(x)=x^{2}- 2$$ Find: $$(g \cdot h)(-4)$$

Please choose the best answer.

A
$$-42$$
B
$$-170$$
C
$$70$$
D
$$-2$$
E
$$15$$

Example #3

Perform the indicated operation. $$g(x)=x - 3$$ $$f(x)=x^{2}- 2$$ Find: $$\left(\frac{g}{f}\right)(-3x)$$

Please choose the best answer.

A
$$\frac{3x - 3}{9x^{2}- 2}$$
B
$$\frac{9x^{2}- 2}{-3x - 3}$$
C
$$\frac{x - 5}{x^{2}- 4x + 2}$$
D
$$\frac{-3x - 3}{9x^{2}- 2}$$
E
$$\frac{x + 4}{2x^{2}- 1}$$
checkmark x-mark
checkmark x-mark
checkmark x-mark

Congrats, Your Score is 100%

Trophy, You Win!

Better Luck Next Time, Your Score is %

Try again?

retry Trophy, You Win!