← Back to Calculus
Grade 12
CAPS Syllabus
Calculus

Increasing & Decreasing Functions Using Derivatives

Learn how to use derivatives to analyze function behavior, find turning points, and determine where functions increase or decrease.

Key Takeaways
  • When $f'(x) > 0$, the function is increasing
  • When $f'(x) < 0$, the function is decreasing
  • Turning points occur where $f'(x) = 0$ (critical points or stationary points)
  • A maximum occurs when $f'(x)$ changes from positive to negative
  • A minimum occurs when $f'(x)$ changes from negative to positive

What Are Increasing & Decreasing Functions?

Understanding when a function increases or decreases is fundamental in calculus and has numerous real-world applications. Think about:

Increasing Function

A function is increasing on an interval if, as you move from left to right (increasing $x$), the $y$-values also increase.

Mathematically:

For $x_1 < x_2$, if $f(x_1) < f(x_2)$, then $f$ is increasing

Decreasing Function

A function is decreasing on an interval if, as you move from left to right (increasing $x$), the $y$-values decrease.

Mathematically:

For $x_1 < x_2$, if $f(x_1) > f(x_2)$, then $f$ is decreasing

Real-World Examples:

  • Stock prices: When is the price rising or falling?
  • Temperature: Is it getting hotter or colder throughout the day?
  • Business profits: When does profit maximize? When is it declining?
  • Projectile motion: When is an object moving upward vs. downward?

The Derivative Connection

The derivative $f'(x)$ tells us the gradient (slope) of the tangent line to the function at any point. This gradient reveals whether the function is increasing or decreasing!

The Golden Rules

Increasing

$$f'(x) > 0$$

When the derivative is positive, the slope is positive (going uphill), so the function is increasing.

Decreasing

$$f'(x) < 0$$

When the derivative is negative, the slope is negative (going downhill), so the function is decreasing.

Stationary Point

$$f'(x) = 0$$

When the derivative is zero, the slope is horizontal. This is a turning point (also called critical point or stationary point).

Why Does This Work?

Remember that the derivative $f'(x)$ represents the rate of change of the function. It's like the speedometer in a car:

  • +A positive rate of change means you're moving forward (increasing)
  • A negative rate of change means you're moving backward (decreasing)
  • 0A zero rate of change means you've momentarily stopped (turning point)

Finding Critical Points (Turning Points)

Critical points, also called turning points or stationary points, are where the function "changes direction" — from increasing to decreasing, or vice versa.

How to Find Critical Points
1Find the derivative $f'(x)$

Use the differentiation rules to find $f'(x)$

2Set $f'(x) = 0$

Solve the equation $f'(x) = 0$ to find the $x$-coordinates of critical points

3Find the $y$-coordinates (optional)

Substitute the $x$-values back into $f(x)$ to find the complete coordinates

Important Note:

Finding where $f'(x) = 0$ gives you potential turning points. To confirm they are actually maxima or minima (and not points of inflection), you need to test the intervals around them!

Quick Example
Find the critical points of $f(x) = x^3 - 3x + 2$

Step 1: Find $f'(x)$

$$f'(x) = 3x^2 - 3$$

Step 2: Set $f'(x) = 0$ and solve

$$\begin{aligned} 3x^2 - 3 &= 0 \\ 3x^2 &= 3 \\ x^2 &= 1 \\ x &= \pm 1 \end{aligned}$$

Result:

The critical points occur at $x = -1$ and $x = 1$. These are where the function has turning points!

Testing Intervals to Determine Increasing/Decreasing

Once you've found the critical points, you need to determine whether the function is increasing or decreasing between and around these points. We do this by testing the sign of the derivative in each interval.

The Interval Testing Method
1Identify the critical points

These are the $x$-values where $f'(x) = 0$. They divide the number line into intervals.

2Draw a number line

Mark the critical points on a number line to create intervals

3Choose a test point in each interval

Pick any value within each interval (doesn't have to be special, just any number in that range)

4Evaluate $f'(x)$ at each test point

Check if the derivative is positive or negative

5Draw conclusions

If $f'(x) > 0$: function is increasing
If $f'(x) < 0$: function is decreasing

Complete Example
For $f(x) = x^3 - 3x + 2$, we found critical points at $x = -1$ and $x = 1$

We have $f'(x) = 3x^2 - 3$ and critical points at $x = -1$ and $x = 1$

Number Line with Intervals:

   (−∞, −1)     (−1, 1)      (1, ∞)
────────●────────●────────→
       -1        1

Test each interval:

Interval: $x < -1$

Test point: $x = -2$

$f'(-2) = 3(-2)^2 - 3$
$= 12 - 3 = 9 > 0$

✓ Increasing

Interval: $-1 < x < 1$

Test point: $x = 0$

$f'(0) = 3(0)^2 - 3$
$= 0 - 3 = -3 < 0$

✗ Decreasing

Interval: $x > 1$

Test point: $x = 2$

$f'(2) = 3(2)^2 - 3$
$= 12 - 3 = 9 > 0$

✓ Increasing

Conclusion:

  • $f(x)$ is increasing for $x \in (-\infty, -1) \cup (1, \infty)$ or $x < -1$ or $x > 1$
  • $f(x)$ is decreasing for $x \in (-1, 1)$ or $-1 < x < 1$

💡 Pro Tip: Factored Form

If you can factor the derivative, you can often determine the sign without calculating specific values. For example, if $f'(x) = 3(x + 1)(x - 1)$, you can use a sign chart based on the factors!

Identifying Maxima & Minima (Nature of Turning Points)

Not all turning points are the same! A turning point can be a maximum (peak), a minimum (valley), or sometimes neither (point of inflection). Here's how to tell the difference.

The Sign Change Test
Look at how the derivative changes sign around each critical point

Maximum (Peak)

Sign pattern:

$f'(x)$: + → 0 → −

The derivative changes from positive to negative

Function was increasing, reached a peak, then started decreasing

Minimum (Valley)

Sign pattern:

$f'(x)$: − → 0 → +

The derivative changes from negative to positive

Function was decreasing, reached a valley, then started increasing

Point of Inflection

Sign pattern:

$f'(x)$: + → 0 → + or − → 0 → −

The derivative does not change sign (stays positive or stays negative)

Not covered in detail for Grade 12 CAPS, but good to know it exists!

Example: Identifying Nature of Turning Points
For $f(x) = x^3 - 3x + 2$ with critical points at $x = -1$ and $x = 1$

From our interval testing, we found:

  Increasing   Decreasing   Increasing
   (+)            (−)           (+)
────────●────────●────────→
       -1        1
      MAX       MIN

At $x = -1$:

$f'(x)$ changes from + to −

Maximum turning point

At $x = 1$:

$f'(x)$ changes from − to +

Minimum turning point

Important Terminology:

  • Local maximum/minimum: Highest/lowest point in a nearby region (what we usually find)
  • Global (absolute) maximum/minimum: Highest/lowest point over the entire domain
  • • In Grade 12, we typically work with local maxima and minima unless specified otherwise

Comprehensive Worked Examples

Example 1: Complete Analysis
Given $g(x) = 2x^3 - 6x^2 + 5$, determine the turning points and intervals of increase/decrease

Step 1: Find the derivative

$$\begin{aligned} g(x) &= 2x^3 - 6x^2 + 5 \\ g'(x) &= 6x^2 - 12x \end{aligned}$$

Step 2: Find critical points (set $g'(x) = 0$)

$$\begin{aligned} 6x^2 - 12x &= 0 \\ 6x(x - 2) &= 0 \\ x &= 0 \text{ or } x = 2 \end{aligned}$$

Step 3: Test intervals

Test $x = -1$

$g'(-1) = 6(-1)^2 - 12(-1)$

$= 6 + 12 = 18 > 0$

Increasing

Test $x = 1$

$g'(1) = 6(1)^2 - 12(1)$

$= 6 - 12 = -6 < 0$

Decreasing

Test $x = 3$

$g'(3) = 6(3)^2 - 12(3)$

$= 54 - 36 = 18 > 0$

Increasing

Step 4: Determine nature of turning points

At $x = 0$:

Sign changes: + → −

Maximum

At $x = 2$:

Sign changes: − → +

Minimum

Final Answer:

  • • Turning points at $x = 0$ (maximum) and $x = 2$ (minimum)
  • Increasing: $x \in (-\infty, 0) \cup (2, \infty)$ or $x < 0$ or $x > 2$
  • Decreasing: $x \in (0, 2)$ or $0 < x < 2$
Example 2: Negative Leading Coefficient
For $h(x) = -x^3 + 12x - 5$, find where the function is increasing and decreasing

Solution:

Find derivative:

$$h'(x) = -3x^2 + 12$$

Set $h'(x) = 0$:

$$\begin{aligned} -3x^2 + 12 &= 0 \\ -3x^2 &= -12 \\ x^2 &= 4 \\ x &= \pm 2 \end{aligned}$$

Test intervals:

Test $x = -3$:

$h'(-3) = -3(9) + 12 = -15$

Decreasing

Test $x = 0$:

$h'(0) = 0 + 12 = 12$

Increasing

Test $x = 3$:

$h'(3) = -3(9) + 12 = -15$

Decreasing

Answer:

  • Increasing: $x \in (-2, 2)$ or $-2 < x < 2$
  • Decreasing: $x \in (-\infty, -2) \cup (2, \infty)$ or $x < -2$ or $x > 2$
  • • At $x = -2$: Minimum (− → +)
  • • At $x = 2$: Maximum (+ → −)

Interactive Visualization

Explore how derivatives relate to function behavior with this interactive tool.

Interactive Function Behavior Visualizer
See how the derivative relates to increasing/decreasing behavior and turning points

Select Function:

Function $f(x)$
Derivative $f'(x)$
Turning Points

Observations:

  • • When the derivative is positive (above x-axis), the function is increasing
  • • When the derivative is negative (below x-axis), the function is decreasing
  • • When the derivative crosses zero, we have a turning point
  • • The slope of the function equals the value of the derivative at that point

Practice Questions

Additional Practice Questions
Access more practice problems with PDF export functionality. Download questions-only or with complete solutions for offline study.
View Practice Page

Test your understanding with these practice problems.

Question 1
Question 2

Quick Self-Check Quiz

Test your understanding with these multiple-choice questions.

Question 1
If $f'(x) > 0$ on an interval, what does this tell us about $f(x)$?
Question 2
Critical points occur where:
Question 3
A function has a maximum at $x = a$ if:
Question 4
For $f(x) = x^3 - 3x$, the derivative is $f'(x) = 3x^2 - 3$. Where is $f(x)$ decreasing?
Question 5
If $g'(x) = (x - 2)(x + 1)$, at which $x$-values are the turning points?
Question 6
A function changes from increasing to decreasing. What type of turning point is this?

Master Grade 12 Calculus!

Continue your learning journey with more interactive calculus lessons aligned with the CAPS curriculum.