ironfern @ docs ~/math/grade-9/2-quadratic/growth-decline $

Growth & Decline

Understanding where a function increases or decreases is essential for analyzing its behavior and finding extreme values.

Increasing and Decreasing Functions

📐Definition — Increasing and Decreasing

A function ff is increasing on an interval [a,b][a, b] if for any x1,x2[a,b]x_1, x_2 \in [a, b]:

x1<x2    f(x1)<f(x2)x_1 < x_2 \implies f(x_1) < f(x_2)

A function ff is decreasing on an interval [a,b][a, b] if:

x1<x2    f(x1)>f(x2)x_1 < x_2 \implies f(x_1) > f(x_2)

In other words, an increasing function “goes up” as you move to the right, and a decreasing function “goes down.”

Examples of Monotone Behavior

  • f(x)=x2f(x) = x^2: decreasing on (,0](-\infty, 0] and increasing on [0,+)[0, +\infty).
  • f(x)=x3f(x) = x^3: increasing on all of R\mathbb{R}.
  • f(x)=xf(x) = |x|: decreasing on (,0](-\infty, 0] and increasing on [0,+)[0, +\infty).

A function can be neither increasing nor decreasing overall, yet still have monotone intervals. The function f(x)=sinxf(x) = \sin x is a classic example — it increases on [π/2,π/2][-\pi/2, \pi/2] and decreases on [π/2,3π/2][\pi/2, 3\pi/2], repeating periodically.

Maximum and Minimum Values

A global maximum is the largest value the function attains on its entire domain. A global minimum is the smallest. A local maximum is a point where the function is larger than at all nearby points (and similarly for a local minimum).

Theorem — Vertex of a Parabola

The quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c has its vertex at x=b2ax = -\dfrac{b}{2a}.

  • If a>0a > 0, the vertex is a global minimum.
  • If a<0a < 0, the vertex is a global maximum.

Worked Example

Example — Analyzing Growth and Decline

Analyze the function f(x)=x24x+3f(x) = x^2 - 4x + 3.

Solution. Complete the square:

f(x)=(x2)21f(x) = (x - 2)^2 - 1

The vertex is at (2,1)(2, -1).

  • Decreasing on (,2](-\infty, 2]: as xx increases toward 22, (x2)2(x-2)^2 shrinks, so f(x)f(x) decreases.
  • Increasing on [2,+)[2, +\infty): as xx moves past 22, (x2)2(x-2)^2 grows, so f(x)f(x) increases.
  • Global minimum: f(2)=1f(2) = -1. There is no global maximum (the function grows without bound).

Finding Intervals from a Graph

To identify where a function increases or decreases from its graph:

  1. Locate all local maxima and minima (peaks and valleys).
  2. Between consecutive extrema, the function is either entirely increasing or entirely decreasing.
  3. Write the intervals using the xx-coordinates of these extrema.
Exercise

The function g(x)=x2+6x5g(x) = -x^2 + 6x - 5 is a downward-opening parabola. Find the vertex and state the intervals of increase and decrease.