Fiveable

๐Ÿ“Honors Pre-Calculus Unit 3 Review

QR code for Honors Pre-Calculus practice questions

3.3 Power Functions and Polynomial Functions

3.3 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
๐Ÿ“Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Power functions and polynomial functions form the foundation for nearly everything else in this unit. Power functions are the simplest building blocks (single-term expressions like kxnkx^n), while polynomials combine multiple power-like terms into more complex curves. Getting comfortable with their structure, behavior, and differences now will pay off when you move into graphing, factoring, and solving polynomial equations.

Power Functions

Pep mascot
more resources to help you study

Characteristics of power functions

A power function has the form f(x)=kxnf(x) = kx^n, where kk is a nonzero constant and nn is a real number. The constant kk stretches or compresses the graph vertically (and reflects it across the x-axis when negative), while nn controls the overall shape of the curve.

Domain and Range:

  • When nn is a positive integer, the domain is all real numbers.
  • When nn is a negative integer, x=0x = 0 must be excluded (you'd be dividing by zero).
  • When nn is a non-integer (like 12\frac{1}{2}), the domain may be restricted further (e.g., f(x)=x1/2f(x) = x^{1/2} only accepts xโ‰ฅ0x \geq 0).

The range depends on both nn and the sign of kk:

  • Even integer nn, k>0k > 0: range is [0,โˆž)[0, \infty)
  • Even integer nn, k<0k < 0: range is (โˆ’โˆž,0](-\infty, 0]
  • Odd integer nn: range is all real numbers (โˆ’โˆž,โˆž)(-\infty, \infty)

Symmetry and Intercepts:

  • Even exponents produce graphs symmetric about the y-axis (even functions).
  • Odd exponents produce graphs symmetric about the origin (odd functions).
  • A power function has at most one x-intercept at x=0x = 0 and a y-intercept at f(0)=kโ‹…0n=0f(0) = k \cdot 0^n = 0 (when n>0n > 0). Don't confuse the y-intercept with kk itself; for positive exponents, the graph always passes through the origin.

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, the exponent nn and the sign of kk together determine this.

When n>0n > 0 (positive exponent):

The end behavior mirrors what you'll see with polynomials, since the function is just a single term.

k>0k > 0k<0k < 0
Odd nnxโ†’โˆžโ‡’f(x)โ†’โˆžx \to \infty \Rightarrow f(x) \to \infty; xโ†’โˆ’โˆžโ‡’f(x)โ†’โˆ’โˆžx \to -\infty \Rightarrow f(x) \to -\inftyxโ†’โˆžโ‡’f(x)โ†’โˆ’โˆžx \to \infty \Rightarrow f(x) \to -\infty; xโ†’โˆ’โˆžโ‡’f(x)โ†’โˆžx \to -\infty \Rightarrow f(x) \to \infty
Even nnBoth ends rise: f(x)โ†’โˆžf(x) \to \inftyBoth ends fall: f(x)โ†’โˆ’โˆžf(x) \to -\infty
A quick way to remember: even exponents make both ends go the same direction; odd exponents make them go opposite directions. The sign of kk then tells you which direction.

When n<0n < 0 (negative exponent):

These create rational-type curves (like f(x)=kxf(x) = \frac{k}{x}). As xโ†’ยฑโˆžx \to \pm\infty, f(x)โ†’0f(x) \to 0. The interesting behavior happens near x=0x = 0, where the function shoots toward ยฑโˆž\pm\infty depending on the sign of kk and whether nn is odd or even.

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

Polynomial Functions

Components of polynomial functions

A polynomial function has the general form:

f(x)=anxn+anโˆ’1xnโˆ’1+โ‹ฏ+a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0

Each aia_i is a constant coefficient, and nn must be a non-negative integer. That integer requirement is what separates polynomials from general power functions.

Key vocabulary:

  • Leading term: anxna_n x^n, the term with the highest power of xx
  • Leading coefficient: ana_n, the coefficient of that leading term
  • Degree: the value of nn, the highest exponent

Common polynomial types by degree:

  • Degree 0: constant (e.g., f(x)=5f(x) = 5)
  • Degree 1: linear (e.g., f(x)=3x+2f(x) = 3x + 2)
  • Degree 2: quadratic (e.g., f(x)=x2โˆ’4x+1f(x) = x^2 - 4x + 1)
  • Degree 3: cubic (e.g., f(x)=2x3โˆ’xf(x) = 2x^3 - x)

End behavior of polynomials is determined entirely by the leading term, because for very large โˆฃxโˆฃ|x|, the highest-degree term dominates all the others. This means you can use the same logic as power functions:

  • Even degree, positive leading coefficient: both ends rise (f(x)โ†’โˆžf(x) \to \infty)
  • Even degree, negative leading coefficient: both ends fall (f(x)โ†’โˆ’โˆžf(x) \to -\infty)
  • Odd degree, positive leading coefficient: falls left, rises right
  • Odd degree, negative leading coefficient: rises left, falls right

For example, f(x)=โˆ’2x4+7x2โˆ’3f(x) = -2x^4 + 7x^2 - 3 has even degree and a negative leading coefficient, so both ends point downward.

Characteristics of power functions, Power Functions and Polynomial Functions ยท Algebra and Trigonometry

Power functions vs polynomial functions

These two types overlap but aren't the same thing. Every power function kxnkx^n where nn is a non-negative integer is also a polynomial (a one-term polynomial, called a monomial). But the categories diverge in important ways.

Similarities:

  • Both are continuous on their domains.
  • End behavior is driven by the highest-degree term and its coefficient.

Differences:

Power FunctionsPolynomial Functions
Number of termsExactly oneOne or more
Allowed exponentsAny real number (n=โˆ’2,13,ฯ€n = -2, \frac{1}{3}, \pi, etc.)Non-negative integers only
DomainMay be restricted (negative or fractional exponents)Always all real numbers
x-interceptsAt most one (at the origin)Can have multiple (up to nn for degree nn)

Analysis of polynomial functions

A few tools come up repeatedly when you analyze polynomials:

  • Roots (zeros): The x-values where f(x)=0f(x) = 0. These are the points where the graph crosses or touches the x-axis. A polynomial of degree nn has at most nn real roots.
  • Factoring: Rewriting a polynomial as a product of simpler expressions (like (xโˆ’2)(x+3)(x - 2)(x + 3)) is one of the main strategies for finding roots. If you can factor it, you can read the zeros directly.
  • Turning points: A polynomial of degree nn can have at most nโˆ’1n - 1 turning points (local maxima or minima). This connects to the derivative, which you may encounter later: the derivative of a polynomial tells you the rate of change and helps locate those turning points precisely.