5. Calculus

Stationary Points

Stationary Points

Introduction: where does a graph stop moving? πŸ‘€

Have you ever watched a roller coaster climb, slow down, and then start going downhill? The highest point is a moment where the ride is not going up or down for a split second. In calculus, that idea is called a stationary point. students, this lesson will help you understand what stationary points are, how to find them, and why they matter in real-world modelling.

By the end of this lesson, you should be able to:

  • explain the meaning of a stationary point,
  • use derivatives to find stationary points,
  • decide whether a stationary point is a maximum, minimum, or neither,
  • connect stationary points to graphs, rates of change, and applications in context,
  • use technology to support checking and interpreting your answers.

Stationary points are important because calculus is not just about numbers. It is about change. When the rate of change is zero, something important is happening in the model. That could be the highest profit, the lowest fuel use, or the point where a moving object pauses before changing direction.

What is a stationary point?

A stationary point is a point on a curve where the gradient is zero. In other words, the tangent line is horizontal there. Since the gradient of a function is given by its derivative, stationary points occur where $\frac{dy}{dx}=0$.

If a function is $y=f(x)$, then stationary points are found by solving

$$\frac{dy}{dx}=0$$

This is a key idea in calculus: the derivative tells us the instantaneous rate of change. When that rate of change becomes $0$, the function is neither increasing nor decreasing at that exact point.

There are three common types of stationary points:

  • local maximum: the graph changes from increasing to decreasing,
  • local minimum: the graph changes from decreasing to increasing,
  • stationary point of inflection: the graph is flat but does not turn around.

A stationary point is not always the highest or lowest point on the entire graph. It is only β€œlocal” unless the context shows it is the absolute highest or lowest value.

Finding stationary points using differentiation ✍️

Let’s look at a simple example.

Suppose

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

First, differentiate:

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

To find stationary points, set the derivative equal to zero:

$$2x-4=0$$

So,

$$x=2$$

Now substitute $x=2$ into the original function:

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

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

To interpret it, we can look at the shape of the graph. Since $x^2-4x+1$ is a parabola opening upwards, the point $(2,-3)$ is a minimum point.

A useful IB skill is to always show the steps clearly:

  1. Differentiate the function.
  2. Set $\frac{dy}{dx}=0$.
  3. Solve for $x$.
  4. Substitute back into $f(x)$ to find the coordinate.
  5. Classify the point.

This method works for many polynomial functions and also for other differentiable models.

How do we classify stationary points?

Finding a stationary point is only the first step. We also need to know what kind of stationary point it is.

1. First derivative test

If the derivative changes sign around the point:

  • from positive to negative, the point is a local maximum,
  • from negative to positive, the point is a local minimum.

Why does this work? If $f'(x)>0$, then the function is increasing. If $f'(x)<0$, then the function is decreasing. A switch from increasing to decreasing means the top of a hill. A switch from decreasing to increasing means the bottom of a valley.

2. Second derivative test

If the second derivative exists, we can often use it to classify the point.

  • If $f''(x)>0$ at a stationary point, the curve is concave up, so the point is a local minimum.
  • If $f''(x)<0$ at a stationary point, the curve is concave down, so the point is a local maximum.
  • If $f''(x)=0$, the test is inconclusive.

For the earlier example,

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

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

Since $f''(2)=2>0$, the point $(2,-3)$ is a minimum.

The second derivative test is very efficient, but it does not always give an answer. In that case, the first derivative test or a graphing tool can help.

Stationary points of inflection

A stationary point of inflection is a point where the tangent is horizontal, but the curve does not turn back. It keeps moving in the same general direction, but the rate of change passes through zero.

This is different from a maximum or minimum because the graph does not change from increasing to decreasing, or vice versa.

Consider

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

Then

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

Setting $f'(x)=0$ gives

$$3x^2=0$$

so

$$x=0$$

Also,

$$f(0)=0$$

So the stationary point is $(0,0)$.

What kind of point is it? For $x<0$, $f'(x)=3x^2$ is positive, and for $x>0$, it is still positive. The function is increasing on both sides, so it is not a maximum or minimum. It is a stationary point of inflection.

This is a common exam trap! Not every stationary point is a turning point. 🚦

Stationary points in context: why they matter in IB AI HL

In IB Mathematics: Applications and Interpretation HL, calculus is often used to solve problems in real situations. Stationary points can represent an optimal value in a model.

For example:

  • Business: maximum profit or minimum cost,
  • Physics: highest point reached by a moving object,
  • Engineering: best design dimensions,
  • Biology: peak growth rate or a turning point in a population model,
  • Environmental science: minimum energy use or best efficiency.

Suppose a company models profit by

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

where $x$ is the number of hundreds of items sold. To maximize profit, find the stationary point.

Differentiate:

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

Set the derivative equal to zero:

$$-2x+12=0$$

So,

$$x=6$$

Now evaluate the profit:

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

The stationary point is $(6,16)$, which is a maximum because the parabola opens downward. In context, this means the profit is highest when $x=6$, or when 600 items are sold.

This kind of interpretation is exactly what the course expects: not just finding the point, but explaining what it means in real life.

Using technology to support your answer πŸ“±

Technology is very useful in AI HL, especially for checking calculations and understanding graphs.

You might use a graphing calculator, spreadsheet, or computer algebra system to:

  • graph the function,
  • estimate where the stationary points are,
  • confirm your derivative work,
  • check whether the point is a maximum, minimum, or inflection point.

However, technology should support your reasoning, not replace it. In an exam, you still need to show mathematical steps and explain your conclusion.

A good strategy is:

  1. find stationary points algebraically,
  2. use technology to confirm the shape of the graph,
  3. interpret the result in context.

For instance, if a graphing tool shows a flat point where the curve continues upward, that can help you identify a stationary point of inflection instead of a turning point.

Common mistakes to avoid

students, here are some errors students often make:

  • forgetting to set $\frac{dy}{dx}=0$,
  • solving the derivative correctly but not substituting back into the original function,
  • assuming every stationary point is a maximum or minimum,
  • confusing a turning point with a stationary point of inflection,
  • ignoring the context of the problem,
  • giving an answer without units when the situation needs them.

For example, if $x$ represents time in hours and $y$ represents distance in kilometres, then the coordinate should be interpreted with those units. Clear interpretation matters in IB.

Conclusion

Stationary points are one of the most important ideas in calculus because they connect the derivative to the shape of a graph and to real-world decisions. A stationary point happens when $\frac{dy}{dx}=0$, meaning the tangent is horizontal and the instantaneous rate of change is zero.

To work with stationary points, you need to differentiate, solve for where the derivative is zero, substitute back into the original function, and classify the point using derivative tests or graph behaviour. In context, stationary points can show maximum profit, minimum cost, or a moment when motion changes.

If you can explain both the mathematics and the meaning of the answer, you are using calculus the way IB AI HL expects. 🌟

Study Notes

  • A stationary point occurs where $\frac{dy}{dx}=0$.
  • The tangent is horizontal at a stationary point.
  • Stationary points can be local maxima, local minima, or stationary points of inflection.
  • Use the first derivative test to check whether $f'(x)$ changes sign.
  • Use the second derivative test when possible: if $f''(x)>0$, it is a minimum; if $f''(x)<0$, it is a maximum.
  • A stationary point of inflection has $f'(x)=0$, but the graph does not turn around.
  • In applications, stationary points often represent optimal values such as maximum profit or minimum cost.
  • Always interpret your result in context and include units when needed.
  • Technology can help check graphs, but it does not replace mathematical working.
  • In IB Mathematics: Applications and Interpretation HL, stationary points connect differentiation, graph shape, and real-world modelling.

Practice Quiz

5 questions to test your understanding

Stationary Points β€” IB Mathematics Applications And Interpretation HL | A-Warded