IB Maths AA HL Topic 5 — Calculus Paper 1 & 2 ~7 min read

Increasing & Decreasing Functions

The sign of f′(x) tells you whether f is increasing (f′ > 0), decreasing (f′ < 0) or stationary (f′ = 0). Solving the inequalities partitions the domain into intervals where the function rises, falls, or pauses. This is a fast way to map the shape of a curve without sketching it term by term.

📘 What you need to know

The sign of the derivative

Sign rules f′(x) > 0 ⇒ INCREASING  |  f′(x) < 0 ⇒ DECREASING  |  f′(x) = 0 ⇒ STATIONARY
Sign of f′ tells you the shape of f x y f′ > 0 increasing f′ < 0 decreasing f′ > 0 increasing f′ = 0 f′ = 0 y = f(x)
Where f′ > 0 the curve climbs; where f′ < 0 it falls; where f′ = 0 it pauses. The pause-points (stationary points) are where the regions switch.

Single critical point — solve a linear inequality

For a quadratic f, the derivative f′ is linear. Solving f′(x) > 0 gives a single half-line. The answer is one inequality.

Quick check: for f(x) = ax² + bx + c, f is increasing on the right side of the vertex if a > 0 (parabola opens upward) and on the left side if a < 0. The vertex itself is at x = −b/(2a).

Multiple critical points — sign-test each region

For a cubic f, the derivative f′ is quadratic with up to two roots. Factor f′, find its roots, then test the sign in each region between them. Mark the function as increasing or decreasing on each interval.

Polynomial degree of fDegree of f′Possible critical pointsTest regions
quadraticlinear12 (left of root, right of root)
cubicquadratic0, 1, or 2up to 3
quarticcubicup to 3up to 4

🧭 Recipe — find increasing/decreasing intervals

  1. Differentiate to get f′(x).
  2. For a single point: evaluate f′(x₁) and check sign.
  3. For an interval: solve f′(x) > 0 (increasing) or f′(x) < 0 (decreasing).
  4. For a polynomial f′: factor, find roots, test sign in each region between roots.
  5. State the answer as inequalities or interval notation; combine with “or” for disjoint regions.

Worked examples

WE 1

Test increasing/decreasing at specific points

The function f(x) = x³ − 6x² + 5. Determine whether f is increasing or decreasing at: (a) x = 1; (b) x = 5.

Differentiate f′(x) = 3x² − 12x (a) Evaluate at x = 1 f′(1) = 3 − 12 = −9 −9 < 0 → f is decreasing at x = 1 (b) Evaluate at x = 5 f′(5) = 75 − 60 = 15 15 > 0 → f is increasing at x = 5 (a) decreasing at x = 1; (b) increasing at x = 5 just check the SIGN of f′ — magnitude doesn’t matter for this question
WE 2

Find interval where increasing — quadratic

The function f(x) = 2x² − 8x + 3. Find the values of x for which f is increasing.

Differentiate and set f′(x) > 0 f′(x) = 4x − 8 4x − 8 > 0 4x > 8 x > 2 f is increasing for x > 2 parabola opens upward (a = 2 > 0) so f is increasing to the right of the vertex at x = 2
WE 3

Find interval where decreasing — quadratic

The function g(x) = 5 + 6xx². Find the values of x for which g is decreasing.

Differentiate and set g′(x) < 0 g′(x) = 6 − 2x 6 − 2x < 0 −2x < −6 Divide by −2 — flip the inequality x > 3 g is decreasing for x > 3 parabola opens downward (coeff of x² is −1) so g decreases to the right of the vertex at x = 3
WE 4

Cubic — both increasing AND decreasing intervals

The function h(x) = x³ − 3x² − 9x + 11. Find the intervals on which h is (a) increasing; (b) decreasing.

Differentiate and factor h′(x) = 3x² − 6x − 9 = 3(x² − 2x − 3) = 3(x − 3)(x + 1) Roots of h′: x = −1 and x = 3 — split domain into 3 regions Sign test in each region x < −1: at x = −2: 3(4 + 2 − 3) = 9 → + −1 < x < 3: at x = 0: 3(0 − 0 − 3) = −9 → − x > 3: at x = 4: 3(16 − 8 − 3) = 15 → + Read off the intervals (a) increasing for x < −1 or x > 3; (b) decreasing for −1 < x < 3 at x = −1 and x = 3, h is stationary (these are the local max and local min)
WE 5

Show a function is always increasing

Show that f(x) = x³ + 4x − 7 is increasing for all real x.

Differentiate f′(x) = 3x² + 4 Argue f′(x) > 0 for ALL real x 3x² ≥ 0 for all real x (a square is non-negative) → 3x² + 4 ≥ 4 > 0 for all real x Conclusion f′(x) > 0 for all real x → f is increasing on ℝ f is increasing for all real x ∎ when f′ has no real roots, it has constant sign — check the sign at any one point
WE 6

Real-world: profit function with bounded domain

A company’s profit (in thousand dollars) is modelled by P(t) = −t³ + 12t² − 27t + 50, where t is months since launch and 0 ≤ t ≤ 10.

(a) Find P′(t). (b) Find the time intervals on which the profit is increasing. (c) Find the time intervals on which the profit is decreasing.

(a) Differentiate P′(t) = −3t² + 24t − 27 = −3(t² − 8t + 9) Find roots of P′(t) = 0 using the quadratic formula t² − 8t + 9 = 0 t = (8 ± √(64 − 36))/2 = (8 ± √28)/2 = 4 ± √7 → t ≈ 1.354 and t ≈ 6.646 Sign test (leading coeff −3, so parabola opens downward; P′ > 0 BETWEEN roots) at t = 0: P′ = −27 → − (decreasing) at t = 4: P′ = 21 → + (increasing) at t = 10: P′ = −87 → − (decreasing) Read off intervals (in domain [0, 10]) (b) increasing for 4 − √7 < t < 4 + √7 (≈ 1.35 < t < 6.65)
(c) decreasing for 0 ≤ t < 4 − √7 OR 4 + √7 < t ≤ 10
profit climbs from month ~1.35 to month ~6.65, then falls — peaks near t ≈ 6.65

💡 Top tips

⚠ Common mistakes

That closes the Differentiation introduction. Up next: Stationary Points and the second derivative test, where f′ = 0 (the boundaries between increasing and decreasing) get classified as local maxima, local minima, or points of inflection. After that comes the chain, product and quotient rules — the toolkit for differentiating composite, multiplied, and divided functions, including all the trig, exp and log standard derivatives.

Need help with Calculus?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →