Monotonicity Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

hard
Determine the intervals on which \(h(x) = x^3 - 3x\) is increasing and decreasing.

Solution

  1. 1
    Find the derivative: \(h'(x) = 3x^2 - 3 = 3(x^2 - 1) = 3(x-1)(x+1)\).
  2. 2
    Set \(h'(x) = 0\): \(x = 1\) or \(x = -1\).
  3. 3
    Sign of \(h'(x)\): for \(x < -1\): \(h'(x) > 0\) (increasing); \(-1 < x < 1\): \(h'(x) < 0\) (decreasing); \(x > 1\): \(h'(x) > 0\) (increasing).
  4. 4
    Increasing on \((-\infty,-1) \cup (1,\infty)\), decreasing on \((-1,1)\).

Answer

Increasing on \((-\infty,-1)\) and \((1,\infty)\); decreasing on \((-1,1)\)
A function increases where its derivative is positive and decreases where its derivative is negative. The critical points \(x = \pm 1\) divide the real line into three intervals.

About Monotonicity

A function or sequence that consistently moves in one direction onlyβ€”always increasing or always decreasing throughout its domain.

Learn more about Monotonicity β†’

More Monotonicity Examples