5. Calculus

Derivatives Of Polynomial Functions

Derivatives of Polynomial Functions

Have you ever watched a soccer ball fly through the air and wondered when it is rising fastest or slowing down? Or noticed how a company’s profit changes as it sells more products? students, those are questions about rate of change 📈. In calculus, the derivative is the tool that tells us how quickly something is changing at a specific moment. In this lesson, we focus on one of the simplest and most important families of functions: polynomial functions.

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

  • explain what a derivative means in context and in notation,
  • find derivatives of polynomial functions using the power rule,
  • interpret derivatives as gradients, rates of change, and slopes of tangent lines,
  • connect derivatives of polynomials to graphs, motion, and optimization,
  • use technology to check and support your calculations.

Polynomial derivatives are a foundation for the rest of calculus because many more complicated functions can be understood by building from these basic ideas. They also appear in modelling real situations such as cost, revenue, distance, and height of an object.

What a Derivative Means

A derivative measures the instantaneous rate of change of a function. For a function $f(x)$, the derivative is written as $f'(x)$ or $\dfrac{df}{dx}$. It tells us how fast $f(x)$ changes when $x$ changes a little.

A good way to think about this is to compare it with average speed. If a car travels $120\text{ km}$ in $2\text{ h}$, its average speed is $60\text{ km/h}$. But that does not tell us the exact speed at every moment. The derivative gives the speed at one instant.

For a graph, the derivative at a point is the gradient of the tangent line. A positive derivative means the graph is increasing, a negative derivative means it is decreasing, and a derivative of $0$ means the tangent line is horizontal.

For polynomial functions, the derivative is especially convenient because the rule for differentiating them is simple and reliable. A polynomial may look like this:

$$f(x)=3x^4-2x^3+5x-7$$

Each term can be differentiated separately. This makes polynomial derivatives one of the first major skills in calculus.

The Power Rule for Polynomials

The key rule is the power rule. If

$$f(x)=ax^n$$

then

$$f'(x)=anx^{n-1}$$

where $a$ is a constant and $n$ is any real number for which the function is defined. In IB Mathematics: Applications and Interpretation HL, you will mostly use this rule for integer powers in polynomial functions.

Let’s break it down:

  • multiply by the exponent $n$,
  • subtract $1$ from the exponent,
  • keep the constant coefficient $a$.

Examples:

$$\frac{d}{dx}(x^5)=5x^4$$

$$\frac{d}{dx}(7x^3)=21x^2$$

$$\frac{d}{dx}(-4x)= -4$$

$$\frac{d}{dx}(9)=0$$

That last result is important: constants have derivative $0$ because they do not change.

For a polynomial with several terms, differentiate term by term:

$$f(x)=3x^4-2x^3+5x-7$$

Then

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

Notice that the constant $-7$ disappears because its derivative is $0$.

This is a good example of how algebra supports calculus. To differentiate polynomials, you need to be confident with exponents, signs, and simplifying expressions.

Interpreting Derivatives on Graphs and in Context

The derivative is not just a rule for calculation. It has meaning.

If $f'(a)>0$, then $f(x)$ is increasing near $x=a$.

If $f'(a)<0$, then $f(x)$ is decreasing near $x=a$.

If $f'(a)=0$, the graph has a horizontal tangent line at $x=a$. This point may be a turning point, but not always. It could also be a flat point.

For example, consider

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

Then

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

At $x=3$,

$$f'(3)=6$$

This means the graph is rising with slope $6$ at that point. At $x=0$,

$$f'(0)=0$$

so the tangent line is horizontal at the vertex.

In context, derivatives tell us real information. Suppose $f(x)$ is the number of litres of water in a tank after $x$ minutes. Then $f'(x)$ is the rate at which water is entering or leaving the tank, measured in litres per minute. If $f'(10)=3$, the amount of water is increasing at $3\text{ L/min}$ at $x=10$.

This is why derivative notation is useful in modelling: it connects the graph, the algebra, and the real-world situation.

Finding Tangent Lines and Using Derivatives

One major use of derivatives is finding the equation of a tangent line. If a curve has equation $y=f(x)$ and the derivative at $x=a$ is $f'(a)$, then the tangent line at that point has slope $f'(a)$.

The point-slope form of a line is

$$y-y_1=m(x-x_1)$$

where $m$ is the slope.

Example: Let

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

Find the tangent line at $x=1$.

First, differentiate:

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

Now evaluate the derivative at $x=1$:

$$f'(1)=3(1)^2-4(1)=-1$$

So the slope is $-1$.

Find the point on the curve:

$$f(1)=1^3-2(1)^2+1=0$$

The point is $(1,0)$.

Use point-slope form:

$$y-0=-1(x-1)$$

so

$$y=-x+1$$

This tangent line is a local linear approximation to the curve near $x=1$.

In real-world terms, tangent lines are useful when we want to estimate values close to a known point. If a polynomial models population, revenue, or distance, the tangent line can give a quick estimate of change near a specific time.

Turning Points, Stationary Points, and Motion

A stationary point occurs where

$$f'(x)=0$$

For polynomial functions, these are important because they can indicate local maxima, local minima, or flat points. To find them, first calculate the derivative, then solve

$$f'(x)=0$$

Example:

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

Differentiate:

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

Factor:

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

Set equal to zero:

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

So the stationary points are at

$$x=0\quad \text{and}\quad x=2$$

To decide what type of point each one is, you can use a sign chart or a second derivative. In many IB problems, checking the sign of $f'(x)$ on either side of the stationary point is enough.

If the derivative changes from positive to negative, the function has a local maximum.

If the derivative changes from negative to positive, the function has a local minimum.

This is useful in optimisation, such as finding the maximum profit or minimum cost.

In motion, if $s(t)$ is position, then

$$s'(t)$$

is velocity and

$$s''(t)$$

is acceleration. For a polynomial position function, derivatives give smooth models of movement. For example, if

$$s(t)=t^3-6t^2+9t$$

then

$$s'(t)=3t^2-12t+9$$

and

$$s''(t)=6t-12$$

These quantities let us study speed and changes in speed over time.

Using Technology to Check and Support Work

Technology is very useful in calculus, especially in IB Mathematics: Applications and Interpretation HL. Graphing calculators and digital tools can help you check derivatives, graph functions, and identify key points.

For example, after finding

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

you can graph both $f(x)$ and $f'(x)$ to compare them. If the graph of $f'(x)$ is above the $x$-axis, then $f(x)$ is increasing. If it is below the $x$-axis, then $f(x)$ is decreasing.

Technology can also help you confirm stationary points. If a calculator shows that the derivative crosses the $x$-axis at certain values of $x$, those are the points where the original function may change direction.

However, technology should support your reasoning, not replace it. You still need to show clear algebraic steps and interpret the result in context. In the IB, communication matters: explain what your answer means, not just what it is.

Conclusion

students, derivatives of polynomial functions are a core part of calculus because they connect algebra, graphs, and real-world change. The power rule makes differentiation of polynomials efficient, while the meaning of the derivative helps you interpret slopes, rates, and motion. You can use derivatives to find tangent lines, identify stationary points, and solve optimisation problems. You can also check your work with technology and use graphs to deepen understanding. Mastering polynomial derivatives gives you a strong base for the rest of calculus, including more advanced modelling and analysis.

Study Notes

  • A derivative measures instantaneous rate of change and the slope of the tangent line.
  • For $f(x)=ax^n$, the power rule is $f'(x)=anx^{n-1}$.
  • Differentiate term by term for polynomial functions.
  • The derivative of a constant is $0$.
  • If $f'(x)>0$, the function is increasing; if $f'(x)<0$, it is decreasing.
  • If $f'(x)=0$, the graph has a horizontal tangent line and may have a stationary point.
  • Tangent lines use the slope $f'(a)$ at a point $x=a$.
  • Stationary points are found by solving $f'(x)=0$.
  • In context, derivatives describe rates such as speed, growth, cost change, or flow rate.
  • Technology can help graph, verify derivatives, and interpret behaviour, but algebraic reasoning is still necessary.
  • Polynomial derivatives are a basic building block for optimisation, modelling, and motion in calculus.

Practice Quiz

5 questions to test your understanding

Derivatives Of Polynomial Functions — IB Mathematics Applications And Interpretation HL | A-Warded