aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Stay in the loop

Study tips, product updates, and early access to new features.

aimnova.

AI-powered IB study platform with personalised plans, instant feedback, and examiner-style marking.

IB Subjects
  • All IB Subjects
  • IB Diploma
  • IB ESS
  • IB Economics
  • IB Business Management
  • IB Math AI
  • IB Math AA
Question Banks
  • ESS Question Bank
  • Economics Question Bank
  • Business Management Question Bank
  • Math AI Question Bank
  • Math AA Question Bank
Predicted Topics 2026
  • ESS Predictions 2026
  • Economics Predictions 2026
  • Business Management Predictions 2026
  • Math AI Predictions 2026
  • Math AA Predictions 2026

Study Resources

  • Free Study Notes
  • Mock Exams
  • Revision Guide
  • Flashcards
  • Exam Skills
  • Command Terms
  • Past Paper Feedback
  • Grade Calculator
  • Exam Timetable 2026

Company

  • Features
  • Pricing
  • About Us
  • Blog
  • Contact
  • Terms
  • Privacy
  • Cookies

© 2026 Aimnova. All rights reserved.

Made with 💜 for IB students worldwide

v0.1.895
NotesMath AI HLTopic 5.2Increasing and Decreasing Functions
Back to Math AI HL Topics
5.2.12 min read

Increasing and Decreasing Functions

IB Mathematics: Applications and Interpretation • Unit 5

IB exam ready

Study like the top scorers do

Access a smart study planner, AI tutor, and exam vault — everything you need to hit your target grade.

Start Free Trial

Contents

  • Gradient tells you direction
  • Finding intervals of increase and decrease
  • Sign diagrams for f′(x)
  • Increasing and decreasing in context
The core rule: • f′(x) > 0 at a point → the function is increasing there (rising from left to right) • f′(x) < 0 at a point → the function is decreasing there (falling from left to right) • f′(x) = 0 at a point → the function is stationary there (flat, neither rising nor falling)

[Diagram: math-stationary-points] - Available in full study mode

This is not a new calculation — it is simply reading the sign of the derivative you already know how to find.

Gradient f′(x)What the curve doesPicture
Positive (e.g. 3)Rising — going uphill↗
ZeroFlat — peak or valley→
Negative (e.g. −5)Falling — going downhill↘

Example

Step by step

  1. Given — f(x) = x² − 4x
  2. Differentiate — f′(x) = 2x − 4
  3. At x = 5 — f′(5) = 10 − 4 = 6 > 0 → increasing at x = 5
  4. At x = 1 — f′(1) = 2 − 4 = −2 < 0 → decreasing at x = 1
  5. At x = 2 — f′(2) = 4 − 4 = 0 → stationary at x = 2
Common mistake: Don't confuse where a function is large with where it is increasing.

A function can be at a high value but still be decreasing (e.g. a ball at 40 m but falling).

To find where f is increasing or decreasing over a range, you need to know where f′(x) = 0 (the crossover points), then test the sign of f′ in each region.

Method

  • Find f′(x).
  • Set f′(x) = 0 and solve to get the critical x-values.
  • Draw a number line divided by those critical values.
  • Pick one test value in each region and check the sign of f′.
  • State the interval(s) where f′ > 0 (increasing) and f′ < 0 (decreasing).

Full example

Step by step

  1. f(x) = x³ − 3x
  2. Step 1 — Differentiate — f′(x) = 3x² − 3
  3. Step 2 — Set = 0 — 3x² − 3 = 0 → x² = 1 → x = ±1
  4. Step 3 — Test x = −2 (region x < −1) — f′(−2) = 12 − 3 = 9 > 0 → increasing
  5. Step 4 — Test x = 0 (region −1 < x < 1) — f′(0) = −3 < 0 → decreasing
  6. Step 5 — Test x = 2 (region x > 1) — f′(2) = 12 − 3 = 9 > 0 → increasing
  7. Conclusion — Increasing for x < −1 and x > 1. Decreasing for −1 < x < 1.
Interval notation: IB accepts either inequality notation (x < −1) or interval notation (−∞, −1).

Use whichever you find clearer.

Always include the direction — 'increasing' or 'decreasing'.

IB-style question — where is a 1/x function increasing?

A function is f(x) = ½x² + 8⁄x, for x ≠ 0.

Find the values of x for which f is increasing.

Step by step

  1. Rewrite 8⁄x as 8x⁻¹ so you can differentiate it.
  2. f increases where f′(x) > 0. Combine over x² (which is always positive, x ≠ 0), so the sign is the top's sign.

Final answer

f is increasing for x > 2.

Memorize terms 3x faster

Smart flashcards show you cards right before you forget them. Perfect for definitions and key concepts.

Try Flashcards Free7-day free trial • No card required

A sign diagram is a quick visual tool that shows the sign of f′(x) across the x-axis.

It replaces writing several sentences and is expected in many IB solutions.

How to draw a sign diagram: 1.

Draw a horizontal line (this represents the x-axis). 2.

Mark the x-values where f′(x) = 0. 3.

Write + or − in each region based on a test value. 4.

Under the x-axis, write ↗ for + and ↘ for −.

Sign diagram for f(x) = x³ − 3x

Step by step

  1. Critical values — x = −1 and x = 1
  2. Diagram — −1 1 −−−−−−+−−−|−−−−−−−|−−−+−−−−− f′: + − + ↗ ↘ ↗

This single diagram immediately shows: increasing, decreasing, increasing.

Sign diagrams at endpoints: If the domain is restricted (e.g. 0 ≤ x ≤ 4), only consider the sign within that domain.

Ignore what happens outside the given interval.

In IB exam questions, increasing/decreasing analysis often appears inside a real-world context.

The language changes but the maths is identical.

Context wordMathematical meaningTest
Revenue is growingR′(t) > 0Check sign of R′
Temperature is fallingT′(t) < 0Check sign of T′
Population is stableP′(t) = 0f′ = 0
Speed is increasingv′(t) > 0Check sign of v′

Contextual example

Step by step

  1. Model — P(t) = −t³ + 6t² + 15 is a company's profit (thousands) for t years, 0 ≤ t ≤ 5.
  2. Differentiate — P′(t) = −3t² + 12t = −3t(t − 4)
  3. Critical values — t = 0 and t = 4
  4. Sign test at t = 2 — P′(2) = −12 + 24 = 12 > 0 → profit increasing
  5. Sign test at t = 5 — P′(5) = −75 + 60 = −15 < 0 → profit decreasing
  6. Answer — Profit is increasing for 0 < t < 4. Profit is decreasing for 4 < t ≤ 5.
IB exam language: If asked 'when is profit increasing?', answer with an interval AND a direction word: 'Profit is increasing for 0 < t < 4.' Just writing '0 < t < 4' with no context word may lose a mark.

Try an IB Exam Question — Free AI Feedback

Test yourself on Increasing and Decreasing Functions. Write your answer and get instant AI feedback — just like a real IB examiner.

A function satisfies f'(x) = (x−1)(x−4). the values of x where f has a stationary point. [2 marks]

Related Math AI HL Topics

Continue learning with these related topics from the same unit:

5.1.1Introduction to Limits
5.10.1The second derivative & concavity
5.11.1Integration techniques
5.12.1Area under and between curves
View all Math AI HL topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Math AI HL

Previous
5.1.1Introduction to Limits
Next
Introduction to Differentiation5.3.1

16 questions to test your understanding

Reading is just the start. Students who tested themselves scored 82% on average — try IB-style questions with AI feedback.

Start Free TrialView All Math AI HL Topics