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

  • IB Diploma
  • All IB Subjects
  • IB ESS
  • IB Business Management
  • IB Economics
  • IB Math AI SL
  • IB Math AA SL
  • Grade Calculator
  • Exam Timetable 2026
  • ESS Predictions
  • BM Predictions
  • IB Economics Predictions 2026

Study Resources

  • Free Study Notes
  • Revision Guide
  • Flashcards
  • ESS Question Bank
  • BM Question Bank
  • Mock Exams
  • Past Paper Feedback
  • Exam Skills
  • Command Terms

Company

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

© 2026 Aimnova. All rights reserved.

Made with 💜 for IB students worldwide

v0.1.644
NotesMath AA SLTopic 5.8
Unit 5 · Calculus · Topic 5.8

IB Math AA SL — 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 SL exams and builds the foundation for connected topics across the syllabus.

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.

🔧 Optimisation & inflexion

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.

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 AI-powered practice questions, personalised feedback, and a study planner tailored to your IB Math AA SL exam date.

Start studying free

Topic 5.8 Optimisation & inflexion forms a core part of Unit 5: Calculus in IB Math AA SL. 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 SL 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 · Cancel anytime