5. Calculus

Stationary Points

Stationary Points

students, imagine watching a bicycle ride over a hill and down into a valley 🚴‍♀️. At the very top of the hill, the bike is momentarily moving horizontally before it starts going down. At the very bottom of the valley, it is also momentarily horizontal before it rises again. In calculus, those “flat” moments are called stationary points. They are important because they often mark peaks, valleys, or special turning behavior in real situations like profit, speed, temperature, or population change.

In this lesson, you will learn how to identify stationary points, understand what they mean, and use calculus to classify them. By the end, you should be able to:

  • explain what a stationary point is and why it matters,
  • use derivatives to find stationary points,
  • decide whether a stationary point is a maximum, minimum, or neither,
  • connect the idea to graphs and real-world context,
  • use technology to support your reasoning.

What Is a Stationary Point?

A stationary point of a function $f(x)$ is a point where the gradient is zero. In calculus language, this means the derivative is zero:

$$f'(x)=0$$

At such a point, the graph has a horizontal tangent line. That does not automatically mean the function has a maximum or minimum there, but it is a place where the function stops increasing or decreasing for a moment.

There are three common types of stationary behavior:

  1. Local maximum: the function changes from increasing to decreasing.
  2. Local minimum: the function changes from decreasing to increasing.
  3. Stationary point of inflection: the tangent is horizontal, but the function keeps increasing or keeps decreasing on both sides.

This idea appears often in IB Mathematics: Applications and Interpretation SL because calculus is used to study change and accumulation. Stationary points help us understand where quantities reach high or low values in context.

For example, if $P(t)$ represents profit over time, a stationary point may show the time when profit is highest or lowest. If $h(x)$ is the height of a roller coaster, a stationary point could represent the top of a hill or the bottom of a dip 🎢.

Finding Stationary Points Using Differentiation

To find stationary points, start with the function and calculate its derivative. Then solve the equation

$$f'(x)=0$$

The values of $x$ that satisfy this equation are the $x$-coordinates of the stationary points. Next, substitute each $x$ value into the original function $f(x)$ to find the corresponding $y$-coordinate.

Example 1: A simple polynomial

Suppose

$$f(x)=x^2-4x+1$$

First, differentiate:

$$f'(x)=2x-4$$

Set the derivative equal to zero:

$$2x-4=0$$

Solve for $x$:

$$x=2$$

Now find the $y$-value:

$$f(2)=2^2-4(2)+1=4-8+1=-3$$

So the stationary point is $(2,-3)$.

This is a useful routine: differentiate, solve $f'(x)=0$, then substitute back into $f(x)$.

Why the derivative works

The derivative gives the rate of change of a function. When $f'(x)=0$, the rate of change is zero, so the graph is neither rising nor falling at that instant. That is why stationary points are sometimes called “critical turning places” in graphs. They are where the slope is flat.

Classifying Stationary Points

Finding a stationary point is only the first step. You also need to decide what kind of stationary point it is. There are two common methods used at this level: the first derivative test and the second derivative test.

1. First derivative test

Check the sign of $f'(x)$ on each side of the stationary point.

  • If $f'(x)$ changes from positive to negative, the function goes from increasing to decreasing, so the point is a local maximum.
  • If $f'(x)$ changes from negative to positive, the function goes from decreasing to increasing, so the point is a local minimum.
  • If $f'(x)$ does not change sign, the point is not a max or min; it may be a stationary point of inflection.

2. Second derivative test

Differentiate again to find $f''(x)$.

  • If $f''(x)>0$ at a stationary point, the graph is concave up, so the point is a local minimum.
  • If $f''(x)<0$ at a stationary point, the graph is concave down, so the point is a local maximum.
  • If $f''(x)=0$, the test is inconclusive, and you must use another method.

Example 2: Using the second derivative test

Let

$$f(x)=x^3-3x^2+2$$

Differentiate:

$$f'(x)=3x^2-6x=3x(x-2)$$

Set $f'(x)=0$:

$$3x(x-2)=0$$

So the stationary points occur when $x=0$ or $x=2$.

Find the second derivative:

$$f''(x)=6x-6$$

Now test each point.

At $x=0$:

$$f''(0)=-6$$

Since this is negative, $(0,f(0))$ is a local maximum.

At $x=2$:

$$f''(2)=6$$

Since this is positive, $(2,f(2))$ is a local minimum.

This shows how calculus can reveal the shape of a graph without drawing it first.

Stationary Points in Real-World Contexts

In IB Mathematics: Applications and Interpretation SL, you should always connect calculus to meaning in context. Stationary points are especially important in optimization problems, where the goal is to find the best value.

Example 3: Business context

Suppose a company models profit with

$$P(x)=-x^2+12x-20$$

where $x$ is the number of hundreds of items sold.

Differentiate:

$$P'(x)=-2x+12$$

Set the derivative equal to zero:

$$-2x+12=0$$

So

$$x=6$$

Now find the profit:

$$P(6)=-(6)^2+12(6)-20=-36+72-20=16$$

The stationary point is $(6,16)$, which is a local maximum because the parabola opens downward. In context, the company makes the greatest profit when $600$ items are sold.

This kind of interpretation is essential. It is not enough to say “the stationary point is at $x=6$.” You must also explain what that means in the real situation.

Stationary Points and Inflection Points

Not every stationary point is a turning point. Some are stationary points of inflection. These happen when the tangent is horizontal, but the curve does not switch from increasing to decreasing or vice versa.

For example, consider

$$f(x)=x^3$$

Differentiate:

$$f'(x)=3x^2$$

Set $f'(x)=0$:

$$3x^2=0$$

So $x=0$ is a stationary point.

But notice that $f'(x)=3x^2$ is positive on both sides of $x=0$ except exactly at $x=0$. So the function is increasing before and after the point. This means $(0,0)$ is not a maximum or minimum. It is a stationary point of inflection.

This is an important IB idea because it reminds you that the equation $f'(x)=0$ gives a candidate point, not the final classification. You must always check the behavior around the point.

Using Technology to Support Your Work

Technology is very useful for stationary points. A graphing calculator or graphing software can help you:

  • plot the function,
  • estimate where stationary points occur,
  • confirm the derivative calculations,
  • check whether the point is a maximum, minimum, or inflection point.

For example, if you graph $f(x)=x^3-3x^2+2$, you can see the turning points near $x=0$ and $x=2$. Technology helps you spot patterns and verify your algebra, but it does not replace understanding. You still need to show the derivative work and explain the result clearly.

A good exam-style answer should combine calculation and interpretation. If a question asks for the maximum profit, you should not only give the coordinate. You should also state the practical meaning, such as the number of items sold and the maximum profit value.

Conclusion

Stationary points are one of the most useful ideas in calculus because they connect algebra, graphs, and real-world meaning. A stationary point occurs where $f'(x)=0$, which means the graph has a horizontal tangent. After finding these points, you classify them using derivative tests or by studying the graph’s behavior. Some stationary points are maxima or minima, while others are stationary points of inflection.

For IB Mathematics: Applications and Interpretation SL, the key skill is not just finding the point but interpreting it in context. Whether you are studying profit, distance, height, or another changing quantity, stationary points help you identify where important changes happen 📈.

Study Notes

  • A stationary point is a point where $f'(x)=0$.
  • At a stationary point, the tangent line is horizontal.
  • Stationary points can be local maxima, local minima, or stationary points of inflection.
  • To find stationary points:
  • calculate $f'(x)$,
  • solve $f'(x)=0$,
  • substitute into $f(x)$.
  • Use the first derivative test or second derivative test to classify the point.
  • If $f''(x)>0$, the point is a local minimum.
  • If $f''(x)<0$, the point is a local maximum.
  • If $f''(x)=0$, more investigation is needed.
  • In context, a stationary point may represent a highest profit, lowest cost, fastest turnaround, or another key real-world value.
  • Technology can help graph functions and confirm results, but algebra and interpretation are still required.
  • In IB problems, always explain the meaning of the stationary point in the given situation.

Practice Quiz

5 questions to test your understanding

Stationary Points — IB Mathematics Applications And Interpretation SL | A-Warded