Applications of Differentiation
Introduction: Why derivatives matter π
students, in calculus, differentiation is not just about finding slopes on graphs. It helps us describe change in the real world, such as how fast a car is moving, how a businessβs cost is changing, or where a function reaches its highest or lowest value. These are the main ideas behind Applications of Differentiation in IB Mathematics: Analysis and Approaches HL.
In this lesson, you will learn how derivatives are used to solve practical problems and interpret mathematical meaning. By the end, you should be able to:
- explain key terms such as stationary points, increasing and decreasing functions, and concavity,
- use derivatives to sketch and analyse graphs,
- solve optimisation and kinematics problems,
- connect derivative ideas to broader calculus concepts like continuity and integration,
- use evidence from examples to support reasoning in IB-style questions.
Differentiation is powerful because it links a function to its rate of change. If $f(x)$ describes a quantity, then $f'(x)$ tells us how that quantity changes at each value of $x$. This idea is central to many applications in science, economics, and engineering π
Using derivatives to describe graphs
One of the most important applications of differentiation is understanding the shape of a graph. If a function $f(x)$ is differentiable, then the sign of $f'(x)$ tells us whether the function is increasing or decreasing.
- If $f'(x) > 0$, then $f(x)$ is increasing.
- If $f'(x) < 0$, then $f(x)$ is decreasing.
- If $f'(x) = 0$, then $x$ may be a stationary point.
A stationary point is a point where the gradient is zero. It may be a local maximum, a local minimum, or a point of inflection. To classify it, you can use the first derivative test or the second derivative test.
For example, consider $f(x)=x^2-4x+3$.
First differentiate:
$$f'(x)=2x-4$$
Set the derivative equal to zero:
$$2x-4=0$$
so $x=2$.
Now find the second derivative:
$$f''(x)=2$$
Because $f''(2)>0$, the graph is concave up at $x=2$, so this stationary point is a local minimum. The minimum value is
$$f(2)=2^2-4(2)+3=-1$$
This type of analysis is very common in IB questions. You may be asked to identify where a curve rises, falls, or turns, and explain your answer clearly using derivative signs.
Another useful idea is concavity. If $f''(x)>0$, the graph is concave up, like a cup. If $f''(x)<0$, the graph is concave down, like a cap. A point where the concavity changes is called a point of inflection. π
Optimisation: finding best values
Optimisation is one of the most important real-world applications of differentiation. The goal is to find the maximum or minimum value of a quantity, such as profit, area, cost, or volume.
The general method is:
- Define the quantity you want to optimise.
- Write it as a function of one variable.
- Differentiate the function.
- Solve $f'(x)=0$ to find critical points.
- Use a second derivative test or reason from the context to decide which point gives the maximum or minimum.
Suppose a rectangle has perimeter $20$ cm. Let its sides be $x$ and $y$. Then
$$2x+2y=20$$
so
$$y=10-x$$
The area is
$$A(x)=x(10-x)=10x-x^2$$
Differentiate:
$$A'(x)=10-2x$$
Set $A'(x)=0$:
$$10-2x=0$$
so $x=5$.
Then $y=5$, so the rectangle with largest area is a square. This is a classic optimisation result and shows how differentiation can solve a problem that would be difficult by guessing alone.
In IB HL, optimisation tasks may involve algebra, geometry, and interpretation. For example, you may need to maximise the volume of a box made from a sheet of cardboard, or minimise the surface area of a container for a fixed volume. Always define variables carefully and keep units consistent.
Kinematics: motion in a straight line
Differentiation also describes motion. If $s(t)$ is displacement, then the velocity is
$$v(t)=\frac{ds}{dt}$$
and the acceleration is
$$a(t)=\frac{dv}{dt}=\frac{d^2s}{dt^2}$$
These formulas are fundamental in kinematics. They connect calculus to movement, which makes the topic easy to visualise: position changes over time, velocity changes position, and acceleration changes velocity.
If $v(t)>0$, the object moves in the positive direction. If $v(t)<0$, it moves in the negative direction. If $a(t)>0$, velocity is increasing; if $a(t)<0$, velocity is decreasing.
For example, let
$$s(t)=t^3-6t^2+9t$$
Then
$$v(t)=3t^2-12t+9$$
and
$$a(t)=6t-12$$
To find when the object is at rest, solve
$$v(t)=0$$
$$3t^2-12t+9=0$$
$$3(t^2-4t+3)=0$$
$$3(t-1)(t-3)=0$$
so $t=1$ or $t=3$.
To find when the object changes direction, check the sign of $v(t)$ around these times. If $v(t)$ changes from positive to negative or from negative to positive, the direction changes. This is a typical IB reasoning step: the answer is not just solving an equation, but interpreting it in context.
In motion problems, you may also need displacement or distance travelled. Displacement is given by change in position, while distance travelled depends on the total path length and often requires considering where $v(t)$ changes sign. This is where calculus becomes especially useful because it handles motion that is not constant.
Interpreting derivatives in real-world contexts
A derivative always has meaning as a rate of change. The units help with interpretation. If $x$ is measured in metres and $f(x)$ in seconds, then $f'(x)$ has units of seconds per metre. In kinematics, if $s$ is in metres and $t$ in seconds, then $v$ is in metres per second and $a$ is in metres per second squared.
In economics, if $C(x)$ is cost and $x$ is the number of items produced, then $C'(x)$ is marginal cost. This means the approximate extra cost of producing one more item. For example, if $C'(50)=12$, then when 50 items are produced, the cost is increasing at about $12$ currency units per extra item.
This approximate meaning is important because derivatives describe local behaviour. For small changes, we can estimate
$$\Delta f \approx f'(x)\Delta x$$
This is useful for approximation and error analysis. If a function changes smoothly, the derivative gives the best linear estimate near a point.
A good IB answer should explain what the derivative means in context, not just compute it. For example, if a graph is increasing faster and faster, that means the derivative is increasing. If a function has a steep slope, the derivative value is large in magnitude.
Connecting differentiation to calculus as a whole
Applications of Differentiation fits into the wider calculus topic because it depends on limits, continuity, and differentiation rules. The derivative itself is defined using a limit:
$$f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$$
This shows that differentiation is built on the idea of instantaneous change.
It also connects to integration through the Fundamental Theorem of Calculus. Differentiation and integration are inverse processes in many situations. For example, if $F'(x)=f(x)$, then
$$\int f(x)\,dx=F(x)+C$$
This relationship is useful because rates of change and accumulated quantities often appear together. Velocity is the derivative of displacement, and displacement can be found by integrating velocity.
In HL mathematics, you are expected to choose appropriate methods, justify steps, and communicate clearly. A strong solution often includes:
- defining variables,
- stating relevant derivative results,
- showing algebraic work,
- interpreting the final answer in context.
For instance, if a question asks for the maximum area of a shape, your final statement should mention the dimensions and explain why the answer is a maximum. If a question asks when a particle is moving fastest, you may need to consider $|v(t)|$, not just $v(t)$ alone.
Conclusion
Applications of Differentiation turns calculus into a tool for solving meaningful problems β¨ Derivatives help us describe how quantities change, identify turning points, optimise designs, and analyse motion. In IB Mathematics: Analysis and Approaches HL, these ideas are essential because they combine algebra, functions, graph behaviour, and real-world interpretation.
students, when you study this topic, focus on both calculation and meaning. Always ask: What does the derivative represent here? What does the sign tell us? What quantity is being maximised or minimised? Clear reasoning is what turns a derivative from a formula into a powerful mathematical tool.
Study Notes
- $f'(x)$ gives the rate of change of $f(x)$.
- If $f'(x)>0$, the function is increasing; if $f'(x)<0$, it is decreasing.
- A stationary point occurs when $f'(x)=0$.
- Use $f''(x)$ to test concavity and help classify stationary points.
- Optimisation means finding the maximum or minimum value of a quantity.
- In kinematics, $v(t)=\frac{ds}{dt}$ and $a(t)=\frac{dv}{dt}$.
- Always interpret derivatives in context and include units where appropriate.
- Differentiation connects to limits, continuity, and integration across calculus.
- IB HL questions often reward clear setup, accurate working, and correct interpretation.
