In this section, you will...
define polynomials and explore their characteristics
evaluate polynomials
perform the four basic operations on polynomials
In the previous section, we defined functions and practiced using the compact function notation. In this section, we will explore a particularly useful kind of function.
define polynomials and explore their characteristics
evaluate polynomials
perform the four basic operations on polynomials
The main topics of this section are also presented in the following videos:
A polynomial is an expression made up of a single term or sum of terms with only one variable in which each exponent is a positive whole number. For example,
are all polynomials, while
are not polynomials. Polynomials define functions of the form
Here \(a_n\) represents any real number and \(n\) represents any whole number. The degree of a polynomial with one variable is the largest exponent of all the terms. Typically, we arrange terms of polynomials in descending order based on their degree and classify them as follows:
In this course, we call any polynomial with degree higher than 3 an \(n\)th-degree polynomial. For example, if the degree is 4, we call it a fourth-degree polynomial; if the degree is 5, we call it a fifth-degree polynomial, and so on.
When a polynomial is arranged in descending order based on their degree, we call the first term of the sum the leading term, and the coefficient part of this term is called the leading coefficient.
Given \(f(x)=3x^2+5x+17\text{,}\) \(g(x)=15x^{24}+36x^{22}+17x^4+31\text{,}\) \(h(x)=11x^2+17x^3+121x\text{,}\) \(j(x)=5x^3+2x+4x^3+3x+5\text{,}\) and \(k(x)=25\text{,}\) state the degree, leading term, and leading coefficient of each polynomial.
Looking at \(f(x)\text{,}\) we see that the highest power of \(x\) is \(2\text{,}\) so the degree is \(2\text{.}\) The term with the highest degree is \(3x^2\text{,}\) meaning this is our leading term, and the coefficient of this term is \(3\text{,}\) which means this is our leading coefficient.
Looking at \(g(x)\text{,}\) we see that the highest power of \(x\) is \(24\text{,}\) so the degree is \(24\text{.}\) The term with the highest degree is \(15x^{24}\text{,}\) meaning this is our leading term, and the coefficient of this term is \(15\text{,}\) which means this is our leading coefficient.
Looking at \(h(x)\text{,}\) we see that the polynomial is not arranged in descending order of degree, so we will rearrange first.
Now we see that the highest power of \(x\) is \(3\text{,}\) so the degree is \(3\text{.}\) The term with the highest degree is \(17x^{3}\text{,}\) meaning this is our leading term, and the coefficient of this term is \(17\text{,}\) which means this is our leading coefficient.
Looking at \(j(x)\text{,}\) we see that the polynomial is not arranged in descending order of degree, so we will rearrange first.
Now we see that the highest power of \(x\) is \(3\text{,}\) so the degree is \(3\text{.}\) The term with the highest degree is \(9x^{3}\text{,}\) meaning this is our leading term, and the coefficient of this term is \(9\text{,}\) which means this is our leading coefficient.
Looking at \(k(x)\text{,}\) we have just a constant. This is the same as \(k(x)=25\cdot 1=25x^0\text{,}\) so we see that the highest power of \(x\) is \(0\text{,}\) so the degree is \(0\text{.}\) The term with the highest degree is \(25x^0=25\text{,}\) meaning this is our leading term, and the coefficient of this term is \(25\text{,}\) which means this is our leading coefficient.
Given \(f(x)=x^2-8x+17\text{,}\) find \(f(2)\) and \(f(4)\text{.}\)
Replace each instance of \(x\) with the value given inside the parentheses.
We can write \(f(2)=5\) and \(f(4)=1\text{.}\) Remember that \(f(x)=y\) and so we can interpret these results on the graph as follows:
We find that \(f(2)=5\) and \(f(4)=1\text{.}\)
One useful application of polynomials appears in physics. The height of an object launched upward, ignoring the effects of air resistance, can be modeled with the following quadratic function:
With this formula, the height \(h(t)\) can be calculated at any given time \(t\) after the object is launched. The letter \(g\) represents acceleration due to gravity on the surface of the Earth, which is 32 feet per second squared (or, using metric units, \(g = 9.8\) meters per second squared). The parameter \(v_0\) pronounced v-naught, or sometimes v-zero, represents the initial velocity of the object. The parameter \(s_0\) represents the initial height from which the object was launched.
An object is launched from the ground at a speed of \(64\) feet per second. Write a function that models the height of the object and use it to calculate the object's height at \(1\) second and at \(3.5\) seconds.
We know that the acceleration due to gravity is \(g=32\) feet per second squared and we are given the initial velocity \(v_0=64\) feet per second. Since the object is launched from the ground, the initial height is \(s_0=0\) feet. Create the mathematical model by substituting these coefficients into the following formula:
Use this model to calculate the height of the object at \(1\) second and \(3.5\) seconds.
Our function is \(h(t)=-16t^2+64t\text{.}\) This tells us that at \(1\) second the object is at a height of \(48\) feet, and at \(3.5\) seconds it is at a height of \(28\) feet.
An object is dropped from a height of \(6\) meters. Write a function that models the height of the object and use it to calculate the object's height \(1\) second after it is dropped.
Our function is \(h(t)=-4.9t^2+6\text{.}\) Since
at \(1\) second the object is at a height of \(1.1\) meters.
On occasion a special notation is used to indicate addition and subtraction of functions. This mentioned here in the book so you have some exposure to the notation. The notation is as follows:
When using function notation, be careful to group the entire function and add or subtract accordingly.
Given \(f(x)=x^3-5x-7\) and \(g(x)=3x^2+7x-2\text{,}\) find \(f(x)+g(x)\) and \(f(x)-g(x)\text{.}\)
The notation \(f(x)+g(x)\) indicates that we should add the given expressions.
The notation \(f(x)-g(x)\) indicates that we should subtract the given expressions. When subtracting, the parentheses become very important. We can eliminate them after applying the distributive property.
Our solutions are \(f(x)+g(x)=x^3+3x^2+2x-9\) and \(f(x)-g(x)= x^3-3x^2-12x-5\text{.}\)
We may be asked to evaluate the sum or difference of two functions. We have the option to first find the sum or difference in general and then use the resulting function to evaluate for the given variable, or evaluate each first and then find the sum or difference.
Evaluate \(f(3)-g(3)\) given \(f(x)=5x^2-x+4\) and \(g(x)=x^2+2x-3\text{.}\)
First, find \((f-g)(x)\text{.}\)
Now we substitute \(3\) in for the variable \(x\text{.}\)
Our solution is \(f(3)-g(3)=34\text{.}\)
Alternatively, we could have found \(f(3)\) and \(g(3)\) and then subtracted the results to obtain our answer.
Note: If multiple values are to be evaluated, it is best to find the sum or difference in general first and then use it to evaluate.
Given \(f(x)=x^3+x-8\) and \(g(x)=2x^2-x+9\text{,}\) evaluate \(f(2)+g(2)\) and \(f(-2)+g(-2)\text{.}\)
We will compute \(f(x)+g(x)\) on its own first.
Using this, we see that
and
The notation that is sometimes used to indicate multiplication and division of functions follows:
In this book we will simply consider multiplication notated by \(f(x)\cdot g(x)\) and division notated by \(\frac{f(x)}{g(x)}, \text{ where }g(x)\neq 0.\)
Given \(f(x)=15x^4-9x^3+6x^2\) and \(g(x)=3x^2\text{,}\) find \(f(x)\cdot g(x)\) and \(\frac{f(x)}{g(x)}\text{.}\)
Apply the distributive property and simplify.
For this quotient, assume \(x\neq 0\text{.}\)
Our solutions are \(f(x)\cdot g(x)=45x^6-27x^5+18x^4\) and \(\frac{f(x)}{g(x)}= 5x^2-3x+2\text{.}\)
Given \(f(x)=6x-5\) and \(g(x)=3x^2-2x-1\text{,}\) find \(f(0)\cdot g(0)\) and \(f(-1)\cdot g(-1)\text{.}\)
To find \(f(x)\cdot g(x)\text{,}\) we need to apply the distributive property multiple times. First, we distribute \(6x-5\) to each of the terms in \(g(x)\) and then distribute the terms to each of the \(6x-5\text{.}\)
Now we substitute \(0\) and \(-1\) in for the variable \(x\text{.}\)
Our solutions are \(f(0)\cdot g(0)=5\) and \(f(-1)\cdot g(-1)=-44\text{.}\)
Given \(f(x)=x^3+x-8\) and \(g(x)=2x^2-x+9\text{,}\) find \(f(x)\cdot g(x)\text{.}\)