4.7 Special Function Types: Polynomial, Rational, Piecewise & Power

Key Takeaways

  • Polynomial end behavior is governed by the Leading Coefficient Test (a_n x^n), and a polynomial of degree n has at most n real zeros and n - 1 local turning points.
  • At a zero x = c of multiplicity k, the graph crosses the x-axis if k is odd, and touches the x-axis and turns around if k is even.
  • Rational functions possess vertical asymptotes where reduced denominator factors equal zero, and removable holes where factors cancel completely from both numerator and denominator.
  • Horizontal asymptotes depend on degree comparison: y = 0 if bottom-heavy (n < m), y = a_n/b_m if equal degrees (n = m), and no HA if top-heavy (n > m).
  • Piecewise functions apply distinct algebraic rules across disjoint domain sub-intervals, and power functions f(x) = k · x^a model direct (a > 0) and inverse (a < 0) variation.
Last updated: August 2026

4.7 Special Function Types: Polynomial, Rational, Piecewise & Power

College Algebra places heavy emphasis on four specific, highly applicable categories of algebraic functions: polynomial functions, rational functions, piecewise-defined functions, and power functions. Each family possesses unique structural properties, asymptotic rules, and graphing techniques.


1. Polynomial Functions: End Behavior, Turning Points, and Multiplicity

A polynomial function of degree nn is defined by:

P(x)=anxn+an1xn1++a1x+a0,an0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0, \quad a_n \ne 0

  • Degree (nn): The highest exponent of xx.
  • Leading Coefficient (ana_n): The scalar coefficient of xnx^n.
  • Domain: Always (,)(-\infty, \infty) for all polynomial functions.

The Leading Coefficient Test for End Behavior

As xx \to \infty or xx \to -\infty, the end behavior of P(x)P(x) matches the dominant term anxna_n x^n:

Degree nnLeading Coeff ana_nLeft-Hand Behavior (xx \to -\infty)Right-Hand Behavior (xx \to \infty)
OddPositive (an>0a_n > 0)Falls (yy \to -\infty)Rises (yy \to \infty)
OddNegative (an<0a_n < 0)Rises (yy \to \infty)Falls (yy \to -\infty)
EvenPositive (an>0a_n > 0)Rises (yy \to \infty)Rises (yy \to \infty)
EvenNegative (an<0a_n < 0)Falls (yy \to -\infty)Falls (yy \to -\infty)

Turning Points and Multiplicity of Zeros

  1. Turning Points: A polynomial function of degree nn has at most nn real zeros and at most n1n - 1 local turning points.
  2. Multiplicity of Zeros: If P(x)=(xc)kQ(x)P(x) = (x - c)^k Q(x) where x=cx = c is a zero of multiplicity kk:
    • Odd Multiplicity (k=1,3,5,k = 1, 3, 5, \dots): The graph crosses the x-axis at (c,0)(c, 0). (If k>1k > 1, it flattens as it crosses).
    • Even Multiplicity (k=2,4,6,k = 2, 4, 6, \dots): The graph touches the x-axis and turns around at (c,0)(c, 0).

Worked Example: Polynomial Analysis

Analyze P(x)=2(x1)2(x+3)3P(x) = -2(x - 1)^2(x + 3)^3.

  1. Degree & Leading Coefficient: Degree n=2+3=5n = 2 + 3 = 5 (odd). Leading coefficient an=2(1)2(1)3=2a_n = -2(1)^2(1)^3 = -2 (negative).
  2. End Behavior: Rises to the left (yy \to \infty) and falls to the right (yy \to -\infty).
  3. Zeros & Multiplicity:
    • Zero at x=1x = 1 with multiplicity 22 (even)     \implies touches x-axis and turns around at (1,0)(1, 0).
    • Zero at x=3x = -3 with multiplicity 33 (odd)     \implies crosses x-axis at (3,0)(-3, 0).

2. Rational Functions and Asymptote Analysis

A rational function is the quotient of two polynomial functions:

R(x)=P(x)Q(x)=anxn++a0bmxm++b0,Q(x)0R(x) = \frac{P(x)}{Q(x)} = \frac{a_n x^n + \dots + a_0}{b_m x^m + \dots + b_0}, \quad Q(x) \ne 0

Step-by-Step Asymptote & Hole Determination Protocol

  1. Factor Completely: Factor numerator P(x)P(x) and denominator Q(x)Q(x).
  2. Removable Discontinuities (Holes): If a factor (xc)(x - c) cancels completely from both numerator and denominator, a hole occurs at x=cx = c. Substitute x=cx = c into the reduced expression to find the hole's y-coordinate.
  3. Vertical Asymptotes (VAs): Set remaining denominator factors to zero. If (xa)(x - a) remains in the denominator, x=ax = a is a vertical asymptote.
  4. Horizontal Asymptotes (HAs): Compare numerator degree nn to denominator degree mm:
Degree ComparisonHorizontal Asymptote EquationGraphical Behavior
n<mn < m (Bottom Heavy)y=0y = 0 (x-axis)Denominator grows faster than numerator
n=mn = m (Equal Degrees)y=anbmy = \frac{a_n}{b_m}Ratio of leading coefficients
n>mn > m (Top Heavy)No Horizontal AsymptoteApproaches ±\pm\infty (If n=m+1n = m+1, an oblique/slant asymptote exists via long division)

Worked Example: Complete Rational Analysis

Analyze R(x)=3x212x2x6R(x) = \frac{3x^2 - 12}{x^2 - x - 6}.

  1. Factor: R(x)=3(x24)(x3)(x+2)=3(x2)(x+2)(x3)(x+2)R(x) = \frac{3(x^2 - 4)}{(x - 3)(x + 2)} = \frac{3(x - 2)(x + 2)}{(x - 3)(x + 2)}.
  2. Hole: Factor (x+2)(x + 2) cancels     \implies hole at x=2x = -2. Reduced Form: Rred(x)=3(x2)x3    Rred(2)=3(4)5=125    Hole at (2,125)\text{Reduced Form: } R_{red}(x) = \frac{3(x - 2)}{x - 3} \implies R_{red}(-2) = \frac{3(-4)}{-5} = \frac{12}{5} \implies \text{Hole at } \left(-2, \frac{12}{5}\right)
  3. Vertical Asymptote: Set reduced denominator to zero: x3=0    VA at x=3x - 3 = 0 \implies \text{VA at } x = 3.
  4. Horizontal Asymptote: Degrees are equal (n=2,m=2n = 2, m = 2). Ratio of leading coefficients y=31=3    HA at y=3y = \frac{3}{1} = 3 \implies \text{HA at } y = 3.

3. Piecewise-Defined Functions

A piecewise-defined function applies different algebraic rules over disjoint sub-intervals of its domain.

f(x)={2x+5if x<1x22if 1x<37if x3f(x) = \begin{cases} 2x + 5 & \text{if } x < -1 \\ x^2 - 2 & \text{if } -1 \le x < 3 \\ 7 & \text{if } x \ge 3 \end{cases}

Evaluation Protocol

To evaluate f(c)f(c), locate which domain inequality contains cc, then substitute cc into only that specific rule.

  • Evaluate f(3)f(-3): 3<1    2(3)+5=1-3 < -1 \implies 2(-3) + 5 = -1.
  • Evaluate f(1)f(-1): 11<3    (1)22=12=1-1 \le -1 < 3 \implies (-1)^2 - 2 = 1 - 2 = -1.
  • Evaluate f(4)f(4): 43    74 \ge 3 \implies 7.

4. Power Functions and Variation Models

A power function has the general form f(x)=kxaf(x) = k \cdot x^a, where k0k \ne 0 is the constant of variation and aa is a real exponent.

  • Direct Variation (a>0a > 0): As xx increases, f(x)f(x) increases in magnitude (e.g., surface area A=4πr2A = 4\pi r^2).
  • Inverse Variation (a<0a < 0): As xx increases, f(x)f(x) decreases toward zero (e.g., f(x)=kx1=kxf(x) = k x^{-1} = \frac{k}{x}).
  • Radical Power Functions (a=pqa = \frac{p}{q}): Represents fractional exponents (e.g., f(x)=x1/3=x3f(x) = x^{1/3} = \sqrt[3]{x}).
Test Your Knowledge

What is the end behavior of the polynomial function P(x) = -4x^5 + 3x^3 - 2x + 1?

A
B
C
D
Test Your Knowledge

What are the asymptotes and hole locations of the rational function R(x) = (2x^2 - 8) / (x^2 - 4)?

A
B
C
D
Test Your Knowledge

Given the piecewise function f(x) = { 2x + 1 if x < 1 ; x^2 + 3 if 1 <= x < 4 ; 10 if x >= 4 }, what is f(1) + f(4)?

A
B
C
D
Test Your Knowledge

At the zero x = -2 of the polynomial P(x) = (x - 3)^3 (x + 2)^4, what is the behavior of the graph at the x-axis?

A
B
C
D