← Skill tree MathScape MATH161

Polynomial Functions and Degree

Reference: Stewart 1.2  •  Chapter: 1  •  Section: 2

Navigation: Wiki Home > Skills > Polynomial Functions and Degree

Why Polynomials Matter

Drop a ball and watch it fall. The height doesn't decrease at a constant rate; it accelerates. Plot height versus time, and you get a curve, not a line. This is where polynomials come in: they model situations where the rate of change itself is changing.

Polynomials are the workhorses of calculus. They're smooth, predictable, and easy to work with. More importantly, they appear everywhere: projectile motion follows a parabola (quadratic), the volume of a box depends on its dimensions (often cubic), and many physical relationships can be approximated by polynomials.

The degree of a polynomial tells you its fundamental shape. A degree-1 polynomial is a line. Degree 2 gives you a parabola. Degree 3 produces an S-curve. Learning to recognize these shapes by their degree is essential for choosing the right model.

Prerequisite Map

This skillPolynomial Functions and Degree

Quick Reference

Property Value
Concept Essential Functions
Chapter Chapter 1, Section 2
Difficulty Beginner
Time ~18 minutes

Key Concepts

Definition of a Polynomial

A polynomial function has the form:

$$P(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0$$

where:

Term Name Role
$a_n$ Leading coefficient Determines opening direction and "width"
$n$ Degree Determines the basic shape and number of possible turns
$a_0$ Constant term The $y$-intercept

Degree and Shape

The degree is the highest power of $x$ with a nonzero coefficient:

Degree Name General Form Shape
0 Constant $P(x) = c$ Horizontal line
1 Linear $P(x) = ax + b$ Slanted line
2 Quadratic $P(x) = ax^2 + bx + c$ Parabola
3 Cubic $P(x) = ax^3 + bx^2 + cx + d$ S-shaped curve
4 Quartic $P(x) = ax^4 + \cdots$ W or M shape possible
Degree 1 (Linear)    Degree 2 (Quadratic)    Degree 3 (Cubic)

      /                   ∩                     _/
     /                   / \                  _/
    /                   /   \               ⌣
   /

Quadratic Functions in Detail

The most important non-linear polynomial is the quadratic:

$$f(x) = ax^2 + bx + c$$

Key features:

End Behavior

As $x \to \pm\infty$, the leading term dominates:

Leading Term As $x \to +\infty$ As $x \to -\infty$
$+x^2$ (even, positive) $P(x) \to +\infty$ $P(x) \to +\infty$
$-x^2$ (even, negative) $P(x) \to -\infty$ $P(x) \to -\infty$
$+x^3$ (odd, positive) $P(x) \to +\infty$ $P(x) \to -\infty$
$-x^3$ (odd, negative) $P(x) \to -\infty$ $P(x) \to +\infty$

Rule of thumb:

Zeros and Turning Points

A polynomial of degree $n$ can have:

Practice Problems

Level 1 Identifying Degree

Determine the degree and leading coefficient of each polynomial:

  1. $P(x) = 4x^3 - 2x^5 + x - 7$
  2. $Q(x) = 6 - 3x + x^2$
  3. $R(x) = 5$
Thought Process

The degree is the highest power of $x$ that appears. Don't be fooled by the order the terms are written; look for the highest exponent. The leading coefficient is the coefficient of that highest-degree term.

Show Answer

(a) $P(x) = 4x^3 - 2x^5 + x - 7$

The highest power is $x^5$, so degree = 5 and leading coefficient = $-2$.

(b) $Q(x) = 6 - 3x + x^2$

Rewritten in standard form: $Q(x) = x^2 - 3x + 6$. Degree = 2 and leading coefficient = 1.

(c) $R(x) = 5$

This is a constant, equivalent to $5x^0$. Degree = 0 and leading coefficient = 5.

Level 2 Describing End Behavior

Without graphing, describe the end behavior of each polynomial:

  1. $f(x) = -3x^4 + 2x^2 - 1$
  2. $g(x) = x^5 - 4x^3 + x$
Thought Process

End behavior depends only on the leading term. Check:

  1. Is the degree even or odd?
  2. Is the leading coefficient positive or negative?

Use the table from Key Concepts to determine where each end goes.

Show Answer

(a) $f(x) = -3x^4 + 2x^2 - 1$

  • Degree 4 (even)
  • Leading coefficient $-3$ (negative)

End behavior: As $x \to +\infty$, $f(x) \to -\infty$. As $x \to -\infty$, $f(x) \to -\infty$.

Both ends point down (like an upside-down U).

(b) $g(x) = x^5 - 4x^3 + x$

  • Degree 5 (odd)
  • Leading coefficient $+1$ (positive)

End behavior: As $x \to +\infty$, $g(x) \to +\infty$. As $x \to -\infty$, $g(x) \to -\infty$.

Right end up, left end down.

Level 3 Quadratic Vertex Problem

A projectile is launched upward, and its height $h$ (in meters) after $t$ seconds is given by: $$h(t) = -5t^2 + 30t + 2$$

  1. Find the time at which the projectile reaches its maximum height.
  2. What is the maximum height?
  3. When does the projectile hit the ground?
Thought Process

This is a quadratic with $a = -5 < 0$, so it opens downward; the vertex is a maximum.

For parts (a) and (b): Use the vertex formula $t = -\frac{b}{2a}$ to find the time, then substitute back to find the height.

For part (c): Set $h(t) = 0$ and solve using the quadratic formula. Choose the positive root since time can't be negative.

Show Answer

(a) Find the vertex: $t = -\frac{b}{2a} = -\frac{30}{2(-5)} = -\frac{30}{-10} = \boxed{3 \text{ seconds}}$

(b) Maximum height: $$h(3) = -5(3)^2 + 30(3) + 2 = -45 + 90 + 2 = \boxed{47 \text{ meters}}$$

(c) Set $h(t) = 0$: $$-5t^2 + 30t + 2 = 0$$

Using the quadratic formula: $$t = \frac{-30 \pm \sqrt{900 + 40}}{-10} = \frac{-30 \pm \sqrt{940}}{-10}$$

$$t = \frac{-30 \pm 30.66}{-10}$$

Taking the positive root: $$t = \frac{-30 - 30.66}{-10} = \frac{-60.66}{-10} \approx \boxed{6.07 \text{ seconds}}$$

Level 4 Fitting a Quadratic to Data

A ball is dropped from a tower. The following heights are recorded:

Time $t$ (sec) Height $h$ (m)
0 80
1 75
2 60
  1. Verify that a linear model does NOT fit this data well.
  2. Find a quadratic model $h(t) = at^2 + bt + c$ that passes through all three points.
  3. Use your model to predict when the ball hits the ground.
Thought Process

For part (a): Check if the rate of change is constant. Calculate the changes between consecutive points.

For part (b): We have three unknowns ($a$, $b$, $c$) and three points. Substitute each point into $h = at^2 + bt + c$ to get three equations, then solve the system.

For part (c): Set $h(t) = 0$ and solve for $t$.

Show Answer

(a) Check rate of change:

  • From $t=0$ to $t=1$: $\Delta h = 75 - 80 = -5$ m
  • From $t=1$ to $t=2$: $\Delta h = 60 - 75 = -15$ m

The rate of change is not constant ($-5$ vs $-15$), so linear doesn't work.

(b) Substitute each point:

  • $(0, 80)$: $a(0)^2 + b(0) + c = 80 \Rightarrow c = 80$
  • $(1, 75)$: $a + b + 80 = 75 \Rightarrow a + b = -5$
  • $(2, 60)$: $4a + 2b + 80 = 60 \Rightarrow 4a + 2b = -20$

From the second equation: $b = -5 - a$

Substitute into the third: $4a + 2(-5 - a) = -20$ $$4a - 10 - 2a = -20$$ $$2a = -10$$ $$a = -5$$

Then $b = -5 - (-5) = 0$.

Model: $\boxed{h(t) = -5t^2 + 80}$

(c) Set $h(t) = 0$: $$-5t^2 + 80 = 0$$ $$t^2 = 16$$ $$t = \boxed{4 \text{ seconds}}$$

(Taking the positive root)

Level 5 Polynomial Behavior Analysis

Consider the family of polynomials $P_n(x) = x^n$ for positive integers $n$.

  1. Complete the table for $P_n(x)$ evaluated at different points:
    $x$ $P_2(x)$ $P_3(x)$ $P_4(x)$ $P_5(x)$
    $-1$
    $0$
    $0.5$
    $2$
  2. What pattern do you observe for $P_n(-1)$ when $n$ is even versus odd?
  3. For $0 < x < 1$, how do the values compare as $n$ increases? Explain why.
  4. For $x > 1$, how do the values compare as $n$ increases? What does this tell you about which term dominates in a polynomial as $\vert x\vert $ grows large?
Thought Process

Calculate each value directly:

  • $(-1)^n$ alternates based on whether $n$ is even or odd
  • $0^n = 0$ for all positive $n$
  • $(0.5)^n$ gets smaller as $n$ increases (since $0.5 < 1$)
  • $2^n$ gets larger as $n$ increases (since $2 > 1$)

The patterns reveal why the leading term dominates for large $\vert x\vert $.

Show Answer

(a) Completed table:

$x$ $P_2(x)$ $P_3(x)$ $P_4(x)$ $P_5(x)$
$-1$ $1$ $-1$ $1$ $-1$
$0$ $0$ $0$ $0$ $0$
$0.5$ $0.25$ $0.125$ $0.0625$ $0.03125$
$2$ $4$ $8$ $16$ $32$

(b) Pattern at $x = -1$:

  • When $n$ is even: $(-1)^n = 1$
  • When $n$ is odd: $(-1)^n = -1$

This is why even-degree polynomials have both ends going the same direction, while odd-degree polynomials have ends going opposite directions.

(c) For $0 < x < 1$:

The values decrease as $n$ increases: $0.25 > 0.125 > 0.0625 > 0.03125$

Why? When $\vert x\vert < 1$, multiplying by $x$ again makes the number smaller. So $(0.5)^{n+1} = (0.5)^n \cdot 0.5 < (0.5)^n$.

(d) For $x > 1$:

The values increase as $n$ increases: $4 < 8 < 16 < 32$

Why? When $\vert x\vert > 1$, higher powers grow faster. This explains why the leading term dominates for large $\vert x\vert $: if $P(x) = 3x^5 + 100x^2$, then for large $x$, the $x^5$ term eventually dwarfs the $x^2$ term, no matter the coefficients.

Mastery Checklist

Mental Model

Think of degree as "complexity level":

Each increase in degree adds one potential "bend" to the graph. A degree-$n$ polynomial can wiggle up to $n-1$ times.


Connections

Looking back:

Looking ahead:

Real-world connections:


Previous Up Next
Linear Models Section Index Power Functions

Last updated: 2026-01-22