Skip to main content
Logo image

Section 8.1 Polynomial Functions

Subsection 8.1.1 Introduction

As noted in the introduction to this chapter, the graphs of polynomial functions have a variety of different shapes, so they are useful for modeling curves. In addition, polynomials are easy to evaluate, so they can be used to compute approximate values for other functions, such as exponentials and logarithms. In this section we’ll learn some of the algebraic techniques for studying and using polynomials.

Subsection 8.1.2 What are Polynomials?

We have already encountered some examples of polynomial functions. Linear functions,
\begin{equation*} f(x) = ax + b \end{equation*}
and quadratic functions
\begin{equation*} f(x) = ax^2 + bx + c \end{equation*}
are special cases of polynomial functions. Polynomials can also include terms with higher powers of the variable.
Here are some examples.
\begin{align*} f(x)\amp= 6x^3 - 4x^2 + x - 2 \amp g(x) \amp= 9x^5 - 2\\ p(x) \amp = x^4 + x^2 + 1 \amp q(x) \amp= 2x^{10} - x^7 + 3x^6 + 5x^3 + 3x \end{align*}
In general, we make the following definition.

Definition 8.1.1. Polynomial Function.

A polynomial function has the form
\begin{equation*} f(x) = a_n x^n + a_{n-1}x^{n-1} + a_{n-2}x^{n-2} + \cdots + a_2x^2 + a_1x + a_0 \end{equation*}
where \(a_0\text{,}\) \(a_1\text{,}\) \(a_2\text{,}\) \(\ldots\text{,}\) \(a_n\) are constants and \(a_n \ne 0\text{.}\)
The coefficient \(a_n\) of the highest power term is called the lead coefficient, and the highest power is the degree of the polyomial.
Each of the polynomials above is written in descending powers, which means that the highest-degree term comes first, and the degrees of the terms decrease from largest to smallest. Sometimes it is useful to write a polynomial in ascending powers, so that the degrees of the terms increase. For example, the polynomial \(f(x)\) above would be written as
\begin{equation*} f(x) = -2 + x - 4x^2 + 6x^3 \end{equation*}
in ascending powers.

Checkpoint 8.1.2. QuickCheck 1.

What is the lead coefficient of a polynomial?
  1. The first coefficient
  2. The constant term
  3. The largest coefficient
  4. The coefficient of the highest power term
We can evaluate polynomials just as we do for any other function.

Example 8.1.3.

Evaluate the polynomial
\begin{equation*} P(x)=x^3-0.5x^2-4x+2 \end{equation*}
at \(x = 3\) and at \(x=-2\text{.}\)

Solution.

We substitute the values given for \(x\) and follow the order of operations.
\(P(3) = 3^3-0.5(3)^2-4(3)+2 = 12.5\)
\(P(-2) = (-2)^3-0.5(-2)^2-4(-2)+2 = 0\)
Here is a graph of the polynomial.
x-cubed-.5xsquared-4x+2

Subsection 8.1.3 Products of Polynomials

In Example 3.2.2 of Section 3.2 we solved a quadratic equation by factoring. As another example, because
\begin{equation*} (x-4)(x+7) = x^2 + 3x - 28 \end{equation*}
the solutions of the equation
\begin{equation*} x^2+3x-28 = 0 \end{equation*}
are \(4\) and \(-7\text{.}\) But now notice that the product of the two linear polynomials \(x-4\) and \(x+7\) is a quadratic polynomial. Or, in other words, the product of two first-degree polynomials gives us a second-degree polynomial. In fact, whenever we multiply two or more polynomials together, we get another polynomial of higher degree.

Example 8.1.4.

Compute the products. \(~\alert{\text{[TK]}}\)
  1. \(\displaystyle (x + 2)(5x^3 - 3x^2 + 4)\)
  2. \(\displaystyle (x - 3)(x + 2)(x - 4)\)

Solution.

diagram of polynomial multiplication

Checkpoint 8.1.5. Practice 1.

Multiply \((y + 2)(y^2 - 2y + 3)\)
Answer.
\(y^3 - y + 6\)
In part (a) of the Example above, we multiplied a polynomial of degree one by a polynomial of degree three, and the product was a polynomial of degree four. In part (b) of the Example, the product of three first-degree polynomials is a third-degree polynomial.

Degree of a Product.

The degree of a product of non-zero polynomials is the sum of the degrees of the factors. That is:
If \(P(x)\) has degree \(m\) and \(Q(x)\) has degree \(n\text{,}\) then their product \(P(x)Q(x)\) has degree \(m+n\text{.}\)

Example 8.1.6.

Let \(P(x) = 5x^4 - 2x^3 + 6x^2 - x + 2\text{,}\) and
\begin{equation*} Q(x) = 3x^3 - 4x^2 + 5x + 3\text{.} \end{equation*}
  1. What is the degree of their product? What is the coefficient of the lead term?
  2. Find the coefficient of the \(x^3\)-term of the product.

Solution.

  1. The degree of \(P\) is 4, and the degree of \(Q\) is 3, so the degree of their product is \(4 + 3 = 7\text{.}\) The only degree 7 term of the product is \((5x^4)(3x^3) = 15x^7\text{,}\) which has coefficient 15.
  2. In the product, each term of \(P(x)\) is multiplied by each term of \(Q(x)\text{.}\) How might we isolate the products that result in terms sof degree 3? We get degree 3 terms by multiplying together terms of degree 0 and 3, or of degree 1 and 2. For these polynomials, the possible combinations are:
    \(P(x)\) \(Q(x)\) Product
    \(2\) \(3x^3\) \(6x^3\)
    \(-2x^3\) \(3\) \(-6x^3\)
    \(-x\) \(-4x^2\) \(4x^3\)
    \(6x^2\) \(5x\) \(30x^3\)
    The sum of the third-degree terms of the product is
    \begin{equation*} 6x^3-6x^3+4x^3+30x^3 = 34x^3\text{,} \end{equation*}
    with coefficient 34.

Checkpoint 8.1.7. Practice 2.

Find the coefficient of the fourth-degree term of the product of
\begin{equation*} f(x) = 2x^6 + 2x^4 - x^3 + 5x^2 + 1 \end{equation*}
and
\begin{equation*} g(x) = x^5 - 3x^4 + 2x^3 + x^2 - 4x - 2\text{.} \end{equation*}
Answer.
\(2\)

Checkpoint 8.1.8. QuickCheck 2.

What is the linear term of the product \((x-3)(x+5)\) ?
  1. \(\displaystyle x^2\)
  2. \(\displaystyle 2x-15\)
  3. \(\displaystyle -15\)
  4. \(\displaystyle 2x\)

Subsection 8.1.4 Modeling with Polynomials

Polynomials are used to model many variable relationships, including volume and surface area.

Example 8.1.9.

A closed box has a square base of length and width \(x\) inches and a height of \(x-6\) inches, as shown at right.
box with height x-6 inches with both length and width of x inches
  1. Write a polynomial function \(S(x)\) that gives the surface area of the box in terms of the dimensions of the base.
  2. What is the surface area of a box of length and width 18 inches?
  3. Write a polynomial function for the volume of the box.

Solution.

  1. The surface area of a box is the sum of the areas of its six faces,
    \begin{equation*} S = 2lh + 2wh + 2lw \end{equation*}
    Substituting \(x\) for \(l\) and \(w\text{,}\) and \(x-6\) for \(h\) gives us
    \begin{equation*} S(x) = 2x(x-6) + 2x(x-6) + 2x^2 = 6x^2 - 24x \end{equation*}
  2. We evaluate the polynomial for \(x = 18\) to find
    \begin{equation*} S(18) = 6(18)^2 - 24(18) = 1512 \text{ square inches} \end{equation*}
  3. You probably recall that the formula for the volume of a box is
    \begin{equation*} V = lwh\text{,} \end{equation*}
    the product of its length, width, and height. So the box has volume
    \begin{equation*} V = x \cdot x (x-86) = x^3-6x \text{ cubic inches}\text{.} \end{equation*}

Checkpoint 8.1.10. Practice 3.

An empty reflecting pool is \(3\) feet deep. It is \(8\) feet longer than it is wide, as illustrated at right.
  1. Write a polynomial function \(S(x)\) that gives the surface area of the empty pool.
  2. Write a polynomial function \(V(x)\) for the volume of the pool.
rectangular hole 3 ft deep, x feet wide, x+8 ft long
Answer.
  1. \(\displaystyle S(x) = x^2 + 20x + 48\)
  2. \(\displaystyle V(x) = 3x^2 + 24x\)

Subsection 8.1.5 Cubic Polynomials

The volume of the box in Example 9, \(V = x^3-6x\text{,}\) is an example of a cubic polynomial , a polynomial of degree 3. Cubic polynomials are often used in economics to model cost functions. The cost of producing \(x\) items is an increasing function of \(x\text{,}\) but its rate of increase is usually not constant.

Example 8.1.11.

Pegasus Printing, Ltd. is launching a new magazine. The cost of printing \(x\) thousand copies is given by
\begin{equation*} C(x) = x^3 - 24x^2 + 195x + 250 \end{equation*}
  1. What are the fixed costs, that is, the costs incurred before any copies are printed?
  2. Graph the cost function in the window below and describe the graph.
    \begin{align*} \text{Xmin} \amp = 0 \amp\amp \text{Xmax} = 20\\ \text{Ymin} \amp = 0 \amp\amp \text{Ymax} = 1500 \end{align*}
  3. How many copies can be printed for $1200?
  4. What does the concavity of the graph tell you about the cost function? (See Example 5.6.3 to review concavity.)

Solution.

  1. Fixed costs are given by \(C(0) = 250\text{,}\) or $250. The fixed costs include expenses like utility bills that must be paid even if no magazines are produced.
  2. The graph is shown in figure (a). It is increasing from a vertical intercept of 250. The graph is concave down for \(x \lt 8\) approximately, and concave up for \(x\gt 8\text{.}\)
    GC graphs of a cubic cost function
  3. We must solve the equation
    \begin{equation*} x^3 - 24x^2 + 195x + 250 = 1200 \end{equation*}
    We will solve the equation graphically, as shown in figure (b). Graph \(y = 1200\) along with the cost function, and use the intersect command to find the intersection point of the graphs, \((15.319, 1200)\text{.}\) \(C(x) = 1200\) when \(x\) is about 15,319, so 15,319 copies can be printed for $1200.
  4. Although the cost is always increasing, it increases very slowly from about \(x = 5\) to about \(x = 11\text{.}\) The flattening of the graph in this interval is a result of economy of scale: By buying supplies in bulk and using time efficiently, the cost per magazine can be minimized. However, if the production level is too large, costs begin to rise rapidly again.

Note 8.1.12.

In Example 8.1.11c, we solved a cubic equation graphically. There is a cubic formula, analogous to the quadratic formula, that allows us to solve cubic equations algebraically, but it is complicated and not often used in applications.
Cubic polynomials are also used to model smooth curves connecting given points. Such a curve is called a cubic spline.

Checkpoint 8.1.13. Practice 4.

Leon is flying his plane to Au Gres, Michigan. He maintains a constant altitude until he passes over a marker just outside the neighboring town of Omer, when he begins his descent for landing. During the descent, his altitude, in feet, is given by
\begin{equation*} A(x) = 128x^3 - 960x^2 + 8000 \end{equation*}
where \(x\) is the number of miles Leon has traveled since passing over the marker in Omer.
  1. What is Leon’s altitude when he begins his descent?
  2. Graph \(A(x)\) in the window
    \begin{align*} \text{Xmin} \amp = 0 \amp\amp \text{Xmax} = 5\\ \text{Ymin} \amp = 0 \amp\amp \text{Ymax} = 8000 \end{align*}
  3. Use the Trace feature to discover how far from Omer Leon will travel before landing. (In other words, how far is Au Gres from Omer?)
  4. Verify your answer to part (c) algebraically.
Answer.
  1. 8000 ft
  2. cubic
  3. 5 mi
  4. \(\displaystyle A(5) = 0\)

Checkpoint 8.1.14. QuickCheck 3.

Fill in the blanks to complete each statement.
  1. We find the surface area of an object by calculating the area of each face and then them.
  2. In economics, are often used to model cost functions.
  3. The flattening of a cost function in its midrange is a result of .
  4. A smooth curve connecting given points by cubic polynomials is called a .

Subsection 8.1.6 Approximations with Polynomials

Did you ever wonder how your calculator obtains decimal values for numbers such as \(\sqrt{1.1}~\) or \(10^{0.8}~\text{?}\) One way to do it is to use a polynomial. Functions such as \(f(x) = \sqrt{x}~\) and \(f(x) = 10^x~\) can be approximated by polynomials, and the higher the degree of the polynomial, the better the approximation. Because evaluating a polynomial uses only addition and multiplication, calculators and computers can perform the calculations quickly and give us decimal values with great accuracy.

Example 8.1.15.

  1. Evaluate the polynomial
    \begin{equation*} P(x) = 1 + 0.5x - 0.125x^2 + 0.0625x^3 \end{equation*}
    at \(x=0.1\) to find an approximation for \(\sqrt{1.1}\text{.}\)
  2. Use a calculator to evaluate \(\sqrt{1.1}\text{.}\) How close is your approximation from part (a)?

Solution.

  1. Substituting \(x=\blert{0.1}\) into \(P(x)\) we find
    \begin{equation*} P({\blert{0.1}}) = 1 + 0.5({\blert{0.1}}) - 0.125({\blert{0.1}})^2 + 0.0625({\blert{0.1}})^3 = 1.0488125 \end{equation*}
  2. A calculator returns the value \(\sqrt{1.1} = 1.048808848\text{.}\) Our approximation is accurate to four decimal places. One can use a polynomial of higher degree to obtain an approximation with greater accuracy.

Checkpoint 8.1.16. Practice 5.

  1. Evaluate the polynomial
    \begin{equation*} P(x) = 10 + 23x + 26.51x^2 + 20.35x^3 \end{equation*}
    at \(x=-0.2\) to find an approximation for \(10^{0.8}\text{.}\)
  2. Use a calculator to evaluate \(10^{0.8}\text{.}\) How close is your approximation from part (a)?
Answer.
  1. \(\displaystyle 6.2976\)
  2. \(6.30957~~\) The approximation is accurate to two decimal places.

Subsection 8.1.7 Special Products

As we saw in Chapter 3, many quadratic polynomials can be factored into a product of two linear expressions, and these factors give us information about the roots of a quadratic equation or the \(x\)-intercepts of its graph. The same is true of cubic polynomials, so we will take a brief look at how they can be factored.
To begin, recall the following special products involving quadratic expressions. \(~\alert{\text{[TK]}}\)

Special Products of Binomials.

\begin{align*} \amp \blert{(a + b)^2 = a^2 + 2ab + b^2}\\ \amp \blert{(a - b)^2 = a^2 - 2ab + b^2}\\ \amp \blert{(a + b) (a - b)= a^2 -b^2} \end{align*}
There are also special products resulting in cubic polynomials. In the Homework problems, you will be asked to verify the following products.

Cube of a Binomial.

  1. \(\displaystyle \blert{(x + y)^3 = x^3 + 3x^2y + 3xy^2 + y^3}\)
  2. \(\displaystyle \blert{(x - y)^3 = x^3 - 3x^2y + 3xy^2 - y^3}\)
If you become familiar with these general forms, you can use them as patterns to find specific examples of such products.

Example 8.1.17.

Write \((2w - 3)^3\) as a polynomial. \(~\alert{\text{[TK]}}\)

Solution.

Use product 2 above, with \(x\) replaced by \(\alert{2w}\) and \(y\) replaced by \(\blert{3}\text{.}\)
\begin{align*} (x - y)^3 \amp= x^3 - 3 x^2 y + 3 x y^2 - y^3\\ ({\alert{2w}} - {\blert{3}})^3 \amp= ({\alert{2w}})^3 - 3({\alert{2w}})^2({\blert{3}}) + 3({\alert{2w}})({\blert{3}})^2 - {\blert{3}}^3 \amp\amp \blert{\text{Simplify.}}\\ \amp= 8w^3 - 36w^2 + 54w - 27 \end{align*}
Of course, we can also expand the product simply by polynomial multiplication and arrive at the same answer.

Checkpoint 8.1.18. Practice 6.

Write \(\left(5 + x^2\right)^3\) as a polynomial.
Answer.
\(125 + 75x^2 + 15x^4 + x^6\)

Checkpoint 8.1.19. QuickCheck 4.

Fill in the blanks.
  1. The coefficient of the highest power term of a polynomial is called the .
  2. The largest exponent in a polynomial is called the of the polynomial.
  3. If the degrees of the terms decrease from largest to smallest, the polynomial is written in .
  4. The degree of a product of two cubic polynomials is .

Subsection 8.1.8 Factoring Cubics

Another pair of products is useful for factoring cubic polynomials. Here are two more products you will be asked to verify in the Homework problems.
\begin{align*} (x + y)(x^2 - xy + y^2) \amp= x^3 + y^3\\ (x - y)(x^2 + xy + y^2) \amp= x^3 - y^3 \end{align*}
Viewing these products from right to left, we have the following special factorizations for the sum and difference of two cubes.

Factoring the Sum or Difference of Two Cubes.

  1. \(\displaystyle \blert{x^3 + y^3 = (x + y)(x^2 - xy + y^2)}\)
  2. \(\displaystyle \blert{x^3 - y^3 = (x - y)(x^2 + xy + y^2)}\)

Caution 8.1.20.

Note the difference between the expressions \(~(x+y)^3~\) and \(~x^3 + y^3~\text{;}\) they are not the same! You can see this easily if you refer back to the box for the cube of a binomial. You already know that \(~(x+y)^2~\) is not equivalent to \(~x^2 + y^2~\) because \(~(x+y)^2 = x^2 + 2xy + y^2~\text{,}\) and in fact for any power \(n\) (except 1) the expressions \(~(x+y)^n~\) and \(~x^n + y^n~\) are not equivalent.
When we recognize a polynomial as a sum or difference of two perfect cubes, we can then identify the two cubed expressions and apply the formula.

Example 8.1.21.

Factor each polynomial.
  1. \(\displaystyle 8a^3 + b^3\)
  2. \(\displaystyle 1 - 27h^6\)

Solution.

  1. This polynomial is a sum of two cubes. The cubed expressions are \(2a\text{,}\) because \((2a)^3 = 8a^3\text{,}\) and \(b\text{.}\) Use formula 1 as a pattern, replacing \(x\) with \(\alert{2a}\text{,}\) and \(y\) with \(\blert{b}\text{.}\)
    \begin{align*} x^3 + y^3 \amp= (x + y) (x^2 - xy + y^2)\\ ({\alert{2a}})^3 + \blert{b}^3 \amp= ({\alert{2a}} + {\blert{b}}) \left[({\alert{2a}})^2 - ({\alert{2a}}){\blert{b}} + {\blert{b}}^2\right] \amp\amp \blert{\text{Simplify.}}\\ \amp= (2a + b) (4a^2 - 2ab + b^2) \end{align*}
  2. This polynomial is a difference of two cubes. The cubed expressions are \(1\text{,}\) because \(1^3 = 1\text{,}\) and \(3h^2\text{,}\) because \((3h^2)^3 = 27h^6\text{.}\) Use formula 2 above as a pattern, replacing \(x\) by \(\alert{1}\text{,}\) and \(y\) by \(\blert{3h^2}\text{:}\)
    \begin{align*} x^3 - y^3 \amp= (x - y) (x^2 + xy + y^2)\\ {\alert{1}}^3 - ({\blert{3h^2}})^3 \amp= ({\alert{1}} - {\blert{3h^2}})\left[{\alert{1}}^2 + {\alert{1}}({\blert{3h^2}}) + ({\blert{3h^2}})^2\right]\amp\amp \blert{\text{Simplify.}}\\ \amp= (1 - 3h^2)(1 + 3h^2 + 9 h^4) \end{align*}

Checkpoint 8.1.22. Practice 7.

Factor \(125n^3 - p^3\)
Answer.
\((5n - p)(25n^2 + 5np + p^2)\)

Checkpoint 8.1.23. QuickCheck 5.

Decide whether each statement is true or false.
  1. We cannot factor the sum of two squares.
  2. We cannot factor the sum of two cubes.
  3. \(\displaystyle (x+y)^3 = x^3 + y^3\)
  4. To factor \(a^3-b^3\text{,}\) we must first identify \(a\) and \(b\text{.}\)

Subsection 8.1.9 An Application of Cubic Splines

Investigation 8.1.1. Bézier Curves.

A Bézier curve is actually a sequence of short curves pieced together. Each piece has two endpoints and (for nonlinear curves) at least one control point. The control points do not lie on the curve itself, but they determine its shape. Two polynomials define the curve, one for the \(x\)-coordinate and one for the \(y\)-coordinate.
A. Linear Bézier Curves
The linear Bézier curve for two endpoints, \((x_1, y_1)\) and \((x_2, y_2)\text{,}\) is the straight line segment joining those two points. The curve is defined by the two functions
\begin{align*} x \amp= f(t) = x_1\cdot (1 - t) + x_2\cdot t \\ y \amp = g(t) = y_1 \cdot (1 - t) + y_2 \cdot t \end{align*}
for \(0\le t\le 1\text{.}\)
  1. Find the functions \(f\) and \(g\) defining the linear Bézier curve joining the two points \((-4,7)\) and \((20)\text{.}\) Simplify the formulas defining each function.
  2. Fill in the table of values and plot the curve.
    \(t\) \(0\) \(0.25\) \(0.5\) \(0.75\) \(1\)
    \(x\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\)
    \(y\) \(\) \(\) \(\) \(\) \(\)
    8 by 8 grid
B. Quadratic Bézier Curves: Drawing a Simple Numeral 7
The quadratic Bézier curve is defined by two endpoints, \((x_1, y_1)\) and \((x_3, y_3)\text{,}\) and a control point, \((x_2, y_2)\text{.}\)
\begin{align*} x \amp= f(t)=x_1\cdot(1 - t)^2+2x_2\cdot t (1 - t) + x_3\cdot t^2\\ y \amp = g(t)= y_1\cdot(1 - t)^2 +2y_2\cdot t (1 - t) + y_3 \cdot t^2 \end{align*}
for \(0\le t\le 1\text{.}\)
  1. Find the functions \(f\) and \(g\) for the quadratic Bézier curve defined by the endpoints \((-4, 7)\) and \((2, 0)\text{,}\) and the control point \((0, 5)\text{.}\) Simplify the formulas defining each function.
  2. Fill in the table of values and plot the curve.
    \(t\) \(0\) \(0.25\) \(0.5\) \(0.75\) \(1\)
    \(x\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\)
    \(y\) \(\) \(\) \(\) \(\) \(\)
    8 by 8 grid
  3. Draw a line segment from \((-4,7)\) to \((4,7)\) on the grid above to complete the numeral 7.
  4. We can adjust the curvature of the diagonal stroke of the 7 by moving the control point. Find the functions \(f\) and \(g\) for the quadratic Bézier curve defined by the endpoints \((4,7)\) and \((0,-7)\text{,}\) and the control point \((0,-3)\text{.}\) Simplify the formulas defining each function.
  5. Fill in the table of values and plot the curve.
    \(t\) \(0\) \(0.25\) \(0.5\) \(0.75\) \(1\)
    \(x\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\)
    \(y\) \(\) \(\) \(\) \(\) \(\)
    8 by 8 grid
  6. Draw a line segment from \((-4, 7)\) to \((4, 7)\) on the grid above to complete the numeral 7.
  7. On your graphs in steps (5) and (8), plot the three points that defined the curved section of the numeral 7, then connect them in order with line segments. How does the position of the control point change the curve?
C. Cubic Bézier Curves: Drawing a Letter y
A cubic Bézier curve is defined by two endpoints, \((x_1,y_1)\) and \((x_4,y_4)\text{,}\) and two control points, \((x_2,y_2)\) and \((x_3,y_3)\text{.}\)
\begin{align*} x \amp= f(t) = x_1\cdot (1-t)^2 +3x_2\cdot t(1-t)^2 +3x_3\cdot t^2(1-t) + x_4\cdot t^3\\ y \amp = g(t) = y_1\cdot (1-t)^2 +3y_2\cdot t(1-t)^2 +3y_3\cdot t^2(1-t) + y_4 \cdot t^3 \end{align*}
for \(0\le t \le 1\text{.}\)
  1. Find the functions \(f\) and \(g\) for the cubic Bézier curve defined by the endpoints \((4,7)\) and \((-4,-5)\text{,}\) and the control points \((3,3)\) and \((0,-8)\text{.}\) Simplify the formulas defining each function.
  2. Fill in the table of values and plot the curve.
    \(t\) \(0\) \(0.25\) \(0.5\) \(0.75\) \(1\)
    \(x\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\)
    \(y\) \(\) \(\) \(\) \(\) \(\)
    8 by 8 grid
  3. Connect the four given points in order using three line segments. How does the position of the control points affect the curve? Finish the letter y by including the linear Bézier curve you drew for step (2).

Exercises 8.1.10 Problem Set 8.1

Warm Up

1.
Complete the formulas for the special products of quadratic polynomials.
  1. \(\displaystyle (a+b)^2 = \)
  2. \(\displaystyle (a-b)^2 = \)
2.
Factor if possible.
  1. \(\displaystyle a^2-b^2\)
  2. \(\displaystyle a^2+b^2\)
3.
Use the formulas to factor the polynomials, if possible.
  1. \(\displaystyle x^2-14x+49\)
  2. \(\displaystyle x^2+64\)
  3. \(\displaystyle x^2+6x+9\)
  4. \(\displaystyle x^2-64\)
4.
Use the formulas to write down the products without multiplying:
  1. \(\displaystyle (5x-6y)^2\)
  2. \(\displaystyle (2x^3+y^5)^2\)
  3. \(\displaystyle (3x-8y^2)(3x+8y^2)\)
  4. \(\displaystyle (x^2+y^2)^2\)

Skills Practice

5.
Which of the following are polynomials? If it is not a polynomial, explain why not.
  1. \(\displaystyle 5x^4-3x^2\)
  2. \(\displaystyle 3x+1+\dfrac{2}{x^2}\)
  3. \(\displaystyle \dfrac{1}{2a^2+5a-6}\)
  4. \(\displaystyle \dfrac{2}{3}t^2+\dfrac{1}{4}t^3+\dfrac{5}{8}\)
6.
Give the degree of each polynomial.
  1. \(\displaystyle x^2+4x-\dfrac{1}{4}\)
  2. \(\displaystyle y-2.8y^7\)
  3. \(\displaystyle \dfrac{z}{4}-3z^4+4z^3\)
7.
Write each polynomial in descending powers of \(x\text{.}\)
  1. \(\displaystyle x-1.9x^3+6.4\)
  2. \(\displaystyle 6xy-2x^2+2y^3\)
8.
Add or subtract the polynomials.
  1. \(\displaystyle (2y^3-4y^2-y)+(6y^2+2y+1)\)
  2. \(\displaystyle (5x^3+3x^2-4x+8)-(2x^3-4x-3)\)
9.
Without performing the multiplication, give the degree of each product.
  1. \(\displaystyle (x^2-4)(3x^2-6x+2)\)
  2. \(\displaystyle (x-3)(2x-5)(x^3-x+2)\)
  3. \(\displaystyle (3x^2+2x)(x^3+1)(-2x^2+8)\)
Exercise Group.
For Problems 10 and 11, multiply.
10.
  1. \(\displaystyle (3x-2)(4x^2+x-2)\)
  2. \(\displaystyle (x-2)(x-1)(x-3)\)
11.
  1. \(\displaystyle (2a^2-3a+1)(3a^2+2a-1)\)
  2. \(\displaystyle (y-2)(y+2)(y+4)(y+1)\)
Exercise Group.
For Problems 12 and 13, use the formulas for the cube of a binomial to expand the products.
12.
  1. \(\displaystyle (1+2z)^3\)
  2. \(\displaystyle (1-x^2)^3\)
13.
  1. \(\displaystyle (1+5\sqrt{t})^3\)
  2. \(\displaystyle \left(1-\dfrac{3}{a}\right)^3\)
Exercise Group.
For Problems 14 and 15, write each product as a polynomial and simplify.
14.
  1. \(\displaystyle (2x + 1)(4x^2 - 2x + 1)\)
  2. \(\displaystyle (3x - 1)(9x^2 + 3x + 1)\)
15.
  1. \(\displaystyle (3a - 2b)(9a^2 + 6ab + 4b^2)\)
  2. \(\displaystyle (2a + 3b)(4a^2 - 6ab + 9b^2)\)
Exercise Group.
For Problems 16 – 21, factor completely.
16.
\(x^3+27\)
17.
\(a^3-8b^3\)
18.
\(x^3y^6-1\)
19.
\(27a^3+64b^3\)
20.
\(125a^3b^3-1\)
21.
\(64t^9+w^6\)
22.
Evaluate each polynomial for \(n=10\text{.}\) Try to do the calculations mentally. What do you notice?
  1. \(\displaystyle 5n^2+6n+7\)
  2. \(\displaystyle 5n^3+n^2+3n+3\)
  3. \(\displaystyle n^3+1\)
  4. \(\displaystyle 8n^4+8n\)

Applications

23.
A large wooden box (without lid) is 3 feet longer than it is wide, and its height is 2 feet shorter than its width.
  1. If the width of the box is \(w\text{,}\) write expressions for its length and its height.
  2. Write a polynomial for the volume of the box.
  3. Write a polynomial for the surface area of the box.
24.
A paper company plans to make boxes without tops from sheets of cardboard 12 inches wide and 16 inches long. The company will cut out four squares of side \(x\) inches from the corners of the sheet and fold up the edges as shown in the figure.
box
  1. Write expressions in terms of \(x\) for the length, width, and height of the resulting box.
  2. Write a formula for the volume, \(V\text{,}\) of the box as a function of \(x\text{.}\)
  3. What are the largest and smallest reasonable values for \(x\text{?}\)
  4. Make a table of values for \(V(x) \) on its domain.
  5. Graph your function \(V\) in the window
    \begin{align*} \text{Xmin} \amp = 0 \amp\amp \text{Xmax} = 6\\ \text{Ymin} \amp = 0 \amp\amp \text{Ymax} = 200 \end{align*}
  6. Use your graph to find the value of \(x\) that will yield a box with maximum possible volume. What is the maximum possible volume?
25.
  1. A grain silo is built in the shape of a cylinder with a hemisphere on top (see the figure). Write an expression for the volume of the silo in terms of the radius and height of the cylindrical portion of the silo.
  2. If the total height of the silo is five times its radius, write a polynomial function \(V(r)\) in one variable for its volume.
grain silo
26.
The annual profit, \(P(t)\text{,}\) of the Enviro Company, in thousands of dollars, is given by
\begin{equation*} P(t) = 2t^3 - 152t^2 + 3400t + 30 \end{equation*}
where \(t\) is the number of years since 1980, the first year that the company showed a profit.
  1. Graph \(P(t)\) in the window
    \begin{align*} {\text{Xmin}} \amp = 0 \amp\amp {\text{Xmax}} = 94\\ {\text{Ymin}} \amp = 0 \amp\amp {\text{Ymax}} = 50,000 \end{align*}
  2. What was the profit in 1980? In 2000? In 2020?
  3. How did the profit change from 1980 to 1981? From 2000 to 2001? From 2020 to 2021?
  4. During which years did the profit decrease from one year to the next?
27.
A doctor who is treating a heart patient wants to prescribe medication to lower the patient’s blood pressure. The body’s reaction to this medication is a function of the dose administered. If the patient takes \(x\) milliliters of the medication, his blood pressure should decrease by \(R = f (x)\) points, where
\begin{equation*} f (x) = 3x^2 - \dfrac{1}{3}x^3 \end{equation*}
  1. For what values of \(x\) is \(R = 0\text{?}\)
  2. What values of \(x\) make sense for this function? Why?
  3. Graph the function in the window
    \begin{align*} {\text{Xmin}} \amp = 0 \amp\amp {\text{Xmax}} = 10\\ {\text{Ymin}} \amp = 0 \amp\amp {\text{Ymax}} = 40 \end{align*}
  4. How much should the patient’s blood pressure drop if he takes 2 milliliters of medication?
  5. What is the maximum drop in blood pressure that can be achieved with this medication?
  6. There may be risks associated with a large change in blood pressure. How many milliliters of the medication should be administered to produce half the maximum possible drop in blood pressure?
28.
The water level (in feet) at a harbor is approximated by the polynomial
\begin{equation*} W(t) = 0.00733t^4 - 0.332t^2 + 9.1 \end{equation*}
where \(t\) is the number of hours since the high tide. The approximation is valid for \(-4 \le t \le 4\text{.}\) (A negative value of \(t\) corresponds to a number of hours before the high tide.)
  1. Graph the polynomial for \(-4 \le t \le 4\text{.}\)
  2. What is the water level at high tide?
  3. What is the water level 3 hours before high tide?
  4. When is the water level below 8 feet?
  5. When is the water level above 7 feet?
29.
During an earthquake, Nordhoff Street split in two, and one section shifted up several centimeters. Engineers created a ramp from the lower section to the upper section. In the coordinate system shown in the figure below, the ramp is part of the graph of
\begin{equation*} y = f (x) = -0.00004x^3 - 0.006x^2 + 20 \end{equation*}
ramp
  1. By how much did the upper section of the street shift during the earthquake?
  2. What is the horizontal distance from the bottom of the ramp to the raised part of the street?
30.
Expand each expression by removing parentheses. What do you notice?
  1. \(\displaystyle x[x(x+3)+4]+1\)
  2. \(\displaystyle x(x[x(x-7)-5]+8)-3\)
  3. Evaluate each expression for \(x=2\text{.}\) Can you do this mentally? Is it easier to evaluate the expression before or after expanding it?
  4. Use a calculator to evaluate each expression for \(x=0.8\text{.}\)
31.
Find the first three terms of the product in ascending powers. (Do not compute the entire product!)
  1. \(\displaystyle (2 - x + 3x^2)(3 + 2x - x^2 + 2x^4)\)
  2. \(\displaystyle (1 - 2x^2 - x^4)(4 + x^2 - 2x^4)\)
32.
Find the indicated term in each product. (Do not compute the entire product!)
  1. \((4 + 2x - x^2)(2 - 3x + 2x^2)\text{;}\) \(x^2\)
  2. \((3x + x^3 - 7x^5)(1 + 4x - 3x^2)\text{;}\) \(x^3\)
33.
Verify the formula for the cube of a sum:
\begin{equation*} (x + y)^3 = x^3 + 3x^2y + 3xy^2 + y^3 \end{equation*}
34.
Verify the formula for the cube of a difference:
\begin{equation*} (x - y)^3 = x^3 - 3x^2y + 3xy^2 - y^3 \end{equation*}
35.
Verify the formula for factoring the sum of two cubes:
\begin{equation*} (x + y)(x^2 - xy + y^2) = x^3 + y^3 \end{equation*}
36.
Verify the formula for factoring the difference of two cubes:
\begin{equation*} (x - y)(x^2 + xy + y^2) = x^3 - y^3 \end{equation*}
You have attempted of activities on this page.