6.2 Key Features of Functions and Average Rate of Change

Key Takeaways

  • Key graphical features include x-intercepts (zeros where f(x) = 0), the unique y-intercept (0, f(0)), and local extrema where a function transitions between increasing and decreasing behavior.
  • Extrema are distinguished by value versus location: the extremum value is the output y-coordinate, whereas the location is the input x-coordinate; endpoints of a closed interval cannot serve as relative (local) extrema.
  • Intervals of increase, decrease, positivity (f(x) > 0), and negativity (f(x) < 0) are strictly read from left to right and reported using open intervals of input x-values.
  • The average rate of change over [a, b] is given by [f(b) - f(a)] / (b - a), representing the geometric slope of the secant line connecting points (a, f(a)) and (b, f(b)).
  • While linear functions have a constant average rate of change, nonlinear functions vary across intervals, with exponential growth functions eventually outpacing all polynomial and quadratic growth rates.
Last updated: September 2026

6.2 Key Features of Functions and Average Rate of Change

Quick Answer: The key features of a function graph include x-intercepts (zeros, where $f(x) = 0$), the y-intercept ($(0, f(0))$), relative and absolute extrema (local peaks and valleys), intervals of increase and decrease (read strictly from left to right), and positive/negative intervals (above vs. below the x-axis). The average rate of change measures the slope of the secant line across an interval $[a, b]$: $\frac{f(b) - f(a)}{b - a}$. While linear functions exhibit a constant rate of change, exponential growth eventually surpasses quadratic and polynomial rates of change over sufficiently large intervals.


Key Graphical Features & Extrema Classification (F-IF.4)

Analyzing a function involves identifying critical landmarks across its graphical representation:

  • x-Intercepts (Zeros or Roots): The coordinate points $(c, 0)$ where the graph intersects or touches the $x$-axis, determined algebraically by setting $f(x) = 0$ and solving for $x$.
  • y-Intercept: The point $(0, f(0))$ where the graph crosses the $y$-axis. A function can possess at most one $y$-intercept; if it had more than one, it would fail the Vertical Line Test.
  • Relative (Local) Extrema:
    • Relative Maximum: A point $(c, f(c))$ where $f(c) \ge f(x)$ for all $x$ in an open interval containing $c$ (the peak of a hill).
    • Relative Minimum: A point $(c, f(c))$ where $f(c) \le f(x)$ for all $x$ in an open interval containing $c$ (the trough of a valley).
    • Regents Vocabulary Nuance: The extremum value is the output $y$-value, whereas the location is the input $x$-value. For example, if a peak occurs at $(2, 9)$, the maximum value is $9$, occurring at $x = 2$.
    • Endpoint Rule: Under NYSED standards, endpoints of a closed interval cannot be relative extrema because an open two-sided neighborhood cannot be constructed around an endpoint.
  • Absolute (Global) Extrema: The single highest output (absolute maximum) or lowest output (absolute minimum) achieved across the entire domain. Absolute extrema can occur at relative turning points or at boundary endpoints of restricted domains.
FeatureMathematical DefinitionGraphical IdentificationAlgebraic Condition
x-InterceptPoint where output is zeroCrosses/touches horizontal axisSet $f(x) = 0$, solve for $x$
y-InterceptOutput when input is zeroCrosses vertical axisEvaluate $f(0)$
Relative MaxPeak within an open intervalGraph changes from increasing to decreasingTurning point $(x, y)$
Relative MinTrough within an open intervalGraph changes from decreasing to increasingTurning point $(x, y)$
Absolute MaxGreatest output value on entire domainHighest point on entire curve$f(c) \ge f(x)$ for all $x$
Absolute MinLeast output value on entire domainLowest point on entire curve$f(c) \le f(x)$ for all $x$

Directional Intervals & Positive/Negative Function Values

When describing function behaviors, you must always read the graph from left to right (as $x$ increases from $-\infty$ to $\infty$). Intervals are reported in terms of the independent variable $x$.

Increasing, Decreasing, and Constant Intervals

  • Increasing Interval: A function is increasing on an open interval $(a, b)$ if for any $x_1 < x_2$, $f(x_1) < f(x_2)$. Visually, the curve rises from left to right.
  • Decreasing Interval: A function is decreasing on an open interval $(a, b)$ if for any $x_1 < x_2$, $f(x_1) > f(x_2)$. Visually, the curve falls from left to right.
  • Constant Interval: A function is constant on an interval if outputs remain identical for all inputs ($f(x_1) = f(x_2)$), producing a flat horizontal segment.

[!NOTE] Interval Convention: On the Regents exam, intervals of increase and decrease are conventionally specified using open parentheses $(a, b)$ because at the precise instantaneous turning point (the vertex or crest), the instantaneous slope is zero—the function is neither increasing nor decreasing.

Positive vs. Negative Intervals

Students frequently confuse increasing/decreasing intervals with positive/negative intervals:

  • Positive Interval: The set of $x$-values for which $f(x) > 0$. Visually, the graph lies strictly above the $x$-axis.
  • Negative Interval: The set of $x$-values for which $f(x) < 0$. Visually, the graph lies strictly below the $x$-axis.
  • The boundary dividing positive and negative regions is the set of zeros ($x$-intercepts). Because $f(x) = 0$ is neither positive nor negative, zeros are excluded with round parentheses when writing positive and negative intervals.

Average Rate of Change & Secant Line Geometry (F-IF.6)

The average rate of change (AROC) quantifies how much the function's output changes per unit change in input across a closed interval $[a, b]$:

Average Rate of Change=ΔyΔx=f(b)f(a)ba\text{Average Rate of Change} = \frac{\Delta y}{\Delta x} = \frac{f(b) - f(a)}{b - a}

Geometric Interpretation: The Secant Line

Geometrically, the average rate of change equals the slope of the secant line passing through the two coordinate points $(a, f(a))$ and $(b, f(b))$ on the function's graph:

   y ^                                  * (b, f(b))
     |                                 / 
     |                     * (a, f(a))/   <--- Secant Line Slope = [f(b)-f(a)]/(b-a)
     |                    /          / 
     |                   /__________/   
     |                  a          b     ---> x
  • If the average rate of change is positive, the secant line has a positive slope (net increase over the interval).
  • If the average rate of change is negative, the secant line has a negative slope (net decrease over the interval).
  • If the average rate of change is zero, $f(a) = f(b)$, and the secant line is perfectly horizontal.

Comparative Growth Rates Across Function Families

A hallmark Regents Algebra II topic is comparing how different function families grow over expanding intervals:

Function TypeGeneral FormRate of Change BehaviorDistinguishing Characteristic
Linear$f(x) = mx + b$Constant: $\frac{\Delta y}{\Delta x} = m$ everywhereEqual first differences over equal intervals
Quadratic$f(x) = ax^2 + bx + c$Varies linearly: rate of change increases at a constant rateEqual second differences over equal intervals
Exponential$f(x) = a \cdot b^x$ ($b > 1$)Varies exponentially: rate of change increases proportionally to $f(x)$Constant percentage / ratio change

The Long-Term Dominance Principle

For any exponential growth function $g(x) = a \cdot b^x$ (where $a > 0$ and $b > 1$) and any polynomial function $P(x) = c \cdot x^n$ (where $c > 0$ and $n \ge 1$):

As $x \to \infty$, the value and the average rate of change of the exponential function will inevitably surpass the polynomial function over sufficiently large intervals, regardless of leading coefficients or exponents.


Worked Examples

Worked Problem 1: Complete Key Feature Analysis of a Polynomial Function

Problem: A cubic polynomial $f(x) = -x^3 + 3x^2 + 9x - 5$ is graphed on the interval $[-3, 5]$. Rounded to the nearest hundredth, its zeros occur at $x \approx -2.18$, $x \approx 0.49$, and $x \approx 4.69$. Its local extrema are at $(-1, -10)$ and $(3, 22)$. State:

  1. The coordinates of the relative minimum and relative maximum.
  2. The open interval(s) where $f(x)$ is increasing.
  3. The interval(s) where $f(x)$ is both decreasing and positive.
  • Step 1: Identify relative extrema.

    • Relative minimum: point $(-1, -10)$. The relative minimum value is $-10$, occurring at $x = -1$.
    • Relative maximum: point $(3, 22)$. The relative maximum value is $22$, occurring at $x = 3$.
  • Step 2: Identify the interval of increase. The curve rises between the valley at $x = -1$ and the peak at $x = 3$. Reading left to right in terms of $x$: Increasing interval: (1,3)\text{Increasing interval: } (-1, 3)

  • Step 3: Determine where $f(x)$ is both decreasing and positive.

    • The function decreases on $(-\infty, -1)$ and $(3, \infty)$.
    • Because the leading coefficient is negative, the graph comes down from $+\infty$ on the left, so $f(x) > 0$ on $(-\infty, -2.18)$, then $f(x) < 0$ between the first two zeros on $(-2.18, 0.49)$, then $f(x) > 0$ again on $(0.49, 4.69)$, and finally $f(x) < 0$ on $(4.69, \infty)$. A quick numerical check confirms the middle sign: $f(0) = -5 < 0$.
    • Intersect the two conditions. The function is decreasing on $(-\infty, -1)$ and $(3, \infty)$; it is positive on $(-\infty, -2.18)$ and $(0.49, 4.69)$. The overlap is $(-\infty, -2.18)$ together with $(3, 4.69)$.
    • Restricted to the graphed window $[-3, 5]$, the answer is $(-3, -2.18)$ and $(3, 4.69)$: on each of those intervals the curve is falling from left to right and lies strictly above the $x$-axis.

Worked Problem 2: Calculating and Interpreting Average Rate of Change

Problem: Given the function $f(x) = 2x^2 - 4x + 7$, calculate the average rate of change over the interval $[-1, 4]$. Interpret its geometric meaning.

  • Step 1: Evaluate $f(a)$ at $a = -1$. f(1)=2(1)24(1)+7=2(1)+4+7=13f(-1) = 2(-1)^2 - 4(-1) + 7 = 2(1) + 4 + 7 = 13 First coordinate: $(-1, 13)$.

  • Step 2: Evaluate $f(b)$ at $b = 4$. f(4)=2(4)24(4)+7=2(16)16+7=3216+7=23f(4) = 2(4)^2 - 4(4) + 7 = 2(16) - 16 + 7 = 32 - 16 + 7 = 23 Second coordinate: $(4, 23)$.

  • Step 3: Apply the average rate of change formula. AROC=f(4)f(1)4(1)=23134+1=105=2\text{AROC} = \frac{f(4) - f(-1)}{4 - (-1)} = \frac{23 - 13}{4 + 1} = \frac{10}{5} = 2

  • Step 4: State the geometric interpretation. The average rate of change is $2$. Geometrically, this means that the secant line passing through $(-1, 13)$ and $(4, 23)$ on the parabola has a slope of $m = 2$.

Worked Problem 3: Comparative Rate of Change Analysis: Quadratic vs. Exponential Models

Problem: A researcher models bacteria growth using two functions over the interval $[1, 3]$, where $t$ is time in hours: a quadratic model $Q(t) = 2t^2 + 1$ and an exponential model $E(t) = 3^t$. Determine which model has the greater average rate of change over $[1, 3]$ and justify your answer.

  • Step 1: Compute the average rate of change for $Q(t)$ over $[1, 3]$. Q(1)=2(1)2+1=3Q(1) = 2(1)^2 + 1 = 3 Q(3)=2(3)2+1=2(9)+1=19Q(3) = 2(3)^2 + 1 = 2(9) + 1 = 19 AROCQ=Q(3)Q(1)31=1932=162=8\text{AROC}_Q = \frac{Q(3) - Q(1)}{3 - 1} = \frac{19 - 3}{2} = \frac{16}{2} = 8

  • Step 2: Compute the average rate of change for $E(t)$ over $[1, 3]$. E(1)=31=3E(1) = 3^1 = 3 E(3)=33=27E(3) = 3^3 = 27 AROCE=E(3)E(1)31=2732=242=12\text{AROC}_E = \frac{E(3) - E(1)}{3 - 1} = \frac{27 - 3}{2} = \frac{24}{2} = 12

  • Step 3: Compare the calculated values and conclude. Because $12 > 8$, the exponential model $E(t)$ exhibits a greater average rate of change over the interval $[1, 3]$.


Common Regents Pitfalls & Exam Strategies

  • Pitfall 1: Reporting y-values instead of x-values for intervals. A classic deduction occurs when students write that a function is increasing on $(-10, 22)$ using the range values. Intervals of increase, decrease, positivity, and negativity must always be stated in terms of domain $x$-values (e.g., $(-1, 3)$).
  • Pitfall 2: Confusing the maximum value with its location. If asked for the "maximum value", the correct answer is the $y$-value ($9$). Answering with the $x$-coordinate ($x = 2$) results in a 1-credit rubric deduction.
  • Pitfall 3: Subtraction order mismatch in average rate of change. Writing $\frac{f(b) - f(a)}{a - b}$ flips the sign of the slope. Always maintain consistent coordinate order: $\frac{f(b) - f(a)}{b - a}$.
Test Your Knowledge

A continuous function f(x) has a relative minimum at (-2, -5), an x-intercept at (1, 0), and a relative maximum at (3, 8), with no other extrema or zeros between x = -2 and x = 3. On which interval is f(x) both increasing and negative?

A
B
C
D
Test Your Knowledge

What is the average rate of change of f(x) = 2x³ - 5x + 4 over the interval [-1, 3]?

A
B
C
D
Test Your Knowledge

Consider the quadratic function f(x) = 2x² + 1 and the exponential function g(x) = 3ˣ over the closed interval [1, 3]. Which statement correctly compares their average rates of change?

A
B
C
D