aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesMath AA HLTopic 5.8
Unit 5 · Calculus · Topic 5.8

IB Math AA HL — Optimisation & inflexion

Topic 5.8 of IB Mathematics: Analysis and Approaches covers Optimisation & inflexion, which is part of Unit 5: Calculus. Students explore key concepts including Stationary points, Optimisation, Points of inflexion. A strong understanding of optimisation & inflexion is essential for IB Math AA HL exams and builds the foundation for connected topics across the syllabus.

Higher Level students should use this topic hub as a map: start with the shared sub-topics, then follow the HL-only extensions and exam-skill links where this topic asks for deeper analysis.

Exam technique guidePractice questions

Key concepts in Optimisation & inflexion

Key Idea: This topic uses the derivative to find the peaks, troughs and bends of a curve and to solve real max/min problems. It's almost all Paper 1 by-hand: differentiate, set the derivative to zero, solve, then justify the nature.

⛰️ Stationary points: find, classify, locate

A stationary point is where the gradient is zero. Find it by solving f′(x) = 0 (factor the derivative first), classify it with the table below, then get the y-coordinate by substituting x into the original f(x) — not into f′(x), which just gives 0.
Second derivativeConcavityNature
f″(x) > 0Concave up ∪Minimum (holds water)
f″(x) < 0Concave down ∩Maximum
f″(x) = 0Test the sign of f′ either side insteadInconclusive — check by hand

🔧 Optimisation & inflexion

Optimisation recipe — real-world max/min

  • Model the quantity to optimise (area, cost, volume…).
  • Use the constraint to get it in one variable.
  • Differentiate and solve f′(x) = 0.
  • Classify the solution (f″, or sign of f′).
  • Answer the question asked — usually the max/min value, with units.
  • Reciprocal model T = ax + b/x: write b/x as bx⁻¹, then keep the positive root.
A point of inflexion is where the curve changes concavity. Solve f″(x) = 0 for candidate x-values, then confirm f″ changes sign across each. f″ = 0 alone is not enough — e.g. y = x⁴ has f″(0) = 0 but no inflexion.

✏️ IB-style worked examples

IB-style question — find and classify stationary points

Find and classify the stationary points of f(x) = x³ − 3x² − 9x + 2, giving their coordinates.

Step by step:

  1. Differentiate and solve f′(x) = 0 (factor first).

    f′(x)=3x2−6x−9=3(x−3)(x+1)=0⇒x=3, −1f'(x) = 3x^2 - 6x - 9 = 3(x-3)(x+1) = 0 \Rightarrow x = 3,\ -1f′(x)=3x2−6x−9=3(x−3)(x+1)=0⇒x=3, −1
  2. Classify with the second derivative.

    f′′(x)=6x−6: f′′(3)=12>0 (min⁡), f′′(−1)=−12<0 (max⁡)f''(x) = 6x - 6:\ f''(3) = 12 > 0\ (\min),\ f''(-1) = -12 < 0\ (\max)f′′(x)=6x−6: f′′(3)=12>0 (min), f′′(−1)=−12<0 (max)
  3. Substitute into the ORIGINAL f for each y-coordinate.

    f(−1)=7,f(3)=−25f(-1) = 7,\quad f(3) = -25f(−1)=7,f(3)=−25
Final answer:

Maximum (−1, 7); minimum (3, −25).

IB-style question — maximise an area (optimisation)

A rectangular enclosure uses a wall as one side and 60 m of fencing for the other three sides. With width x, find the width that gives the maximum area, and that maximum area.

Step by step:

  1. Model with the constraint (two widths + one length = 60).

    A=x(60−2x)=60x−2x2A = x(60 - 2x) = 60x - 2x^2A=x(60−2x)=60x−2x2
  2. Differentiate, solve A′(x) = 0, and justify the maximum.

    A′(x)=60−4x=0⇒x=15; A′′(x)=−4<0 (max⁡)A'(x) = 60 - 4x = 0 \Rightarrow x = 15;\ A''(x) = -4 < 0\ (\max)A′(x)=60−4x=0⇒x=15; A′′(x)=−4<0 (max)
  3. Answer what's asked — the maximum area, not just x.

    Amax⁡=15(60−30)=450A_{\max} = 15(60 - 30) = 450Amax​=15(60−30)=450
Final answer:

Width 15 m gives the maximum area of 450 m².

IB-style question — point of inflexion (confirm the sign change)

Find the point of inflexion of f(x) = x³ − 6x² + 4x + 1.

Step by step:

  1. Differentiate twice and solve f″(x) = 0.

    f′(x)=3x2−12x+4,f′′(x)=6x−12=0⇒x=2f'(x) = 3x^2 - 12x + 4,\quad f''(x) = 6x - 12 = 0 \Rightarrow x = 2f′(x)=3x2−12x+4,f′′(x)=6x−12=0⇒x=2
  2. Confirm f″ changes sign across x = 2.

    f′′(1)=−6<0, f′′(3)=6>0 ⇒ sign change✓f''(1) = -6 < 0,\ f''(3) = 6 > 0\ \Rightarrow\ \text{sign change} \checkmarkf′′(1)=−6<0, f′′(3)=6>0 ⇒ sign change✓
  3. Get y from the original function.

    f(2)=8−24+8+1=−7f(2) = 8 - 24 + 8 + 1 = -7f(2)=8−24+8+1=−7
Final answer:

Point of inflexion at (2, −7).

Important: Don't stop at f′(x) = 0. You must justify whether it's a max or min (f″, or the sign of f′), and then give what's actually asked — the maximum volume or the dimensions, with units, not just the value of x. For inflexion, always confirm f″ changes sign.

Tap each card to reveal the answer.

How do you find stationary points? Solve f′(x) = 0 for the x-values.

f″(x) > 0 at a stationary point — max or min? Minimum (concave up ∪, holds water). f″ < 0 is a maximum.

Where does the y-coordinate of a stationary point come from? Substitute x into the original f(x) — substituting into f′ just gives 0.

First step of any optimisation problem? Use the constraint to write the quantity in one variable, then differentiate.

T = x + 25/x, x > 0 — value of x that minimises T? T′ = 1 − 25x⁻² = 0 ⇒ x² = 25 ⇒ x = 5 (keep the positive root).

f″(0) = 0 for y = x⁴ — is x = 0 an inflexion? No — f″ > 0 on both sides, so no sign change, so no inflexion.

Exam tips

  • Stationary points: solve f′(x) = 0 (factor the derivative first).
  • Classify with f″ (>0 min, <0 max); if f″ = 0, test the sign of f′ either side.
  • y-coordinate always comes from the ORIGINAL function f, never f′.
  • Optimisation: get to ONE variable via the constraint, then answer what's asked (with units).
  • Inflexion needs f″(x) = 0 AND a sign change of f″ — check both sides every time.

What you'll learn in Topic 5.8

  • 5.8.1 Stationary points
  • 5.8.2 Optimisation
  • 5.8.3 Points of inflexion
Suggested study order: Read the notes for each sub-topic below → test yourself with flashcards → attempt practice questions → review exam technique.

Study resources — 5.8 Optimisation & inflexion

5.8.1

Stationary points

Notes
5.8.2

Optimisation

Notes
5.8.3

Points of inflexion

Notes

Ready to study Optimisation & inflexion?

Get expert practice questions with instant AI feedback, and a study planner tailored to your IB Math AA HL exam date.

Start studying free

Topic 5.8 Optimisation & inflexion forms a core part of Unit 5: Calculus in IB Math AA HL. Mastering these concepts will strengthen your understanding of connected topics across the syllabus and prepare you for exam questions that require analysis, evaluation, and real-world application.

Previous topic
5.7 Second derivative
Next topic
5.9 Kinematics
All Math AA HL topics
Exam technique

Ready to practice?

Get AI-graded practice questions, mock exams, flashcards, and a personalised study plan — all aligned to your IB syllabus.

Start Studying Free

No credit card required · No time limit