Lesson Objectives
- Demonstrate an understanding of function notation
- Learn how to add/subtract polynomial functions
- Learn how to multiply/divide polynomial functions
How to Perform Operations with 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.
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
(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)
17x2 + 11x2 - 3x + x - 5 - 1
(f + g)(x) = 28x2 - 2x - 6
(f - g)(x):
(17x2 - 3x - 5) - (11x2 + x - 1)
17x2 - 3x - 5 - 11x2 - x + 1
6x2 - 4x - 4
(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)
5x3 - 3x2 - 17x + 14
Now we can replace each x with a -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
-101
g(-3):
-3x2 - 10x + 1
-3(-3)2 - 10(-3) + 1
4
f(-3) + g(-3) = -101 + 4 = -97
Either way, our answer is -97.
(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
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)
17x2 + 11x2 - 3x + x - 5 - 1
(f + g)(x) = 28x2 - 2x - 6
(f - g)(x):
(17x2 - 3x - 5) - (11x2 + x - 1)
17x2 - 3x - 5 - 11x2 - x + 1
6x2 - 4x - 4
(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)
5x3 - 3x2 - 17x + 14
Now we can replace each x with a -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
-101
g(-3):
-3x2 - 10x + 1
-3(-3)2 - 10(-3) + 1
4
f(-3) + 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 each indicated operation. $$h(x)=4x - 5$$ $$g(x)=4x + 5$$ $$\text{Find}: \left(\frac{h}{g}\right)(4)$$
Please choose the best answer.
A
$$\frac{41}{31}$$
B
$$\frac{21}{11}$$
C
$$\frac{91}{13}$$
D
$$\frac{5}{17}$$
E
$$\frac{11}{21}$$
Example #2
Perform each indicated operation. $$g(x)=x + 4$$ $$f(x)=2x + 5$$ $$\text{Find}: (g + f)(5)$$
Please choose the best answer.
A
$$8$$
B
$$22$$
C
$$15$$
D
$$24$$
E
$$19$$
Example #3
Perform each indicated operation. $$h(x)=x^2 - 4$$ $$g(x)=2x$$ $$\text{Find}: (-3h + 5g)(-1)$$
Please choose the best answer.
A
$$-21$$
B
$$-9$$
C
$$1$$
D
$$-1$$
E
$$19$$
Congrats, Your Score is 100%
Better Luck Next Time, Your Score is %
Try again?
Ready for more?
Watch the Step by Step Video Lesson Take the Practice Test