Skip to main content

Section 7.1 Polynomial Functions

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. In general, we make the following definition.

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.

Some examples of polynomials are

\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*}

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.

Subsection Products of Polynomials

When we multiply two or more polynomials together, we get another polynomial of higher degree. (See Algebra Skills Refresher A.7 for the definition of degree.)

Compute the products.

  1. \(\displaystyle (x + 2)(5x^3 - 3x^2 + 4)\)
  2. \(\displaystyle (x - 3)(x + 2)(x - 4)\)

Multiply \((y + 2)(y^2 - 2y + 3)\text{.}\)

Answer

\(y^3 - y + 6\)

In Example 7.1a, we multiplied a polynomial of degree 1 by a polynomial of degree 3, and the product was a polynomial of degree 4. In Example 7.1b, the product of three first degree polynomials is a third-degree polynomial.

Degree of a Product.

The degree of a product of nonzero 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 \(n + m\text{.}\)

Let \(P(x) = 5x^4 - 2x^3 + 6x^2 - x + 2\text{,}\) and \(Q(x) = 3x^3 - 4x^2 + 5x + 3\text{.}\)

  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\text{,}\) and the degree of \(Q\) is \(3\text{,}\) 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\text{.}\)

  2. In the product, each term of \(P(x)\) is multiplied by each term of \(Q(x)\text{.}\) We get degree \(3\) terms by multiplying together terms of degree \(0\) and \(3\text{,}\) or \(1\) and \(2\text{.}\) 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 \(34x^3\text{,}\) with coefficient \(34\text{.}\)

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

Answer

\(2\)

Subsection Special Products

In the Algebra Skills Refresher Section A.8, you can review the following special products involving quadratic expressions.

Special Products of Binomials.
\begin{align*} \amp(a + b)^2 = (a + b) (a + b) = a^2 + 2ab + b^2\\ \amp(a - b)^2 = (a - b) (a - b) = a^2 - 2ab + b^2\\ \amp(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 (x + y)^3 = x^3 + 3x^2y + 3xy^2 + y^3\)
  2. \(\displaystyle (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.

Write \((2w - 3)^3\) as a polynomial.

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 in Example 7.5 simply by polynomial multiplication and arrive at the same answer.

Write \(\left(5 + x^2\right)^3\) as a polynomial.

Answer

\(125 + 75x^2 + 15x^4 + x^6\)

Subsection Factoring Cubics

Another pair of products is useful for factoring cubic polynomials. In the Homework problems, you will be asked to verify the following products:

\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. \(x^3 + y^3 = (x + y)(x^2 - xy + y^2)\)

  2. \(x^3 - y^3 = (x - y)(x^2 + xy + y^2)\)

When we recognize a polynomial as a sum or difference of two perfect cubes, we then identify the two cubed expressions and apply the formula.

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}) ((\alert{2a})^2 - (\alert{2a})\blert{b} + \blert{b}^2) \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})(\alert{1}^2 + \alert{1}(\blert{3h^2}) + (\blert{3h^2})^2)\amp\amp \blert{\text{Simplify.}}\\ \amp= (1 - 3h^2)(1 + 3h^2 + 9 h^4) \end{align*}

Factor \(125n^3 - p^3\)

Answer

\((5n - p)(25n^2 + 5np + p^2)\)

Subsection Modeling with Polynomials

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

A closed box has a square base of length and width \(x\) inches and a height of \(8\) inches, as shown at right.

box with height 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?

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 \(8\) for \(h\) gives us

    \begin{equation*} S(x) = 2(8)x + 2(8)x + 2x^2 = 2x^2 + 32x \end{equation*}
  2. We evaluate the polynomial for \(x = 18\) to find

    \begin{equation*} S(18) = 2(18)^2 + 32(18) = 1224 \text{ square inches} \end{equation*}

An empty reflecting pool is \(3\) feet deep. It is \(8\) feet longer than it is wide, as illustrated below.

rectangular hole 3 ft deep, x feet wide, x+8 ft long
  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.

Answer
  1. \(S(x) = x^2 + 20x + 48\)

  2. \(V(x) = 3x^2 + 24x\)

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.

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?

Solution
  1. Fixed costs are given by \(C(0) = 250\text{,}\) or $\(250\text{.}\) 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\text{.}\) 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\text{,}\) so \(15,319\) copies can be printed for $\(1200\text{.}\)

  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.

In Example 7.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. See the Projects for Chapter 7 if you would like to know more about the cubic formula.

Cubic polynomials are also used to model smooth curves connecting given points. Such a curve is called a cubic spline.

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{equation*} \begin{aligned}[t] \text{Xmin} \amp = 0 \amp\amp \text{Xmax} = 5\\ \text{Ymin} \amp = 0 \amp\amp \text{Ymax} = 8000 \end{aligned} \end{equation*}
  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. \(A(5) = 0\)

Subsection Section Summary

Subsubsection Vocabulary

Look up the definitions of new terms in the Glossary.

  • Polynomial function

  • Degree

  • Ascending powers

  • Lead coefficient

  • Descending powers

Subsubsection CONCEPTS

  1. The degree of a product of nonzero polynomials is the sum of the degrees of the factors.

  2. Cube of a Binomial.
    1. \(\displaystyle (x + y)^3 = x^3 + 3x^2y + 3xy^2 + y^3\)
    2. \(\displaystyle (x - y)^3 = x^3 - 3x^2y + 3xy^2 - y^3\)
  3. If we know the vertex of a parabola, we need only one other point to find its equation.

  4. Factoring the Sum or Difference of Two Cubes.
    1. \(x^3 + y^3 = (x + y)(x^2 - xy + y^2)\)

    2. \(x^3 - y^3 = (x - y)(x^2 + xy + y^2)\)

Subsubsection STUDY QUESTIONS

  1. If you add two polynomials of degree \(3\text{,}\) what can you say about the degree of the sum?

  2. If you multiply a polynomial of degree \(3\) and a polynomial of degree \(4\text{,}\) what can you say about the degree of the product?

  3. If you multiply together

    \begin{equation*} (2x - 1)(2x - 2)(2x - 3) \cdots (2x - 8) \end{equation*}

    what will be the degree of the product? What will be the lead coefficient?

  4. What are the two middle terms in the expansion of \((x + y)^3\text{?}\)

  5. Is it possible to factor the sum of two cubes? What about the sum of two squares?

Subsubsection SKILLS

Practice each skill in the Homework  problems listed.

  1. Multiply polynomials: #1–8

  2. Find specific terms of polynomial products: #9–22

  3. Use the formula for the cube of a binomial: #23–34

  4. Factor the sum or difference of two cubes: #35–46

  5. Write and analyze polynomial models: #47–64

Exercises Homework 7.1

For Problems 1-8, multiply.

1.

\((3x - 2)(4x^2 + x - 2)\)

2.

\((2x + 3)(3x^2 - 4x + 2)\)

3.

\((x - 2)(x - 1)(x - 3)\)

4.

\((z - 5)(z + 6)(z - 1)\)

5.

\((2a^2 - 3a + 1)(3a^2 + 2a - 1)\)

6.

\((b^2 - 3b + 5)(2b^2 - b + 1)\)

7.

\((y - 2)(y + 2)(y + 4)(y + 1)\)

8.

\((z + 3)(z + 2)(z - 1)(z + 1)\)

For Problems 9-12, find the first three terms of the product in ascending powers. (Do not compute the entire product!)

9.

\((2 - x + 3x^2)(3 + 2x - x^2 + 2x^4)\)

10.

\((1 + x - 2x^2)(-3 + 2x - 4x^3)\)

11.

\((1 - 2x^2 - x^4)(4 + x^2 - 2x^4)\)

12.

\((3 + 2x)(5 - 2x^2 - 3x^3 - x^5 + 2x^6)\)

For Problems 13-16, find the indicated term in each product. (Do not compute the entire product!)

13.

\((4 + 2x - x^2)(2 - 3x + 2x^2)\text{;}\) \(x^2\)

14.

\((1 - 2x + 3x^2)(6 - x - x^3)\text{;}\) \(x^3\)

15.

\((3x + x^3 - 7x^5)(1 + 4x - 3x^2)\text{;}\) \(x^3\)

16.

\((2 + 3x^2 + 2x^4)(2 - x - x^2 - x^4)\text{;}\) \(x^4\)

For Problems 17-18, without performing the multiplication, give the degree of each product and the leading coefficient.

17.
  1. \((x^2 - 4) (3x^2 - 6x + 2)\)

  2. \((x - 3) (2x - 5) (x^3 - x + 2)\)

  3. \((3x^2 + 2x) (x^3 + 1) (-2x^2 + 8)\)

18.
  1. \((6x^2 - 1) (4x^2 - 9)\)

  2. \((3x + 4) (3x + 1) (2x^3 + x^2 - 7)\)

  3. \((x^2 - 3) (2x^3 - 5x^2 + 2) (-x^3 - 5x)\)

For Problems 19-22, verify the following products discussed in the text.

19.

\((x + y)^3 = x^3 + 3x^2 y + 3xy^2 + y^3\)

20.

\((x - y)^3 = x^3 - 3x^2 y + 3xy^2 - y^3\)

21.

\((x + y)(x^2 - xy + y^2) = x^3 + y^3\)

22.

\((x - y)(x^2 + xy + y^2) = x^3 - y^3\)

23.
  1. As if you were addressing a classmate, explain how to remember the formula for expanding \((x + y)^3\text{.}\) In particular, mention the exponents on each term and the numerical coefficients.

  2. Explain how to remember the formula for expanding \((x - y)^3\text{,}\) assuming your listener already knows the formula for \((x + y)^3\text{.}\)

24.
  1. As if you were addressing a classmate, explain how to remember the formula for factoring a sum of two cubes. Pay particular attention to the placement of the variables and the signs of the terms.

  2. Explain how to remember the formula for factoring a difference of two cubes, assuming your listener already knows how to factor a sum of two cubes.

For Problems 25-28, use the formulas for the cube of a binomial to expand the products.

25.

\((1 + 2z)^3\)

26.

\((1 - x^2)^3\)

27.

\((1 -5\sqrt{t})^3\)

26.

\(\left(1 - \dfrac{3}{a}\right)^3\)

For Problems 29-34, write each product as a polynomial and simplify.

29.

\((x - 1) (x^2 + x + 1)\)

30.

\((x +2) (x^2 -2 x + 4)\)

31.

\((2x + 1)(4x^2 - 2x + 1)\)

32.

\((3x - 1)(9x^2 + 3x + 1)\)

33.

\((3a - 2b)(9a^2 + 6ab + 4b^2)\)

34.

\((2a + 3b)(4a^2 - 6ab + 9b^2)\)

For Problems 35-46, factor completely.

35.

\(x^3 + 27\)

36.

\(y^3 -1\)

37.

\(a^3 -8 b^3\)

38.

\(27a^3 +b^3\)

39.

\(x^3y^6 -1\)

40.

\(8 + x^{12}y^3\)

41.

\(27a^3 + 64b^3\)

42.

\(8a^3 - 125b^3\)

43.

\(125a^3b^3 - 1\)

44.

\(64a^3b^3 + 1\)

45.

\(64t^9 + w^6\)

46.

\(w^{15} - 125t^9\)

47.
  1. Write a polynomial function, \(A(x)\text{,}\) that gives the area of the front face of the speaker frame (the region in color) in the figure.

  2. If \(x=8\) inches, find the area of the front face of the frame.

speaker frame
48.
  1. A Norman window is shaped like a rectangle whose length is twice its width, with a semicircle at the top (see the figure). Write a polynomial, \(A(x)\text{,}\) that gives its area.

  2. If \(x=3\) feet, find the area of the front face of the frame.

Norman window
49.
  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
50.
  1. A cold medication capsule is shaped like a cylinder with a hemispherical cap on each end (see the figure). Write an expression for the volume of the capsule in terms of the radius and length of the cylindrical portion.

    capsule
  2. If the radius of the capsule is one-fourth of its overall length, write a polynomial function \(V(r )\) in one variable for its volume.

51.

Jack invests $\(500\) in an account bearing interest rate \(r\text{,}\) compounded annually. This means that each year his account balance is increased by a factor of \(1 + r\text{.}\)

  1. Write expressions for the amount of money in Jack's account after \(2\) years, after \(3\) years, and after \(4\) years.

  2. Expand as polynomials the expressions you found in part (a).
  3. How much money will be in Jack's account at the end of \(2\) years, \(3\) years, and \(4\) years if the interest rate is \(8\%\text{?}\)

52.

A small company borrows $800 for start-up costs and agrees to repay the loan at interest rate \(r\text{,}\) compounded annually. This means that each year the debt is increased by a factor of \(1 + r\text{.}\)

  1. Write expressions for the amount of money the company will owe if it repays the loan after \(2\) years, after \(3\) years, or after \(4\) years.

  2. Expand as polynomials the expressions you found in part (a).

  3. How much money will the company owe after \(2\) years, after \(3\) years, or after \(4\) years at an interest rate of \(12\%\text{?}\)

53.

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 is the domain of the function \(V\text{?}\) (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 a suitable window.

  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?

54.

The paper company also plans to make boxes with tops from \(12\)-inch by \(16\)-inch sheets of cardboard by cutting out the shaded areas shown in the figure and folding along the dotted lines.

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 is the domain of the function \(V\text{?}\) (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 a suitable window.

  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?

Use your graphing calculator to help you answer the questions in Problems 55–62. Then verify your answers algebraically.

55.

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. Find a suitable domain for the function and explain why you chose this domain.

  3. Graph the function \(f\) on its domain.

  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?

56.

A soup bowl has the shape of a hemisphere of radius \(6\) centimeters. The volume of the soup in the bowl, \(V = f (x)\text{,}\) is a function of the depth, \(x\text{,}\) of the soup.

soup bowl
  1. What is the domain of \(f\text{?}\) Why?

  2. The function \(f\) is given by

    \begin{equation*} f (x) = 6 \pi x^2 -\frac{\pi}{3}x^3 \end{equation*}

    Graph the function on its domain.

  3. What is the volume of the soup if it is \(3\) centimeters deep?

  4. What is the maximum volume of soup that the bowl can hold?

  5. Find the depth of the soup (to within \(2\) decimal places of accuracy) when the bowl is filled to half its capacity.

57.

The population, \(P(t) \text{,}\) of Cyberville has been growing according to the formula

\begin{equation*} P(t) = t^3 - 63t^2 + 1403t + 900 \end{equation*}

where \(t\) is the number of years since 1970.

  1. Graph \(P(t)\) in the window

    \begin{align*} {\text{Xmin}} \amp = 0 \amp\amp {\text{Xmax}} = 47\\ {\text{Ymin}} \amp = 0 \amp\amp {\text{Ymax}} = 20,000 \end{align*}
  2. What was the population in 1970? In 1985? In 2004?

  3. By how much did the population grow from 1970 to 1971? From 1985 to 1986? From 2004 to 2005?

  4. Approximately when was the population growing at the slowest rate, that is, when is the graph the least steep?

58.

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 1960, 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 1960? In 1980? In 2000?

  3. How did the profit change from 1960 to 1961? From 1980 to 1981? From 2000 to 2001?

  4. During which years did the profit decrease from one year to the next?

59.

The total annual cost of educating postgraduate research students at an Australian university, in thousands of dollars, is given by the function

\begin{equation*} C(x) = 0.0173x^3 - 0.647x^2 + 9.587x + 195.366 \end{equation*}

where \(x\) is the number of students, in hundreds. (Source: Creedy, Johnson, and Valenzuela, 2002)

  1. Graph the function in a suitable window for up to \(3500\) students.

  2. Describe the concavity of the graph. For what value of \(x\) is the cost growing at the slowest rate?

  3. Approximately how many students can be educated for $\(350,000\text{?}\)

60.

It has been proposed that certain cubic functions model the response of wheat and barley to nitrogen fertilizer. These functions exhibit a "plateau" that fits observations better than the standard quadratic model. (See Problem 36 of Section 8.2.) In trials in Denmark, the yield per acre was a function of the amount of nitrogen applied. A typical response function is

\begin{equation*} Y(x) = 54.45 + 0.305x - 0.001655x^2 + 2.935 \times 10^{-6}x^3 \end{equation*}

where \(x\) is the amount of fertilizer, in kilograms per acre.(Source: Beattie, Mortensen, and Knudsen, 2005)

  1. Graph the function on the domain \([0, 400]\text{.}\)

  2. Describe the concavity of the graph. In reality, the yield does not increase after reaching its plateau. Give a suitable domain for the model in this application.

  3. Estimate the maximum yield attainable and the optimum application of fertilizer.

61.

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?

62.

The off-ramp from a highway connects to a parallel one-way road. The accompanying figure shows the highway, the off-ramp, and the road. The road lies on the \(x\)-axis, and the off-ramp begins at a point on the \(y\)-axis. The offramp is part of the graph of the polynomial

\begin{equation*} y = f (x) = 0.00006x^3 - 0.009x^2 + 30 \end{equation*}
off-ramp
  1. How far east of the exit does the off-ramp meet the one-way road?

  2. How far apart are the highway and the road?

63.

The number of minutes of daylight per day in Chicago is approximated by the polynomial

\begin{equation*} H(t) = 0.000\, 000\, 525t^4 - 0.0213t^2 + 864 \end{equation*}

where \(t\) is the number of days since the summer solstice. The approximation is valid for \(-74 \lt t \lt 74\text{.}\) (A negative value of \(t\) corresponds to a number of days before the summer solstice.)

  1. Use a table of values with increments of \(10\) days to estimate the range of the function on its domain.

  2. Graph the polynomial on its domain.

  3. How many minutes of daylight are there on the summer solstice?

  4. How much daylight is there two weeks before the solstice?

  5. When are the days more than \(14\) hours long?

  6. When are the days less than \(13\) hours long?

64.

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. Use a table of values to estimate the range of the function on its domain.

  2. Graph the polynomial on its domain.

  3. What is the water level at high tide?

  4. What is the water level \(3\) hours before high tide?

  5. When is the water level below \(8\) feet?

  6. When is the water level above \(7\) feet?