Fiveable

📈College Algebra Unit 5 Review

QR code for College Algebra practice questions

5.2 Power Functions and Polynomial Functions

5.2 Power Functions and Polynomial Functions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📈College Algebra
Unit & Topic Study Guides

Power Functions

Characteristics of power functions

Power functions take the form f(x)=kxnf(x) = kx^n, where kk is a nonzero constant and nn is a real number. Every polynomial term is a power function, so understanding these gives you a foundation for working with polynomials overall.

The type of function you get depends on what nn is:

  • Positive integer nn: produces polynomial-type behavior (quadratic when n=2n = 2, cubic when n=3n = 3, etc.)
  • Negative integer nn: produces rational-type behavior, like x1=1xx^{-1} = \frac{1}{x} or x2=1x2x^{-2} = \frac{1}{x^2}
  • Fractional nn: produces root functions, like x1/2=xx^{1/2} = \sqrt{x} or x1/3=x3x^{1/3} = \sqrt[3]{x}

A few properties worth knowing:

  • The graph always passes through (1,k)(1, k), since f(1)=k1n=kf(1) = k \cdot 1^n = k for any nn.
  • Domain is all real numbers when nn is a positive integer. When nn is negative, x=0x = 0 must be excluded (division by zero). When nn is a fraction with an even denominator (like 12\frac{1}{2}), the domain is restricted to x0x \geq 0.
  • Range depends on both nn and the sign of kk:
    • Even positive integer nn with k>0k > 0: range is [0,)[0, \infty)
    • Even positive integer nn with k<0k < 0: range is (,0](-\infty, 0]
    • Odd positive integer nn: range is (,)(-\infty, \infty) regardless of the sign of kk
  • Symmetry applies when nn is a positive integer:
    • Even nn: symmetric about the y-axis (even function, since f(x)=f(x)f(-x) = f(x))
    • Odd nn: symmetric about the origin (odd function, since f(x)=f(x)f(-x) = -f(x))

End behavior of power functions

End behavior describes what happens to f(x)f(x) as xx heads toward ++\infty or -\infty. For power functions with positive integer exponents, two things control end behavior: whether nn is even or odd, and whether kk is positive or negative.

  1. Even nn, positive kk: Both ends rise. As x+x \to +\infty, f(x)+f(x) \to +\infty, and as xx \to -\infty, f(x)+f(x) \to +\infty.
  2. Even nn, negative kk: Both ends fall. As x±x \to \pm\infty, f(x)f(x) \to -\infty.
  3. Odd nn, positive kk: Opposite ends. As x+x \to +\infty, f(x)+f(x) \to +\infty, and as xx \to -\infty, f(x)f(x) \to -\infty.
  4. Odd nn, negative kk: Opposite ends, flipped. As x+x \to +\infty, f(x)f(x) \to -\infty, and as xx \to -\infty, f(x)+f(x) \to +\infty.

This same logic applies to full polynomials: the end behavior of any polynomial is determined entirely by its leading term (the term with the highest degree). So f(x)=3x47x2+1f(x) = 3x^4 - 7x^2 + 1 behaves like 3x43x^4 at the extremes, meaning both ends rise.

Characteristics of power functions, Characteristics of Power and Polynomial Functions | Lumen Learning College Algebra

Polynomial Functions

Classification of polynomial functions

A polynomial function has the general form:

f(x)=anxn+an1xn1++a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0

where nn is a non-negative integer and an0a_n \neq 0. The key vocabulary:

  • Degree: the highest power of xx in the polynomial. This single number tells you a lot about the function's shape and behavior.
  • Leading coefficient: the coefficient ana_n attached to that highest-degree term.
  • Leading term: the product anxna_n x^n, which dominates the function's behavior for large x|x|.

Polynomials are classified by degree:

DegreeNameExample
0Constantf(x)=5f(x) = 5
1Linearf(x)=3x+2f(x) = 3x + 2
2Quadraticf(x)=x24x+3f(x) = x^2 - 4x + 3
3Cubicf(x)=2x3x+1f(x) = 2x^3 - x + 1
4Quarticf(x)=x43x2+2f(x) = x^4 - 3x^2 + 2
Characteristics of power functions, Characteristics of Power and Polynomial Functions | College Algebra

Manipulation of polynomials

Evaluating a polynomial means plugging in a specific value for xx and simplifying. For example, if f(x)=2x3x+1f(x) = 2x^3 - x + 1, then f(2)=2(8)2+1=15f(2) = 2(8) - 2 + 1 = 15.

Polynomial arithmetic follows the same rules you'd expect:

  • Addition/Subtraction: Combine like terms (terms with the same power of xx).
  • Multiplication: Distribute each term in one polynomial across every term in the other, then combine like terms.

Factoring is the reverse of multiplication. You're breaking a polynomial into a product of simpler polynomials. The main strategies, roughly in the order you should try them:

  1. Factor out the GCF (greatest common factor) first. For 6x3+9x26x^3 + 9x^2, factor out 3x23x^2 to get 3x2(2x+3)3x^2(2x + 3).

  2. Look for special patterns:

    • Difference of squares: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)
    • Sum of cubes: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
    • Difference of cubes: a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)
  3. Factor by grouping when you have four terms. Group them in pairs, factor each pair, then factor out the common binomial.

  4. Trial and error or the AC method for trinomials that don't fit a special pattern.

Finding roots (zeros) means solving f(x)=0f(x) = 0. A few tools help here:

  • The Fundamental Theorem of Algebra guarantees that a degree-nn polynomial has exactly nn roots in the complex numbers (counting repeated roots).
  • The Rational Root Theorem narrows down possible rational roots: any rational root pq\frac{p}{q} must have pp as a factor of the constant term a0a_0 and qq as a factor of the leading coefficient ana_n.
  • Synthetic division or polynomial long division lets you divide out a known root to reduce the polynomial's degree, making it easier to find the remaining roots.

Additional polynomial concepts

A few more ideas that connect to this section:

  • Turning points: A degree-nn polynomial can have at most n1n - 1 turning points (local maxima or minima). So a cubic can turn at most twice, a quartic at most three times.
  • Complex roots: When a polynomial with real coefficients has complex roots, they always come in conjugate pairs. If 2+3i2 + 3i is a root, then 23i2 - 3i is also a root.
  • Polynomial inequalities: To solve something like x24>0x^2 - 4 > 0, first find the zeros (x=2x = -2 and x=2x = 2), then test intervals between and beyond those zeros to determine where the polynomial is positive or negative.