Study Guide

Stationary points, monotonicity and concavity

IB Mathematics AA SLΒ· 5.7 Applications of differentiationΒ· 20 min read

1. Monotonicity and Increasing/Decreasing Intervalsβ˜…β˜…β˜†β˜†β˜†β± 6 min

πŸ“˜ Definition

Monotonic function

A function is monotonic on an interval if it is entirely non-increasing or non-decreasing. A strictly monotonic function is strictly increasing when and strictly decreasing when .

Example:

is strictly monotonic over all real numbers

To find intervals of increase/decrease, you first calculate the first derivative , then find critical points where or undefined. You then test the sign of in each interval between critical points.

πŸ“ Worked Example

Find the intervals where is increasing or decreasing

  1. 1

    First compute the first derivative:

    fβ€²(x)=3x2βˆ’6x+2f'(x) = 3x^2 - 6x + 2
  2. 2

    Find critical points by solving :

    3x2βˆ’6x+2=0β€…β€ŠβŸΉβ€…β€Šx=1Β±33β‰ˆ0.423,1.5773x^2 - 6x + 2 = 0 \implies x = 1 \pm \frac{\sqrt{3}}{3} \approx 0.423, 1.577
  3. 3

    Test the sign of in each interval:

    • For : (increasing)
    • Between and : (decreasing)
    • For : (increasing)
  4. 4

    Final result:

    Increasing: (βˆ’infty,1βˆ’33)βˆͺ(1+33,∞)Decreasing: (1βˆ’33,1+33)\text{Increasing: } (- infty, 1 - \frac{\sqrt{3}}{3}) \cup (1 + \frac{\sqrt{3}}{3}, \infty) \\ \text{Decreasing: } (1 - \frac{\sqrt{3}}{3}, 1 + \frac{\sqrt{3}}{3})

Exam tip:

Always write intervals of increase/decrease as open intervals, since at endpoints, so the function is not increasing/decreasing there.

2. Stationary Points and the First Derivative Testβ˜…β˜…β˜…β˜†β˜†β± 7 min

πŸ“˜ Definition

Stationary point

(a,f(a))(a, f(a))

A point where , so the tangent gradient is zero and the function is temporarily stationary. Stationary points can be local maxima, local minima, or stationary points of inflection.

  1. If changes from positive to negative: local maximum

  2. If changes from negative to positive: local minimum

  3. If does not change sign: stationary point of inflection

πŸ“ Worked Example

Classify the stationary points of

  1. 1

    Calculate first derivative:

    fβ€²(x)=3x2βˆ’12f'(x) = 3x^2 - 12
  2. 2

    Solve for stationary points:

    3x2βˆ’12=0β€…β€ŠβŸΉβ€…β€Šx=βˆ’2,x=23x^2 - 12 = 0 \implies x = -2, x = 2
  3. 3

    Test sign change around : , . Sign changes + to -, so local maximum.

  4. 4

    Test sign change around : , . Sign changes - to +, so local minimum.

  5. 5

    Find coordinates:

    Local maximum at (βˆ’2,16), local minimum at (2,βˆ’16)\text{Local maximum at } (-2, 16), \text{ local minimum at } (2, -16)

Exam tip:

The first derivative test always works, even when the second derivative is zero or undefined, so it's a safe fallback if you're unsure.

3. Concavity and Points of Inflectionβ˜…β˜…β˜…β˜†β˜†β± 6 min

πŸ“˜ Definition

Concavity

A function is concave up (convex) when , and curves upward. It is concave down when , and curves downward.

A point of inflection is where the concavity of the function changes. Two conditions must be satisfied: (1) (or undefined), and (2) the sign of changes around the point.

πŸ“ Worked Example

Find intervals of concavity and inflection points for

  1. 1

    Calculate first and second derivatives:

    fβ€²(x)=3x2βˆ’6x+4,fβ€²β€²(x)=6xβˆ’6f'(x) = 3x^2 - 6x + 4, \quad f''(x) = 6x - 6
  2. 2

    Solve :

    6xβˆ’6=0β€…β€ŠβŸΉβ€…β€Šx=16x - 6 = 0 \implies x = 1
  3. 3

    Check for sign change: For , (concave down). For , (concave up). Concavity changes, so is an inflection point.

  4. 4

    Find coordinate of inflection point:

    f(1)=1, so inflection point at (1,1)f(1) = 1, \text{ so inflection point at } (1, 1)

4. Second Derivative Test for Stationary Pointsβ˜…β˜…β˜…β˜†β˜†β± 5 min

The second derivative test is a faster alternative to the first derivative test for classifying stationary points. The rules are:

  1. If and : local maximum at

  2. If and : local minimum at

  3. If and : test is inconclusive, use first derivative test

πŸ“ Worked Example

Use the second derivative test to classify stationary points of

  1. 1

    Find first derivative and stationary points:

    fβ€²(x)=6x2βˆ’18x+12=6(xβˆ’1)(xβˆ’2)β€…β€ŠβŸΉβ€…β€Šx=1,x=2f'(x) = 6x^2 - 18x + 12 = 6(x-1)(x-2) \implies x=1, x=2
  2. 2

    Calculate second derivative:

    fβ€²β€²(x)=12xβˆ’18f''(x) = 12x - 18
  3. 3

    Evaluate at each stationary point:

    fβ€²β€²(1)=βˆ’6<0β€…β€ŠβŸΉβ€…β€Š local maximumfβ€²β€²(2)=6>0β€…β€ŠβŸΉβ€…β€Š local minimumf''(1) = -6 < 0 \implies \text{ local maximum} \\ f''(2) = 6 > 0 \implies \text{ local minimum}
  4. 4

    Final result:

    Local maximum at (1,5), local minimum at (2,4)\text{Local maximum at } (1, 5), \text{ local minimum at } (2, 4)

Exam tip:

Never skip checking the sign change if the second derivative test is inconclusive. Examiners frequently test this case to catch students who assume means it's an inflection point automatically.

5. Common Pitfalls

Wrong move:

Claiming a point is an inflection point just because

Why:

must change sign around the point for it to be an inflection point, which does not always happen when

Correct move:

Always test the sign of on both sides of the point to confirm a change in concavity

Wrong move:

Writing intervals of increase/decrease with closed brackets

Why:

At the endpoints of the interval, , so the function is not increasing or decreasing at those points

Correct move:

Always write intervals of increase/decrease as open intervals

Wrong move:

Assuming means the point is an inflection point

Why:

Students often misremember the rule for inconclusive second derivative tests

Correct move:

If , test for a sign change in to confirm it is an inflection point, and use the first derivative test to classify the stationary point

Wrong move:

Mixing up the sign rules for maximum/minimum in the second derivative test

Why:

It is easy to confuse which sign corresponds to which classification

Correct move:

Remember: negative is concave down (like a frown, maximum), positive is concave up (like a cup, minimum)

Wrong move:

Claiming all inflection points are stationary points

Why:

Inflection points only require a change in concavity, not a gradient of zero

Correct move:

Only stationary points of inflection have ; most inflection points have a non-zero gradient

6. Quick Reference Cheatsheet

Concept

Key Condition

Result

Strictly increasing

Monotonic

Strictly decreasing

Monotonic

Local maximum (1st test)

changes + β†’ -

Local maximum

Local minimum (1st test)

changes - β†’ +

Local minimum

Stationary inflection

, sign unchanged

Stationary inflection

Local maximum (2nd test)

,

Local maximum

Local minimum (2nd test)

,

Local minimum

Concave up

Curves upward

Concave down

Curves downward

Point of inflection

changes sign

Change in concavity

7. Frequently Asked

Do I have to use the second derivative test to classify stationary points?

No, you can use the first derivative test for any stationary point. The second derivative test is just a quicker alternative when it works.

Is every inflection point a stationary point?

No. Only stationary points of inflection have . Most inflection points have a non-zero gradient, only the concavity changes.

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2025 Β· 1

    Classify 3 stationary points

  • 2023 Β· 2

    Find intervals of concavity

  • 2021 Β· 1

    Determine monotonicity of function

What's Next

This sub-topic is the foundation for two core assessed areas of IB AA SL calculus: graph sketching and applied optimization. Understanding how derivatives relate to the shape of a graph lets you accurately sketch any polynomial, rational, or trigonometric function, a common 5-7 mark question in both Paper 1 and Paper 2. It also enables you to find maximum and minimum values in optimization problems, which are almost guaranteed to appear in every exam. Mastery of these concepts is essential for all further calculus topics in IB.